User Activity

Hi,I need to synchronize my UART transmission with a timer using DMA. I don't want CPU intervention in fixed data transmission. My data and size is fixed. I need to continuously transmit the packet every 5ms.kindly suggest!
Hi,I am creating an application where firmware version will be verified before flashing in the MCU flash using custom bootloader.Would like to understand, do we have any feature in STM32CubeIDE to append a header/ some dedicated data at the end of bi...