Posted on May 17, 2011 at 09:43I apologize to ST, the reason for not functioning the FMI_Config was due to wrong configuration of my ST library, not the bug in the library itself. I'm using RIDE and have selected the using of ST libraries (STRx-LIB)...
Posted on May 17, 2011 at 09:43Hi kesart, I have the same experience with application loaded by bootloader. For FMICLK=96MHz the FMI_ReadWaitState must =FMI_READ_WAIT_STATE_3 and FMI_WriteWaitState must =FMI_WRITE_WAIT_STATE_1. This is set by FMI_Co...
Posted on May 17, 2011 at 09:39Hello, does anyone have the IAP project for RIDE? I tried to use the IAP project supplied by ST (for IAR) and compile it with Kickstart version of IAR. The compiling was without errors, but after loading the hex into S...
Posted on May 17, 2011 at 09:34Hi all! I have the same problem with temporary masking interrupts. I use int from UART0 and from Timer2. When I disable the interrupt for Timer2 in a normal program loop and enable it after short period of time (2 or 3...