2024-08-05 10:56 PM
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.
2024-08-05 11:01 PM
FYI: I am using 9bit uart in interrupt mode
2024-08-07 05:40 PM
You forgot to attach your code