Posted on October 24, 2007 at 11:12I'm trying to erase bank B0F7 and to write data in it. STR710 code in internal ram EIC_IRQConfig( DISABLE ); FLASH_WritePrConfig(FLASH_B0F7,DISABLE); FLASH_SectorErase(FLASH_B0F7); printf(''\n\ttest copy to flas...
Posted on August 17, 2007 at 07:26Hello, I have a reset vector problem. Once every x times we can not launch the software and when we do the difference between the code in flash and the real code, only the data at the reset vector is changed (some b...