User Activity

Hi,I want to use a single low-level module to handle up to three I2C buses at the same time using the HAL library and using the interrupt for all communications with the relative callback. Is it possible to use a single write/read/callback function f...
Hi,I'm using Nucleo board with Stm32CubeIde and HAL library.I have a periodic interrupt every 10 ms and I want to acquire data from 8 sensors with I2C bus each with a different address. At the interrupt output I must already have all the data to copy...