We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e65322 commit e695db9Copy full SHA for e695db9
targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/PinNames.h
@@ -266,7 +266,7 @@ typedef enum {
266
USBRX = STDIO_UART_RX,
267
I2C_SCL = D15,
268
I2C_SDA = D14,
269
- SPI_MOSI = PB_5, // Conflict between D11 and RMII RX Data Valid (PA7)
+ SPI_MOSI = D11, // Warning: Conflict between D11 and RMII RX Data Valid (PA7)
270
SPI_MISO = D12,
271
SPI_SCK = D13,
272
SPI_CS = D10,
0 commit comments