Posted on May 17, 2011 at 13:25I still do not know why the i2c hardware is acting up, but the solution to the problem is to de-init the i2c hardware and then initialize at the startup of the chip. Then you also need to de-init and reinitialize the i...
Posted on May 17, 2011 at 13:25I have a very strange problem with the i2c on a STM32 (high density 103ZE). The symptom is that I can issue a write command (start, address, bytes, stop) just fine, but when I want to execute a read command afterwards ...