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.

MSP430 eZ430-RF2500 & Simpliciti (Code Composer)

Other Parts Discussed in Thread: SIMPLICITI, MSP430F2274, CC2500

Hi,

I have a working project in code composer (v 3.1) using two eZ430-RF2500 boards, and I'm trying to setup a simple wireless connection between them using simpliciti (with one as an access point, and the other as an end device).

I'm after any tips for doing this from scratch, as I haven't had much luck yet.

First of all, if I copy the Components directory from the simpliciti-cce-1.1.0 folder, do I need to delete any folders that aren't related to my particular board? It's just that when I've tried before, I'd had problems with code composer, where it was putting out errors to do with other boards such as the EXP461X, SRF04EB and SRF05EB - so I've had to delete them from the Components\bsp\boards folder.

 

Anyway, at this point, all I'm trying to do, is list the #include files in my main file, without getting any errors.

What I've done so far is, for my project under Project -> Properties -> C/C++ Build -> Tool Settings -> General Options:

I've defined __MSP430F2274__ , and MRFI_CC2500 (if I didn't delete the folders for the other boards, it would complain about the wrong radio for one of the other boards or something like that)

I've also included:

Components/bsp/

Components/bsp/boards/EZ430RF/

Components/bsp/drivers/

Components/bsp/mcus/

Components/mrfi/

Components/simpliciti/nwk/    and,

Components/simpliciti/nwk_applications/

I've also copied the smpl_config.dat and smpl_nwk_config.dat files from the 'AP_as_Data_Hub' example, and included them.

At the top of my main file, I've included these:

#include "bsp.h"

#include "mrfi.h"

#include "bsp_leds.h"

#include "bsp_buttons.h"

#include "nwk_types.h"

#include "nwk_api.h"

#include "nwk_frame.h"

#include "nwk.h"

 

Now, when I try to debug active project, I get two errors, and both are to do with "mrfiRadioState" not being defined in Components/mrfi/radios/common/mrfi_f1f2.c

Does anyone have any idea what I have or haven't done?

Thanks.

 

**Attention** This is a public forum