User Activity

[I used a translator.]Hi,I run the motor in "drv8835 Fast DK Mode".​The following waveform appears on the oscilloscope.When the pulse is low, about 6~7V is outputIs it working correctly?Is it normal not to fall to 0V?When operating in Slow DK (phase ...
Posted on April 16, 2018 at 05:03hi.I am using the hal library to communicate uart.I changed the baudrate during code execution as shown below.UartHandle.Init.BaudRate     = Baudrate;if(HAL_UART_Init(&UartHandle) != HAL_OK){ Error_Handler(); }HAL_UA...