Replies: 4 comments 2 replies
-
There is a template when create an enhancement request which you should fill in, not completely delete, can you edit your issue, add it back in and fill it in? |
Beta Was this translation helpful? Give feedback.
-
Are you building a custom board with ESP32 down to chip level? Which chip? |
Beta Was this translation helpful? Give feedback.
-
The chip I use is ESP32-D0WD-V3, chip version 3. W25Q256 The front 16MB is accessible. |
Beta Was this translation helpful? Give feedback.
-
You mean that you can't use the next 16MB as a file system?I thought it could be accessed by SPI0. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your enhancement proposal related to a problem? Please describe.
I got some information on the esp32 forum , “Starting with ESP-IDF 4.4, 32-bit addressing was added for a few specific flash models (W25Q256, GD25Q256, and one MXIC part).”
But, when I use spi_flash_get_chip_size() to get fllash size, it returns 16MB. Is the latest zephyr version not yet supported w25q256?
Describe the solution you'd like
Use spi_flash_get_chip_size() to get the correct flash size , and can be read or write the whole flash.
Beta Was this translation helpful? Give feedback.
All reactions