Tool/software:
Hi Team,
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.
Tool/software:
Hi Team,
Hi Suhas,
Single rate mode should be valid for 256xFs and 32kHz sampling rate. It seems like dual rate mode is for higher sampling rates to enable lower OSRs. However, with your high system clock and low sampling rate, the device should be fine for single rate mode. It seems that in auto mode, it will automatically select dual rate mode for 256x system clock, but you can select single rate mode with i2c with register 0x40 and SRDA bits shown in table 14 for DAC, and register 0x50 SRAD bits for ADC shown in table 22.
Single vs dual rate mode affect the passband of the device with the digital filters, shown in this screenshot of the ADC filters (section 8.15.1):
Single rate mode puts the device into 128x OSR operation at the ADC/DAC modulator clock, which will ensure that the filters work as intended with the most amount of clock cycles needed for operation. Dual rate mode puts the device into 64x OSR, so the filters and internal DSP systems would have less cycles to work with, but would be potentially less power needed as well. This mode would be better suited for systems where the system clock does not get to 128x the sampling rate, or for sampling rates above 48k. In your scenario, 256x input ratio should be fine for a low sampling rate and is still a higher input clock than 128x OSR so there will be a divider internally to get to 128 OSR at the mod clock.
Let me know if you have more questions.
Best,
Mir