User Activity

Hi everybody,I read the document UM1052 and in this document we can see this "Payload_Length: the total number of bytes that compose the frame payload". My question is: does the payload length include Payload_length byte itself and CRC ?Precisely wha...
Hi I use a stm32f446 to run 2 BLDC motors (same motor, same configuration). One of the motors runs perfectly but the other one don't succeed to reach the speed reference. When I enter 1000 rpm it runs until around 200-300 rpm only and it makes a lot ...
Hi,I use a stm32f446ze to run two BLDC motors. I used the STMCWB monitor with UART port to see the bus voltage sensing there is an error of 1V and it always start with an undervoltage fault. I verified the output of the voltage divider and it's the g...
Hello I made a custom board with a stm32f446ze and L6398 driver. To make it work I generated the source code thanks to STMCWB and I built it with atollic TRUE Studio.And I added this code in the while loop in the main.c file:/* USER CODE BEGIN 2 */ /...
Hi,I made a motor control project thanks to STM32 Motor Control Workbench and STM32 Cube MX. I opened the generated source code without change in Atollic TRUE Studio. When I build it I obtain this error:undefined reference to `TSK_SafetyTask_PWMOFF' ...