Page 1 of 1

esp wroom 32 interface with external flash(winbond 1 mega byte)

Posted: Mon Dec 05, 2016 12:59 pm
by kamesh
hi,

Can anyone worked on espwroom 32 interface with external flash (1 MB). I need to write and read the string on it by using SPI.

Re: esp wroom 32 interface with external flash(winbond 1 mega byte)

Posted: Tue Dec 06, 2016 5:27 am
by ESP_Sprite
Can you expand a bit on what you're trying to do? Is the 1MByte flash separate from the flash containing your code? What are you trying to save, and why does it need to be on an external flash? If you only need to save some data, maybe the nvs subsystem in esp-idf can help you?

Re: esp wroom 32 interface with external flash(winbond 1 mega byte)

Posted: Thu Dec 08, 2016 10:46 am
by kamesh
hi,

I want to write and read data from flash. can you give suggestion on that.

Re: esp wroom 32 interface with external flash(winbond 1 mega byte)

Posted: Thu Dec 08, 2016 11:58 am
by ESP_Sprite
...Yes, I got that from your first post. Can you also try to see if you can answer the other questions I asked? If not, I'm afraid helping you is going to be pretty hard.

Re: esp wroom 32 interface with external flash(winbond 1 mega byte)

Posted: Thu Dec 08, 2016 12:38 pm
by kamesh
ya i am going to use external flash to store audio files, images. And i need to know how to read and write on inbuilt memory of esp32. pls give me a guidance on that.

Re: esp wroom 32 interface with external flash(winbond 1 mega byte)

Posted: Thu Dec 08, 2016 2:41 pm
by ESP_igrr
Here's the documentation for flash APIs:
http://esp-idf.readthedocs.io/en/latest ... table-apis