Posted on April 18, 2008 at 09:27I solved the problem. You must copy the flash library into RAM, because the first FLASH writing cycle must be started from there. Change your scatter file as shown below: USER_MODE 0x40000000 0xC40000 { FLASH 0x4000...
Posted on March 26, 2008 at 10:52I try to write in the flash bank 1 with the ST library functions: EIC_IRQConfig(DISABLE); FLASH_Init(); FLASH_WritePrConfig(FLASH_B1F0, DISABLE); FLASH_SectorErase(FLASH_B1F0); FLASH_WordWrite(SAVE_FLASH_BASE, 0...