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,
I'm new to CMSIS-DAP and was wondering if that interface can be used to debug one mbed, using another mbed.
To make myself more clear, I want:
- to have one mbed running the program,
- have another mbed debugging the first mbed. This mbed should be able to set breakpoints, read/write register, etc....
Is this possible?
I would like to implement the first situation,
where indeed 1 mbed assumes the role of a PC debugger using USB host and another as 'slave' being debugged.