You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session not closed correctly. After termiante / stop the script in the terminal it is not possible to open RTT-viewer again.
The following error occurs:
/pyrtt-viewer$ python3 pyrtt-viewer
Connected devices:
0: 801011524
Select a device number or quit (q): 0
Traceback (most recent call last):
File "pyrtt-viewer", line 185, in
main()
File "pyrtt-viewer", line 171, in main
nrf = connect(args.segger_id)
File "pyrtt-viewer", line 73, in connect
nrf.connect_to_emu_with_snr(snr, jlink_khz)
File "/home/user/.local/lib/python3.8/site-packages/pynrfjprog/LowLevel.py", line 243, in connect_to_emu_with_snr
raise APIError(result)
pynrfjprog.APIError.APIError: An error was reported by NRFJPROG DLL: -102 JLINKARM_DLL_ERROR.
The text was updated successfully, but these errors were encountered:
trunifom
changed the title
RTT-Session not closed after exit the script (CTRL-Z in terminal)
RTT-Session not closed after terminate the script (CTRL-Z in terminal)
Jul 26, 2021
Session not closed correctly. After termiante / stop the script in the terminal it is not possible to open RTT-viewer again.
The following error occurs:
/pyrtt-viewer$ python3 pyrtt-viewer
Connected devices:
0: 801011524
Select a device number or quit (q): 0
Traceback (most recent call last):
File "pyrtt-viewer", line 185, in
main()
File "pyrtt-viewer", line 171, in main
nrf = connect(args.segger_id)
File "pyrtt-viewer", line 73, in connect
nrf.connect_to_emu_with_snr(snr, jlink_khz)
File "/home/user/.local/lib/python3.8/site-packages/pynrfjprog/LowLevel.py", line 243, in connect_to_emu_with_snr
raise APIError(result)
pynrfjprog.APIError.APIError: An error was reported by NRFJPROG DLL: -102 JLINKARM_DLL_ERROR.
The text was updated successfully, but these errors were encountered: