Hi,
My board is Nucleo-F410re.
but I can`t build it!
Without Source file, it can build. but if there is any source file(whether there is nothing in source file), it doesnt work. Im already targetting st-nucleo-f410re-gcc.
(When I was targetting frdm-k64f-gcc, I can build.)
Iām using the Nucleo-F401RE and have the same error. The error came after updating āmbed-hal-st-stm32f401reā to version 0.1.2. In this new release, lp_ticker is removed, that may cause the problem?
These should be merged soon by the respective owners.
I note that you also have an error about āundefined reference to app_startā: youāll need to make sure that your application defines an app_start function in a C++ file, as described here: GitHub - ARMmbed/minar: mbed OS scheduler