Other Parts Discussed in Thread: C2000WARE
I have a LAUNCHXL-F2806xM Launch Pad kit with a TMS320F28069M microcontroller, and TI Code Composer Studio. CCS also has C200Ware SDK installed.
I have never used FreeRTOS. I want to run the C2000Ware SDK FreeRTOS demo on this board. I see a FreeRTOS kernel and demos in the C200Ware SDK directories, BUT
1. None of the C2000Ware SDK FreeRTOS demo directories have a name that appears to be the right one for the LAUNCHXL-F2806xM Launch Pad. Which should I use?
2. In CCS how would I build any of these demos? In CCS I assumed I needed to do "Open Projects from File System" in the directory ...\c2000ware-FreeRTOS\kernel\FreeRTOS\Demo\C2000_F280015x_C28x_CCS that contains FreeRTOSConfig.h, but the Build and Clean controls don't work. Also I don't see any Build settings in the project properties. How do I open a CCS FreeRTOS project and build it for the Launch Pad?
3. Eventually I will want to migrate an existing bare-metal TMS320F28069M CCS C++ application to work with FreeRTOS. Is mixing a C++ application with C Language FreeRTOS recommended? Or is migrating my C++ application to C Language a better way to go?
Thanks.