Resolved! I2C using the HAL library in the IT mode.
I have implemented a basic I2C between STM32H7 (Main) and STM32F4 (Secondary) processor. I am using an array of size 6 to transmit from the Main CPU to Secondary CPU using I2C in IT mode.The HAL API for I2C requires the data_buffers to be of size uin...