Question about writing to Flash on RAK3172…
Does the RUI3 Flash Write use level wearing techniques?
Does it read first to see if there is a data change before writing?
Or is that something custom firmware needs to do?
I am concerned about 10k write cycles for STM32WLE5
I decided to write my own firmware that only would write Flash on changed data.
This data rarely changed but it was important to update if it did. Updated via serial port.
It was like default factory settings.