Motor drive circuit design

The development board integrates two AT8236 single-channel brushed DC motor driver chips for driving two motors.

Motor drive circuit

The AT8236 chip is a single-channel H-bridge motor driver that supports a wide voltage input of 5.5-36V; internal protection functions include over-current protection, short-circuit protection, under-voltage lockout and over-temperature protection.

image-20240822183738520

H-bridge control

Input pins IN1 and IN2 control the output state of the H-bridge. The following table shows the logical relationship between the input and output:

IN1IN2OUT1OUT2Function
00ZZCoast, Sleep
10HLForward
01LHReverse
11LLBrake

When using PWM control to achieve speed regulation, the H-bridge can operate in two different states: fast decay or slow decay.

IN1IN2Function
PWM0Forward PWM, fast decay
1PWMForward PWM, slow decay
0PWMReverse PWM, fast decay
PWM1Reverse PWM, slow decay