User Activity

I'm trying to migrate my project from HAL to LL. I use USART+DMA. Reception is OK, but transmission is not.There's a uint8_t transmission buffer. E.g. it begins with {1, 2, 3, 4}.When I set DMA data length to 1, nothing is sentWhen I set data length ...
I've already contacted support, so this post is just for community.There's a bug in HAL_SetTickFreq function (stm32f4xx_hal.c)---8<---HAL_StatusTypeDef HAL_SetTickFreq(HAL_TickFreqTypeDef Freq){ HAL_StatusTypeDef status = HAL_OK; assert_param(IS_TICK...
Could anyone provide me with (or point me to) example of reading/writing F4xx (specifically F407VGT6) flash using LL? I was unable to find code samples in STM32CubeF4 v1.24.0. Maybe just missed.
Kudos from