Getting Flash writing problems on STM32L4, Memory getting written but memory showing 0xFFFFFFFF
so basically im using stm32l4 as a dual bank, so essentially there are two apps and a bootloader, now im in either app1 or app2 , and i clear the other apps flash addresses, now when i write to that address the data sometimes get written and sometimes it shows as 0XFFFFFFFF which is empty but from the flash write double word and flash program i get as value as 1 in return which means it is writing to that address
for a larger context im trying to do a ota, it happens sometimes and fails sometimes due to this issue
