You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I added this PR to Arduino/ESP32 repo, which uses the frequencies in esptool.py for the Arduino function magicFlashChipSpeed()
However on further inspection, I notice the SPI bus frequency of the ESP32-C2 is running at 40 MHz, even though I have set the flash frequency to 60 MHz in the board definition and use esptool.py to flash.
See this issue about my concerns regarding the APB/SPI bus frequency.
This makes me wonder if the frequencies mentioned in esptool for the ESP32-C2 are correct.
More Information
No response
Other Steps to Reproduce
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[ESP32-C2] Are reported flash frequencies correct for ESP32-C2?
[ESP32-C2] Are reported flash frequencies correct for ESP32-C2? (ESPTOOL-778)
Dec 5, 2023
Well from an esptool perspective, this no longer seems relevant.
But if you know something to help me find the correct way to read/detect in software the actual registers where the flash freq. can be read or used to compute the actual flash freq. then I would be very interested.
Operating System
Windows 11
Esptool Version
latest
Python Version
Python 3.11.4
Full Esptool Command Line that Was Run
No response
Esptool Output
No response
What is the Expected Behaviour?
Recently I added this PR to Arduino/ESP32 repo, which uses the frequencies in esptool.py for the Arduino function
magicFlashChipSpeed()
However on further inspection, I notice the SPI bus frequency of the ESP32-C2 is running at 40 MHz, even though I have set the flash frequency to 60 MHz in the board definition and use esptool.py to flash.
See this issue about my concerns regarding the APB/SPI bus frequency.
This makes me wonder if the frequencies mentioned in esptool for the ESP32-C2 are correct.
More Information
No response
Other Steps to Reproduce
No response
The text was updated successfully, but these errors were encountered: