Hi,
I am new to MSP430 and CCSv4 (had been using CCSv3.3 on DSP).
How do you use the example codes given at the website below?:
http://focus.ti.com/mcu/docs/mcuflashtools.tsp?sectionId=95&tabId=1538&familyId=342
There is not much instruction to read.
I am using CCSv4. The sample codes did not come with project file.
It seems that I have to create my own project and add the sample c files into it.
I had problem when trying to compile with one of the UART files.
Compilation error at "#pragma vector=USART0RX_VECTOR"
"USART0RX_VECTOR is undeclared."
How do I specify the interrupt vectors,etc. in CCSv4? .cmd?
A complete sample project would really help.
Appreciate if someone is kind to provide that.
(CCS v3.3 examples always comes as a project).
Thank you.
MSP430 Newbie