cancel
Showing results for 
Search instead for 
Did you mean: 

UART sending data problem using TOUCHGFX

Angle
Associate II

Hi,

Im working on touchgfx with STM32H750XBH-DK eval board and gyro sensor. So I try to display the data using UART which I want to display using serial monitor(tera term) but its doesn't work and nothing display in my monitor.

Basically i have try using UART using the board only and everything is ok but when I want to use the touchgfx, the UART doesn't work. Anyone know why and how to solve the problem?

UART STM32H750XBH-DK pin - USART3(PB11 & PB10)

Already enable the UART nvic parameter.0693W00000Y6tNwQAJ.png 

so what is the problem?

1 REPLY 1
RomainR.
ST Employee

Hello Little Star (Community Member)

How do you implement USART3 transmit code, how many char do you want to transmit and what baudrate ?

Inside the TouchGFX GUI task with Model::tick overload or in a specific new OS task ?

Have you read the recommendations below ?

https://support.touchgfx.com/4.20/docs/development/ui-development/touchgfx-engine-features/backend-communication

Best regards

Romain,

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers' 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.