Search found 2 matches

by Ankit1234
Sat Sep 25, 2021 3:52 pm
Forum: ESP32 boards
Topic: interrupt routine for uart receiver (ESP32)
Replies: 2
Views: 3009

Re: interrupt routine for uart receiver (ESP32)

Could you tell me, how to set RX buffer and initialize Rx interrupt register in python?
by Ankit1234
Sat Sep 11, 2021 3:17 pm
Forum: ESP32 boards
Topic: interrupt routine for uart receiver (ESP32)
Replies: 2
Views: 3009

interrupt routine for uart receiver (ESP32)

I am writing UART receive interrupt routine for ESP32.But I am getting below error "AttributeError: 'UART' object has no attribute 'irq' " I have used the below syntax for UART receive interrupt UART.irq(trigger, priority=trigger=UART.RX_ANY, handler=UART_interrupt_Routine, handler=None, wake=machin...