cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L4S5 enabling internal pulldown

RTT
Associate

Hi,

We are using PF3 for one of our output function and we need to pull that pin down internally. So we are configuring that pin as output enabling clock etc and using LL driver "LL_GPIO_SetPinPull" function with port and pin with argument "LL_GPIO_PULL_DOWN" to enable internal pull down. Also we can see the Register PUPDR3 getting configured properly after that in the Register window.

So it will be really helpful if anyone could confirm that this is the way to enable internal pull down for a pin, or is there any other register that we need to set.

Thanks

Rahul TTT

0690X0000087jvcQAA.jpg

2 REPLIES 2

Are you observing some problem with this?​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

No problems as such. We just want to confirm that this is the way to enable the pulldown.