2020-11-09 05:40 AM
Due to stm32f303rct6 refrence manual (RM0316) p. 243, the reset value of GPIOA_PUPDR register for PA8 and PA11 are equal to 00. This means that the output of them are not pull-up or pull-down under reset state,
but
In my practical test, PA8 and PA11 are permenetly pull-up.
How to justify that? or
What is the problem with my test?
2020-11-09 05:57 AM
> In my practical test, PA8 and PA11 are permenetly pull-up.
Maybe describe your hardware and test and explain why you think they're pulled up.
2020-11-09 06:43 AM
Thanks for attention!
I disconnected uC pin routes to my hardware and then put the oscilloscope probe on these pins under reset state. Then they remain HIGH.
If I connect uC pin to the 10 KOhm pull down resistor, its voltage reaches about 0.6 Volts and similarly for 4.7 KOhm is 0.36 Volts.
The above test aproves that 3.3 V (VCC voltage) are divided by a resistor divider with the internal pull-up resistor equal to 40 KOhm ( also this value mentioned by stm32f303rct6 datasheet ).
2020-11-09 08:03 AM