Hello i'm emix.
I've some errors building a proyect in CCE v3.1 SR1 witch SimpliciTI 1.1.0
<Linking>
undefined first referenced
symbol in file
--------- ----------------
BSP_InitBoard ./Aplicaciones_ED/ap.obj
SMPL_Init ./Aplicaciones_ED/ap.obj
SMPL_Ioctl ./Aplicaciones_ED/ap.obj
SMPL_LinkListen ./Aplicaciones_ED/ap.obj
SMPL_Receive ./Aplicaciones_ED/ap.obj
SMPL_Send ./Aplicaciones_ED/ap.obj
Aplicaciones_ED --- the name of my folder proyect
Ap - the name of my source.c
I included all the libraries of SimpliciTI like in the example "Simple_Peer_to_Peer".
My configuration.
Added Libraries.
"C:\Texas Instruments\SimpliciTI-CCE-1.1.0\Components"
"C:\Texas Instruments\SimpliciTI-CCE-1.1.0\Components\bsp"
"C:\Texas Instruments\SimpliciTI-CCE-1.1.0\Components\bsp\boards\EZ430RF"
"C:\Texas Instruments\SimpliciTI-CCE-1.1.0\Components\bsp\drivers"
"C:\Texas Instruments\SimpliciTI-CCE-1.1.0\Components\mrfi"
"C:\Texas Instruments\SimpliciTI-CCE-1.1.0\Components\simpliciti\nwk"
"C:\Texas Instruments\SimpliciTI-CCE-1.1.0\Components\simpliciti\nwk_application"
also i added the variable in Window - Preference... - General - Workspace - Linked Resources
DEV_ROOT - C:\Texas Instruments\SimpliciTI-CCE-1.1.0
My includes:
#include "bsp.h"
#include "mrfi.h"
#include "nwk_types.h"
#include "nwk_api.h"
#include "bsp_leds.h"
#include "bsp_buttons.h"
Plis if somebody can helpme o where can i get a tutorial about creating a proyect with CCE v3.2 SR1 and SimplciTI.
How can i do the configuration of the CC2500 for my proyect. ??
Thanks a lot.