Other Parts Discussed in Thread: CC430F6137
Hi , Does the CC430F6137 have the ADC10_A module ? Also is there a way to sample the channels in different rates ( on the ADC12_A or ADC10_A ) ?
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.
Other Parts Discussed in Thread: CC430F6137
Hi , Does the CC430F6137 have the ADC10_A module ? Also is there a way to sample the channels in different rates ( on the ADC12_A or ADC10_A ) ?
Yes, you can see it in the datasheet page 4, take a look at the functional block diagram.
www.ti.com/lit/ds/symlink/cc430f6137.pdf
Indirectly, and only on the ADC12(A).ashraf elsharif said:is there a way to sample the channels in different rates
On the ADC12 you can program a sequence of channels to sample. In this sequence, a channel may appear multiple times. By proper distribution o fthe sampling requests, you can sample different channels at different speeds.
e.g.
1-2-1-3-1-2-1-4
This samples channel1 four and channel2 two times as often as channels 3 and 4.
**Attention** This is a public forum