I am using CCS 5.2.1 and DSP/BIOS 5.41.13.42 and the port handlers converted from a CCS 3.1 project are not working. I have 4 tasks set up as Port_1_handler through Port_4_handler. Each one has two corresponding semaphores: Portx_sem and PortxTx_sem. I have a few questions:
1) Why would there be two semaphores for each port? DoesTI provide these port handlers?
2) In the RTOS Object Viewer it seems that Port2Tx_sem and Port3Tx_sem are never getting posted as the count keeps climbing (seen below). Any suggestions on troubleshooting?