This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Real Time Data Logging

Hello everyone,

we wanted to log some data (currents, angle...) in realtime with every control cycle. I tried to accomplish that by using a modified breakpoint for "write data to file".

This approach works quite well beside the fact that CCS is halting the cpu to log the data and therefore the control loop interval is heavily disturbed. In my opinion the C2000 should have the capability to read debug data from memory without halting the cpu.

This seems to be a configuration problem, can one of you hint me to the right configuration parameters or other approaches to solve this problem?

Thanks in advance,

Patrick