Is there a way to find all of the memory addresses for my variables after compile? This would allow me to monitor some variables over a bus/serial system when online debugging won't be available. I am used to having this with C applications. Somehow this also exists with CoDeSys and the .compileinfo file, but I didn't find anything in the file...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally created by: scott_cunningham
Is there a way to find all of the memory addresses for my variables after compile? This would allow me to monitor some variables over a bus/serial system when online debugging won't be available. I am used to having this with C applications. Somehow this also exists with CoDeSys and the .compileinfo file, but I didn't find anything in the file...