Tool/software:
Hi Team,
I am facing some difficulties trying to write to the CLOCK register of the ADS131M08 ADC. My goal is to change the XTAL_DIS bit (I am using an external crystal).
The image below shows the frame that I am sending to the ADC: 0x618000
(WREG), immediately followed by the register data (0x24E
) and 0x00
to meet the word size requirement. However, when reading the register back, its value remains at the default.
Could you please help me resolve this issue?