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 434MHz on EM430F6137RF900

Other Parts Discussed in Thread: SIMPLICITI

Hi,

I'm trying to run the SimpliciTi Simple_Peer_to_Peer project on the EM430F6137RF900. 
The EM430F6137RF900 board has been modified to work on 434MHz. 
I have tried the following steps :
1. Taken 2  EM430F6137RF900 boards and made a connection using the smartRF studio, and I saw packets been sent & received.
2. I have exported ALL registers from the smart RF studio (one time for TX and one time for the RX)
3. Using the exported registers I've  updated the components\mrfi\smartrf\smartrf_CC430.h with the values taken from the smartRF studio (the LinkTo got the sent exported registers & the LinkListen got the recived exported registers).
4. Under Build Configurations->Set Active I marked the  CC430F6137-LinkTo and compiled the TX.
5. I have run the program & launched  the SA430 spectrum analyzer, set the SA430 to 434Mhz + 5 span & saw it transmitting OK.
6. Next I've changed the Application->configuration->End device-> smpl_config.dat MAC address to: --define=THIS_DEVICE_ADDRESS="{0x76, 0x56, 0x34, 0x12}"
7. Under Build Configurations->Set Active I marked the  CC430F6137-LinkListen and (changed the components\mrfi\smartrf\smartrf_CC430.h to the RX exported values) than, compiled the RX.
8. While running the RX I placed a  break point under nwk_frame.c (function MRFI_RxCompleteISR())  as well as in the file mrfi_radio.c under the function 
Mrfi_SyncPinRxIsr() in the MRFI_RADIO_READ_RX_FIFO macro. The code arrived to both of the locations. 

Yet despite all that is written I still didn't managed to get the Simple_Peer_to_Peer project working.

Please advice on the matter. 

Env:
OS - windows 7
Dev tools - Code Composer Studio Version: 5.3.0.00090, SmartRF studio 7 Version: 1.10.3

Best Regards.