Does a (embedded) flash page gets fully erased every write operation?
Good evening,since NAND flash can be addressed pagewise only (I guess STM32 flash is NAND) and I am able to write for e.g. a single byte to the page, will the whole page gets erased during every write operation? My presumption is that the page gets b...