Hi all,
In SAI_TransferTxSetConfigEDMA of fsl-sai-edma.c, we have the following lines:
#if defined(FSL_FEATURE_SAI_HAS_FIFO) && (FSL_FEATURE_SAI_HAS_FIFO)
handle->count = (uint8_t)((uint32_t)FSL_FEATURE_SAI_FIFO_COUNTn(base) - saiConfig->fifo.fifoWatermark)
Solved! Go to Solution.
Hi @mttjcksn ,
Thanks for your interest in NXP MIMXRT series!
You are right. This assert makes the transmission executing when the FIFO is full. This design is to balance the transmission efficiency and stability. Therefore, for your actual application scenario, you can modify the size of watermark to fit it.
Best regards,
Gavin
Hi @mttjcksn ,
Thanks for your interest in NXP MIMXRT series!
You are right. This assert makes the transmission executing when the FIFO is full. This design is to balance the transmission efficiency and stability. Therefore, for your actual application scenario, you can modify the size of watermark to fit it.
Best regards,
Gavin