How to do a byte program on my STM32L4R5 platform ?
I didn't find a way to do a byte program on my STM32L4 , there is a doubleword program exist in the stm32l4xx_hal_flash.c file.
How can i do that , read the doubleword out first and modify one byte and do a doubleword program .
Is it correct ?
thanks