Part Number: MOTORWARE
Dear Team TI,
I am using DRV830x-HC-C2-KIT for our motor.
Motor tuning done with motorware_1_01_00_18 Lab solutions:\ti\motorware\motorware_1_01_00_18\docs\labs.
Motor is running fine with Lab5 b after tunning it.
We are running same BLDC motor and user.h parameter for our custom build hardware.
But when we are trying to run the motor through our motor driver hardware, it is creating problem. (Doing Vibration, Not running)
Here are the changes into our hardware that we had updated into the library.
1. Supply Voltage Divider is 5.1K Low Side, 100K High Side
Calculated full scale Phase voltage.
#define USER_ADC_FULL_SCALE_VOLTAGE_V (68)
2. Current Sense Resistor Value (500uOhm)
Calculated full scale current.
#define USER_ADC_FULL_SCALE_CURRENT_A (66)
2. RC filter at the phase sense (High Side 95.3K, Low Side 4.99K)
Calculated voltage filter pole value
#define USER_VOLTAGE_FILTER_POLE_Hz (335.648)