User Activity

Hi,I'm implementing a circular buffer for UART transmit via DMA on an STM32L4 device.I've got a callback that updates the read pointer and calls another HAL_UART_Transmit_DMA if it's still not equal to the write pointer.This callback is called by:HAL...
In STM32CubeMX v5.4.0 I generated a project using STM32L452RET6, where I disabled the systick timer by selecting "TIM16" as timebase source under "SYS".After code generation, the unedited project doesn't compile as TIM_HandleTypeDef cannot be resolve...