This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

issue with nrf5340pdk not executing the firmware

Hi, 

I have a problem with nrf5340pdk not executing the firmware. I have to build a hello_world sample from ncs v1.4.99-dev1 and I flash the development kit with the west tool, but I do not get any output. The same is with the blinky example. Also when using nrfjprog I can do reset and recover without a problem. This board was working before, but at one moment it stoped and since there is no additional hardware I am not sure why, especially since the firmware is flashing. 

In the end, I tried nRF Connect for desktop. There I get some errors when validating the flashed firmware:

what could be the issue for this kind of behavior?
Best regards,
Vojislav

Parents Reply Children
  • Hi Heidi,

    Now it seems to work. What I did was:
    1. run: nrfjprog --recover
    2. power cycle the board and connect it to the USB port on the laptop instead of the USB hub (this could be a potential issue)
    3. run: west flash --tool-opt="--log"


    it probably has something to do with USB ports or chip memory when reading and writing. But the main thing is that it is working.

    Thank you for your help!

Related