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.
when using the debugging program, is there a way to assign a "label" to a specific address?
i.e. address x:0x03FF = mylabel.
so I can call it later,
thank you
Fausto Bartra
Thank you for the reply.my problem is that I have two applications running on the same micro.
so I can not debug both at the same time (as far as I know).
so I need some "hook ups" to check my data.
thank you.
Fausto
>so I can not debug both at the same time (as far as I know).
Yes, you can. You just need to load both applications into one debug session. This can be done with the command
LOAD <OMF-file> Incremental
See for more details:
https://www.keil.com/support/man/docs/uv4cl/uv4cl_cm_load.htm
You can put the load command of your second application into a INI File which is then loaded automatically when starting a debug session.