On Thu, May 7, 2020 at 01:41 AM, <erik@...> wrote:
As the internal flash can endure above 10k write cycles I assume using the internal flash with a warning not to store too often is OK.
Saving settings to one of the internal memory slots now also saves the stored trace and loading a saved setting will restore the stored trace.
This provides 4 memory slots to save traces?
At this moment i implement SC Card support for NanoVNA H4, it very simple and good work. Use SPI interface some as display, need only SD_CS,?SPI_MOSI,?SPI_SCLK signals (SPI shared vs display and work on some speed), good if exist SD_CD (for SD card insert);
It very low cost solution, need ~7kB flash and ~600 bytes RAM for full dile read/write Fat16/32 support (can extend, use FatFS lib)