Hello Experts,
I have a question regarding the size of the ADC buffer.
I wanted to read the chirp samples from the ADC buffer to be able to output the received chirps graphically in Matlab.
My ADC configuration is defined as follows:
- Channel non-interleaved
- Complex Data mode (Q is stored in LSB, I is stored in MSB)
- Enabled 4 Rx Channels
- chirpThresholdPing = 1
- chirpThresholdPong = 1
- continousMode = 0
My problem is that I can read the samples in the ADC memory only up to the address 0x52007FFF, but the ADC buffer of the AWR1843BOOST is actually 32KiB right?
(SWRU520E p.214)
Therefore it should be possible to read out all values in the ADC memory, up to the address 0x5201FFFF, or have I misunderstood something?
Because the last bytes in the ADC buffer are not readable or will be displayed:
Regards,
Daniel