FLASH_Program_DoubleWord(Address, Data) creating issue
Hi,
I am using STM32L476RG MCU and trying to store some values in the EEPROM.
When I try to program a 64 bit data, FLASH_Program_DoubleWord(Address, Data) is called and it is failing to program the data.
FLASH->SR is set to 160 which I assume Fast programming data miss error.
Could anyone tell me what is the problem?
the 64 bit data is 0xa1c50001 and the address is 0x8080020.
Thanks,
Ankush
