Aug 26, 2021
06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 26, 2021
06:28 AM
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
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
- Tags:
- bootloader
- IFX
- reset
0 Replies
This widget could not be displayed.