You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you get to know the address stored in node1.json for variables 'sig' and 'amplifier'? Maybe you can provide a little user manual how to add a new variable to 'demo.ino' and measure it with your application.
edit: I got the solution.
create .elf file and .map file (both possible with Arduino IDE)
yes, you are right.
firstly the variables has to be defined in static or gloabl scope, then we can easily get address info from elf file. there are lots of elf libraries
the json file comes from the idea of automotive a2l file, but much simple.
Thanks for the hint with the python libraries for elf file parsing. I did not know about it. By the way, just for your information: there is a new version of pyxcp (0.16.x). They merged base.py to master.py (christoph2/pyxcp@9413aeb). To run your application with new pyxcp lib. I needed to download base.py and copy it to the correct folder but in the end I got it run.
How do you get to know the address stored in node1.json for variables 'sig' and 'amplifier'? Maybe you can provide a little user manual how to add a new variable to 'demo.ino' and measure it with your application.
edit: I got the solution.
detailed information, see: https://forum.arduino.cc/t/getting-the-map-file/72278/15
The text was updated successfully, but these errors were encountered: