We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi! When we use the command LOAD in the initialization file,we must write the command like this: LOAD Obj\ProjectA.axf But in ProjectionB,we must modify it: LOAD Obj\ProjectB.axf Does anyone can tell me another method,for I hope an initialization file can be used in any project without any chage? Though we can set the checkbox in "debug" dialog,I need a method via initialization file. Thanks!
The next version of Sarm.Dll (V3.24f or newer) and also the other core driver dlls such as s8051.dll etc. adds this feature. Instead of entering
LOAD Obj\ProjectA.axf
in the .ini file, you can simply enter:
LOAD %L
followed by the load options (INCREMENTAL, ...) when required. %L specifies the application output of the current project target or the active target in case of multi-workspace project - no path is required.
How can I get the new DLL? And when? Thank you very much!:)