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.

CCSV4 continuous refresh monitoring problem

Normal 0 false false false EN-AU X-NONE AR-SA MicrosoftInternetExplorer4

Hi there,  

I was using ezdsp28335 with CCS v3.3 then for some reason I switched to CCS V4. I have imported the program using CCSv3 import option without any problem. No errors and no warnings.

Please note that I am using recently updated version of code composer v4.

for some arrays (but not all of them!), when I monitor them using continuous refresh option the content is zero however those values would be specified only once at the begining of program with no furthur modifications in rest of the code. And I have no Idea where zero vaue come from... also the code works fine in CCSV3.3.  So I am thinking this might be something about CCSV4.

I appreciate your valuable feedbacks

 

  • Mo said:

    Please note that I am using recently updated version of code composer v4.

    Are you using CCS 4.2.2 or 4.2.1?

    Mo said:

    for some arrays (but not all of them!), when I monitor them using continuous refresh option the content is zero however those values would be specified only once at the begining of program with no furthur modifications in rest of the code. And I have no Idea where zero vaue come from... also the code works fine in CCSV3.3.  So I am thinking this might be something about CCSV4.

    Do you enable real-time mode after loading the program?
    Can you zip up your project folder and attach it here so we can try to duplicate the issue? That will be helpful in understanding and narrowing down the problem. Let me know if you'd rather not attach it here but send it to me via private message.

  • Normal 0 false false false EN-AU X-NONE AR-SA MicrosoftInternetExplorer4

    Hi Arti

    Thanks for the reply

    It was just a mistake of mine :-)

    I had some modifications to minimize the code size, and in the program I had reduced an array to ten components while modifying it up to 100th component like before.and that was rewriting another array!

    Thanks,