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.
Tool/software: Code Composer Studio
I have code composer v7.4, and v8.0, and v9.01 and my code all run properly in v7.4. However, in v9, the same code will not update info memory. Ram memory works fine. Is there any difference between the two versions while writing to info A,B,C,D memory? It will read the memory correctly, but will not write to it. I tried various mclk and smclk settings, dco settings and to no avail.
Code composer v7 used to be able to break at breakpoint settings. Starting from the latest updates, it will not break any more. V8 gives me some weired break points.
David,
David Cheung said:However, in v9, the same code will not update info memory. Ram memory works fine.
Do you mean that your application code writes to INFO memory but that is not working OR that Code Composer Studio is not writing to INFO memory?
Do you have a project that you could share that shows this problem. I don't have a FR5962 but I should be able to find a FR5969 to try it on.
Regards,
John
The following is a simple test code that I reduced to a few lines in the main. It will attempt to increment scaleln[usr] variable every 0.5 seconds. If you set a break point there and step it through, you will see that iscaleln does increment because it is in ram. Scaleln[usr] with usr set to any number between 0 and 4 will not update if compiled with the latest code composer studio V9. However, everything works fine when compiled with code composer studio V7.