circuitpython-org icon indicating copy to clipboard operation
circuitpython-org copied to clipboard

How to flash CircuitPython for SparkFun Thing Plus Matter MGM240P

Open lboue opened this issue 1 year ago • 2 comments

Hello,

Could you tell me how to flash the binary to the board as I was not successful. I downloaded binary file adafruit-circuitpython-sparkfun_thingplus_matter_mgm240p_brd2704a-en_US-8.1.0-beta.2.bin from this page: SparkFun Thing Plus Matter MGM240P

I can't flash it: image

lboue avatar May 02 '23 21:05 lboue

  • Select 0x08000000 as Base address

I don't know if this is the right method but it seems to work.

image

I just added a PR #1192 to explain how to do it.

lboue avatar May 02 '23 22:05 lboue

I'm not sure how I found my way there but I used the "In-System Programming" section on this site: https://www.silabs.com/developers/mcu-programming-options to download "Simplicity Commander" which recognized and programmed the board with the .bin file.

EDIT Opps, it looks like that's what you did as well, I guess I just lucked out and selected the correct address to flash :/

RetiredWizard avatar May 02 '23 23:05 RetiredWizard