How to solve ADC bean warning ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to solve ADC bean warning ?

1,010 Views
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 Kudos
2 Replies

973 Views
Hansen_j
Contributor I

Facing same issue From last 1 week. please help

0 Kudos

998 Views
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 Kudos