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.

cc2520 and msp430f5438 experimenter code not showing result

Other Parts Discussed in Thread: MSP430F5438A, MSP430F5438, MSP430F2618, CC2520

i have tried to port the cc2520 software examples  for RF communication(per test ) from TI for smart rf board and msp430f2618 on msp430f5438 experimenter board with msp430f5438a controller and cc2520 transceiver.

i changed the board peripherals configuration  with respect to msp430f5438 experimenter board and and the gpio pins configuration of cc2520.

the code has compiled properly and showing no errors.

but when i try to trigger the transmission by pressing the DIP switch on the experimenter board nothing is displayed on the lcd.it just glows.

i tried to debug and it showed that the hafRFInit(); function is failing to execute.

if(halRadioSpiInit(0)==1) {
halLcdPrintLine("radio spi fail",2,1);
}

halLcdPrintLine("radio spi done",2,1);

is displaying "radio spi fail"

but in in actual code it goes to "radio spi done"