Skip to main content
dsjnews
Associate II
June 22, 2012
Question

Configuring input pull-up or pull-down

  • June 22, 2012
  • 2 replies
  • 3026 views
Posted on June 22, 2012 at 20:54

Hi,

I am using the STM32F103ZG device and looking through the reference manual (RM0008) I cannot find how, when a pin is configured as ''Input Pull-up/pull-down'', to select the pull-up or pull-down option.

Having done some experimentation it appears that this can be done by setting the ports output level high (for pull-up) and low (for pull-down) operation after the pin has been configured as an input.

Is this the indended way to do this? If not, an explanation on how it should be done would be appreciated.

Regards

Farmer

#gpio-mode
This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
June 22, 2012
Posted on June 22, 2012 at 22:24

In RM0008 it is described in Table 20. Port bit configuration table, Page 156

http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/REFERENCE_MANUAL/CD00171190.pdf

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
dsjnews
dsjnewsAuthor
Associate II
June 22, 2012
Posted on June 23, 2012 at 00:37

Looked at the very table, must have just missed it. Problem sorted - many thanks.

Regards

Farmer