Resolved! I2C MASTER INITIALIZATION QUESTION
In the STM32f302R8 Reference manual, it is stated for master initialization, I need to Enable Interrupts and/or DMA in I2C_CR1:Does this mean I need to enable all the bits that is related to interrupts? Example, from bit 1 until bit 8, do I need to e...