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.

cc3200 UDP ADC0

Other Parts Discussed in Thread: CC3200

你好 我最近使用ccs6 参考官方例程写了一个程序 完成的功能是使用AD0/AD1/AD2/AD3采集数据 然后封装到UDP soket中 然后通过wifi发送到上位机上。

AD1/AD2/AD3采样都返回正确数值,但是不知道为什么AD0总是返回不正确的值,即使接地也是返回类似悬空值一样的数值。我使用ADC例程通过串口调试就没有这

个问题,其中我修改了例程中uart的端口,并没有占用gpio2,AD0可以返回正确的数值,请问AD0是否是和WIFI有冲突?有什么办法可以解决这个问题?