snikeguo commented on issue #16159:
URL: https://github.com/apache/nuttx/issues/16159#issuecomment-2888201707

   @keever50 
   solution:
   
   CONFIG_FAT_DMAMEMORY=y
   CONFIG_GRAN=y
   CONFIG_STM32H7_SDMMC_IDMA=y
   CONFIG_ARMV7M_DCACHE_WRITETHROUGH=n   see:armv7m mpu document
   
   in stm32_dmarecvsetup:
   #if defined(CONFIG_ARCH_HAVE_SDIO_PREFLIGHT)
     // DEBUGASSERT(stm32_dmapreflight(dev, buffer, buflen) == 0);
   #endif
   
   
![Image](https://github.com/user-attachments/assets/d64c839e-b01d-40c2-953c-1e68db26c89b)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to