Is there any information available on the CCSAPI TCP protocol spoken between CCS and CodeWarrior?
The reason I am asking is that I would like to read out data from my MCU's address space in real time. With BDM being an advanced debugging solution, I believe it's technically possible to read from a processor's address space while the processor keeps executing software practically uninterrupted. I would like to use the CCSAPI to programmatically gain access to the RAM of my processor and read out profiling logs (generated by my own profiler) in real time.