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.

CCS 3.3 and ezdsp2812 communication problem

Hi,

I am writing my code CCS 3.3 and I want to see my variable online, and I put watch window and write my variable name. I can see my variable value but when I refresh variable value, 2812 pass unstable situation and my system (inverter) short circuit position (along very short time). This situation happens every refresh.

What am I do?

 

  • Saban,

    In CCSv3.3 when you refresh a watch window CCS will halt the CPU to perform the read.  If you want to you can enable real-time mode from the debug menu and then set the watch window to continuously refresh (right click on the watch window).  In this mode CCS can read the value without halting the target and causing problems with your application.

     

    John