Other Parts Discussed in Thread: MSP430WARE
Hello,
I have Smart RF Trx Evaluation Board Rev 1.7. This board has MSP430F5438A micro controller MCU.
I have Code Composer Software CCS 11.1.0 Version
I have created CCS project as shown below:
I am getting following link errors:
There are some unresolved link errors in this program as shown below.
undefined
symbol
---------
GPIO_clearInterrupt
GPIO_disableInterrupt
GPIO_enableInterrupt
GPIO_getInputPinValue
GPIO_selectInterruptEdge
GPIO_setAsInputPin
GPIO_setAsInputPinWithPullDownResistor
GPIO_setAsInputPinWithPullUpResistor
GPIO_setAsOutputPin
GPIO_setOutputHighOnPin
GPIO_setOutputLowOnPin
GPIO_toggleOutputOnPin
Timer_B_clear
Timer_B_clearTimerInterrupt
Timer_B_initUpMode
WDT_A_hold
Please let us know how we can resolve these unresolved symbols?
I looked at MSP430F5xx_6xx_DriverLib_Users_Guide-2_91_13_01.pdf pages 23, 24 and 25 etc.
After right clicking on MSP430_F5438A_Driver_error CCS project,
In the Source drop down menu, I have only Format sub menu. I do not have Apply Project Template ... option in my project as shown on below screen capture of my CCS project:
A colleague of mine in another city of my company, has following project, including the driverlib folder:
I do not have driverlib folder as shown in my CCS project:
In my CCS project, how to have Source -> Apply Project Template … menu option?
And how to have driverlib folder in my CCS project please?
Thanks and best regards,