Search found 2 matches
- Thu Sep 14, 2023 7:04 am
- Forum: ESP-IDF
- Topic: esp32h2 Low power API problem(light sleep + deep sleep)
- Replies: 0
- Views: 1359
esp32h2 Low power API problem(light sleep + deep sleep)
HI, There is a problem that when using ESP32H2 to test low power, neither light_sleep nor deep_sleep_wake_stub example esp32h2 can compile, but esp32c6 can compile. The error log is shown in the figure below. How to solve this problem? Even if I call the low-power API alone, the error is still repor...
- Thu Sep 14, 2023 6:52 am
- Forum: ESP-IDF 中文讨论版
- Topic: esp32h2 低功耗接口问题(light sleep + deep sleep)
- Replies: 0
- Views: 1808
esp32h2 低功耗接口问题(light sleep + deep sleep)
idf版本:V5.1.1 开发板:esp-32 h2 问题描述: 在使用ESP32 h2开发低功耗的过程中,发现无法调用低功耗接口的API,而且无论是light_sleep和deep_sleep_wake_stub例子esp32h2都无法编译,都会报错,如果选择ESP32 C6芯片例程都可以编译通过,请问如何解决,报错如下所示。 c:/espressif/tools/riscv32-esp-elf/esp-12.2.0_20230208/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/12.2.0/../../../../riscv32-esp-e...