FedorBel / bldc-driver

3-phase driver for bldc motor, based on stm32 and l6234.
MIT License
26 stars 5 forks source link

Current limiting #3

Closed FedorBel closed 3 years ago

FedorBel commented 3 years ago

Add current limiting to protect the motor.

FedorBel commented 3 years ago

Current limiting by current chopping image

Need to complete DC bus sensing #2 scheme.

Way to perform current chopping. image

How to make a delay:

  1. Use 74VHC123AMX monostable
  2. Remove 74VHC123AMX monostable and use internal stm32 timer.
FedorBel commented 3 years ago

Monostable is not used. Signal from comparator goes to ETR pin on controller.