-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feather_stm32f405_express not running blinky uf2 #219
Comments
can you attach both the bin and uf2 file here |
I should have asked this before, but can you also share your simplest test project as github repo viewable and commentable for review. Make sure you got the linker correctly setup with flash layout for application (staring at correct address). It is probably better to convert with hex file than bin file. I will find one example that works as well for your reference when I got time to pull out the board to test with. |
I think the issue is probably you didn't have correct linker script for your firmware application. The starting address must be |
also if you are using cmsis f4 from ST, make sure you update to the latest, old version will incorrectly set the vector table. I have update readme for this note |
I have the same issue with a STM32F411, |
Operating System
Windows 10
INFO_UF2.TXT
What happened ?
TinyUF2 doesnt seem to be running programs copied over to the MSC.
How to reproduce ?
uf2conv -c -b 0x08010000 -f 0x57755a57 -o...
Debug Log
No response
Screenshots
Bootloader is there
Blink program seems to start at 0x08010000
The text was updated successfully, but these errors were encountered: