Posted on September 26, 2014 at 16:43
Hello. I'm trying to run a simple I2C test with my STM32 board and I can't get it to work. I'm using STM32F0 Discovery kit (master) and one slave device (some module) that I want to communicate with via I2C b...
Posted on December 04, 2014 at 11:46Just a quick question: what exactly does that fix (bypassing D1 protection diode) do and why it helps solving the problem? And why was the D1 burned in the first place? I really want to understand this.Thanks.
Posted on November 13, 2014 at 09:54
My late update on this issue.
Having not found any solution to my
reading data problem I then tried
writing some data to the module instead, as this should be easier and shorter. So I tried to wr...
Posted on September 30, 2014 at 16:57Thanks for your answer. Basically you are right. Actually it's like this: this module can intent to transmit data to host (master) first because it uses (an additional) interrupt line (which I'm not using for my ...
Posted on September 30, 2014 at 15:20Update: Now I also tried using external pull-up resistors but the problem (with RNXE flag) is still there. Any idea what I'm doing wrong? Anyone?