Hello,
I am a beginner using the E73 nRF52810 module and developing my project in Visual Studio Code with the nrf connect desktop extension. In my build configuration, I have selected nrf52dk/nrf52810. I have successfully built my project and completed the flashing process, but the LED connected to GPIO pin 17 is not blinking as expected.
Here are the details of my setup:
- Board: E73 nRF52810 Module
- IDE: Visual Studio Code with Zephyr
- Build Configuration: nrf52dk/nrf52810
- Build: Successful
- Flash: Completed without errors
Despite this, the LED remains off. I have checked the hardware connections, and the LED is functional.
Do I need to change anything in the build configuration or the device tree to ensure the LED works?
Any guidance or troubleshooting steps would be greatly appreciated as I am still learning.
Thank you!