[Answered] What is revision 1 of the ESP32 as it relates to PSRAM usage?
Posted: Sat Jun 10, 2017 6:44 pm
Reading the make menuconfig docs/notes on properties, there is reference to "Revision 1" of the ESP32 having a bug.
See for example the make menuconfig property called "CONFIG_SPIRAM_CACHE_WORKAROUND".
This spawns some questions to me that I have not previously had need to consider and am looking for community guidance.
Q1:) What is the history and timeline of ESP32 releases?
Q2:) What is the currently release version of the ESP32
Q3:) How can we tell which release of the ESP32 we are using:
- Physically by visual inspection.
- Programatically from within an ESP-IDF based application.
The answers to these questions will help me address some short term thinking such as:
"Do I need to enable these work-arounds on my board?"
See for example the make menuconfig property called "CONFIG_SPIRAM_CACHE_WORKAROUND".
This spawns some questions to me that I have not previously had need to consider and am looking for community guidance.
Q1:) What is the history and timeline of ESP32 releases?
Q2:) What is the currently release version of the ESP32
Q3:) How can we tell which release of the ESP32 we are using:
- Physically by visual inspection.
- Programatically from within an ESP-IDF based application.
The answers to these questions will help me address some short term thinking such as:
"Do I need to enable these work-arounds on my board?"