UART 1 interrupt
-
- Posts: 8
- Joined: Thu Aug 01, 2024 5:01 am
UART 1 interrupt
How to generate interrupt for uart 1.For esp32s3
Re: UART 1 interrupt
I suppose you want an UART event.
Try this example: examples\peripherals\uart\uart_events
Try this example: examples\peripherals\uart\uart_events
-
- Posts: 8
- Joined: Thu Aug 01, 2024 5:01 am
Re: UART 1 interrupt
by the example code,response is not getting
Re: UART 1 interrupt
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
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
Who is online
Users browsing this forum: No registered users and 51 guests