Skip to content

Debugging

Syed Yead Zaman edited this page Feb 26, 2025 · 2 revisions

Debugging

Known Issues

Synchronization from ISR

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 not working

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.

Clone this wiki locally