Search found 6 matches

by wishlucky
Fri Apr 12, 2024 3:08 am
Forum: ESP-IDF 中文讨论版
Topic: esp32s3 使用串口gdma,无法发送。idf4.4.4
Replies: 8
Views: 5454

Re: esp32s3 使用串口gdma,无法发送。idf4.4.4

我们已经有同事之前做了这个方案,我上传上来供你参考,请将IDF版本切换至commit: 2e68e510a5163c106ea04182b6ffe3063630b6c1,然后打入patch进行测试 你好 我打入patch失败了 报错信息如下? Administrator@MS-TVJKOJRVRPYI MINGW64 /e/1zhc/ESP32/esp-idf--5.1.2/esp-idf ((v5.1.2)) $ pwd /e/1zhc/ESP32/esp-idf--5.1.2/esp-idf Administrator@MS-TVJKOJRVRPYI MINGW64 /e/1zhc/ES...
by wishlucky
Fri Sep 15, 2023 12:23 pm
Forum: ESP IoT Solution 中文讨论版
Topic: esp32s3开发板 使用USB -host-cdc-acm历程 识别不成功
Replies: 0
Views: 22007

esp32s3开发板 使用USB -host-cdc-acm历程 识别不成功

我使用的是 esp32-s3 使用usb host-cdc-acm 历程。 从机用的是 stm32f407 标准库 的usb-cdc-vcp 历程, 从机和PC端连接,可以识别到设备, 从机和ESP32相连识别不到设备??? 程序错误点: 这个函数 (_check_client_opened_device(client_obj, dev_addr)) 返回来错误标志 esp_err_t usb_host_device_open(usb_host_client_handle_t client_hdl, uint8_t dev_addr, usb_device_handle_t *dev_hdl_...
by wishlucky
Thu Sep 14, 2023 1:40 am
Forum: ESP-IDF 中文讨论版
Topic: Task watchdog got triggered. The following tasks/users did not reset the watchdog in time:
Replies: 0
Views: 2308

Task watchdog got triggered. The following tasks/users did not reset the watchdog in time:

环境 :vscode + esp-idf 您好: 问题日志: Backtrace: 0x4037B5E6:0x3FC988B0 0x40376FA1:0x3FC988D0 0x4200A7B1:0x3FCB5640 0x403817E9:0x3FCB5660 E (96186) task_wdt: Task watchdog got triggered. The following tasks/users did not reset the watchdog in time: E (96186) task_wdt: - IDLE (CPU 1) E (96186) task_wdt: Task...
by wishlucky
Fri Sep 08, 2023 3:47 am
Forum: ESP IoT Solution 中文讨论版
Topic: gatt_server_service_table()历程触发方式,使用freeRTOS的方式
Replies: 1
Views: 19805

gatt_server_service_table()历程触发方式,使用freeRTOS的方式

您好: 我使用的是esp32-s3开发版,同时使用gatt_server_service_table()和 cdc_acm_host()历程,通过蓝牙接收微信小程序发送的数据,通过USB-cdc 返回到我们设备中,整个过程需要数据回传 想问一下 1.gatts_profile_event_handler()回调函数是在中断中运行的还是在任务正运行的,在这里面使用FressRTOS的函数需要使用中断版本的吗? 2.通过蓝牙收到的数据需要等到 通过usb-cdc将成功数据回传到设备后,在通过蓝牙回传微信小程序接收成功,蓝牙回调在中断里面运行,esp_ble_gatts_send_response(...
by wishlucky
Fri Sep 08, 2023 3:04 am
Forum: ESP IoT Solution 中文讨论版
Topic: gatt_server_service_table 源码编译报错,静态断言错误
Replies: 3
Views: 25124

Re: gatt_server_service_table 源码编译报错,静态断言错误

源码历程 直接编译就是这样的,没有做任何的修改
by wishlucky
Tue Aug 22, 2023 2:20 am
Forum: ESP IoT Solution 中文讨论版
Topic: gatt_server_service_table 源码编译报错,静态断言错误
Replies: 3
Views: 25124

gatt_server_service_table 源码编译报错,静态断言错误

esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT(); message": "静态断言失败,原因是 \"please enable bluetooth in menuconfig to use esp_bt.h\"", [{ "resource": "/e:/1zhc/ESP32/vscod-idf-licheng/gatt_server_service_table/main/gatts_table_creat_demo.c", "owner": "C/C++: IntelliSense", "code"...