Tool/software: TI-RTOS
Hi Champs,
Software version : pdk_am57xx_1_0_9 mmcsd
When customer use SD card and DMA module, system create unexpected FAT file.
However, only SD card use case, system didn't create un expected file.
ti/pdk_am57xx_1_0_9/packages/ti/drv/mmcsd/src/v1/MMCSD_v1.c
MMCSD_v1_transfer() line2936
if(0U != hwAttrs->enableInterrupt)
{
MMCSD_osalPendLock(object->transferComplete, SemaphoreP_WAIT_FOREVER);
// if add wait time 20us at this area, this issue is fixed.
}
I think DMA delay due to other than SD card task.
Could you please any advice to avoid this unexpexted file ?
Regards,
kz777