Tool/software: TI-RTOS
Hi,
Please see screen shot - even before I have started I have BIOS errors with two semaphores. Looks like a stack overflow with reads of bebebebe but how do I find out why or what's happened?
Thanks
Richard
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
Hi,
Please see screen shot - even before I have started I have BIOS errors with two semaphores. Looks like a stack overflow with reads of bebebebe but how do I find out why or what's happened?
Thanks
Richard
Hi Todd,
Thanks for the reply.
Application is extremely unstable. It can run, but then adding one extra line of seemingly harmless code will cause a fault that doesn't get trapped and the processor resets.
This shows the tasks that are running. MidiRxTask is blocked on unknown. MidiRxTask simply has UART_read() and was set up as uartParams.readMode = UART_MODE_BLOCKING, so should be blocking there I think.
This shows BIOS errors at this point
This shows the semaphores at this point including the two "error" semaphores
And this shows after processor has reset
I think I will rebuild this project from a previously working project (which is what I did initially), as I don't know where to go with it now.
Thank you for any help you can offer.
Best regards
Richard