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.

CCS/RM48L952: RM48L952

Part Number: RM48L952

Tool/software: Code Composer Studio

Hi,

I am using RM48L952 controller with CCS and i got the error as follow:

Error: Memory map prevented reading 0x0104000F for some local variable.

Please your help!

Doron

  • Hello Doron,

    The memory address 0x0104000F falls in a reserved area of the memory map and is not implemented in the device. Most likely, your target configuration in CCS is not correct. This usually means you have selected the wrong device as part of your target configuration and it is trying to use a memory map that does not match the memory map of the device you are using.
  • Hi,

    Thanks for your quick reply!

    The device configuration is ok RM48L952 and still got this error...

    Please help!

    Doron

  • Doron,

    Can you describe what you were doing when you received this error? Was this during device operation, when you attempted a memory read, when you executed a gel script? Any additional information would be helpful. Can you also use the test connection button in the target configuration screen to test the connection to the device?

    This is all assuming you are getting this error as a CCS error and not a compile time error. If you could do a screen grab of the error message and post it, it would be helpful.