Part Number: MSP430F5438A
Tool/software: Code Composer Studio
I am trying to learn how to use TI-RTOS by going through the TI-RTOS video lecture series here: https://training.ti.com/ti-rtos-workshop-series-4-10-ti-rtos-configuration?cu=1134422. I am following instructions in the lab manual for this series, which is pretty outdated. Basically, I am trying to understand how to accomplish the same tasks, but with more recent versions of CCS and TI-RTOS, etc. It is also worth mentioning that I am using this software on a machine that cannot be connected to the Internet, so I cannot use features of CCS (such as Resource Explorer) that utilize an Internet connection. (I also was required to install TI-RTOS and XDCtools and other features offline).
Specifically, what I am trying to accomplish is under Lab 4 here: https://training.ti.com/sites/default/files/docs/TI_RTOS_Kernel_Workshop_Lab_Manual_rev4.00.pdf
I would like to blink an LED using the main.c provided by the lab downloads, but by importing an "Empty SYS/BIOS Project". To accomplish this in my version (9.1.0.00010) of CCS, I am going to File -> Import -> under Code Composer Studio, I select CCS Projects and click Next -> I browse to where I have TI-RTOS installed, "c:\ti\tirtos_msp43x_2_20_00_06\examples\MSP430\TI\MSP_EXP430F46989\empty". When I select this folder, under discovered projects, "empty" appears with an automatically checked box next to it. When I click "Finish", I receive a pop-up with the error "Import failed for project 'empty' because its meta-data cannot be interpreted. Please contact support."
Any help you can give is greatly appreciated, and I am happy to provide more details!


