cancel
Showing results for 
Search instead for 
Did you mean: 

stm32L series adc question

dhutchison1945
Associate II
Posted on January 11, 2013 at 18:05

Hi to all,

I'm using a stm32L152V8 100pin 64k.the question regards the adc peripheral and the gpio of the mcu.

1)I'm putting an analog signal on the PA0 pin configured as analog input(this signal goes from 0v to a max of 3,8V(it's high,but read below)

2)I see that if the signal goes between 0v and Vref+(3.3v) everything works fine

(I read correctly from 0 to 4095 steps in the adc register)

3)When the signal goes over Vref+(but less than 3,8v),I suppose that the clamp diode starts to work and everything works fine (I still read 4095 steps in the adc register)

4)When the signal goes up to about 3,8v,I read in the adc register a strange value.So I need to clamp the signal outside of the mcu.

Preamble: I know that I must avoid to put a signal greater than vref+(3,3v),but I want to know if it's normal that the adc register value goes crazy when I apply a voltage around 3,8v on the pin.I've checked if I'm pushing too much current on the pin but it's not the problem.

I do this question because I was used with the st7 series to put signals with a little higher voltage value than vref+ on the pins without problems just using the clamp diodes inside of the mcu.

regards

spectre

1 REPLY 1
Amel NASRI
ST Employee
Posted on January 25, 2013 at 11:32

Hi Spectre,

Do you mean that your VDDA is 3.8V? This should be out of spec as the maximum allowed value for VDDA is 3.6V.

ST.MCU

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.