I have managed to do something to my DSP/BIOS 5.47.01.24 based application to cause all of the BIOS function to stop working. It has been working well for months up until now.
I can place breakpoints on my tasks and none of them are triggered.
I can place breakpoints on my SEM_post() and see that it is reached during execution, but when I place a break point on the corresponding SEM_pend() it does not get triggered.
I can place a breakpoint on my PRD_start() but the function called by the PRD does not execute.
All of the above worked until I did whatever I did today. Can any one suggest what may have caused all of this to stop working?
(note to self.....make one change to your code at a time....:)
Thx,
MikeH