User Activity

In the STM32CubeIDE predecessor (Atollic IDE) it was possible to set the page size allocation for malloc.Is this somehow also possible in the STM32CubeIDE?Is my understanding correct, that this page size will be reserved from the RAM by the sbrk() fu...
Why should I clear the DMAR bit in the UART DMA receive interrupt subroutine?At the moment I disable the DMA TC interrupt and the DMA Mode for reception (DMAR) at the top of my interrupt routine.At the end of the subroutine I enable the uart dma rece...