Part Number: F28M35H52C
I am loading a program in RAM memory and executing it with Code Composer Studio v7.4 debugger. I launch the selected configuration for the target, connect the C28x and load the program. The first time I run the program, it is everything fine. However, when I reset it and start its execution again, the values of static declared variables have whatever value. I thing this could make sense but is not the reset supposed to reinitialize static variables?