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.