Hello:
I am trying to bring up the new EM-CC430F5137-900 to communicate to the CC1101EM 3.0 868/900 Mhz board that sit on top of the Stellaris (DK-LM3S9B96). I would like to use the Stellaris (DK-LM3S9B96) to be the Hub, and the EM-CC430F5137-900 to be device.
What TI sample that is available for me to start hardware RF communication?
Thank You
Mike
Hey,
Did you eventually get this to work? I just found this thread a few days after posting my own.
http://e2e.ti.com/support/microcontrollers/stellaris_arm_cortex-m3_microcontroller/f/471/t/182367.aspx
Looks like TI doesn't really have an answer >.>
Yes, I got it working long time ago. Make sure the Link Token and Join Token are the same. The MAC address for each device is unique.
//// Default Link token.//
#define
DEFAULT_LINK_TOKEN 0x09080710
//// Default Join token.//
DEFAULT_JOIN_TOKEN 0x01020304
//// Device MAC "like" address.//
THIS_DEVICE_ADDRESS {{0xBE, 0xBE, 0xEF, 0x01}}
Ah, for me it was some unhandled interrupts in startup_ewarm.c when combining the chronos_drive and enet_lwip projects.
I am glad you got it working.