Other Parts Discussed in Thread: RM57L843
Hi Team,
An error interrupt is triggered after the bootloader downloads the program. (The application can run normally after being downloaded through the emulator)
The following is the allocation of memory in the bootloader program. The starting address of the application download is 0x00010020.

The following is the allocation of memory in the cmd file of the application.

At this point, after using the can port to download the program into the flash, after calling ((void (*)(void))g_ulTransferAddress)(), the program enters the prefetchEntry.

The following is the allocation of memory after changing the cmd file of the application.

At this time, after using the can port to download the program into the flash, after calling ((void (*)(void))g_ulTransferAddress)(), the program enters undefEntry.

May I know how to modify the cmd file of the application?
Thanks,
Annie







