Other Parts Discussed in Thread: CC3235SF, SYSCONFIG
Tool/software:
Hi, I'm trying make a simple ADC reading with the CC3235SF. Previously I tried and everything I saw were random values. Now I'm reading the datasheet and I found that I need to configure the ADC switches.
The (4) statement:
"Requires user configuration to enable the analog switch of the ADC channel (the switch is off by default.) The digital I/O is always connected and must be made Hi-Z before enabling the ADC switch."
I checked my configuration in the Sysconfig file but it has no options to set that. I think I have to change that manually in code but I don't know where to start. Can you help me?
PD: I also would like to know if I this ADC works with binary offset or Two's complement. Thanks btw.