I'm trying to write some data to a address in the flash memory of the above mentioned chip. However the Erase doesn't seem to work. void writeToFlash(uint32_t address, uint64_t data, uint64_t data2){
// Unlock the Flash Program controller
HAL_FLASH...