Hi everyone,
I am trying to enter a new firmware from address 0x00000000 via the CAN ISP command. I write the firmware from blocks of 512 bytes, so first I write 512 bytes in the RAM at the address 0x10001000 and then I copy RAM to flash.
I run into a problem when I try to write data in the first 512 bytes of sector 0, while from address 0k00000200 onwards everything is done successfully.
Does anyone know what is in the first 512 bytes of sector 0? Since I can't erase that part of the memory or write anything.
Note the firmware executable file is in hex format and it is clearly defined in Intel hex format that the first 512 bytes need to be written from address 0x00000000 to 0x00000200.
Thanks in advance.