User Activity

Hello all,I have an application in which I want to control four BLDC motors independently using the FOC. I want to use a STM32G484 for this. The question now is how I can distribute the interrups so cleverly that I can control all motors with 16kHz w...
Hello all,at the moment I use the HAL function HAL_UARTEx_ReceiveToIdle_DMA to receive the data from the UART. This works very well but I have a timing problem because I want to send and receive a lot of bytes. To speed this up I want to use the LL f...
I am trying to implement a cdc device and would also like to use the FreeRTOS. For code generation I use CubeMX. To keep the interrupt of the receives as short as possible I want to send the answer to the host using a task. But after a few seconds my...