2015-11-30 01:52 AM
Hi, I am using STM32F301. If I configure the GPIO pin to be output mode, and configure it to be open-drain with pull up, what would be the pin's current sourcing capability? What is the value of the internal pull-up resistor? If I need to use this pin to switch a MOSFET, is it better to configure it to be OD without pull up or pull down, and instead using an external pull up resistor?
#gpio-open-drain2015-12-03 01:05 AM
Hi David_Lin,
You should find the information you are looking for about the GPIO characteristics in the STM32F301http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00093332.pdf
(chapter: I/O port characteristics).-Mayla-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.