Resolved! I2C Slave transmit without HAL
I am writing a C++ I2C driver that would operate as a SLAVE device operating under interrupt and without CLOCK STRETCHING using STM32H732zi nucleo board My problem is that the first byte that I tried to transmit seems to always be 0xFF no matter what...