-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging
Syed Yead Zaman edited this page Feb 26, 2025
·
2 revisions
Many synchronizations do not work when called from an ISR. Thread Flags seemed to work, but require below changes to work. Needs further testing to see what works.
Thread flags cannot be used unless the stack size of the thread is increased. The default stack size of 128 bytes. The stack size was increased to 256 bytes, and the thread flag worked as expected.