Tool/software:
Hello,
I’m working on a motor control setup using the LP-AM263P LaunchPad along with a custom motor driver board. I’m adapting the example code from the Motor Control SDK to fit my hardware.
While reviewing the "Universal Motor Control Reference Design for AM263x Arm® Based MCU Devices" document, specifically section 4.6 – Building a Custom Board, I noticed that some parameters need to be customized based on the hardware used. One of those parameters is:
USER_M1_VOLTAGE_FILTER_POLE_Hz
As I understand it, this represents the cutoff frequency of the low-pass filter (LPF) used in the voltage sensing circuit. The "Motor_Control_Parameter_Calculation.xlsx" file from the "universal motor control" example shows how this value is calculated for various driver boards.
In my case, there is no LPF in the voltage sensing circuit on my custom motor driver board as following image. Given that, how should I define the USER_M1_VOLTAGE_FILTER_POLE_Hz
value?
Regards,
Burak