Posted on May 17, 2011 at 10:00Hello, No it is not necessary to reconfigure the I2C interface. Make sure that you enable the acknowledge bit before each new communication with : I2C_AcknowledgeConfig(I2C0, ENABLE); In your read function (I2C0_RecDat...
Posted on May 17, 2011 at 09:59Hello, I would recommend the STM32. The STR9 does not have an USB host (only USB device). The STM32 has USB OTG (i.e. host and device). For our project we choose the STR9, because at that time, STM32 derivate with Ethe...
Posted on May 17, 2011 at 09:59Hello Karadaga, I am using also the Keil uVision but the STR912FAW44. You are right, the IAP application for the Keil uVision does not work. I left the code in the function Execute_STR9Application() unchanged. But I ha...
Posted on May 17, 2011 at 09:59Hello Karadaga, Just forgot to mention one modification in the IAP software. I changed in the IAP software the define ApplicationAddress. Common.h : From #define ApplicationAddress 0x80000 To #define ApplicationAddress...
Posted on May 17, 2011 at 09:59Hello, I have a question concerning the flash configuration. In the most examples from ST, the FMI clock is set to 96 MHz and the Flash is configured with the following settings. FMI_Config(FMI_READ_WAIT_STATE_2, FMI_...