Hi,
I am receiving audio data on McASP AXR2 pin and want to read the data many time from the receive format unit.
From the AM335x guide, the registers that hold this data is RBUF_0 to RBUF_5 (offset 0x280h-0x294h) and each buffer is 32 bits.
In my McASP configuration, I setup 8 TDM slots, 32bits/slot of data and I am trying to read the register with following command:
for example for RBUF_0:
>devmem2 0x48038280 (my McASP base address is 0x48038000)
This always return 0 as values but if I scope the ARX2 pin, I do see data activity!
am I missing something how to properly read the content of RBUFs?