Posted on May 17, 2011 at 13:32Hi trevor, i am using Timer2 interrupt to drive sevensegment display. i want to store data inside the flash every 1 minute once. this creating display flicker every 1 minute once. pls guide how to map and configure int...
Posted on May 17, 2011 at 13:32Hi FLASH_ErasePage is taking 250mS to return i configured SRAM using-> NVIC_SetVectorTable(NVIC_VectTab_RAM, 0x0); but the timer2 interrupt stoped working is there any other solution to solve this problem?[ This messag...
Posted on May 17, 2011 at 13:32i have used following step To write new data inside the flash of stm32f103rbt6 step 1: FLASHStatus=FLASH_ErasePage(Flash address); Step2: FLASH_ProgramWord(Flash address,data); i am able to write and retreive data in ...