µC/OS-III: OSFlag Pre-Set on Power-On Causes Rx_Task to Run Unexpectedly #50
Replies: 1 comment
-
Issue is reolved now .kindly look at below thread |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,
I’m using OSFlag in µC/OS-III for signaling between an ISR and a task (Rx_Task).
Ideally, Rx_Task should remain blocked until the ISR sets the corresponding flag.
However, I’ve observed the following behavior:
Has anyone else faced a similar issue?
Any suggestions or best practices to ensure OSFlags are properly cleared or initialized before system start would be very helpful.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions