Part Number: AM623
Other Parts Discussed in Thread: SK-AM62B
Hello Champs,
SDK Version: Ti-processor-sdk-linux-rt-am62xx-evm-09.00.00.03-Linux-x86-Install
Customer registered GPIO interrupts in the kernel. The relevant user code is executed in the GPIO interrupt.
Because of the frequent triggers of interrupts, the interrupt and the tasks need to be assigned to other cores.
The default is assigned to CPU0.
Currently trying to switch, but it doesn't work. 
In addition, the kernel driver code uses the irq_set_affinity related function to assign the interrupt to the specified core. And it failed.
The irq_set_affinity function returns a failure and fails to assign the interrupt to the specified CPU core.
Are there some code for reference which can assign the interrupt to the specified CPU?
Thanks
Regards
Shine
