I am using a new PCM1863EVM board and it worked great right out of the box. I can configure my ADC settings graphically and then see how the registers are effected. So this is a great way to then jump to my host controller and use the same register write codes for the final application.
So is it reasonable to just copy the Log View for this purpose?
I wondered what happens for a power up event and I see about 50 write events. The odd thing (to me) is the sub-addresses 00, 01, 02 (mode, PGA1L, PGA1R) are being written over and over. For example after a power up I see this in the log
#----------------------
# LOG START Tue Mar 17 ......
w 94 60 11
w 94 00 01
w 94 02 12
w 94 01 02
w 94 02 13
w 94 01 02
w 94 02 14
w 94 01 02
w 94 02 14
.
.
.
w 94 01 02
w 94 02 14
w 94 00 00
w 94 71 10
I am sure that I am missing something subtle. This format doesn't make note of the page, i assume that it is all page 0.
If I change the mixer coefficients I see lines like
w 94 04 ec 00 00 00
0x04 sub address would be PGA2R so clearly I am misrepresenting the meaning.