How to solve ADC bean warning ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to solve ADC bean warning ?

2,081 次查看
adityarasal
Contributor I

Hi I am using MC56F8014 DSC, I have encountered with warning while configuring ADC, i am using 7 ADC channel out of 8 channel,screenshot attached, kindly suggest fix

0 项奖励
回复
2 回复数

2,044 次查看
Hansen_j
Contributor I

Facing same issue From last 1 week. please help

0 项奖励
回复

2,069 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Aditya,

Regarding the warning, I think you do not use the channel in SAMPLE[x], as you know that each sample[x] corresponds one channel, if you use all 7 channels, you have to add 7 SAMPLE[x], for example, SAMPLE[0], SAMPLE[1], SAMPLE[2], SAMPLE[3],...SAMPLE[7].

you can select for example,

SAMPLE[0] use channel 0

SAMPLE[1] use channel 1

SAMPLE[2] use channel 3

SAMPLE[3] use channel 2

SAMPLE[4] use channel 4

SAMPLE[5] use channel 5

SAMPLE[6] use channel 6

SAMPLE[7] use channel 7

Pls have a try.

Hope it can help you

BR

XiangJun Rong

xiangjun_rong_0-1603077653046.png

 

0 项奖励
回复