Kinetis Copy the code into RAM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kinetis Copy the code into RAM

552 Views
cyesman
Contributor II

KV46 Two questions:

(1)I was testing the bootloader. How to copy the flash erase and program code into the RAM.(Keil IDE)

(2)How to copy the ISR into the RAM. Do you had a demo for this?(Keil IDE)

Labels (1)
0 Kudos
1 Reply

470 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi yu,

1, you can see here http://www.keil.com/support/docs/3723.htm

and here https://blog.csdn.net/lijianboyangting/article/details/78471045

2, you can copy the vector table to a certain address then write the start address to SCB->VTOR

Regards,

Jing

0 Kudos