I work with RT1051 and I have a project contained and executed in RAM.
I wrote a command file to automate loading and execution:
Display All
Every version I make <ENTRYPOINT> can change, forcing me to introspect the produced binary.
To automate this aspect as well, how could I do it?
For example, is it possible to pass parameters from JLink command line to CommandScript? Or is it possible to declare variables inside the script that I would populate by reading the content of a specific memory location (the address of the ResetISR inside the vectors)? Or are there other methods I haven't considered like JlinkScripts?
best regards
Max
I wrote a command file to automate loading and execution:
Source Code
To automate this aspect as well, how could I do it?
For example, is it possible to pass parameters from JLink command line to CommandScript? Or is it possible to declare variables inside the script that I would populate by reading the content of a specific memory location (the address of the ResetISR inside the vectors)? Or are there other methods I haven't considered like JlinkScripts?
best regards
Max