pyswd icon indicating copy to clipboard operation
pyswd copied to clipboard

Add support for microcontrollers with multiple APs, such as STM32H5

Open makkarpov opened this issue 8 months ago • 1 comments

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 avatar Oct 10 '23 19:10 makkarpov