Hi Yogesh
one can implement this following three steps :
1. Add the parameter isolcpus=[cpu_number] to the Linux kernel command line form the boot loader during
boot. This will instruct the Linux scheduler to no run any regular tasks on that CPU unless specifically
requested using cpu affinity.
2. Use CPU affinity to fix your specific task to the isolated CPU.
3. Use IRQ affinity to set other CPUs to handle all interrupts so that your isolated CPU will not receive any
interrupt. Some useful references:
https://community.freescale.com/thread/301130
https://community.freescale.com/message/604888#604888
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------