#KDS #kinetis
I am developing an application that will ultimately have a bootloader which sits at 0x00000, and takes up 8k or so. I would like to be able to develop this app without having to include the bootloader in every iteration.
A while back, using an arm from Atmel, and their tools, I had the option to load the app at an offset address, and the programmer/debugger did something clever(wrote a value to the SCB->VOR register?) so that I could load and run the application at a higher address, regardless of whether or not there was bootloader code at 0x0000(I think).
Is there a way to achieve something similar using KDS and a P&E Multilink?