Flashing problem using VS Code and NRF connect

Hello,

I will explain my workflow so you can understand my problem using VS code and assuming everything is installed correctly, I`m using SDK 2.7.0:

  1. Create new project > copy from existing > blink example
  2. Add build configuration > default > build configuration
  3. Command > nrf connect: build > nrf connect: erase and flash

after this procedure the program is flashed into the board successfully however, when I read the memory it shows as empty. You can also see LED 2 is a little bit dimm. This happens every time I erase the memory.

My understanding is that nothing is being flashed

Am I missing something?

Thank you for your help

Parents
  • Hello,

    Has your issue been resolved? Which hex file are you attempting to flash? Based on the screenshot, it appears your device has been successfully flashed and memory read.

    If you are attempting to flash the device using the programmer, you can try using the zephyr.hex file generated inside the build/zephyr folder(from the blinky_sample). Please let me know if this resolves the issue.

    Kind regards,

    Abhijith

Reply
  • Hello,

    Has your issue been resolved? Which hex file are you attempting to flash? Based on the screenshot, it appears your device has been successfully flashed and memory read.

    If you are attempting to flash the device using the programmer, you can try using the zephyr.hex file generated inside the build/zephyr folder(from the blinky_sample). Please let me know if this resolves the issue.

    Kind regards,

    Abhijith

Children
No Data
Related