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.

Linux/AM5728: Unused Timers?

Part Number: AM5728

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.