Skip to main content
Visitor II
June 5, 2008
Question

Remap program in flash

  • June 5, 2008
  • 2 replies
  • 1207 views
Posted on June 05, 2008 at 08:22

Remap program in flash

    This topic has been closed for replies.

    2 replies

    siliconAuthor
    Visitor II
    June 2, 2008
    Posted on June 02, 2008 at 04:54

    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 ]

    Visitor II
    June 5, 2008
    Posted on June 05, 2008 at 08:22

    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 ;)

    Visitor II
    January 2, 2018
    Posted on January 02, 2018 at 09:50

    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?