Skip to main content
Prasant J
Associate III
April 11, 2017
Solved

STM32Cube_FW_F3_V1.7.0: Problem building UART example

  • April 11, 2017
  • 2 replies
  • 1781 views
Posted on April 11, 2017 at 14:49

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-Nucleo

I 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
This topic has been closed for replies.
Best answer by Nesrine M_O
Posted on April 12, 2017 at 12:45

Hi

J.Prasant

,

Please refer to this link

https://community.st.com/0D50X00009XkfDjSAJ

-Nesrine-

2 replies

Nesrine M_O
Associate
April 11, 2017
Posted on April 11, 2017 at 15:44

Hi

J.Prasant

,

I'am not able to reproduice your issue using

SW4STM32 V1.0

-Nesrine-

Prasant J
Prasant JAuthor
Associate III
April 12, 2017
Posted on April 12, 2017 at 08:25

Hi

ELMHIRI.Syrine

‌,

Thanks for your response.

I'm able to build projects generated by STCubeMX with SystemWorkbench.In my projectUART/printf is not working. The project builds and get loaded on to the STM32F303 Nucleo 144 board but Uart does not work. Its very likely there is a bug in my software. I can check MCO pins and also change LEDs on my board but Uart is not working.

As my own project isnot working I started looking out for reference code and examples. I would like to try out UART_Printf example in STM32_Cube_F3 using 'System Workbench' and but the example project provided by STM does not build.

Could you please build UART_printf example from:

STM32Cube_FW_F3_V1.7.0\Projects\STM32F303ZE-Nucleo\Examples\UART\UART_Printf\SW4STM32\STM32F303ZE-Nucleo

Using SystemWorkbench (SW4STM32 v1.0) and confirm whether it builds or not?

Regards,Pj

Nesrine M_O
Associate
April 12, 2017
Posted on April 12, 2017 at 11:13

Hi

J.Prasant

,

  • The UART Printf example under the STM32cubeF3 firmwarebuild without any issue with SW4STM

STM32Cube_FW_F3_V1.7.0\Projects\STM32F303ZE-Nucleo\Examples\UART\UART_Printf\SW4STM32

-Nesrine-

nrana
Associate
December 18, 2018