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.
Part Number: LAUNCHXL-F28377S
We tried to flash the program in the kit. It gets flashed and all ready to be executed.
But we get an error 'No source available for 0x3FE468'.
Then we tried stepping the program from beginning. it got executed till 'Init SysCtrl' and gets stuck at 'InitFlash_Bank0'.
We are keeping switch no. 3 ON and switch no. 1 OFF while flashing. After flashing we switch the switch no. 1 to ON position and reset the kit. But the program never got executed.
While stepping, in View Disassembly, it halts at 3fe493 it gets a command 'ESTOP'. Thus no execution further.
Green,
I think you forgot to provide the links for your attachments.
Address 0x3fe468 refers to ITRAP ISR. During the step execution, after calling the memcpy() function, did you check whether the InitFlash_Bank0() function contents are copied to RAM from Flash? Do you see the code in RAM? If it is not copied to RAM, CPU will execute the fetched illegal opcodes from RAM resulting in ITRAP.
Which linker command file are you using?
Thanks and regards,
Vamsi