Posted on February 27, 2017 at 09:40Hi, I've got two STM32F410 communicating over I2C using HAL FMPI2C library (v 1.14.0). Both initially enables FMPI2C listen with interrupt.When one of the STMs wants to send data, it: - disables FMPI2C interrup...
Posted on February 27, 2017 at 16:32I thought the HAL libraries would take care of this type of low-level bus management, or do you know how I can use the HAL library to accomplish this?