Tool/software: TI-RTOS
Hi,
Is issue for multi block write known in pdk_am437x_1_0_6?
if (numBlks > 1U) { transaction.cmd = MMCSD_CMD(25U); transaction.flags |= MMCSD_CMDRSP_ABORT; } else { transaction.cmd = MMCSD_CMD(24U); } ret = MMCSD_v1_transfer(handle, &transaction);
If MMCSD_CMD(25U) is used, I get timeout inside MMCSD_v1_transfer function?
A also try with DMA but it stuck in initialization... it newer call MMCSDDMA_rxIsrHandler
Any idea?
p.s. I will be also happy if I gat respond on e2e.ti.com/.../676155
Best regards,
Mare