User Activity

Hello,Comparator in STM32G4 is very fast. some glitch which is detected by COMP (during commutation PWM).The overcurrent detection using internal comparator triggers below the theory (40A insteand 100A for example) I'm having trouble implementing the...
I try to just toggle a led for each received frame (STD ID).With a logic analyser I checked the Rx pin on the Rx MCU and the frames arrive well. Hence my feeling that the problem lies at the level of the callback function where the MCU never go.Than...
I am using the stm32f103 and trying to display a text on a screen via DMA to the USART 2 device. I guess I will turn on the usart2 TX dma (DMAT) request when I need it and turn it off after the current transmission is complete (i.e. in the DMA1_Chann...