reallocate vector table

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

cross mob
panda
Level 1
Level 1
5 sign-ins 5 replies posted Welcome!
Hi
I need to reallocate the vector table from tricore.
Does someone know how to do it?
0 Likes
1 Reply
VincentWan
Employee
Employee
50 replies posted 5 sign-ins First like received
Hi

for interrupts, u can change the Base Interrupt Vector Table Pointer (BIV) content.

4135.attach

for traps, u can change the Base Trap Vector Table Pointer (BTV) content.

4136.attach


these are normally initialized in the startup code together with the compiler/linker files.
0 Likes