Other Parts Discussed in Thread: ADS1298
Hello,
I would make a small contribution to the community.
I wrote a header for the ADS1298 in order to avoid "magic numbers" in code
also facilitates their understanding.
Any amendments, suggestions, improvements ... Please let us know.
There could be some error in the values I could not test all ...
Suppose I want to configure config1: Using OR: config1 =
(CFG1_HR_ENABLED | CFG1_DAISY_ENABLED | CFG1_CLKOUT_DISABLED |
CFG1_DR_FMOD_DIV1024)
I also have some suggestions I found in the datasheet:
Page 47: BIT5 WCT_CHOP -> does not say which is the default.
Pag. 48: Bit7! PD_REFBUF
0 = Power-down internal reference buffer (default)
1 = Enable internal reference buffer
The two settings are INTERNAL?
Anderson