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

nrf52382 firmware program lose

After nrf52382 is written into the firmware program, the test runs OK. After it is placed for a period of time, it is checked again. It is found that it is not running. Use the JLINK tool jflash to read the data. Why is this

Parents Reply Children
  • If reprogramming the application solves the issue, it sounds like there could be something in the application that causes this, possibly an error code or similar that puts the device in an endless loop. If you debugged the application, you should have been able to check this.

    Are you doing some flashwrites or similar operations in the application, which can cause errors after a certain amount of time?

Related