STM32H750VB page size for flash erase - is it 128K, and if so, are there ways to partially erase the flash for persistent data storage?
I have application that fits comfortably in 128K bytes and has some persistent storage (data tables that are occasionally written by the application journaling-style, and occasionally a need to erase some of the data to accommodate more Here is my qu...