2025-04-24 2:46 AM
Dear all,
Dear all,
I use a NUCLEO_H7A3ZI_Q, connected through an external Arduino/Zio-type connector to an external signal generator, which outputs a constant voltage level.
Could this be related to the caution notice from the UM2408 Manual (see attachment)
I wonder how the adapter board is able to saturate the value, if that is true...
Many thanks
L.A.
Solved! Go to Solution.
2025-04-24 4:24 AM
Here a snipped from a datasheet of another STM32 - I don't have nor use a H7 :
Check the respective section in the datasheet of your MCU variant.
And check for footnotes like this :
The term "5V-tolerant" does not mean "operating properly with 5V applied".
And analog pins are explicitely exempt anyway.
2025-04-24 2:51 AM
Of course.
Read the datasheet.
2025-04-24 4:02 AM
So I disconnected the adapter, and even now my readings don't climb above 3.3V, when I apply a higher voltage directly at pin PA3 (ADC_123_INP10) of my Nucleo board. Anyone has an explanation for that?
Cheers
2025-04-24 4:20 AM
Datasheet says V_AIN <= V_Ref+ <= V_DDA <=3.6V.
2025-04-24 4:24 AM
Here a snipped from a datasheet of another STM32 - I don't have nor use a H7 :
Check the respective section in the datasheet of your MCU variant.
And check for footnotes like this :
The term "5V-tolerant" does not mean "operating properly with 5V applied".
And analog pins are explicitely exempt anyway.
2025-04-24 4:34 AM
Hello @LysAn ,
Are you using the IO as digital input or analog input for ADC?
2025-04-24 4:36 AM
Hello, @mƎALLEm I use it as an analog input for ADC. Wasn't aware about these details about voltage levels.