Psoc 4 ADC Sine Wave

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

cross mob
Anonymous
Not applicable

Hi,

I want to put a sine wave in a psoc pin input, then send the result to the pc. But i can only recieve the positive values. I already have the adc configure to signed values, is there any more configuration i should change?

Thank You

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

You will have to level-shift the sine input using a resistor ladder so that the voltage is between GND <= sin <= VDDA

No GPIO may be driven below GND, could damage the chip.

Bob