Write to Flash only 64Bit
Hello,
Can I only write to the flash with 64 bit variables, or also 32/16/8 bit?
I just used this function for this: HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, activepageaddress + u32_Offset, u64_Data)
I have an STM32L432 uC.
I already found this example: https://github.com/STMicroelectronics/STM32CubeL4/blob/master/Projects/NUCLEO-L4P5ZG/Examples/FLASH/FLASH_FastProgram/Src/main.c
Many thanks in advance.

