is there anything trouble when I use ESP32-S3?
Rosefeild opened this issue · 0 comments
Rosefeild commented
Describe the bug
idf.py monitor CANN'T complie. It shows as : ELF file not found. You need to build & flash the project before running 'monitor', and the binary on the device must match the one in the build directory .
Tool Settings
- Baud Rate: [e.g. 1000000] (using a lower baud rate WILL cause issues. this is the most common issue)
- WiFi Channel per Device: [e.g. 6]
- FreeRTOS > Tick rate (Hz): [e.g. 500]
To Reproduce
Steps to reproduce the behavior:
- Build project(s)
...
(active_ap,) - Flash project(s)
...
(active_ap,) - External device setup (if applicable)
- See error
Desktop (please complete the following information):
- OS: [e.g. macOS, Ubuntu]
- ESP-IDF Version: [V5.0.1]
- ESP32-CSI-Tool Git Hash: [e.g. 31f9f1b]
Additional context
Add any other context about the problem here.