Was ist die Standard-PlatformIO / Arduino ESP32 CPU-Taktfrequenz?
English
Deutsch
Auf PlatformIO / Arduino ist die Standard-ESP32-Taktfrequenz 80 MHz (die Standard-240 MHz-CPU-Frequenz geteilt durch 4)
Um dies selbst zu überprüfen, diese Firmware verwenden:
esp32_timer_base_clk_example.cpp
#include <Arduino.h>
void setup() {
Serial.begin(115200);
Serial.println(TIMER_BASE_CLK);
}
void loop() {
}Check out similar posts by category:
Arduino, Electronics, Embedded, ESP8266/ESP32, PlatformIO
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow