Question
Is there a bug in HAL_I2C_Master_Receive_IT (multiple interrupts during reception of last byte)?
I'm noticing lots of interrupts during reception of the last byte. Should there not just be one interrupt at the end of the last byte received?
The top trace in the following screenshot shows entry/exit to/from the I2C Event ISR.
