Other Parts Discussed in Thread: ADS54J60
Hi
According to the ADS54J60 datasheet, the bit stream composed of 24 bit is used set the ADS54J60 inside registers. The 16 bit is used for the address and the remaining 8 bit is used to set value.
But in the configuration file of ADS54Jxx GUI, the ADS54J60_LMF_8224, for example,
ADS54Jxx_DIGITAL
0x6800f7 0x01 // digital reset
0x68004e 0x20 // improve IL performance
0x680000 0x01 // reset digital
It requires a 32 bit stream. And directly set without page selection. This seems to differ from the ADS54J60 datasheet.
Eventually, I have to set the ADS54J60 in my circuit without the help of your ADS54Jxx GUI. But I am very confusing.
Can you explain the configuration file?
Thanks