Hello Scott
I'm running my LVDT/RVDT 5 wire application using PGA970 integrated in my custom board.
I was able to configure all registers to setup correctly S1 and S2 demodulation channels when arm M0 is in reset via SPI.
The last step is to understand how to configure the Waveform Generator.
I wouldn't write via SPI the Waveform data RAM at each powerup, it would mean to write the DATA_WAVE_PAGE_ADDR register to 8 and then write each data Waveform RAM location reserved for the samples.
My primary excitation should be 3kHz (0x52 samples are needed for the quarter sine wave period).
The alternative scenario is to use the 14-bit DAC look-up table (LUT). I inspected the demo software:
FRAM_DATA_Read(1,WAVEFORM_TABLE_SIZE_OFFSET,&Waveform_Table_size);