hello, Im using stm32f103 microcontroller. Im trying flash programming. while unlocking flash program erase controller by writing key values to register, controller not comming out of that loop. Is their any changes required in code????
Posted on March 24, 2018 at 05:43#define FLASH_KEY1 ((u32)0x45670123)#define FLASH_KEY2 ((u32)0xCDEF89AB)void main (void){ //FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_PGERR | FLASH_FLAG_WRPRTERR); /*unlock the f...