2025-04-17 6:16 AM
HI I m implementing a project using H753 to control a DC motor via a H bridge motor driver, which can stop motor by pull high both AN1 and AN2 pins, i m required to brake within 200m sec, can anyone advise how accomplished this?
using FreeRTOS task or Semaphore or osDelay(200) ?
2025-04-17 7:30 PM
to add: i m required to brake e motor within 200m sec with a button pressed, i m sure osDelay(200) would never work anyone can advise?