I'm programming any integrated chip via stm32f407vg (chip zsc31050). I want to communicate between stm32 and zsc31050 via i2c communication. I using Keil and stm32cubemx for programing stm32. According to the datasheet of the chip during the first programing, this chip does not send acknowledge bit. the acknowledge bit does not follow after the slave address.so stm32 doesn't send any configuration bits. I want to change stm32fxx_hal_i2c.c
library so that stm32 will ignore the acknowledge bit. What can I do about it?
Asked
Active
Viewed 148 times
0

Hasitha Jayawardana
- 2,326
- 4
- 18
- 36

Orkut Göküş
- 1
- 1
-
stm32fxx_hal_i2c.c lib link : https://drive.google.com/file/d/1jz671nxjoXdL_wwUVpysT9TW5A17Fv1i/view?usp=sharing – Orkut Göküş Jun 19 '19 at 11:07
-
i2c communication waveform : https://drive.google.com/file/d/18YscVNUK2YU0btqWJWNwyKjVipGMLkct/view?usp=sharing – Orkut Göküş Jun 19 '19 at 11:19