Posted on May 17, 2011 at 13:00Hi Loeffel, thanks for the reply. Good to know someone else is getting those interrupts too. And I'll look up other posts about I2C issues in this forum -- thanks! (I had a brief look, but wasn't very thorough.)
Posted on May 17, 2011 at 13:00Hi guys, I'm using the STM32's I2C in a simple master-transmit mode, and I'm getting I2C event interrupts that I can't explain -- the interrupt occurs and both status registers are zero (SR1 == SR2 == 0). As far as I c...
Posted on May 17, 2011 at 12:58Interesting -- I've just run into exactly the same issue (and locked up several boards!), and only tracked it down to the WFI instruction today. It seems WFI and JTAG aren't very good friends. I found further that this...