About 89,900 results
Open links in new tab
  1. Understanding GPIO analog and digital - Electrical Engineering …

    Mar 28, 2014 · A GPIO pin is a 'general purpose input/output' pin. This is by default only high or low (voltage levels, high being the micro controller's supply voltage, low usually being ground, …

  2. microcontroller - STM32 Understanding GPIO Settings - Electrical ...

    Feb 25, 2015 · In STM32 Standard Peripheral library, we need to configure the GPIO. But there are 3 functions which I not sure how to configure them; GPIO_InitStructure.GPIO_Speed …

  3. stm32如果一个gpio口既需要输出也需要输入,应该怎么配置?

    Dec 31, 2021 · stm32如果一个gpio口既需要输出也需要输入,应该怎么配置? 比如我和外设通信,协议是这样的: 我需要先给一个低电平和一个高电平,然后外设才给我回传数据。 而这些都 …

  4. Is there a difference between PIO and GPIO pins?

    Jul 18, 2019 · These things are pretty much unrelated to each other. GPIO is a General Purpose IO - meaning these are not connected to a specialized interface. PIO is Programmable IO, …

  5. microcontroller - Push-pull/open drain; pull-up/pull-down

    Apr 22, 2016 · Of all the GPIO registers available, I do not understand two: GPIO_PUPDR and GPIO_OTYPE which are respectively the "pull-up/pull-down register" and the "output type …

  6. Raspberry Pi OS - Raspberry Pi Documentation

    Raspberry Pi OS is a free, Debian-based operating system optimised for the Raspberry Pi hardware. Raspberry Pi OS supports over 35,000 Debian packages. We recommend …

  7. What is gpio bank? - Electrical Engineering Stack Exchange

    Nov 12, 2021 · The power state of the GPIO pins in a bank can be managed independently of the pins in the other banks. The total number of pins in the GPIO controller is greater than 64.

  8. gpio - STM32F103 PC13 on Output mode not work - Electrical …

    I using STM32F103C8, I want to use PC13 in GPIO mode (RTC is active). The register ODR13 changes, but the logical value of the PIN does not change. static void MX_GPIO_Init(void) {

  9. gpio - What happens on the STM32 when two pins are configured …

    Reading through the STM32F051 manual, it looks like it's possible to configure the same alternate function on two pins; for example, you could have multiple USART1_TX pins at the same time. …

  10. ESP32 GPIO [0] number 2 pin is reserved - Electrical Engineering …

    May 9, 2025 · ESP32 GPIO [0] number 2 pin is reserved Ask Question Asked 1 month ago Modified 1 month ago