HI,
I am using CC2650 EM + SmartRF06. My code is in contiki and my development platform is linux/gcc. I am facing issues while trying to configure SPI bus. In the contiki set of codes checked out from the git repository, there were some SPI apis defined for CC2650 sensortag. I used the same for my CC2650 EM with changes in pin mapping according to my hardware. All SPI initialization and configuration steps given in CC2650 user guide are performed in those apis. But, I am not even able to obtain the SPI clock pulse.
Is there any sample SPI code for CC2650?
Are there any addittional SPI initialization steps that should be followed ?
Thanks in advance.