Dear,
Firstly, tell to you that I have used MQX 3.4 && 3.5, only.
I am not sure if you can have some similar problem to me. My problem was prodruced using stack RTCS.
When I send a pcb fragment, I didn't wait for MQX free the pcb fragment for I send other pcb fragment.
Handled interrupt is porduced because I tried write in a structure while the system is using yet.
Solve: I use a mutex in function callback where the system tell me it finished with the structure. Only, if the mutex is unlock I can come back to send..
I hope that It help to someone.
Regards.