Resolved! How to write into flash memory using HAL_FLASH_PROGRAM with FLASH_TYPEPROGRAM_QUADWORD
Hello,I am new to STM32 and I am trying to write into FLASH memory using some reference code I found in internet. Here is my write function:uint32_t Flash_Write_Data (uint32_t StartPageAddress, uint32_t *Data, uint16_t numberofwords){ static FLASH_Er...