STM32Cube_FW_F3_V1.7.0: Problem building UART example
Hi,
I have downloaded STM32Cube_FW_F3_V1.7.0 and I'm trying to build examples using 'System Workbench for STM32'. I have STM32F303 Nucleo 144 Development Board (F303ZE).
I'm trying the following example:
STM32Cube_FW_F3_V1.7.0\Projects\STM32F303ZE-Nucleo\Examples\UART\UART_Printf\SW4STM32\STM32F303ZE-NucleoI imported the project in System Workbench but the project does not build. It gives error:
make all
make: *** No rule to make target `all'. Stop.* Are these example projects tested and verified to work with System Workbench?
* Is there any known bug with these examples?* How to import the project into System Workbench? May be the way I import is wrong.
In my own custom project printf/UART is not working. So I'm trying to get this example to work such that I can use it as a reference.
Any inputs might be of help to me.
Regards, Pj
#uart #stm32cube_fw_f3