Hi ,
We are trying to read from the SPI flash continuosly for one of our application. But during this process the SPI flash hangs. Below is the step we are following,
//
// Assert the chip select.
//
ROM_GPIOPinWrite(GPIO_PORTA_BASE, GPIO_PIN_3, 0);
//
// Read the requested data.
//
ROM_SPIFlashRead(SSI0_BASE, ui32Addr, pui8Data, ui32Count);
//
// De-assert the chip select.
//
ROM_GPIOPinWrite(GPIO_PORTA_BASE, GPIO_PIN_3, GPIO_PIN_3);
Please let us debug this issue.
Thank you,
Deepanraj.A