Skip to content

Commit e6c0afd

Browse files
committed
BLUE_F407VE_Mini - 7th commit
1 parent 231e754 commit e6c0afd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

variants/BLUE_F407VE_Mini/variant.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const PinName digitalPin[] = {
7272
PC_8,
7373
PC_9,
7474
PA_9,
75-
PA_11, //D30
75+
PA_11, //D30 - USB_DM
7676
PA_13,
7777
PA_15,
7878
PC_11,
@@ -118,7 +118,7 @@ const PinName digitalPin[] = {
118118
PC_7,
119119
PA_8,
120120
PA_10,
121-
PA_12,
121+
PA_12, //USB_DP
122122
PA_14, //D70
123123
PC_10,
124124
PD_0,

variants/BLUE_F407VE_Mini/variant.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ enum {
184184
// Below SPI and I2C definitions already done in the core
185185
// Could be redefined here if differs from the default one
186186
// SPI Definitions
187-
#define PIN_SPI_SS PB7
188-
#define PIN_SPI_MOSI PB5
189-
#define PIN_SPI_MISO PB4
190-
#define PIN_SPI_SCK PB3
187+
#define PIN_SPI_MOSI PB15
188+
#define PIN_SPI_MISO PB14
189+
#define PIN_SPI_SCK PB13
190+
#define PIN_SPI_SS PB12
191191

192192
// I2C Definitions
193193
#define PIN_WIRE_SDA PB7

0 commit comments

Comments
 (0)