Keyboard handler stops being called for brief periods while typing #516
-
I'm sure it's something I'm doing or not doing, but as I tinker with Circle, I have noticed that as I type on the rpi 400's keyboard continuously, for brief, ~1-2 second periods, it stops responding, then starts up again. No debug information is printed on the serial console when this happens. I was wondering if anyone else had seen this happen, and what could be done about it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Never mind, I figured it out -- it turns out even a DMA burst setting of "1" is sufficient to monopolize the bus enough to mess with USB keyboards -- so it's back to updating the framebuffer with memcpy(), I guess. |
Beta Was this translation helpful? Give feedback.
Never mind, I figured it out -- it turns out even a DMA burst setting of "1" is sufficient to monopolize the bus enough to mess with USB keyboards -- so it's back to updating the framebuffer with memcpy(), I guess.