Dear Folks,
We have developed a Sys/BIOS-based project running in F28377D MCU. But after running for a while it would stop. To debug, I ran it with CCS connected via JTAG emulator. Then I found that stopped with an error message shown in the CCS Console window, as shown below:
ti.sysbios.knl.Semaphore: line 332: assertion failure: A_overflow: Count has exceeded 65535 and rolled over.
xdc.runtime.Error.raise: terminating execution
I brought up ROV (RTOS Object View) and inspect the tasks, but found nothing abnormal. All tasks seem to run fine within the allocated stack space. Wondering what else it could go wrong? Any advice is appreciated!