We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361a7fd commit ced1323Copy full SHA for ced1323
variants/STM32G4xx/G431K(6-8-B)(T-U)_G441KB(T-U)/variant_NUCLEO_G431KB.cpp
@@ -37,7 +37,10 @@ const PinName digitalPin[] = {
37
PA_5, // D18/A4 - SB3 ON also connected to PB7
38
PA_6, // D19/A5 - SB2 ON also connected to PA15
39
PA_7, // D20/A6
40
- PA_2 // D21/A7 - SB1 ON VCP TX
+ PA_2, // D21/A7 - SB1 ON VCP TX
41
+ PB_3, // D22 - D13 if SB7 OFF SB6 ON
42
+ PA_13, // D23 - SWDIO
43
+ PA_15 // D24 - SWCLK
44
};
45
46
// Analog (Ax) pin number array
0 commit comments