Search found 2 matches

by ironchefincanada
Wed Jun 12, 2024 1:52 am
Forum: ESP-IDF 中文讨论版
Topic: I2S0 和 I2S1 使用同一个管脚 for mclk. 出现编译错误。
Replies: 0
Views: 1200

I2S0 和 I2S1 使用同一个管脚 for mclk. 出现编译错误。

大家好, #define FUNC_I2S_EN (1) #define GPIO_I2S_LRCK (GPIO_NUM_26) #define GPIO_I2S_MCLK (GPIO_NUM_0) #define GPIO_I2S_SCLK (GPIO_NUM_27) #define GPIO_I2S_SDIN (GPIO_NUM_36) #define GPIO_I2S_DOUT (GPIO_NUM_NC) /** * @brief ESP32-KORVO-V1.1 I2S GPIO defination * */ #define FUNC_I2S0_EN (1) #define GPIO...
by ironchefincanada
Fri May 03, 2024 1:36 am
Forum: ESP-IDF
Topic: how to debug the firmware on esp32-korvo-1?
Replies: 0
Views: 295

how to debug the firmware on esp32-korvo-1?

Hello,
I am wondering how to de debug esp32-korvo because I did not find its JTAG port on board, and found just the UART port for programming. Any suggestion are welcome.
thanks,