Read and write data with the Pi Pico onboard flash
If you’re coming to the RP2040 chip from the world of AVR microcontrollers like me, you might be surprised to find out that writing user/application data to the onboard 2MB of nonvolatile memory is not as simple as importing an EEPROM library and calling a…