UART problem to send in RTOS mode

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
User17066
Level 1
Level 1
I got working UART in non RTOS mode on relax kit 4500

Then I tried to use in RTOS environment. I created two more threads.
If I do nothing related to UART , program seems to work correctly.
Both LED are blinking as expected (so both threads are running) and I can ping the relax kit.


Is it available any example how to manage UART packets in RTOS environment?
0 Likes
2 Replies
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

Check the stack size of the timer thread…

Regards,
Jesus
0 Likes
User17066
Level 1
Level 1
Hi

I'd like to tell you how to check the stack size of the timer thread

Regards,
Jesus
0 Likes