keever50 commented on issue #16159: URL: https://github.com/apache/nuttx/issues/16159#issuecomment-2838468401
Little update that is probably very important. Disabling IDMA will give you overrun warnings. It does not explain what will happen if you ignore these. If you ignore the warnings and clock the SDMMC too fast, it can cause crashes/panics. If you have kernel panics, try to increase the clock divider under board.h. For example in the STM32H7:  I increased the clock divider to 8. It was lower previously, which caused panics. -- 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