Debugging my nrf5sdk code using vs code via make file

I want to use this command nrfjprog --program .\nrf52840_xxaa.hex --sectorerase

and I had this error any idea about how to fix this?


Parsing image file.

WARNING: A programming operation has been performed without --verify.
WARNING: Programming can fail without error.

Parents
  • Hi,

     

    gizgiz said:
    there is some issue when I run my code in normal mode it's not like it was with Segger

    Can you elaborate on what is happening?

     

    Kind regards,

    Håkon

  • Yes of course, I enter some information via ma application connected to my card with Bluetooth uart. In segger the led will stop lighting up and the Bluetooth of my card turned off, in vs code the Bluetooth turned off but the led still lighting up, "the led's lighting up and and off is related to the value of pressure sensor  and it's not on mounted to board, I think that's could be normal"

    And I returned to check the debugging, and I found that 

    this problem, appear sometimes, I think that problem related to my debug issues. 

    After clicking "continue" button the debug stop in this 

    I clicked reset button and the system could continue debugging, but I can't see the RTT print.

    I'm ready to clarify anything

Reply
  • Yes of course, I enter some information via ma application connected to my card with Bluetooth uart. In segger the led will stop lighting up and the Bluetooth of my card turned off, in vs code the Bluetooth turned off but the led still lighting up, "the led's lighting up and and off is related to the value of pressure sensor  and it's not on mounted to board, I think that's could be normal"

    And I returned to check the debugging, and I found that 

    this problem, appear sometimes, I think that problem related to my debug issues. 

    After clicking "continue" button the debug stop in this 

    I clicked reset button and the system could continue debugging, but I can't see the RTT print.

    I'm ready to clarify anything

Children
Related