This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
I am trying to upload a kernel in RAM section of the microcontroller using CAN boot ROM. I have generated the .txt file as accepted by CAN boot rom. I am able to receive the message as two bytes on CAN msg 0x01 but on return EntryPoint from CAN boot rom, the control enters the TRAP and the microcontroller gets reset instead of jumping to kernel part
When i tried to debug the CAN boot rom code it shows entrypoint as 0x0000C45D which is the section for RAML4.
AA 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5D C4 02 00 00 00 00 00 40 00 59 C5.
Can anyone suggest why is the control going to TRAP and how can i check due to which instruction is the control going to trap section.
Regards,
Chandrakant Pal