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.

Accessing global memory ("devmem" on DSP)

Hello,

To access an FPGA that's memory mapped to our integra, I can use devmem (or something simlar) on the ARM side.

# devmem 0x20000150 32
0x000001DC

That reads 32 bits from 0x20000150, where 0x20000000 is the pci memory base. Now I thought that accessing this memory from the integras DSP would be easy, since it has a 1:1 memory mapping. But a look at CCS's memory window at 0x20000000 proved me wrong....

 

How can I access this memory from the DSP?

 

TIA

Markus