Search found 7 matches
- Mon Apr 01, 2024 9:17 am
- Forum: ESP-IDF
- Topic: Having both PSRAM (2MB) and SRAM (512KB) in controller on the ESP32-S3R2 work together?
- Replies: 4
- Views: 2480
Re: Having both PSRAM (2MB) and SRAM (512KB) in controller on the ESP32-S3R2 work together?
Thank you for providing the information about the behavior of in-package and external PSRAM. Again thanks for quick response & your valuable time.
- Fri Mar 29, 2024 1:38 pm
- Forum: ESP-IDF
- Topic: Having both PSRAM (2MB) and SRAM (512KB) in controller on the ESP32-S3R2 work together?
- Replies: 4
- Views: 2480
Re: Having both PSRAM (2MB) and SRAM (512KB) in controller on the ESP32-S3R2 work together?
Thanks for your quick response. I appreciate it. Please find my response below. Document link that you have shared is referring external PSRAM. But we found that ESP32-S3R2 controller has In-Package 2MB PSRAM . So, configuration to use In-Package PSRAM is same as external PSRAM? If no, then please p...
- Wed Mar 27, 2024 3:29 pm
- Forum: ESP-IDF
- Topic: Having both PSRAM (2MB) and SRAM (512KB) in controller on the ESP32-S3R2 work together?
- Replies: 4
- Views: 2480
Having both PSRAM (2MB) and SRAM (512KB) in controller on the ESP32-S3R2 work together?
Having both PSRAM (2MB) and SRAM (512KB) in controller on the ESP32-S3R2 use together? if yes, how we can configure RAM memory? any specific configuration needed to use SRAM & PSRAM together? how is RAM memory assigned like SRAM is used first and once it is occupied after that PSRAM is used? please ...
- Wed Mar 27, 2024 11:35 am
- Forum: ESP-IDF
- Topic: ESP32-S3 External Flash MD5
- Replies: 6
- Views: 1921
Re: ESP32-S3 External Flash MD5
Thanks for Support,
In the next phase, we are planning to use an external flash instead of an internal one.
In the next phase, we are planning to use an external flash instead of an internal one.
- Wed Mar 13, 2024 5:34 pm
- Forum: ESP-IDF
- Topic: ESP32-S3 External Flash MD5
- Replies: 6
- Views: 1921
Re: ESP32-S3 External Flash MD5
I am working ESP32-S3-WROOM-1-N8R2 module and for project i used custom board use ESP32-S3FH4R2 controller (Internal 4MB and external 8MB flash (XMC IC mounted on the dev kit). set the partitions table for 12MB, it works fine. However, when switched external Flash 8MB(XMC) to a 2MB Flash from Macron...
- Tue Mar 12, 2024 11:25 am
- Forum: ESP-IDF
- Topic: ESP32-S3 External Flash MD5
- Replies: 6
- Views: 1921
Re: ESP32-S3 External Flash MD5
Thank you for your response. I changed the flash memory configuration to include a 16-megabyte external flash and 4 megabytes of internal flash. getting same error 1) I want to use the internal flash, but there is an external flash board attached. 2) I want to utilize both the external and internal ...
- Mon Mar 11, 2024 11:06 am
- Forum: ESP-IDF
- Topic: ESP32-S3 External Flash MD5
- Replies: 6
- Views: 1921
ESP32-S3 External Flash MD5
We are able to build and flash "external flash demo example" (esp-idf\examples\storage\ext_flash_fatfs) project on our customized esp32s3 (Controller :- ESP32-S3FH4R2) board. It is working perfectly with 8MB(XMC) external flash, but when we test it with 16MB external flash(PN# MX25V16066) applicatio...