Skip to content

Commit e695db9

Browse files
committed
NUCLEO_F207ZG: change default SPI_MOSI pin to match Arduino standard
1 parent 3e65322 commit e695db9

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ typedef enum {
266266
USBRX = STDIO_UART_RX,
267267
I2C_SCL = D15,
268268
I2C_SDA = D14,
269-
SPI_MOSI = PB_5, // Conflict between D11 and RMII RX Data Valid (PA7)
269+
SPI_MOSI = D11, // Warning: Conflict between D11 and RMII RX Data Valid (PA7)
270270
SPI_MISO = D12,
271271
SPI_SCK = D13,
272272
SPI_CS = D10,

0 commit comments

Comments
 (0)