We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c717043 commit a2f67f3Copy full SHA for a2f67f3
pyocd/probe/stlink/stlink.py
@@ -188,7 +188,7 @@ def supports_banked_dp(self):
188
189
This property is not valid until the connection is opened.
190
"""
191
- return self._jtag_version >= self.MIN_JTAG_VERSION_DPBANKSEL_HW_V2[self._hw_version]
+ return self._jtag_version >= self.MIN_JTAG_VERSION_DPBANKSEL[self._hw_version]
192
193
def get_target_voltage(self):
194
response = self._device.transfer([Commands.GET_TARGET_VOLTAGE], readSize=8)
0 commit comments