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.
We are using code composer 3.3 the with DSK6455_XDS510USB/cpu_0-C64xx - Code Composer Studio. BIOS 5.33.06.
When we go into a function and try to read the value of a class member variable in a class function, we get this error message: memory map prevented read of target memory at 0x00000005. There is no memory at that address. Has anyone seen this? Could anyone suggest some place to start debugging? The function locals can be read without difficulty.
The code runs but it is impossible to debug (ie it doesn't crash).
The object hadn’t been instantiated so the debugger couldn’t (of course) find it. I find it odd that it would compile and run without an instantiation, but that was the case.