Read I2C on interrupt with DMA
Hi, I am trying to read I2C on interrupt (HAL_GPIO_EXTI_Callback) using HAL_I2C_Mem_Read_DMA function. How ever I get into HardFault_Handler. I suspect its because HAL_I2C_Mem_Read_DMA function uses HAL_GetTick() which causes crash?Is there any way a...