Raspberry-PICO2040-Flash-Storage icon indicating copy to clipboard operation
Raspberry-PICO2040-Flash-Storage copied to clipboard

The Following C Coded Library is used to perform Flash Write, Read and Erase functions on Raspberry Pico 2040.

Results 1 Raspberry-PICO2040-Flash-Storage issues
Sort by recently updated
recently updated
newest added

pico_flash_write() assigns memory to stored_value using a call to malloc. Later it assigns stored_value the result of pico_flash_read() without freeing stored_value first. To be honest, I don't think a library...