Other Parts Discussed in Thread: FDC2214
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
We don't recommend changing the ADDR pin while the device is not in shutdown mode. When the device wakes up, there is always a delay before the device starts sampling again. Subsequently, each channel has a startup delay when sampling multiple channels. These two effects combined could be why you are seeing the slower sample rate when you have all the channels combined. You could decrease your RCOUNT value or increase your clock to get a better sample rate.
Best Regards,
Justin Beigel
Hello Jay,
I do mean decreasing the value of RCOUNT since this will increase the sample rate of the channels. As for the CLOCK_DIVIDERS, you would actually decrease this to increase your reference clock frequency. A faster reference clock can also mean a faster sampling time.
Changing the ADDR pin is fine if you control the device by putting it into shutdown first. If you don't want to do this, you could use an I2C mux to communicate with the different devices.
Best Regards,
Justin Beigel