- One SPI-norflash chip connected to a normal 1xSPI port of a RP2030/RP2350
- Up to 128Mbit flash memory
To be called before the library can be used, to set baudrate and initialize.
Full chip erase.
Blocking page write, write up 256 bytes with one functions call.
Blocking read to a given buffer.
Read a data-structure of a given length to a given buffer. This is done for a given number of times. Use a given callback function to process the data every time a new data-structure is read. The buffer will be overwritten every time.
Used to request the next data-structure to be read.
stop early.