cancel
Showing results for 
Search instead for 
Did you mean: 

Touchgfx issue with uart not working good

SivaSuryaNarayana
Associate II

Hi,

I am a beginner to touchgfx, i am using stm32u599vjt6.

I am having an issue using uart with touchgfx.

My function is to check different conditions every time my handle tick function is called and after checking i need to send some commands from uart.(if one condition satisfies one command another satisfies then another)

Uart is ok when i am sending one string for one handletick fun call but the data is being manipulated when i am trying use uart 2 times(sending 2 strings) in the same handletick func call. 

I hope you understand my issue.

please suggest me a way to solve this issue.

 

 

2 REPLIES 2
SivaSuryaNarayana
Associate II

FYI: I am using 9bit uart in interrupt mode 

Karl Yamashita
Lead III

You forgot to attach your code

If smoke escapes your device, put the smoke back in. It'll still work as a conversation piece. If you find my answers useful, click the Accept as Solution button so that way others can see the solution.