Hi,
In the reference code sys_main.c line 255, there is a WriteReg() to register 60. According to datasheet, register 60 is reserved. Is this an typo or...?
// Configure AFE (section 2.2.1)
nDev_ID = 0;
nSent = WriteReg(nDev_ID, 60, 0x00, 1, FRMWRT_SGL_NR); // set 0 mux delay
nSent = WriteReg(nDev_ID, 61, 0x00, 1, FRMWRT_SGL_NR); // set 0 initial delay
Thanks,
Dick