This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Outputting debug data to third party tools

Is there a way to send the debug data to 3rd party tools? Could you get the data to send to
LabVIEW for instance to create your own logic analyzers?

Parents
  • Async Serial ("RS232") data is pretty widely accepted.

    Semihosting allows you to read/write files on the Host via the debug interface.

    Look at the tools in question (particularly LabView) to see what support they have; eg, OpenOCD; GDB; CMSIS-DAP; etc, ...

Reply
  • Async Serial ("RS232") data is pretty widely accepted.

    Semihosting allows you to read/write files on the Host via the debug interface.

    Look at the tools in question (particularly LabView) to see what support they have; eg, OpenOCD; GDB; CMSIS-DAP; etc, ...

Children
No data