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.

2 errors of CCS3.3

Hi there,

I found 2 errors in the following screen shot of CCS v3.3.82.13:
1. the conflicted dump of gTest.pGS in the watch window (whith associated code slices)
2. the AET issue occurs when I reset the HW
Is there any fixes ?

Thanks & regards,
Yulin


  • Yulin,

    Yulin said:

    1. the conflicted dump of gTest.pGS in the watch window (whith associated code slices)

    Although the screenshots you sent do not show the definition of gTest or pGS, I don't recall seeing such recursive display of a variable in the watch window. The only thing I can think of is the debugger being confused by the typedef tGSensor TGSensor. Does this happen only with this struct? How does pGS show in the memory window?  What happens if you define everything as TGSensor?

    Yulin said:

    2. the AET issue occurs when I reset the HW

    The forum thread below describes some users having an identical error on ARM7 targets but unfortunately there is no conclusive diagnostic on that. Are you using a GEL file? If so, can you send the contents of the OnReset() function of your GEL file?

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/32556.aspx

    Regards,

    Rafael