User Activity

HelloI have a project with STM32G474CB in CubeMX and it generates the linker script with following:  MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 128K } But, as I understand, th...
I am trying to reconfigure DMA without losing samples and without stopping the ADC, which is triggered using timer (relatively rarely), so my plan was to look whether both the ADC and DMA are idle and quickly reconfigure DMA before ADC even starts to...
I am using DMA for receiving data, but interrupts for transmitting over UART and I am experiencing following issue:When the UART experiences Framing Error, the DMA stream triggers an interrupt to which HAL responds by eventually calling UART_DMAAbort...
Kudos from