luksal

Results 17 comments of luksal

So what does the stack trace say?

Now you need to decode the Backtrace: https://github.com/me-no-dev/EspExceptionDecoder (it works even when not using Arduino, because you can load your elf file into it)

What does your high water mark says?

Maybe the `uart_get_buffered_data_len` and `uart_read_bytes` functions could give some results here?

I created an Issue at the ESP-IDF repository: https://github.com/espressif/esp-idf/issues/4537

@benpeoples unfortunately the detection of the break did not work properly and reliably. As a result, there were jumping channels which made it impossible to use. See also Issue 3...

> You can try to reconfig the IRQ after uart_driver_install() to throw an event after every byte. Of course there are a lot of events thrown then (one after every...