Page 1 of 1

Receiving data through the SPI and UART in interrupt mode

Posted: Thu Oct 19, 2023 5:37 am
by Vineethad
Hi Everyone,


I am using ESP32C3 module and the tool is ESPRESSIF IDE. I have done the receiving data through the SPI and UART in polling mode. Now I want to receive data through the SPI and UART in interrupt mode, I didn't get any interrupt functions for ESP32C3. Please help me to suggest these related interrupt functions.



Thanks & Regards,
D.Vineetha.

Re: Receiving data through the SPI and UART in interrupt mode

Posted: Thu Oct 19, 2023 12:13 pm
by ESP_Sprite
You're using ESP-IDF? Why do you think you're using a polling mode?

Re: Receiving data through UART in interrupt mode

Posted: Sat Oct 28, 2023 9:51 am
by Vineethad
sorry for the delay.

Yes ,I am using ESP-IDF. I am looking to use UART interrupt in esp32C3, but I have no idea on how to do it. I could not even find a library that did this.
Is there any way to use UART interrupt ?


Thanks & Regards,
D. Vineetha.

Re: Receiving data through the SPI and UART in interrupt mode

Posted: Sat Oct 28, 2023 1:18 pm
by ESP_Sprite
Again, why do you think you're currently using polling mode? What driver do you use and how are you using it?