Now I am using WizziMote, which integrates CC430F5137 on board for wireless communication experiments. I found SLAA465 CC430 RF examples and tried to upload them to my wizzi board. The Fixed_LT_FIFO communication example is designed for 898/915MHz communication but WizziMote is designed for 433MHz. So I changed the RfRegSetting.c which define the RF settings. I changed RF Frequency register to 433MHz, and made some necessary changes to fit the example to wizzi.
When I debug the code on my board I found that it can go into the RF interrupt RFIFG9 but cannot receive anything. I also cannot know whether the transmission is successful.
Can anybody help me with this problem?