Re: [I] [HELP] Is the stm32_dmapreflight check necessary (stm32h7) [nuttx]

2025-06-01 Thread via GitHub
snikeguo closed issue #16412: [HELP] Is the stm32_dmapreflight check necessary (stm32h7) URL: https://github.com/apache/nuttx/issues/16412 -- 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 specifi

Re: [I] [HELP] Is the stm32_dmapreflight check necessary (stm32h7) [nuttx]

2025-05-19 Thread via GitHub
acassis commented on issue #16412: URL: https://github.com/apache/nuttx/issues/16412#issuecomment-2892140996 @snikeguo the preflight normally is used to double check that the buffer is correctly aligned, that the memory source is DMA capable, etc. It also could be used to enable some MCU sp

[I] [HELP] Is the stm32_dmapreflight check necessary (stm32h7) [nuttx]

2025-05-19 Thread via GitHub
snikeguo opened a new issue, #16412: URL: https://github.com/apache/nuttx/issues/16412 ### Description Is the stm32_dmapreflight check necessary? I can still successfully mount the filesystem and read/write when CONFIG_ARCH_HAVE_SDIO_PREFLIGHT is set to 'n'. However, setting it to 'y