stm32H755 single word programming to the FLASH
Hi there,
I'm developing my own bootloader for a stm32H755 MCU and I would like to b able to write just a single 32 bit word (or even also a single 64 bit double word) to the flash.
Using standards HAL API and theHAL_FLASH_Program function, I'm able to choose only the entire flash word programming (there is only the FLASH_TYPEPROGRAM_FLASHWORD define).
I discovered that in the legacy hal header (stm32_hal_legacy.h) there are also other programming types definitions...
Is there any limitation/risk using programming types other than entire flash word?
Thanks!
iTTy
