User Activity

Hello,I am trying to use the HAL_UARTEx_ReceiveToIdle_DMA function() but the IDLE function don't work.I call the function here :  /* Extern variables */ extern UART_HandleTypeDef huart4; extern osEventFlagsId_t comEventHandle; extern osMessageQueueId...
Hello everyone, I'm working on a motor control project using an STM32 microcontroller (TIM1 and TIM8 timers), and I need to implement a soft Break to safely stop the PWM signals with proper transitions (respecting Dead Time and setting the outputs to...