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

upload http_client

hello team,

I'm using nRF CONNECT 3.3.0, SEGGER Embedded studio IDE with Cmake version 3.16.5 and SDK

my device (nRF9160DK) is connected with system but SEGGER Embedded give me that error

other hand I tried with nRF connect so I'm sure that what step to upload and run the program but

I tried to upload http_client example so get something like that log error

Can someone help me out what are the step to use nRF connect to upload and get output on terminal windows

Parents
  • Hi.

    We are aware of several problems with Segger Embedded Studio v4.4.2 (Nordic Edition). We are working on solving them and should have a new version available soon.

    When using the Programmer application to flash the device, you should use the merged.hex file found in <your build folder>/zephyr.

    You should be able to solve your problem by issuing an erase-all before programming. If you are using nrfjprog from the command line, the command would be "nrfjprog -e".

    Best regards,

    Didrik

Reply
  • Hi.

    We are aware of several problems with Segger Embedded Studio v4.4.2 (Nordic Edition). We are working on solving them and should have a new version available soon.

    When using the Programmer application to flash the device, you should use the merged.hex file found in <your build folder>/zephyr.

    You should be able to solve your problem by issuing an erase-all before programming. If you are using nrfjprog from the command line, the command would be "nrfjprog -e".

    Best regards,

    Didrik

Children
Related