Other Parts Discussed in Thread: MSP430WARE
Tool/software: Code Composer Studio
Hi,
I'm using CCS to write my code for the MSP430FR6989 Launchpad. I set up the project to use GCC and I also wanted to use driverlib. I'm not sure if I did this right and I could not find any documentation to help me set up. Anyway, what I did was I copied the MSP430FR5xx_6xx folder from the MSPWARE driverlib directory and pasted this folder inside my project directory. Then under the include paths, I added this directory so the project will point to the h files in tis directory. After this I compiled the program and it compiled successfully. I was able to turn an LED on and off from the Launchpad. However I get numerous warnings
one is
"cast to pointer from integer of different size... -- clicking on this brings me to hwmemmap.h"
and another warning is
"suggest parentheses around arithmetic in operand of '|' "
Any thoughts on this? Also, is there anything missing in my set up? should I include something under symbols like something similar to "TARGET_IS_TM4C...." - with the TIVA set up and also the library paths. I don't see any .lib files in the driverlib folder unlike the ones with the TM4C.
Thanks.
AJ


