Question
What is the format of .bin output files?
Posted on October 01, 2015 at 21:13
I'm working with the STM32 Bootloader, and I see that the .hex output from my Eclipse build has reasonable addresses. When I look in the .bin output, though, the contents don't seem to match what I expect. Is the .bin file a raw image of bytes that should be programmed into Flash starting at address 0x08000000? Or is there some sort of loader format that the data is structured into?
I'm not sure whether this is an Eclipse question, a generic ARM question, or if it's specific to the STM32 tools. If nobody has the answer, I'd at least appreciate a pointer to the right forum, if another is more appropriate.Thanks! #arm #eclipse #bin