| Author | beginning argument ( Replies received: 1 ) |
| silicon.ray |
Posted 02-06-2008 at 08:24   |

Registered on : 05-06-2008
Messages : 5
OFF-Line
|
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 ]
|
|
|
Profile
Quote
|
| coucou |
Posted 05-06-2008 at 11:52   |


Registered on : 10-03-2003
Messages : 202
OFF-Line
|
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
|
|
|
Profile
Quote
|