Hello All,
I am working on spi master program given in the C:\ti\TivaWare_C_Series-2.1.0.12573\examples\peripherals\ssi\spi_master.c.
Here i am not getting any data in the SSI_DR_DATA register, and this code i tried with
SysCtlClockSet(SYSCTL_SYSDIV_1 | SYSCTL_USE_OSC | SYSCTL_OSC_MAIN |
SYSCTL_XTAL_16MHZ) and
SysCtlClockSet(SYSCTL_SYSDIV_4 | SYSCTL_USE_PLL | SYSCTL_OSC_MAIN | SYSCTL_XTAL_16MHZ)
Really dont know what is causing problem. can any one please help me out in solving this issue.
I am using (tm4c123gh6pm )Tiva c series Launch Pad.
Regards,
Mamatha