I am designing a system with a Sitara multicore device (e.g., AM24x, AM64x, AM65x). The processor needs to complete certain activities within a set cycle time. How do I design my system to make sure that I can meet that cycle time?
The "cycle time" is the maximum allowable time for a system to receive an input, do some processing, and provide an output. For example, a motor control application may have a 10 microsecond (uS) cycle time to measure the angle and speed of the motor, do some math, and then update the PWM output that controls the motor.