FlashDB
FlashDB copied to clipboard
STM32F7 compatibility
I have a project with an STM32F7 with a large internal flash. The flash sectors are 32 kiB each, and I can only use 2 sectors in total.
- Is this library suitable for this use case with 2 large sectors?
- What happens when you erase data, do you wipe the whole sector and re-write the data that shouldn't be removed?
- How do you handle power loss, is there redundancy?