Implement bootloader TC22x, problem running application

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User22503
Level 1
Level 1
I have to develop the bootloader on the AURIX TC224 microcontroller. Bootloader is located at the beggining of the flash (0xa0000000).
Application is located at the address 0xa0020000 the flash. I have problem in running application by bootloader.
Appropriately i modified linker files for bootloader and application. I know then i must remap vector table, __mtcr(CPU_BIV, (uint32)__INTTAB(0)) in application;
What is the proper procedure running application from bootloader? Who has something example linkers, piece of code regarding running application
from bootloader?
Regards,
Przemek
0 Likes
0 Replies