T-PicoC3 icon indicating copy to clipboard operation
T-PicoC3 copied to clipboard

Request to add an example on how to write to the 4 MB

Open youssef02 opened this issue 2 years ago • 5 comments

A simple example to write to 4 MB.

youssef02 avatar Sep 24 '22 12:09 youssef02

Do not understand what you mean

LilyGO avatar Sep 27 '22 05:09 LilyGO

The board come with 4mB flash, I tried to use SPI but was unable to access the flash memory, so I was hoping if you could help with an example, thanks

youssef02 avatar Sep 27 '22 09:09 youssef02

The 4mB flash is external, right?

youssef02 avatar Sep 27 '22 11:09 youssef02

All your programs will be downloaded to flash. It is where the firmware is stored.

LilyGO avatar Oct 13 '22 02:10 LilyGO

You can use the file system directly. Examples are indicated in Arduino. name is SPIFFS

LilyGO avatar Oct 13 '22 02:10 LilyGO