1. Is the 24-bit protocol in datasheet section 7.3.1.14.3.1 “SPI Master to PGA970 Commands” the SPI access format when M0 is in reset? The datasheet mentions that only when M0 is in reset can SPI access all memory. If M0 is running, SPI can only access the COMBUF registers.

2. When M0 is running, if I want to read LVDT sensor sample data or open-/short-circuit diagnostic data via the SPI interface, how should I write data to the COM_DIF_TO_MCU register (what is the SPI data format) so that the corresponding data can be received on the MOSI interface? Do I just write the address of the register I want to read, and then M0 will transfer the corresponding register data to COM_MCU_TO_DIF, which can then be read through the SPI interface? What is the exact workflow, and how should I operate it?