Search found 15 matches

by cxm007
Wed Jul 12, 2023 9:47 am
Forum: ESP-IDF 中文讨论版
Topic: 【已解决】关于ESP32 死机后重启失败问题 Rebooting...
Replies: 4
Views: 3149

【已解决】关于ESP32 死机后重启失败问题 Rebooting...

Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. Core 1 register dump: PC : 0x4037bea5 PS : 0x00050031 A0 : 0x40377554 A1 : 0x3fc9a1f0 0x4037bea5: gdma_default_rx_isr at C:/Users/15119/esp/esp-idf/components/esp_hw_support/gdma.c:712 0x40377554: _xt_lowint1 at C:/Us...
by cxm007
Mon Jul 03, 2023 3:57 am
Forum: ESP-IDF 中文讨论版
Topic: coredump怎么使用?
Replies: 3
Views: 3018

coredump怎么使用?

环境:window11 vscode 版本库:v5.0-rc1* 我按ESP--FAQ文档来使用coredump https://docs.espressif.com/projects/espressif-esp-faq/zh_CN/latest/development-environment/debugging.html?highlight=coredump#esp32-coredump 在执行espcoredump.py info_corefile -t elf -c coredump.bin C:\Users\15119\esp\Code008_ESPS32\build\Code008....
by cxm007
Wed Mar 22, 2023 8:56 am
Forum: ESP-IDF 中文讨论版
Topic: 请教关于ESP-IDF中蓝牙从机例程周期性断连问题
Replies: 0
Views: 1088

请教关于ESP-IDF中蓝牙从机例程周期性断连问题

环境:window11 vscode 版本库:v5.0-rc1* 例程:gatt_server_service_table_demo 在使用ESP32S3作为从机时,被其他主机连接后,每隔40s左右都会出现断链的情况; W (569653) BT_HCI: hcif disc complete: hdl 0x1, rsn 0x22 I (569653) GATTS_TABLE_DEMO: ESP_GATTS_DISCONNECT_EVT, reason = 0x22 I (569663) GATTS_TABLE_DEMO: advertising start successfully 请问需要...
by cxm007
Wed Mar 22, 2023 8:44 am
Forum: ESP-IDF 中文讨论版
Topic: 【已解决】【新手】请教ESP-IDF 5.0版本 USB设备例程编译不通过问题?
Replies: 2
Views: 1786

Re: 【新手】请教ESP-IDF 5.0版本 USB设备例程编译不通过问题?

我又试了下,还是不行。
之后我试着更新了组件管理器
  1. python -m pip install --upgrade idf-component-manager
更新完成后就可以了。
by cxm007
Wed Mar 15, 2023 3:30 am
Forum: ESP-IDF 中文讨论版
Topic: 【已解决】【新手】请教ESP-IDF 5.0版本 USB设备例程编译不通过问题?
Replies: 2
Views: 1786

【已解决】【新手】请教ESP-IDF 5.0版本 USB设备例程编译不通过问题?

环境:window11 vscode 版本库:v5.0-rc1* 问题:在编译usb的tusb_hid例程时,出现了下面的问题,请问需要怎么解决? PS C:\Users\15119\esp\scanner\tusb_hid> idf.py menuconfig Executing action: menuconfig Running cmake in directory c:\users\15119\esp\scanner\tusb_hid\build Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DC...