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"
 
				 
		 
					 
                          