I'm studying the nRF Connect SDK Fundamentals course and working with the NRF54L15 PDK. In Lesson 1, I'm trying to turn on LED0. I can build and flash, but the LED won’t turn on. What should I do?
I'm studying the nRF Connect SDK Fundamentals course and working with the NRF54L15 PDK. In Lesson 1, I'm trying to turn on LED0. I can build and flash, but the LED won’t turn on. What should I do?
Hello,
I have tried the sample on my nRF54L15-PDK. It works here. I can see LED0 is on and I can control the on and off from Button press.
Which NCS version and PDK version you are using?
Hi,
I can turn on the light LED0 when I start with nRF Connect Quick Start and enable HWFC in the settings.
I can write code using the nRF Connect for Desktop Quick Start, but I can't write the same code using the nRF Connect extension in VS Code. What is the problem, and how can I solve it?
Did you try to run the sample form command line using west build?
It solved this problem with install nrfutil at nrfconnect terminal in vscode like below
Good to it works. So, nrfutil device was not installed. Thanks for letting me know the update.
Good to it works. So, nrfutil device was not installed. Thanks for letting me know the update.