SPRADH0 August 2024 AM625 , AM6442 , AM69 , TDA4VM
Since IEC tasks competes with other
threads scheduled by the Linux kernel (see CODESYS Task Configuration) which can impact the load on the cores the
IEC tasks are operating on, isolating these other threads from the cores the IEC
tasks are running from is best. Isolating a core from kernel scheduling can be
accomplished using the command line parameter isolcpus. More specifically,
the U-boot command optargs=”isolcpus=<core number>"
can be
used.