Question
HOW TO DO BASIC MASTER SEND DATA TO SLAVE IN I2C FOR STM32F302R8
I need some guide on how to do the basic master send data to the slave for i2c. The question is, I need to send some data to the slave with address 0x68. Unfortunately, my start condition could not be SET and I do not know why.
here is the flow chart for basic master send data for my mcu:
Here is my existing code that is not working:
I hope someone can give me a clear explaination and method on what is the step by step code function that I need to write in order to get the basic master send data
