2008-06-04 11:22 PM
2008-06-01 07:54 PM
Hi,
I would like to run my program from address 0x40002000. I loaded program at address 0x40002000 but I don't know how to remap vector address.Because my program caught in loop. Would anybody suggest something? r,Alex [ This message was edited by: silicon.ray on 02-06-2008 11:13 ]2008-06-04 11:22 PM
Assuming the linker file is already modified as start adress 0x40002000 for you application . The interrupts vectors must be located at address 0. For that, you need to remap RAM at address 0 and locate the interrupt vectors in RAM ;)
2018-01-02 01:50 AM
It's been a while you wrote the posting, But I'd like to implement what exactly your recommend to do,
Would you help me how you do that with example?