Adress Type (Flash Memory)
Posted on January 13, 2012 at 10:23Hi,I want to read all the datas of the Flash Memory on STM32F103RB// Adress start value = 0x08000000 ,end value = 0x0801FFFF;while(Adress != 0x0801FFF) { FLASH_Unlock(); Data=*((uint16_t *) Adres); //...