Part Number: DRV8301-69M-KIT
Other Parts Discussed in Thread: DRV8301
Hi,
We have designed a custom PCB with F28069M to control a BLDC motor (about 7kW, Rs identified to be 0.01 Ohm, Ls about 2e-5). Apart from additional modules, the schematics of the controller part is basically the same as DRV8301-69M-KIT with only a few changes:
- Shunt resistors reduced by a factor of 10 (to 200 uOhm)
- More 1000uF capacitors included for the main power supply. See the schematics (J4A and J4D are just additional connectors):
- Used 2 MOSFETs instead of 1 per each phase of the motor output (FDBL86561-F085 instead of original SUM110N06-05L)
- Control Card elements integrated in PCB layout
We have also changed ADC parameters from user.h accordingly with our change in shunt resistance:
#define USER_IQ_FULL_SCALE_CURRENT_A (412.5)
#define USER_ADC_FULL_SCALE_CURRENT_A (825)
Now, there are two problems that we observe with our kit.
1) We have tried to run instaSPIN labs on our custom PCB first. Lab1 makes the motor run well - just as expected. However the problems occur during identification phase of instaSPIN controller at lab2a, see the video: https://drive.google.com/file/d/1tv2-B-v83gWK9T9bWXbWvt4YAMOCrEnn/view?usp=sharing . Are there any other parameters that need to be changed? There were no problems with this lab on evaluation kit! Trying to omit the identification process with supplying previously measured parameters results in similar issues. Do you have any ideas on what's going on there?
2) The 3.3V/5V in-system voltage is unstable when powering the PCB from 4V and 5V power supply. Of course we are not going to use such low voltage on the final system, but we can see those oscillations in transient response when switching from a higher voltage - see oscilloscope screenshots below (connected between GND and 3.3V output). Would you have any idea on what can be the reason for such behavior? Everything looks well on evaluation kit (it's either powered = stable 3v3 or not = 0v). We are happy to supply a trusted TI employee with full schematics in a private message, but wouldn't like to share it publicly.