-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
MCAL
-
MCAL-27686
-
MCUSW_J7_10.00.00
-
MCUSW_J7_11.00.00
-
Description:
In Spi_DmaTxIsrHandler, there is a possibility of missing data, we need to add Spi_mcspci_continueTxRx_conditons() API to wait till the data from SPI lines are written into data Tx register.
Similar to be done for Spi_DmaRxIsrHandler as well.
Resoulution:
Added Spi_mcspci_continueTxRx_conditons() at end of Spi_DmaTx/RxIsrHandler