Skip to main content
Visitor II
April 17, 2025
Question

FreeRTOS? Motor to brake within 200ms upon button pressed

  • April 17, 2025
  • 1 reply
  • 390 views

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) ?

    This topic has been closed for replies.

    1 reply

    Visitor II
    April 18, 2025

    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?