Other Parts Discussed in Thread: CC3200
Hello:
I am building a data logger on a CC3200 LAUNCHPAD and looking at the Smartplug files for a guideline. On the metrology.c file, lines 103 and 104, assign to the voltage measurement AdcChannelNum = ADC_CH2 and DmaChannelNum = UDMA_CH16_ADC_CH2 respectively. The current measurments uses adc channel 0 and dma channel 14 (lines 107 and 108).
However, the Technical Reference Manual SWRU367D, revision May 2018, on page 99, section 4.2.1, Figure 4-1 DMA Channel Assignment, indicates Channel 14 for ADC 0 and Channel 15 for ADC 2.
In summary, the smartplug code agrees with the technical reference manual for ADC channel 0, but not for ADC channel 2. Which one is correct?
Thanks,
Ramon