This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Rebuilding MSP430Ware's driverlib for TI-RTOS and Its Drivers for MSP4306779

Other Parts Discussed in Thread: MSP430F6779, MSP430WARE

Hello,

    I use windows 7 and have installed CCSv6.0 with TI RTOS tirtos_msp430_2_00_02_36, but when I follow the instructions in http://processors.wiki.ti.com/index.php/Creating_TI-RTOS_Projects_for_Other_MSP430_Devices to rebuild the drivers, it gives me errors like:

cle430X GPIO.c ...
"c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/ENV.h", line 273: fatal erro
r: #error directive: This platform is not supported by TI-RTOS currently.
1 catastrophic error detected in the compilation of "GPIO.c".
Compilation terminated.

>> Compilation failure
gmake[1]: *** [package/lib/lib/instrumented/gpio_MSP430F6779/GPIO.oe430X] Error
1
xdctools_3_30_01_25_core\gmake.exe: *** [packages/ti/drivers,.libraries] Error 2

gmake: *** [drivers] Error 2


Does it mean msp430F6779 is not supported by TI RTOS now? I have read an example in the 2.0 manual in section (8.2 Rebuilding MSP430Ware's driverlib for TI-RTOS and Its Drivers) which lists msp430F6779, but I don't know why it is not working .

 

  • We have a bug. Please refer to http://e2e.ti.com/support/embedded/tirtos/f/355/t/346127.aspx for a solution. We'll fix it in the next release.

    Todd

  • Thanks Todd, after I modified EVN.h file, the previous errors are gone but I got new errors like:

    cle430X wifi/WiFiMSP430CC3000.c ...
    "c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/SPI.h", line 216: error: ide
    ntifier "USCI_B_SPI_CLOCKPOLARITY_INACTIVITY_LOW" is undefined
    "c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/SPI.h", line 216: error: ide
    ntifier "USCI_B_SPI_PHASE_DATA_CHANGED_ONFIRST_CAPTURED_ON_NEXT" is undefined
    "c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/SPI.h", line 217: error: ide
    ntifier "USCI_B_SPI_PHASE_DATA_CAPTURED_ONFIRST_CHANGED_ON_NEXT" is undefined
    "c:/ti/tirtos_msp430_2_00_02_36/packages/ti/drivers/SPI.h", line 218: error: ide
    ntifier "USCI_B_SPI_CLOCKPOLARITY_INACTIVITY_HIGH" is undefined
    4 errors detected in the compilation of "wifi/WiFiMSP430CC3000.c".

    >> Compilation failure
    gmake[1]: *** [package/lib/lib/instrumented/wifi_singlethread_MSP430F6779/./wifi
    /WiFiMSP430CC3000.oe430X] Error 1
    xdctools_3_30_01_25_core\gmake.exe: *** [packages/ti/drivers,.libraries] Error 2

    gmake: *** [drivers] Error 2

     

    Does this have anything to do with the chip or the TI RTOS ifself?

  • I responded to your new post.

    Todd