cortexm / pyswd

Python SWD Debugging library for ST-Link/V2
MIT License
61 stars 21 forks source link

Add support for microcontrollers with multiple APs, such as STM32H5 #27

Open makkarpov opened 1 year ago

makkarpov commented 1 year ago

image

STM32H5 microcontrollers have two different debug access ports, with AP0 being connected only to DBGMCU block. Currently pyswd cannot handle these MCUs at all. This PR adds support for multi-AP chips, along with basic documentation on how to use it.

makkarpov commented 11 months ago

@pavelrevak ping?