User Activity

Hi all,I'm using STM32f405 and i want to program FLASH using STM32CubeIDE.My testing code is the following: uint32_t base = 0x080E0000; //FLASH SECTOR 11 uint64_t data= 0x55; FLASH_EraseInitTypeDef EraseInitStruct; uint32_t Error;   EraseInitStr...