User Activity

I noticed that CubeMx (version 6.6.1 and earlier) when generating the code, may place the MX_DMA_Init() function after other ***_init functions that configure DMA registers. The problem is that those registers cannot be accessed 'before' enabling the...
I suppose FMAC uses AHB clock. I would like to know, if possible, how many clock cycles are required to perform a multiply-and-accumulate step in a FIR or IIR filter.Thank you for your help
I want to signal a possible bug in CubeMx version 4.27, in the STM32L4xx HAL library package. In the ADC configuration of the external trigger, the TIM4 TRGO setting does not work.I think the error is in line 518 of file "stm32l4xx_hal_adc.h". The or...