7 years, 4 months ago.

d11 ethernet issue F429ZI

how would i resolve this issue?

mbed/TARGET_NUCLEO_F429ZI/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_NUCLEO_F429ZI/PinNames.h(232): error: #20: identifier "STM32_D11_SPI_ETHERNET_PIN" is undefined

D11 = STM32_D11_SPI_ETHERNET_PIN, /* config in targets.json file */ mbed/./drivers/Serial.h(71): error: #20: identifier "MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE" is undefined Serial(PinName tx, PinName rx, const char *name=NULL, int baud = MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE);

mbed/./drivers/RawSerial.h(65): error: #20: identifier "MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE" is undefined RawSerial(PinName tx, PinName rx, int baud = MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE);

mbed/./drivers/UARTSerial.h(51): error: #20: identifier "MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE" is undefined UARTSerial(PinName tx, PinName rx, int baud = MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE);

1 Answer

7 years, 1 month ago.

I have got the same problem. Did you solve it?