Hi,
Will anything happen when a AM1808 timer overflows in event capture mode?
seems no register bit have such flag?
Will the timer restart?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Another question:
Isn't the capture interrupt flag automatically cleared when read the Timer Capture Register?
If this can only be done via writing a 1 to the capture interrupt flag , then seems the timer have to be stopped first, that is not a expected behavior.
Hi,
No one can help?
Or maybe this have to be did by the AINTC?
I am trying to do it in PRU, after a learning of the PRU examples, i found it's polling for an interrupt, so my idea is access the timer interrupt status register directly, can it work in this way?