Hi,
How the microcontroller is differentiating two binary files(.bin or hex)?
In my one project following is the memory map.
FLASH (RX) : origin = 0x00000000, length = 0x00001000
SRAM (RWX) : origin = 0x20000000, length = 0x00008000
Another project's memory map
FLASH (RX) : origin = 0x00002800, length = 0x0003d800
SRAM (RWX) : origin = 0x20000000, length = 0x00008000
How the controller is treating a binary file? Is there any kind of Header or something?
Thank you for your help.
-Bijo