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 pro...