Resolved! STM32F0 memory model - where can I save data in flash ?
Hello,I want to save data in flash memory of a STM32F0 using HAL library :HAL_FLASH_Unlock(); HAL_FLASH_Program(FLASH_TYPEPROGRAM_WORD, 0x20000000, data); HAL_FLASH_Lock();I don't know which address is allowed to store user data in flash.Here is the ...