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