Skip to content

Commit cfe623a

Browse files
committed
stmhal: Expose all PYBv1.0 pins, include SD and USB pins.
To have proper low power mode, need to configure all unused pins in input mode, so need to have them available.
1 parent f44ace1 commit cfe623a

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

stmhal/boards/PYBV10/pins.csv

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,22 @@ Y13,Reset
3838
Y14,GND
3939
Y15,3.3V
4040
Y16,VIN
41-
LED_BLUE,PB4
41+
SW,PB3
4242
LED_RED,PA13
4343
LED_GREEN,PA14
4444
LED_YELLOW,PA15
45-
SW,PB3
46-
SD,PA8
45+
LED_BLUE,PB4
4746
MMA_INT,PB2
47+
MMA_AVDD,PB5
48+
SD_D0,PC8
49+
SD_D1,PC9
50+
SD_D2,PC10
51+
SD_D3,PC11
52+
SD_CMD,PD2
53+
SD_CK,PC12
54+
SD,PA8
55+
SD_SW,PA8
56+
USB_VBUS,PA9
57+
USB_ID,PA10
58+
USB_DM,PA11
59+
USB_DP,PA12

0 commit comments

Comments
 (0)