Other Parts Discussed in Thread: SYSBIOS
Hello,
using SimpleLink SDK 4.20, my code is based on the TI 15.4 sensor project.
I spin a new TIRTOS tasks which, among other things, initiates SPI transfers on a regular basis. Everything seems to be working well, except if I enable DMA for the SPI transfers (DMA is needed for more predictable timing).
With DMA enabled, the app asserts here at line 798 (the semaphore_pend function actually returns SemaphoreP_OK), but stepping over that line doesn't work, and if I pause the debugger, I am in the main app exception handler from main.
Any pointers in troubleshooting this are appreciated!