2021-12-22 07:35 PM
2021-12-22 07:35 PM
My english is not good!
2021-12-22 07:50 PM
When I initialization UART Intterupts 1 byte. Im must wait for a long time before interrupt occurs
2021-12-22 10:32 PM
UART or any other interrupt dont have timeout, occurs immediately as source event condition meet.
Exist only priority when other interrupt do job, lower priority is delayed.
2021-12-22 11:04 PM
When the 1-byte interrupt initialization is complete. It takes a while before the interrupt occurs.
2021-12-22 11:06 PM
About 8-10 seconds
2021-12-23 07:34 AM
What is the "1-byte interrupt initialization"?
Interrupts are triggered within about 10 cycles of when they occur. There is no timeout setting that changes this.
Perhaps your code is busy elsewhere, or otherwise not doing what you expect.