User Activity

Posted on March 15, 2016 at 18:16 I'm trying to debug an I2C interrupt handler that I didn't write, on an STM32F207ZG. My problem is that after sending a Start, when waiting to send the Address byte, a Stop happens. What am I doing wrong that mak...
Posted on May 29, 2014 at 16:15I need some help in understanding the Bus Turnaround time of the FSMC. I think I have it right, but don't want to burn out the data bus in finding out I'm wrong. Could someone who knows, confirm please? My STM32F207 ha...
Posted on May 23, 2014 at 16:07One thing I have not been able to find in the datasheet: if the FSMC is being used to access 16-bit memory, what does A0 do? I'm a bit confused about this. If BCR.MWID is 00 => 8-bit data width, you have to address ind...
Posted on January 15, 2014 at 17:26Hi I am writing an I2C interrupt handler for the STM32F207 and am using the Standard Peripheral Library. The problem I currently have is how to set up a NAK when receiving 1 byte from an I2C slave. According to the...