User Activity

Anyone that knows the details? Seems backwards.CubeMx generates an init-fuction for CAN which eventually calls HAL_CAN_Init(). The very first part of this function is to exit sleep-mode. As per documentation this means "syncing" - waiting for 11 idle...
I have enabled interrupt for BOFF, EPVF and EWGF.When e.g. sending with error the very fist time TEC becomes = 1, all flags remain 0. However I get an interrupt any way - every time I get a send error. Eventually i get flags set as REC/TEC gets large...
Using a STM32F413 and ADC HAL drivers.After a successfully completed single conversion initiated by HAL_ADC_Start_DMA() one apparently needs to call HAL_ADC_Stop_DMA() in order for next HAL_ADC_Start_DMA() to actually start a new transfer. There are ...
I have had a problem getting DMA TX for USART1 to work, no errors, stream gets enabled nut nothing is transferred, stream never complets. I am using LL driver for USART1.I finally found the problem is that generated usart.c code inits DMA without ena...
Kudos from