Touchgfx issue with uart not working good
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-05 11:01 PM
FYI: I am using 9bit uart in interrupt mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-07 5:40 PM
You forgot to attach your code
TimerCallback tutorial! | UART and DMA Idle tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.
