Body:
Hello,
I have designed a custom board using the nRF52840 and flashed a simple LED blinking code. The LED does blink, but not according to the specified time intervals in the code. Instead, it blinks at an unexpected rate.
Here are some details about my setup:
- Microcontroller: nRF52840
- SDK Version: [Specify your SDK version]
- Power Source: USB
- Firmware: A simple delay-based LED blinking code
Troubleshooting Steps I Have Tried:
- Verified the GPIO pin configuration in the firmware.
- Checked if the correct clock source is selected.
- Measured the actual delay using a logic analyzer.
- Confirmed that the LED circuit is correctly wired.
Despite these checks, the blinking does not follow the intended timing. Could this be related to the clock configuration or power settings? Any guidance on debugging this issue would be appreciated.
Thanks in advance!