espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
12.57k stars 7.02k forks source link

"esp_pm_dump_locks" always gives 0 for SPI (IDFGH-12688) #13678

Open DemTerritory opened 3 weeks ago

DemTerritory commented 3 weeks ago

Answers checklist.

IDF version.

v5.3-dev-3499-g636ff35b52

Espressif SoC revision.

ESP32-S3FH4R2

Operating System used.

Windows

How did you build your project?

VS Code IDE

If you are using Windows, please specify command line type.

None

Development Kit.

ESP32-S3 LOLIN Mini

Power Supply used.

External 5V

What is the expected behavior?

Receiving data from the sensor via SPI is one of the main actions of my program, which is executed every second. And although the data volume is several tens of bytes, at least “Total_count” should not be equal to zero.

What is the actual behavior?

image

Steps to reproduce.

esp_pm_dump_locks(stream);

Debug Logs.

No response

More Information.

No response