Tool/software: TI-RTOS
Hello,
I recently spent some time debugging and wanted to share my experience with you:
I had a programm that consisted of several tasks. For testing, i wanted to test the sytem without a specific component, so i commented the corresponding code in a task out. After that, i experienced program errors (running into void abort()) after some time. Turned out that i posted ab semaphore more than 0xFFFF times without pending it, which caused the error. I don't know if this is a wanted behaviour, as i didn't find a maximum count in the documentation.
Greetings,
Dominik