My STM32F303RE wont load any bin files. It shows zero bytes available. I tried using ST link to flash the MCU, However it doesnt detect the MC. Your help would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-07 3:01 PM
I tried to load a bin file I created for my project onto the STM32 F303re. The moment I tried to load it, it showed zero bytes available. I am unable to load any program onto the microcontroller since due to this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-08 3:54 AM
Maybe try to enter bootloader mode to mass erase the device in non user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-08 4:27 AM
Sounds like you are talking about an Arduino or mbed bootloader, which appears as Mass Storage Device.
Try a debug pod (JTAG/SWD) from a C/C++ IDE, or the ST-Link Utility from ST..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-08 5:39 AM
Most current ST-LINK Utilities, update firmware, do a full/mass erase of the part.
Then reflect on what your code is doing that might break the debug interface, ie reconfiguring the pins, putting the device in low power mode, etc.
Up vote any posts that you find helpful, it shows what's working..
