Hi, i have a problem-
I have a problem reading. Unfortunately, the error always appears
C:\Windows\System32>cc3200tool -p COM6 --reset dtr read_flash backup.bin
2025-03-11 21:13:36,403 – Connecting to target…
2025-03-11 21:13:38,707 – timed out while waiting for arck
2025-03-11 21:13:38,917 – Connected, reading version…
2025-03-11 21:13:38,931 – connected to target
2025-03-11 21:13:38,931 – Version: CC3x00VersionInfo((0, 4, 1, 2), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (16, 0, 0, 0))
2025-03-11 21:13:38,936 – This is a CC3200 device
2025-03-11 21:13:38,937 – Switching to NWP bootloader…
2025-03-11 21:13:38,946 – Switching UART to APPS…
2025-03-11 21:13:38,962 – Resetting communications …
2025-03-11 21:13:40,175 – Uploading rbtl3100s.dll…
2025-03-11 21:13:40,176 – Reading rbtl3100s.dll from file C:\Users\Matze\AppData\Local\Programs\Python\Python313\Lib\site-packages\cc3200tool\dll\rbtl3100s.dll
2025-03-11 21:13:40,182 – Getting storage list…
2025-03-11 21:13:45,294 – timed out while waiting for ack
Traceback (most recent call last):
File “”, line 198, in _run_module_as_main
File “”, line 88, in run_code
File "C:\Users\Matze\AppData\Local\Programs\Python\Python313\Scripts\cc3200tool.exe_main.py", line 7, in
sys.exit(main())
~~~~^^
File “C:\Users\Matze\AppData\Local\Programs\Python\Python313\Lib\site-packages\cc3200tool\cc.py”, line 1490, in main
cc.switch_to_nwp_bootloader()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File “C:\Users\Matze\AppData\Local\Programs\Python\Python313\Lib\site-packages\cc3200tool\cc.py”, line 1048, in switch_to_nwp_bootloader
self._raw_write(0, dll_data(‘rbtl3100s.dll’))
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Matze\AppData\Local\Programs\Python\Python313\Lib\site-packages\cc3200tool\cc.py”, line 878, in _raw_write
self._send_chunk(offset + sent, chunk, storage_id)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Matze\AppData\Local\Programs\Python\Python313\Lib\site-packages\cc3200tool\cc.py”, line 862, in _send_chunk
self._send_packet(command + data)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File “C:\Users\Matze\AppData\Local\Programs\Python\Python313\Lib\site-packages\cc3200tool\cc.py”, line 789, in _send_packet
raise CC3200Error(
f"No ack for packet opcode=0x{data[0]:02x}")
cc3200tool.cc.CC3200Error: No ack for packet opcode=0x2d
C:\Windows\System32>
Whats wrong?
Thx for help