Hello,
Been a long time absent!
I have configured a project originally designed for the Arduino Mega for one of my Nucleo 64 boards.
The project compiles cleanly, but does not work on the board.
The project uses 3 serial ports, and the F303 and F446 boards have at least 4 serial ports. Control port, GPS port, and Nextion display port.
I am assuming the problem is that the compiler is using Arduino libraries, not STM32F libraries. It seems,
however, that Serial (serial0) is working, the control port. It will NOT compile using Serial1 or Serial4 or higher.
I do not know how to make the Arduino IDE stop using one library in favor of another.
???
GlenB