vscode nrf connect

When programming my NRF52832 target card with VScode, if I don't use debug play, the code doesn't execute. What could be the reason? I don't have this problem in Segger Studio.

Parents
  • Hello,

    What target card are you using? Is it a DK or a custom board (or 3rd party board)?

    I suspect the reset pin is not connected to the debugger. Is it? If not, does "nrfjprog --reset" work after you have programmed the device? 

    What board did you build your application for? Do you have custom board files, or are you using the DK's board files?

    Best regards,

    Edvin

Reply
  • Hello,

    What target card are you using? Is it a DK or a custom board (or 3rd party board)?

    I suspect the reset pin is not connected to the debugger. Is it? If not, does "nrfjprog --reset" work after you have programmed the device? 

    What board did you build your application for? Do you have custom board files, or are you using the DK's board files?

    Best regards,

    Edvin

Children
No Data
Related