Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Board : NuMaker-PFM-M453
OS: mbed-os-5.11.5
After using the mbed_override_console() to change the default UART Serial pins, I got the incomplete fault message.
Implement
FileHandle *mbed::mbed_override_console(int) { static UARTSerial s(PA_2, PA_3); return &s; }Incomplete fault message