FlashDB icon indicating copy to clipboard operation
FlashDB copied to clipboard

STM32F7 compatibility

Open Noxet opened this issue 1 year ago • 0 comments

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?

Noxet avatar Feb 17 '25 08:02 Noxet