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.
There is a problem to access memory with 40-bit accessing in CCSv6.1 memory browser
I had checked that it is possible to access the memory which excess 4GB range in CCSv6.02 memory browser (after loading xtcievmk2x.gel init file.),
For example, EVMK2H's DDR3A base address is 0x8000_0000 in case of "CPU Memory View"
If I change memory browser setting to "Physical Memory view", memory browser pointed to 0x8_0000_0000 automatically.
It is operated in the CCSv6.02, but it is not operated in above version as follows.
I need to 40-bit memory browsing using CCSv6.1, I don't think to come back previous CCS version.
There is some extra setting on the CCSv6.1 to enable 40-bit memory browsing?
Gilbert.
Gilbert,
We are trying to see if we can reproduce this at our end. In the meantime, would you be able to do one quick test?
Can you try to access the addresses via the expressions View? This can be done by entering the following expression into the expressions view:
(*(800000000@PA))
This bypasses the memory browser and memory map and should help us narrow down the issue.
Please let us know the results and we will also report back when we have more information.