How to setting timeout of uart intterupt STM32F103?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-22 7:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-22 7:35 PM
My english is not good!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-22 7:50 PM
When I initialization UART Intterupts 1 byte. Im must wait for a long time before interrupt occurs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-22 11:04 PM
When the 1-byte interrupt initialization is complete. It takes a while before the interrupt occurs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-22 11:06 PM
About 8-10 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-23 7: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.
