Hi,
i am using Keil uVision 5 for building application for my Dragonfly board. if i flash the HEX file generated by Keil using ST flashing tool, the application is working fine. But when i convert HEX file to BIN format using fromelf.exe utility, and use this file for over the air transfer, the code doesn’t work.
one observation is that, the BIN file generated by mbed online compiler has also boot loader code included, which was not part of file, generated by Keil compiler.
Does, anybody know, how i can add boot loader code as part of BIN file generated by Keil compiler?