Page 2 of 2

Re: How to use custom interrupt for handling UART

Posted: Mon Sep 11, 2023 6:40 pm
by MicroController
rare instances of lags shortly after boot up
May be the I-cache still 'warming up'.
And/or other initialization activities (WiFi connect,...) running concurrently and hogging up the the flash's bandwidth.

You could enable the UART's loop back to send 'yourself' some dummy bytes first to have as much of the relevant code as possible loaded from flash before going to town.

Re: How to use custom interrupt for handling UART

Posted: Mon Feb 05, 2024 9:43 pm
by ScumCoder
Is it possible to receive a notification when the TX FIFO becomes empty?
There is a pending feature request about this.