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.

am335x timer6 驱动问题



am335x linux中 内核好像并没有使用timer6  ,也就是说没有把timer6作为系统tickcount时钟...,

我在驱动里面一配置timer6,关闭其中断,内核就卡死,并没有跑飞,,而timer4、5、3都是正常的,我测试过,同一套代码,不同的timer

这个是什么情况?CPU BUG还是kernel使用了timer6,如果kernel使用了timer6,那么在哪里使用?

我查找过,并没有找到timer6被内核使用,因为timer6的那些寄存器都是空的,没有被配置过。