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