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

    Mar 28, 2014 · A GPIO bit can be 0 or 1. An 8 bit GPIO port, made of 8 consecutive bits, can range between 00000000 and 11111111, or 255 decimal. This has little to do with the concept …

  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. Is there a difference between PIO and GPIO pins?

    Jul 18, 2019 · That said, ‘GPIO’ means ‘General Purpose Input / Output’. For microcontrollers this customarily means a pin which can be configured through registers by the host to be an input, …

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

  5. Scratch 2.0: all-new features for your Raspberry Pi

    Jun 27, 2017 · Scratch 2.0 is now available on the Raspberry Pi. Control GPIO pins, webcams and microphones, edit images and sound and more!

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

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

    Nov 12, 2021 · GPIO = General Purpose Input Output, referring to pins that send and/or receive single bits of digital information (high/low voltage). A GPIO 'bank' is a group of GPIO bits that …

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

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

  10. gpio - Open Drain vs Open Collector - Electrical Engineering Stack …

    Is there a practical difference between Open Drain and Open Collector outputs, or are the terms used interchangably? If they are indeed different, what are the contexts where each is …