774 B
774 B
Hardware Baseline (Bluepill + ST-Link)
Board and Probe
- MCU board: STM32F103C8T6 Bluepill
- Debug probe: ST-Link (SWD)
SWD Wiring
- ST-Link
SWDIO-> BluepillPA13 - ST-Link
SWCLK-> BluepillPA14 - ST-Link
GND-> BluepillGND - ST-Link
3V3-> Bluepill3V3(falls notwendig) - Optional: ST-Link
NRST-> BluepillNRST
Workshop I/O Wiring
- LED:
- Onboard LED an
PC13(active-low)
- Onboard LED an
- Button:
- Externer Taster von
PA0nachGND - Interner Pull-up wird im Code aktiviert
- Externer Taster von
- Analog:
- Poti/Sensor-Ausgang an
PA1 - Sensorversorgung über
3V3+GND
- Poti/Sensor-Ausgang an
Sanity Checks
probe-rs listzeigt ST-Link an.probe-rs chip list | grep STM32F103C8findet Target.- Beim Flashen keine "No probe found"-Meldung.