This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can write single byte to flash?

I'm using stm32l073 board, and doing delta update for OTA,
that need write single byte to flash, but I check the example there write to flash by using double word(4 bytes).
Can write single byte to flash? or can't?