dima-kapustin
dima-kapustin
Hi @KRASTM ! Here you go (it is almost standard-generated by CubeIDE): ``` /** * Initializes the Global MSP. */ void HAL_MspInit(void) { /* USER CODE BEGIN MspInit 0 */...
Hi @KRASTM! Thanks for pushing it through! I am afraid I cannot provide more details about the setup at the moment. We faced the issue when increased SDMMC clock rate...
This is one of the first things we tested... No, it does not help with the issue. Thanks, Dima.
Hi @KRASTM , What PCLK2 clock value is in your tests? And what is SDMMC clock source? Thanks
After intensive testing on hundreds devices during 2 weeks it turned out that SDMMC_DCTRL.DTEN **must** be reset when RX/TX completes. Hence, we do it in both - the read and...