Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Successive approximation register SAR design

Status
Not open for further replies.

Junus2012

Advanced Member level 5
Joined
Jan 9, 2012
Messages
1,552
Helped
47
Reputation
98
Reaction score
53
Trophy points
1,328
Location
Italy
Activity points
15,235
Dear friends,

I am trying to implement the concept of digital offset calibration technique presented in this image

I would like to ask your help for the SAR unit, do you have a good suggestion of it ? I have seen different designs, it is not unique

2.PNG


Thank you very much
 

That SAR block is just digital, implementing the binary search algoritm.
 
Dear Suta,

That is what I am looking for, where I can find a SAR circuit that I can pick it directly to use in the design, I need 8-bit SAR
 

It is simple.
Set MSB high, compare, set value of comparator as MSB, repeat with every other bit in descending order.
 
Dear Suta,

That is what I am looking for, where I can find a SAR circuit that I can pick it directly to use in the design, I need 8-bit SAR


You should not rely on picking up a ready circuit for that. Just make the algorithm (you can even firdt write a verilogA code for that to test) and implement it to digital. It is not difficult. Plus, this is for calibration, so it does not require high speed and thus you are free to do it anyway you like.
 
Dear friends,

Does every SAR has a different algorithm?
--- Updated ---

For example, I found this from the technology, can I use it

sar.png

--- Updated ---

by the way,

I see some people talking about hysteresis comparator used in the successive ADC or in the scheme above,

For me I see the hysteresis effect just like offset effect, and perfectly we should have comparator with no offset, then how we could use the hysteresis
 
Last edited:

Looks like this one is from someone from Melexis. Anyone, just simulate and see if it fits your needs.
SAR uses a binary search or often a sub-radix 2 kind of a search. I don't think hysteresis is good thing in this case.
 
Dear Suta, I understand that hysteresis is needed in case of comparesion to a noisy reference, but in the context of auto zeroing I don't understand it why people referring to use it.

Could you please suggest me simulation setup without using DAC to test the SAR functionality?
--- Updated ---

By the way, I have test the SAR functionality by connecting R 2R and comparator as shown in the circuit below, I think it is the only way for testing SAR ?


sarsetp.png


I set the voltage to 2 V, so ideally the SAR must reach 2 V, and he succeed as shown in the figure below :) :)

res.png


Here another question I have, insted of 2 V he is getting 2.0108 V, so is it due to resolution or an offset of the comparator ?
 
Last edited:

It can be both resolution and comparator offset. Do you have comparator offset in your circuit? If not you can add some artificial offset and see the effect. You can probably also introduce hysteresis and also see how it affects the search.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top