This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

after_linker_process

hello !! please i want to know how could i control the placement of RW data of a "xxxx.o" on a specific region into the flash
PS : my input is a .axf file and my output would be a .hex file

Parents
  • "linker will copy data from flash to RAM ... position into internal flash before linking process"

    The linker is a tool on your PC which runs at the time you build your project - it does not exist in the Target, and so does not do any copying of data between Flash and RAM.

    However:

    "hope that my goal is some what clear now"

    I think so: you want to know where in Flash the initialisation data is stored?

    I think Westonsupermare Pier has answered that?

    But it is still not clear why you want to know it?
    What is your end goal?
    What are you actually trying to achieve by all this?

    www.catb.org/.../smart-questions.html

Reply
  • "linker will copy data from flash to RAM ... position into internal flash before linking process"

    The linker is a tool on your PC which runs at the time you build your project - it does not exist in the Target, and so does not do any copying of data between Flash and RAM.

    However:

    "hope that my goal is some what clear now"

    I think so: you want to know where in Flash the initialisation data is stored?

    I think Westonsupermare Pier has answered that?

    But it is still not clear why you want to know it?
    What is your end goal?
    What are you actually trying to achieve by all this?

    www.catb.org/.../smart-questions.html

Children