Using HAL_FLASH_Program to write a word on a NUCLEO-C031C6
Good Day,
Is it possible to write a Word using HAL_FLASH_Program? If I use the TypeProgram = FLASH_TYPEPROGRAM_DOUBLEWORD in the function (shown below) it will write to flash. If I use FLASH_TYPEPROGRAM_WORD it will not write to flash and I receive an error.
HAL_FLASH_Program(uint32_t TypeProgram, uint32_t Address, uint64_t Data);
Regards,
SJC
