User Activity

Both these functions contain the code:"if((HAL_GetTick() - tickstart) >= SDMMC_DATATIMEOUT)"However SDMMC_DATATIMEOUT is defined as 0xFFFFFFFF so the timeout is very long (49 days with a 1ms tick) and therefore never occurs.That upshot is that if the...
I'm seeing a problem which seems to be related to the one discussed here: https://community.st.com/s/question/0D50X00009XkgoYSAR/stm32-i2c-multimaster-hardware-bug In my case though I'm not using DMA, I'm just using interrupt driven I2C but the sympt...
Kudos from