You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, CLKTICKS_PER_SEC values that are roughly 90 or larger cause the Pi to not service timer interrupts anymore. Xinu has this value at 1000 by default. I noticed similar behavior in my testing environment when I was trying to do too much in my timer ISR (like synchronously printing on the UART), so I suspect it's because the timer ISR (and possibly the VIC emulator) is/are too slow.
The text was updated successfully, but these errors were encountered:
For some reason, CLKTICKS_PER_SEC values that are roughly 90 or larger cause the Pi to not service timer interrupts anymore. Xinu has this value at 1000 by default. I noticed similar behavior in my testing environment when I was trying to do too much in my timer ISR (like synchronously printing on the UART), so I suspect it's because the timer ISR (and possibly the VIC emulator) is/are too slow.
The text was updated successfully, but these errors were encountered: