How to locate Interrupt Vector table in RAM when using Tasking compiler?

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

cross mob
User17615
Level 2
Level 2
First like received
Hi,

How to locate Interrupt Vector table in RAM when using Tasking compiler?

#8042000 12008
0 Likes
1 Reply
User17614
Level 1
Level 1
Hi,

a change to the default Tasking*inttabx.lsl linker file has to be made. you have to add the "copy" keyword: it tells to copy the section from ROM to RAM at program startup.*Any locally found lsl will override the Tasking directory includes.* You need to add the “group(copy)” identifier and enclose the table entriesYou also need to change the start location in*the project linker script,.* Thanks,
*
0 Likes