Page 1 of 1

UART 1 interrupt

Posted: Tue Nov 26, 2024 11:37 am
by Manikandan
How to generate interrupt for uart 1.For esp32s3

Re: UART 1 interrupt

Posted: Tue Nov 26, 2024 2:47 pm
by snutw_
I suppose you want an UART event.
Try this example: examples\peripherals\uart\uart_events

Re: UART 1 interrupt

Posted: Mon Dec 02, 2024 9:28 am
by Manikandan
by the example code,response is not getting

Re: UART 1 interrupt

Posted: Mon Dec 02, 2024 2:26 pm
by ok-home
Since the version ESP IDF 5.0 direct use of interrupts in the driver UART removed
much more convenient to use the event from the example.
if you need to actually interrupts need to go into programming registers UART that in 95% of cases does not make sense