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
Hello.
I'm unable to read Can registers in my project. There is an error "Memory map prevented reading 0x000480xx@Data". However, I can read other peripheral registers without any problems.
I read topics related to my issue, increased heap and stack size, but it didn't affect. In my target configuration I have basic GEL file "f28376s.gel".
I use CCS v7.4.
Please, help me to solve the problem
Aliaksei Rusakovich said:But when the program is loaded, I am unable to read registers
Your program (re)defines CanaRegs (see the second screenshot which shows that it is defined as a struct).