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.

RTOS/TMS320F28377S: Maximum Semaphore count

Part Number: TMS320F28377S


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