compuphase / Black-Magic-Probe-Book

A guide plus associated utilities for the Black Magic Probe.
Apache License 2.0
147 stars 26 forks source link

Incorrect code for STM32 trace enable #8

Closed sidprice closed 4 years ago

sidprice commented 4 years ago

The MCU family specific "trace_init_xxxxx" entry for the STM32Fxx is incorrect. ONLY the STM32F10x MCUs have the AFIO register.

compuphase commented 4 years ago

Fixed in commit 2bae45e6539ecdc06bdd01bdbb5428874a40e153. Thank you for spotting it.