Hello everyone,
I'm having an issue of trying to connect via NRF Connect to my nrf52840 DK boards, but I am encountering the following error messages.
Are there any suggestion on getting past this issue.
Thank you very much,
Angry Oatmeal
Hello everyone,
I'm having an issue of trying to connect via NRF Connect to my nrf52840 DK boards, but I am encountering the following error messages.
Are there any suggestion on getting past this issue.
Thank you very much,
Angry Oatmeal
Hi,
Could you check which JLinkARM.dll version you are using?
Use the nrfjprog command:
nrfjprog --version
regards
Jared
Hi Jared,
Apologies for the late response. The JLinkARM.dll is version 6.80a.
Thank you,
Angry Oatmeal
Could you try flashing the board by using nrfjprog directly and share the log? With the nrfjprog command:
nrfjprog --program <HEX> --sectorerase --log
Apologies for the very long delay. I lost track of this question after the new year.
I have since fixed the issue by running nrfjprog --recover.
However, I was not aware of the nrfjprog --program <HEX> --sectorerase --log command, and will use it in the future for debugging if there is ever a scenario where nrfjprog --recover does not work.
Thank you,
Angry Oatmeal
Apologies for the very long delay. I lost track of this question after the new year.
I have since fixed the issue by running nrfjprog --recover.
However, I was not aware of the nrfjprog --program <HEX> --sectorerase --log command, and will use it in the future for debugging if there is ever a scenario where nrfjprog --recover does not work.
Thank you,
Angry Oatmeal