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.

SSI3 clock RX and TX configuration

Hi,

I started working with Stellaris Launchpad and boosterpack.

Using IAR and set the device as LM4F120H5QR.

I'm trying to configure the SSI3 to communicate the boosterpack over SPI.

I try these command sequence:

MAP_SysCtlPeripheralEnable(SSI3_BASE); 
GPIOPinConfigure(GPIO_PD0_SSI3CLK);
GPIOPinConfigure(GPIO_PD2_SSI3RX);
GPIOPinConfigure(GPIO_PD3_SSI3TX);

 

I receive an error in the second command (GPIOPinConfigure ) and reach to FaultISR();

What am I doing wrong?

Thanks,

Yael