218 views
in Embedded Wizard Studio by
UART is not working when I used Embedded Wizard to develop UI in STM32L4R9I DISCO

When I programmed the UART code separately it works but when integrate with the UI it will not transmit data.

i used the LPUART1 and USART3

if anyone has any idea about that. please inform.

1 Answer

+1 vote
by

Hello,

please have a look into the module ew_bsp_console.c within the folder /TargetSpecific - there you will find the initialization of USART2 that is used for all console outputs. Does this work on your target?

I think this can serve as a template for other serial interfaces.

Best regards,

Manfred.

by
I got a reference from the ew_bsp_console.c and it worked ............

thanks for your help.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...