I am trying to bring up an SYS/BIOS RTOS project on the EM-CC430F6137-900 development boards for the CC430F6137 under CCSv6. The good news is that some basic templates are provided, but they seem to have problems that I'm trying to solve as described herein.
1st) When I try to create a new project, I start off the regular way and happily find some “Typical” RTOS settings for the cc430F6137:
The RTSC setup is:
MSP430Ware is added to the include options at: "${MSP430WARE_INSTALL}\driverlib\MSP430F5xx_6xx"
However when I build the project it throws warnings from:
E:/ti/tirtos_msp430_2_10_01_38/products/bios_6_41_00_26/packages/ti/sysbios/family/msp430/Hwi.c
While this is disconcerting, the project will run... Additionally, there are some odd parts to the .cfg file that limit additional configuration beyond the basic template:
A normal .cfg looks something like this, with various driver options available:
However, the TI-RTOS for MSP430 >> TI Target Examples >> Typical project for a cc430F6137 has .cfg driver options look like this, with no driers available:
Can you suggest where I might look to get things setup properly? The lack of drivers suggests that a more fully configured .cfg file is not an option with the way the default typical project gets setup. Also, why would the basic typical project throw errors with the interrupt declarations in hwi.c?
I am assuming that the MSPWare drivers for the cc430F6137 are in fact the MSP430F5xx_6xx. Correct?
Thanks for your help.