Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for NOR spiFLASH 32MB..128MB (S2, S3) (IDFGH-6003) #7688

Closed
wants to merge 16 commits into from
Closed

add support for NOR spiFLASH 32MB..128MB (S2, S3) (IDFGH-6003) #7688

wants to merge 16 commits into from

Conversation

ESP32DE
Copy link
Contributor

@ESP32DE ESP32DE commented Oct 13, 2021

ESP32-S2 and ESP32-S3
supports up to 1 GB of external flash and RAM
add support for

  • 32MB
  • 64MB
  • 128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )

( i removed the 256MB, 512MB, 1024MB in this pull request and changed title from 32MB..1024MB to 32MB..128MB
as soon we can test 256MB, 512MB and the 1024MB i update with a new Pull Request )

image

image

successful tested example on ESP32-S3
NOR spiFLASH 1G-BIT #W25Q01JVZEIQ Winbond 0xef 0x40 0x21
image

esptool pull request is done here espressif/esptool#675
successful tested example on ESP32-S3
NOR spiFLASH 1G-BIT #W25Q01JVZEIQ Winbond 0xef 0x40 0x21
image

ESP32-S2 and ESP32-S3
supports up to 1 GB of external flash and RAM
add support for
-    32MB
-    64MB
-    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
-    256MB
-    512MB
-    1024MB
ESP32-S2 and ESP32-S3
supports up to 1 GB of external flash and RAM
add support for
-    32MB
-    64MB
-    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
-    256MB
-    512MB
-    1024MB
ESP32-S2 and ESP32-S3
supports up to 1 GB of external flash and RAM
add support for
-    32MB
-    64MB
-    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
-    256MB
-    512MB
-    1024MB
ESP32-S2 and ESP32-S3
supports up to 1 GB of external flash and RAM
add support for
-    32MB
-    64MB
-    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
-    256MB
-    512MB
-    1024MB
ESP32-S2 and ESP32-S3
supports up to 1 GB of external flash and RAM
add support for
-    32MB
-    64MB
-    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
-    256MB
-    512MB
-    1024MB
ESP32-S2 and ESP32-S3
supports up to 1 GB of external flash and RAM
add support for
-    32MB
-    64MB
-    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )
-    256MB
-    512MB
-    1024MB
@Alvin1Zhang
Copy link
Collaborator

Alvin1Zhang commented Oct 14, 2021

Thank you for your contribution.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Oct 15, 2021
@github-actions github-actions bot changed the title add support for NOR spiFLASH 32MB..1024MB (S2, S3) add support for NOR spiFLASH 32MB..1024MB (S2, S3) (IDFGH-6003) Oct 15, 2021
- removed 256MB, 512MB, 1024MB since we have tested only do 128MB
- removed 256MB, 512MB, 1024MB since we have tested only do 128MB
- removed 256MB, 512MB, 1024MB since we have tested only do 128MB
- removed 256MB, 512MB, 1024MB since we have tested only do 128MB
- removed 256MB, 512MB, 1024MB since we have tested only do 128MB
- removed 256MB, 512MB, 1024MB since we have tested only do 128MB
@ESP32DE ESP32DE changed the title add support for NOR spiFLASH 32MB..1024MB (S2, S3) (IDFGH-6003) add support for NOR spiFLASH 32MB..128MB (S2, S3) (IDFGH-6003) Oct 15, 2021
@ESP32DE
Copy link
Contributor Author

ESP32DE commented Oct 15, 2021

on the basis espressif/esptool#675
i removed the 256MB, 512MB, 1024MB in this ESP-IDF pull request and changed title from 32MB..1024MB to 32MB..128MB
as soon we can test 256MB, 512MB and the 1024MB i update with a new Pull Request

- link correction ( esp32-s3-wroom-1  esp32-s3-wroom-1u )
- link correction ( esp32-s3-wroom-1  esp32-s3-wroom-1u )
@ESP32DE ESP32DE closed this Nov 28, 2021
@espressif-bot espressif-bot added Status: In Progress Work is in progress Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new Status: In Progress Work is in progress Resolution: NA Issue resolution is unavailable labels Feb 20, 2022
espressif-bot pushed a commit that referenced this pull request Feb 21, 2022
ESP32-S2 and ESP32-S3
supports up to 1 GB of external flash and RAM
add support for
-    32MB
-    64MB
-    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )

Merges #7688

Signed-off-by: Ivan Grokhotkov <ivan@espressif.com>
espressif-bot pushed a commit that referenced this pull request Apr 20, 2022
ESP32-S2 and ESP32-S3
supports up to 1 GB of external flash and RAM
add support for
-    32MB
-    64MB
-    128MB ( example NOR spiFLASH 1G-BIT W25Q01JVZEIQ Winbond 0xEF 0x40 0x21 )

Merges #7688

Signed-off-by: Ivan Grokhotkov <ivan@espressif.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants