An issue happened according to the data length of SPI transfer (MAP_SPITransfer).
<used api> "MAP_SPITransfer(GSPI_BASE, (uint8_t *)pDat, g_ucRxBuff, 1024, 0);"
When calling with "1024", the system does not enter to LPDS mode or HIB mode. (Data transfer properly finished..)
However, when calling with "128" instead of 1024, there is no problem with entering LPDS or HIB mode.
* Is there any condition about the SPI data transfer size?
* Can you guess what will be the cause of this problem?
Best regards,
Hayden