About 61 results
Open links in new tab
  1. GPIO是什么? - 知乎

    GPIO理论基础知识篇之基本结构 一、前言 万物皆有源头,大家学习单片机的源头操作就是通过GPIO口点灯,GPIO作为STM32最基础的外设,也是大家最先接触的外设。当然,看似基础的GPIO,不仅 …

  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 Raspberry Pi OS for most …

  3. Understanding GPIO analog and digital - Electrical Engineering Stack ...

    Mar 28, 2014 · I've seen a few reference to GPIO only being able to work with binary values, but other posts which say the value can be from 0-255. I'm assuming this is the difference between analog and …

  4. 单片机实际项目中gpio模拟i2c用的多还是硬件i2c用的多? - 知乎

    Nov 2, 2024 · 使用MCU自带的硬件I2C还是用GPIO模拟I2C,根据使用场景自行选择就好了。 如果数据量大、通信频繁就用硬件I2C加上DMA;数据量小、通信不频繁用GPIO模拟的也没什么问题。 以我 …

  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, meaning that it …

  6. 提问,在windows下如何操作Intel GPIO接口? - 知乎

    图7:GPO引脚控制效果展示 WInIO平台下测试工具的使用方法 WinIO平台下的基本操作与研华SUSI平台下基本相同,主要差别在于WinIO平台下需要用户手动设定每个GPIO功能引脚的对应寄存器操作地 …

  7. How can I protect MCU GPIO input pins from accidental overvoltage by ...

    Sep 14, 2022 · The application will also use GPIO outputs to control external loads, such as LEDs, relays etc. Obviously, NMOS transistors will be needed for this output proposal and this part is our …

  8. mosfet - Any reason the gate pull-down shouldn't be eliminated on an ...

    Sep 7, 2025 · If the MCU is reset while powered, software execution will stop, the GPIO will become an input and the pull-down resistance will discharge any MOSFET gate capacitance and turn it off. The …

  9. 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 the output turns …

  10. Configuration - Raspberry Pi Documentation

    The official documentation for Raspberry Pi computers and microcontrollers