STM32CubeL5
STM32CubeL5 copied to clipboard
cannot configure the DMA memory 1 address in double buffer mode
The stm32L5 supports the DOUBLE BUFFER Mode for DMA transfer The CUbe API to configure and set the address is for memory target 0 only LL_DMA_ConfigAddresses or LL_DMA_SetMemoryAddress are for the CM0AR
However, there is no LL_DMA_SetMemory1Address to configure the CM1AR
like in the stm32f4xx_ll_dma.h
ST Internal Reference: 111843
Hi @FRASTM,
The issue you reported has been fixed in the frame of version v1.5.0 of the STM32CubeL5 published on GitHub.
Thank you again for having reported.
With regards,