Search found 2 matches
- Thu Aug 07, 2025 3:34 am
- Forum: IDEs for ESP-IDF
- Topic: Which IDE Do You Use for ESP-IDF? Please Vote
- Replies: 17
- Views: 15311
Re: Which IDE Do You Use for ESP-IDF?
It is really convenient to use ESP-IDF with VS Code ,for example, use OpenOCD for debugging. 
- Thu Aug 07, 2025 3:18 am
- Forum: ESP-IDF 中文讨论版
- Topic: 求解!!Core1 Panic'ed 与 xQueueRecieve问题[VSCode][ESP-IDF v5.4.2][Raspberry Pi OS]
- Replies: 0
- Views: 983
求解!!Core1 Panic'ed 与 xQueueRecieve问题[VSCode][ESP-IDF v5.4.2][Raspberry Pi OS]
这是一个驱动EC11的小程序,通过ISR检测EC11 A端的下降沿读取B端电平从而判断正反转,并发送信息至任务处理队列进行ESP_LOGI输出处理.具体代码如下
# include "freertos/FreeRTOS.h"
# include "freertos/task.h"
# include "freertos/queue.h"
# include "driver/gpio.h"
# include "driver/ledc.h"
# include "esp_log.h"
# include "cstring"
const char *TAG = "Da capo al ...
# include "freertos/FreeRTOS.h"
# include "freertos/task.h"
# include "freertos/queue.h"
# include "driver/gpio.h"
# include "driver/ledc.h"
# include "esp_log.h"
# include "cstring"
const char *TAG = "Da capo al ...