-
The following _proof-of-concept_ commit replaces the timer-based capturing of screen data with using the VBLANK interrupt to trigger the update. It patches the `a64_linux` kernel to never disable the …
cnuke updated
4 months ago
-
### Feature request
**Is your feature request related to a problem? Please describe.**
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_
Existing Au…
-
We have run into an issue lately where we wanted to have more than two additional core timer interrupts. Now, I realize we could munge together multiple interrupts and makes sure they execute at integ…
-
hi, Dear experts:
I tried to enable timer and interrupt at same time.
I add print in timer tick handler function. If I just enable the timer, I can see the print message.
But if I add or1k_inter…
-
First: It's entirely possible I'm barking up the wrong tree, I've only just started with FemtoRV, as it looks like a perfect fit for a project I'm embarking on.
To help me understand the core, I've…
-
At version 0.1.1, the design of the stepper class makes use of two interupts, one which is a "controller" interrupt; the TIMER overflow interrupt, and the other interrupt is used to count the number o…
-
### Description
When the requested timer interrupt frequency is too low, the program shall offer a software-aided solution.
A template C source code snippet is sufficient for the user which contains…
-
It took me a while to figure out why a GPIO that happens to be RTC_OUT as AF kept breaking when I'd try to enable RTC wakeup interrupt on an f401 board. I'm not really convinced it should call rtc_ena…
-
When a repeated UI timer runs a code block and the code block takes longer time to execute than the defined repeat time, the code block sometimes is interrupted and execution of a new code block is st…
-
Hi all, I'm using the hello_world demo. I'm want to print a pattern 1 times inside the main while loop, but the pattern is printed multiple times inside the loop. Below is my code. Any help will be ap…