I have a suggestion and a debug problem with BIOS.
suggestion - can we start a new forum for DSP/BIOS? I wasn't sure where to post my question - the CCS forum seemed the closest forum title but they really are different subjects. If a DSP/BIOS forum exists, please point me there and forward my question.
problem - I have created a TSK and when I run the code, inevitably the TSK will stop executing. I think it happens during a call to SIO_issue, which blocks the TSK until a new receive buffer is ready. The SIO is getting streaming data from the McASP. When execution starts, it works fine but at some point something goes wrong. Either the SIO_issue never unblocks the TSK or the kernel decides to delete (kill?) the TSK. Other timer interrupts continue to work and the CPU load graph continues to run, but no code in the TSK executes after this "TSK crash". Any suggestions how I can determine the cause?
thanks,
Mike