Hi,
I have a custom nRF52832 PCB with 10 buttons connected to various GPIOs. All buttons work correctly except the two connected to P0.07 and P0.08 they produce no response at all.
Setup:
- Custom PCB, nRF52832
- nRF Connect SDK + Zephyr
- Buttons defined in custom board DTS as active-low with internal pull-up
- UART, SPI, and I2C all disabled in prj.conf
Question:
Is there something specific about P0.07 and P0.08 that could prevent them from being used as button inputs on a custom board? Are there any Zephyr config options or DTS properties I might be missing?
Any guidance appreciated. Thanks!