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!
In short , I want to code some assemblers in .s file in order to write the Text Input <Name of Executable>value "app"(or other input) in my binary program image, after building my project.
why do you want to do that?
for building USER-MODE application program with project name(project name built in .bin file) in rtos.
Supply it as a command-line define, using the appropriate uVision "Key Sequence"
hi! I update some new images in my topic.look it pls.
Don't change the post when it already has replies - it confuses the whole thread!
Just put them in a reply - so they appear in the appropriate point of the discussion.
Anyhow, as I said:
Andy Neil said:Supply it as a command-line define, using the appropriate uVision "Key Sequence"
Im so sorry.I will try it ,thx!
:)