This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SimpliciTI framework integration for dummies

Other Parts Discussed in Thread: SIMPLICITI

Hi!

I have trouble getting SimpliciTI working on my eZ430 Chronos ...

All I want to do is to copy/link the SimpliciTI framework to my new CodeComposerStudio Project. So I took the files and the file structure from the sports-watch sample project and made some modifications. Although I read all articles, documentations, posts, blogs, tutorials that I found, I don't get!

ISM and MRFI symbols are predefined, include paths are set (why aren't subdirectories scanned automatically??) the *config.dat files are set as command files.

However the project can't be compiled ...
In "mrfi_radio_interface.c" it says "mrfiRIFIState_t not defined". It is defined in "mrfi_board_defs.h" which is also included.

When I define this type (e.g. in bsp.h), multiple symbols seem to be "redefined":

symbol "BSP_Delay" redefined: first defined in "./simpliciti/Components/bsp/boards/CC430EM/bsp_board.obj"; redefined in "./simpliciti/Components/bsp/bsp.obj"

or

symbol "mrfiRadioInterfaceWriteTxFifo" redefined: first defined in "./simpliciti/Components/mrfi/mrfi.obj"; redefined in "./simpliciti/Components/mrfi/radios/family5/mrfi_radio_interface.obj"

Is there an easier way to solve this? .dll files can be referenced without big affords ...



Thanks for help!

Markus