Question
STM32 F7 HAL_FLASH_Program() on sector 0
Posted on August 24, 2016 at 11:20
hi,
ive problems to write some flash areas. using HAL_FLASH_Program() at higher sectors is working correctly. but if i want to write at the end of flash sector 0 it doesnt work. the value value is still 0xFFFF FFFF after writing. the program code is only using about the first 50% of sector 0. i checked the FLASH_OPTCR register nWRP[7:0] bits - all value 1 HAL_FLASH_Unlock(); is also done before writing to flash. thanks for help