Search found 4 matches

by Bosemani R
Wed May 05, 2021 3:55 am
Forum: ESP-IDF
Topic: ESP 32 Uart Interrupt
Replies: 5
Views: 7347

Re: ESP 32 Uart Interrupt

I'm Also struct in this place, Can you share your code, please?
It may help me.
by Bosemani R
Wed May 05, 2021 3:02 am
Forum: ESP-IDF
Topic: UART RX Interrupt
Replies: 3
Views: 3469

Re: UART RX Interrupt

Anyone who has an example code for UART RX Interrupt, share me, please.
by Bosemani R
Wed May 05, 2021 2:41 am
Forum: ESP-IDF
Topic: UART RX Interrupt
Replies: 3
Views: 3469

Re: UART RX Interrupt

Still, I got the same problem. The Interrupt Configuration settings are Right or Wrong?
Thank you
by Bosemani R
Tue May 04, 2021 1:59 pm
Forum: ESP-IDF
Topic: UART RX Interrupt
Replies: 3
Views: 3469

UART RX Interrupt

Hello everyone, I'm using ESP32-S2 WROVER. I'm trying to write code for UART RX interrupt. At the time of receiving the controller reboot automatically, It does not enter into the ISR. I don't know why. 😒 Here is my code , #include "freertos/FreeRTOS.h" #include "esp_wifi.h" #include "esp_system.h" ...