Other Parts Discussed in Thread: ADS8353
Hi TI teams,
I'm trying to use two ADC8353 with F28379D via SPI communication.
The SPI module inside F28379D can only transmit and receive 16-bit data.
It seems that in order to receive 32-bit data with ADC8353 set to 32-CLK, single-SDO mode, McBSP module with clock stop mode must be used.
However, in the technical reference manual of F28379D, it mentioned that:
For clock stop mode, the values of RWDLEN1 and XWDLEN1 must be the same because the McBSP transmit and receive circuits are synchronized to a single clock.
Thats means that I need 48-bit (16-bit command and 32-bit data) RX and TX buffer inside McBSP module, but RSR and XSR registers can only handle maximum 32-bit of data, is that correct?
More importantly, is it possible to access two ADC8353 with F28379D by SPI or McBSP?
Best Regards and Wishing you a Happy New Year.