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!

0