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.

AM623: 内核GPIO中断绑定指定CPU核问题

Part Number: AM623

SDK版本:ti-processor-sdk-linux-rt-am62xx-evm-09.00.00.03-Linux-x86-Install

在内核注册了个GPIO中断。GPIO中断里执行相关的用户代码段。

由于需要频繁的触发中断,需要将该中断及任务分配到其它核心上面去。

默认的是分配到CPU0上面去了。

目前尝试做切换,但没有效果。

另外,在内核驱动代码里,使用irq_set_affinity相关函数,将中断分配到指定的核上面去,也失败了。

irq_set_affinity函数返回失败,也无法将中断分配到指定的CPU核心上面去。

请问下针对AM623 ,当前的SDK版本,有没有相关的案例或者参考,可以实现将中断分配到指定的CPU上面去的。