Do you have some documentation about .bin file format generated by msp430-elf-objcpy.exe?
I am trying to figure out by myself....
Building of a MSP430FR5994 having 256KB FRAM, I was expecting a 0x40000 bytes file that maps right into the FRAM.
It appears not to be the case.
Referring to the .ihex file generated during the same build, I can clearly see the beginning of FRAM content appears at 0x1500 in the .bin file. 0 to 0x14FF are all 0. What's that stuff?
If there is extra stuff at the beginning, then the file should be that much longer. That is not the cas with my file (0x3F482 bytes long).
Obviously, the .bin file omits something. I imagine the very end of FRAM, if not to be programmed (unused), is omitted. Right?
Thanks for your assistance.