Forum : ARM
Original Post
Post Information | Post |
---|---|
June 7, 2007 - 6:24am
|
Sorry if I reply my question but i didn't find a solution.... |
Forum : ARM
Post Information | Post |
---|---|
June 7, 2007 - 6:24am
|
Sorry if I reply my question but i didn't find a solution.... |
Hi,
I think you should change your bootloader for its interrupt vectors to simply jump to 0x200040**. For example, the vector at 0x20000008 would jump at 0x20004008. Then, you just need to place the "application interrupt vectors" at 0x20004000. This is probably pretty much what you are doing with the reset vector already. You just need to do the same with the other vectors.
Best Regards,
Vincent