I can't find any documentation on how to use the SimpliciTI functions in code composer, by starting a project from scratch.
Can you either explain how to do this, or point me to some documentation/tutorial that can?
What I've tried so far:
Downloaded SimpliciTI and it's in: C:\Texas Instruments
Added a linked folder to: C:\Texas Instruments\SimpliciTI-CCS-1.1.1\Components
Under project properties, under pre-defined symbols added: MRFI_CC2500
Under project properties, under include options I added the paths:
"C:\Texas Instruments\SimpliciTI-CCS-1.1.1\Components\simpliciti\nwk"
"C:\Texas Instruments\SimpliciTI-CCS-1.1.1\Components\simpliciti\nwk_applications"
"C:\Texas Instruments\SimpliciTI-CCS-1.1.1\Components\mrfi"
"C:\Texas Instruments\SimpliciTI-CCS-1.1.1\Components\bsp"
"C:\Texas Instruments\SimpliciTI-CCS-1.1.1\Components\bsp\boards\EZ430RF"
"C:\Texas Instruments\SimpliciTI-CCS-1.1.1\Components\bsp\drivers"
Coded In main.c:
#include "bsp.h"
#inc lude "mrfi.h"
#include "nwk_types.h"
#include "nwk_api.h"
#include "bsp_leds.h"
#include "bsp_buttons.h"
My Results:
It doesn't compile and gives 130 errors.
Obviously I'm missing some key points. On how to integrate SimpliciTI into a program for the EZ430 using CCS
(I am using CCS Version: 4.2.3.00004 )