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
Hi,
I want to access 4GB DDR in Memory browser in CCS( Version: 7.3.0.00019) . I have setup DDR by calling ddr3A_64bit_DDR1600_setup() in GEL file.
But when I try to access 0x800000000 in memory browser, which is 64bit DDR address, CCS don't show 64 bit address.
Please find the attached ddr3_800000000_error.png for your reference.
0x800000000 is typically not a valid memory address. Please check the debugger memory map to see what is accessible memory on your target:
Thanks
ki