Opamp offset voltage Compensation

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

cross mob
lock attach
Attachments are accessible only for community members.
dhgac_296796
Level 4
Level 4
First like given

Has anybody tried to null the offset voltage of PGA in PSoC5 LP? I am working with very small signal and need to take care of PGA offset voltage. I tried to check offset voltage,.. which comes in the range of 9-12 mV for PGA (Attached project )

   

Please share the compensation circuit if anybody is having tried it. 

   

Thanks in Advance!!

0 Likes
1 Solution
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

It seems you need to use ADC_SetOffset () and, if desired, ADC_SetScaledGain ()
Slightly theory:
AN68403 PSoC3 and PSoC 5LP Analog Signal Chain Calibration
It remains unaccounted for:
Input offset voltage PGA = ±30 μV/°C * gain

View solution in original post

0 Likes
3 Replies
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

It seems you need to use ADC_SetOffset () and, if desired, ADC_SetScaledGain ()
Slightly theory:
AN68403 PSoC3 and PSoC 5LP Analog Signal Chain Calibration
It remains unaccounted for:
Input offset voltage PGA = ±30 μV/°C * gain

0 Likes
lock attach
Attachments are accessible only for community members.
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted
        dhans, Technically, "0 V" voltage does not exist in PSoC, which is powered by single polarity power supply. In such mode analog "zero" is typically a Vref voltage (1.024V or Vdda/2). One way to deal with small voltages is to construct InstAmp from OpAmps and PGAs (several examples can be found on this forum). https://www.element14.com/community/community/designcenter/psoc4_pioneer_kit/blog/2014/02/12/use-a-l... Another approach is to compensate for drift and offset is to switch polarity of the signal using Mux and use consecutive measurements to remove offset in code http://www.electronicdesign.com/analog/offset-compensation-technique-improves-bridge-configured-sens... Offset compensation for AC amplifier: http://www.cypress.com/file/70971   
0 Likes
dhgac_296796
Level 4
Level 4
First like given

Thanks Pavloven and Odissey1 for the information. Its really useful.

0 Likes