Question
MX generated code for IRQ handlers doesn't address ThreadX context save/restore
The documentation from Eclipse ThreadX states you must call context save/restore assembly routines for ISRs when using ThreadX calls (e.g. tx_thread_resume) in the ISR.
In our MX generated code, the EXTI9_5_IRQHandler is a C function, its doesn't have the ThreadX calls to save/restore.
_tx_thread_context_save
_tx_thread_context_restore 