2017-05-07 03: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.
2017-05-08 03:54 AM
Maybe try to enter bootloader mode to mass erase the device in non user mode.
2017-05-08 04: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..
2017-05-08 05: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.