Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GPIO 引脚有 P0.00、P0.01、P1.01、P1.02 等。我不知道如何使用这个。我想知道,如何使用 nRF52840 中的 GPIO 引脚来实现简单的 LED 和按钮电路?这真的很有帮助。
nRF52840 开发套件上的 GPIO 引脚映射如下:-
也就是说,P0.01 为 SIO1,P1.01 为 SIO33,P1.02 为 SIO34,以此类推。可以在 Nordic_SDK/modules/nrfx/hal/nrf_gpio.h(第 71 行)中找到宏映射。