successive approximation register in ADC

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

cross mob
dafa_1669371
Level 3
Level 3
10 replies posted 5 replies posted Welcome!

hello 

   

i am trying to make an adc converter using successive approximation register (SAR) , i am supposed to connect the out put of  comparator to the sar it always get the message of mismatching kinds, i replace the comparator with an opamp but it also get an error message saying that it is connected to analog mux but not to another component (knowing that i disable the rest of the channels)
when i try to connect all to analog pins it get a message that its unable to find a solution for the analog routing 

can i find an adc sar typr as a ready made library ?
 

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum, David.

   

The comparator has got two analog inputs and a digital output. You can connect that output to a status register component or read the comparator state directly using the appropriate API and leave the output unconnected. With some software logic you can build an SAR.

   

 

   

Bob

View solution in original post

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum, David.

   

The comparator has got two analog inputs and a digital output. You can connect that output to a status register component or read the comparator state directly using the appropriate API and leave the output unconnected. With some software logic you can build an SAR.

   

 

   

Bob

0 Likes