About 89,200 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. 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 …

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

    Feb 25, 2015 · GPIO Speed is the maximum frequency the GPIO can produce. Lower settings can save power. Output type is whether the pin asserts highs and lows (push pull), or whether …

  4. 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 …

  5. 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, …

  6. 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) {

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

    Nov 12, 2021 · GPIO pins on microcontrollers and FPGAs are often grouped together in what is sometimes referred to as a "Bank". All the pins within a bank will have their own power supply …

  8. 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. …

  9. 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

  10. zynq - Where is XPAR_AXI_GPIO_0_DEVICE_ID defined in …

    Feb 9, 2025 · Some of the example code has some (C language) #ifdef SDT statements to pass the XPAR_GPIO_0_BASEADDR for the new code and XPAR_GPIO_0_DEVICE_ID for the …