Part Number: TMS320F280049C
Other Parts Discussed in Thread: DRV8320, LAUNCHXL-F280049C, C2000WARE
Hello everyone,
I use the LAUNCHXL-F280049C development board and the DRV8320 EVM Evaluation Module as described inLAB "is01-13"(MotorControl InstaSPIN SDK)
Unfortunately i don't know three phase BLDC motor spec(volatge, maximum current and so on),, so i want to drive the motor using a reference voltage(12V) and to identificate the motor parameters.
is01_intro_hal -> ok
is02_offset_gain_cal -> ok
is03_hardware_test -> NG
-my motor setting(user.h)
I checked the PWMDAC when the motor was not connected through the first step.(0 - 3.3V)
But If i set the variable "motorVars.flagRunIdentAndOnLine" equal to 1, i have a problem is not driven the motor.
More specifically,
ADC Signal is temporarily observed through an oscilloscope. However, After overcurrent flows, ADC signal is not observed and the Variable "motorVars.flagRunIdentAndOnLine" change automatically to 0.
i think that the PWM and ADC modules do not operate because a trip condition occurs due to OverCurrent.
Of course, this is my personal opinion.
also, If LAB is performed after connecting the motor power, the motor driver board(DRV8320RS and Inductor) generates severe heat.
I have two inquiries.
1. Why the motor did not drive with an open loop(set the variable "motorVars.flagRunIdentAndOnLine" equal to 1)
2. Reasons for severe fever and How to problem of severe fever.