forked from micropython/micropython
- Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Followed the guide at https://learn.adafruit.com/building-circuitpython/build-circuitpython to the letter and get what seems like a a good build output :
pixel@RYZEN3500U:~/circuitpython/ports/atmel-samd$ make BOARD=feather_m4_express Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity. QSTR updated 137512 bytes free in flash firmware space out of 499712 bytes (488.0kB). 164372 bytes free in ram for stack and heap out of 196608 bytes (192.0kB). Converting to uf2, output size: 724480, start address: 0x4000 Wrote 724480 bytes to build-feather_m4_express/firmware.uf2 But when copied over to board it goes into a hard crash with the following serial output :
You are in safe mode: something unanticipated happened. CircuitPython core code crashed hard. Whoops! Crash into the HardFault_Handler. Press any key to enter the REPL. Use CTRL-D to reload. Would appreciate any help
Metadata
Metadata
Assignees
Labels
No labels