Other Parts Discussed in Thread: SYSBIOS
Getting the following error:
ti.sysbios.gates.GateMutex: line 97: assertion failure:
A_badContext: bad calling context.
See GateMutex API doc for details.
xdc.runtime.Error.raise: terminating execution
in our Interupt handler.
The program terminates with an abort();
- How can I define my own abort() handler to debug this?
- I have seen, that this problem also, if the semaphore_post call is executed, after an second IRQ sig is arriving and the last handler is not yet finished.
BR
Anders Lange