Based on nRF52810 Development Board,
MDK program FLASH is OK:
But nrfjprog is falied:
Fullscreen
1
2
3
4
> nrfjprog.exe --family NRF52 --eraseall --log
ERROR: JLinkARM DLL reported an error. Try again. If error condition
ERROR: persists, run the same command again with argument --log, contact Nordic
ERROR: Semiconductor and provide the generated log.log file to them.
log.log
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2020-Apr-28 18:26:26 --------------------------------------------------------------------------------
2020-Apr-28 18:26:26 nrfjprog.exe --family NRF52 --eraseall --log
2020-Apr-28 18:26:26 nrfjprog version 10.8.0
2020-Apr-28 18:26:26 --------------------------------------------------------------------------------
2020-Apr-28 18:26:26 nRF_logger_open
2020-Apr-28 18:26:26 nRF_logger_open: nRFJProg logger opened to callback at address 0X7FF720223410
2020-Apr-28 18:26:26 nRF_open_dll
2020-Apr-28 18:26:26 nRF_open_dll: Load library at "C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\JLINKARM_NRF52_NRFJPROG.dll".
2020-Apr-28 18:26:26 . nRF52_logger_open
2020-Apr-28 18:26:26 . nRF52_logger_open: nRFJProg logger opened to callback at address 0X7FFC9A67E520
2020-Apr-28 18:26:26 . nRF52_open_dll
2020-Apr-28 18:26:26 . . Segger_logger_open
2020-Apr-28 18:26:26 . . Segger_logger_open: nRFJProg logger opened to callback at address 0X7FFC900E2A90
2020-Apr-28 18:26:26 . . Segger_open_dll
2020-Apr-28 18:26:26 . . Segger_open_dll: Load library at "C:\\Program Files (x86)\\SEGGER\\JLink\\JLink_x64.dll".
2020-Apr-28 18:26:26 . . . Segger_dll_version
2020-Apr-28 18:26:26 . . Segger_set_core_data
2020-Apr-28 18:26:26 nRF_enum_emu_snr
2020-Apr-28 18:26:26 . nRF52_enum_emu_snr
How can I solve this problem? Thanks!