Tool/software: Linux
I'm running the Processor SDK Linux on the AM572x IDK, and I'm trying to load PRU firmware that makes use of a couple of timers. I keep running into issues that seem to indicate that my use of the timers conflicts with what Linux is trying to do. For example, I tried using timer 4, but that ended up tripping a watchdog. I also tried using timer 3, I believe it was, but something seemed to sometimes disable the clock to it, but not always.
Anyway, my question is: How do I find out what Linux drivers are using what timers? I haven't modified the kernel at all.