External Nor flash memory
-
@robert-hh I am using OEM G01 pycom board and i attached the external NOR-flash memory(256mb- S25FL256SAGMFI000) through SPI communication. Are there libraries for using it as a sdcard?
-
This post is deleted!
-
@ArulAfy Peter Hinch has made some drivers. Look here: https://github.com/peterhinch/micropython_eeprom.git
They were made for the micropython.org variant. So you may have to adapt them a little bit, most on how to create an SPI object and to mount/create the file system.