Hi everybody,
I have a STM32F103VC board and I would like to use it with MapleIDE.
Since the pins are not the same on maple boards and mine, I modified the bootloader to get it works with my board. I didn't like how pins are configured and used so I imported some files from the ST Library and after some tweaks, I managed to get it works.
After that, I added a board to MapleIDE by adding and modifying the necessary files. Now, I compile my code then send it to the board (I can the see the led blinking faster) but after that, the board generates a reset and then re-goes into the bootloader mode, waiting for a program to be uploaded instead of jumping to the program... (I checked these steps with my debugger)
I don't understand what could be wrong so if you have any idea on how to fix that, I'll be glad to hear it.
You can download the modified bootloader here if needed : http://www.mediafire.com/download.php?w0g6n9dvzfg3wnr
Thanks