Search found 3 matches
- Fri Oct 11, 2024 3:48 am
- Forum: ESP-IDF
- Topic: Interrupt wdt timeout
- Replies: 1
- Views: 793
Re: Interrupt wdt timeout
Finally I know why this error is caused by the fact that my interrupt pin is multiplexed to a sleep pin, and every time it is multiplexed, the registers on both sides should be all initialized, otherwise some of the values in the registers have been changed, causing some errors, which took me a long...
- Fri Oct 11, 2024 2:48 am
- Forum: ESP-IDF 中文讨论版
- Topic: gatt_server_service_table 例程中蓝牙如果添加新的service
- Replies: 0
- Views: 732
gatt_server_service_table 例程中蓝牙如果添加新的service
各位大神们,我想在gatt_server_service_table 例程中添加多个service,根据我查到的信息来看,是要扩展一个服务创建句柄表,然后把新的表创建一下, esp_ble_gatts_create_attr_tab() 最后再使用 esp_ble_gatts_start_service() 随后在同一个回调函数中处理事件,但是我感觉是不是还可以通过PROFILE_NUM创建多个不同的回调函数,在这个函数里,感觉像是可以创建多个不同的服务回调 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt...
- Wed Jan 24, 2024 5:04 pm
- Forum: ESP-IDF
- Topic: Interrupt wdt timeout
- Replies: 1
- Views: 793
Interrupt wdt timeout
Hello everyone, I hope this message finds you well. I am currently facing an issue with a watchdog timeout, and given my limited expertise, I am struggling to identify the root cause. If anyone has experience with watchdog timeouts or can offer guidance on how to troubleshoot and identify the underl...