In this post, PGA970: programming with FPGA, Scott says:
https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/810845/pga970-programming-with-fpga
"You can read the demodulator data when the PGA970 microcontroller is in reset mode, but this is not recommended. The update rate of the demodulator output is faster than you can read the full 24 bits through the digital interface, so by the time you read the last byte of the demodulator data it will already have updated to the next sample. In order to avoid this problem you will have to write firmware so that the microcontroller reads the demodulator data and stores it temporarily before outputting the full 24bits from each sample."
But in this post
The question is specifically about operating the 970 without using the internal MCU and Scott makes no mention of this not being recommended.
Wondering which is correct?
If the 970 needs to have the internal MCU operating as the first post says what kinds of issues would result if the demodulator data is not read as fast as it's available? - if one or multiple samples are missed?
Thanks