Question
Using break function internally
Posted on October 21, 2015 at 14:31
Hello there,
I am working on a motor driving application (STM32F4). As for now, my circuit for sensing current and shutting down H bridge looks like this:https://dl.dropboxusercontent.com/u/14154631/Scan%204%20Page%201.jpgI was wondering, either it is possible to get rid of the parts in red square and use some internal peripherals of stm32f4 instead?For this application, can for example an internal comparator be used to automatically trigger break function without any interrupts needed to be handled?