Hi, I created a HEX file using IAR with vector table .intvec start = 0x10000000 & ROM start and End with 0x10000000-0x00004FFF( i.e goto Option>Linker> 1. Vector Table, 2. Memory Regions etc.)
When I try to write the HEX file to the flash memory, I got a error message, Data file contained an address which was outside the maximum allowable..
How can I change/modify this HEX so that I can write it to flash (start 0x0000)?
Thank you.