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

what's the symbol or built-in VAR of executable name?

I can use the symbol |Image$$ER_IROM1$$RO$$Length| to write the RO Length in my Image.

IMPORT |Image$$ER_IROM1$$RO$$Length|
DCD |Image$$ER_IROM1$$RO$$Length|

NOW, i want to use the 【name of executable】write in my binary Image(like pic2 and pic3) automatically after buiding my project.How to do that?

I read a lot of document in MDK,but I dont know… :(

I am looking forward to your reply!THANKS!

Parents
  • Again: where, exactly, do you want to "get" that?

    I want to find a way to automatically update my binary Image(axf) after building my code  in .s file(assembler) in my project.

    Isn't that the whole point of what uVision does?

    Perhaps you could give a clearer explanation of what it is that you're actually trying to achieve?

    And why (you think) the standard project setup doesn't just give you that?

    You seem to be over complicating it.

    Have you worked through the examples in the uVision manual of how to set up a Project ?

Reply
  • Again: where, exactly, do you want to "get" that?

    I want to find a way to automatically update my binary Image(axf) after building my code  in .s file(assembler) in my project.

    Isn't that the whole point of what uVision does?

    Perhaps you could give a clearer explanation of what it is that you're actually trying to achieve?

    And why (you think) the standard project setup doesn't just give you that?

    You seem to be over complicating it.

    Have you worked through the examples in the uVision manual of how to set up a Project ?

Children
No data