Tool/software: Code Composer Studio
HEELO
i read the data sheet and is a litle confuse to me
i have the drv8308 ic and i need to put a bldc motor to run on button1-> DIR 0
and button2-> DIR 1
I gonna use a stm32F103RB micro controller to read an write in the registor
but witch pins i need enable for it work when a press the button.
when I press the button 1 what parameters do I have to activate?
button 1 is an input on my micro controller, which will then rotate
the motor in the DIR 0 direction.
I use the VSCODE with platformio to program the stm32F108RB board
I THINK this way when i press the button my micro controler active other output or send a hex comando to the register and motor RUN?
THANKS