Our board has 4 temperature channels that require monitoring. As you know, the motor control loop monitors the current and voltage channels, and runs at 20 KHz.
Is there a standard way to sample slow signals separately from the 20 KHz motor control sampling? Or should I just add the 4 temperature channels to HAL_setupAdcs() and ignore most of the samples?