STM32F1 I2C DMA has no stop bit
Hi. First time using this forum.I'm using an STM32F103C8 (genuine, not bluepill clone).I've easily used DMA to take sensor data and store it in a buffer, this has worked without issue (see below): void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { if ...