Part Number: MSP430F5528
Tool/software: Code Composer Studio
I am using MSP430F5528 on 10.1.0 CCS. I am trying to use Thread and Semaphores in my code.
After doing some research I found that I need to download additional files to work with environments in CCS. The main environment, with the most documentation was TI-RTOS. Almost all documentations and questions related to Thread and Semaphores were directed to use TI-RTOS. It said it was usable for CCS 6.+ versions, but it had not ben updated for MSP430 since 2016. And there was and E2E question/answer that stated it no longer worked with the MSP430, and there was no word from the makers that it would be available anytime soon.
I was then directed to a system called FreeRTOS which apparently is similar to TI-RTOS. But I can’t find any information on downloading or using it with CCS only examples for GCS.
I had also previously found the new update of SYS/BIOS dated Jun 2020, which claimed to work with MSP430 and allow for Semaphores. But after downloading to my system, I had problem follow the basic startup instructions since my system either lacked the proper XDCTools and/or had an Invalid target. I looked for help only but all the systems solutions were several years old and did not match mine.
I am looking for direction on how to work with Thread or Semaphores with my MSP430 and/or what additional applications I need to download.
Thank you

