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是不是不能用咱们一般的定时器函数来实现



想问一下,AM335X是不是不能用咱们一般的定时器函数来实现 比如说这种方式

init_timer(&timer);
    timer.function = wdt_timeout;
  timer.expires = jiffies+TIMER_UNIT;
  add_timer(&timer);

我发现编译完,执行就出现 Unable to handle kernel paging request at virtual address XXXXXXX

最后是 Kernel panic - not syncing: Fatal exception in interrupt