AGND CONNECTION

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
chmoc_1567941
Level 4
Level 4

My ADC is in ASC10 block and my RefMux is ACB00. i set RefMux to the AGND.

   

now i want to connect and discount AGND to the ADC input with API.

   

how can i do it??

0 Likes
1 Solution
SampathS_11
Moderator
Moderator
Moderator
250 sign-ins 250 solutions authored 5 questions asked

Assuming you are using the incremental ADC, you can connect the ADC input to RefMux at ACB00 by means of the following register write:

   

ASC10CR1 &= 0b00011111;

   

You can refer to this register on page 194 in the PSoC1 Technical Reference manual or do a search for ASCxxCR1.

View solution in original post

0 Likes
1 Reply