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 initialization intermittently fails when StlinkDetectBase fails to acquire target_id_mbed_htm for device. This happens at least with NUCLEO_L073RZ, NUCLEO_F429ZI and NUCLEO_F411RE.
Traceback:
Traceback (most recent call last):
File ".../lib/python3.5/site-packages/pyocd/core/helpers.py", line 232, in session_with_chosen_probe
unique_id=unique_id,
File ".../lib/python3.5/site-packages/pyocd/core/helpers.py", line 132, in choose_probe
allProbes = ConnectHelper.get_all_connected_probes(blocking=blocking, unique_id=unique_id)
File ".../lib/python3.5/site-packages/pyocd/core/helpers.py", line 81, in get_all_connected_probes
allProbes = DebugProbeAggregator.get_all_connected_probes(unique_id=unique_id)
File ".../lib/python3.5/site-packages/pyocd/probe/aggregator.py", line 32, in get_all_connected_probes
probes += cls.get_all_connected_probes()
File ".../lib/python3.5/site-packages/pyocd/probe/stlink_probe.py", line 34, in get_all_connected_probes
return [cls(dev) for dev in STLinkUSBInterface.get_all_connected_devices()]
File ".../lib/python3.5/site-packages/pyocd/probe/stlink_probe.py", line 34, in <listcomp>
return [cls(dev) for dev in STLinkUSBInterface.get_all_connected_devices()]
File ".../lib/python3.5/site-packages/pyocd/probe/stlink_probe.py", line 58, in __init__
self._board_id = info['target_id_mbed_htm'][0:4]
KeyError: 'target_id_mbed_htm'
The text was updated successfully, but these errors were encountered:
Session initialization intermittently fails when StlinkDetectBase fails to acquire target_id_mbed_htm for device. This happens at least with NUCLEO_L073RZ, NUCLEO_F429ZI and NUCLEO_F411RE.
Traceback:
The text was updated successfully, but these errors were encountered: