STM32CubeL5 icon indicating copy to clipboard operation
STM32CubeL5 copied to clipboard

cannot configure the DMA memory 1 address in double buffer mode

Open FRASTM opened this issue 4 years ago • 1 comments

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

FRASTM avatar Aug 06 '21 13:08 FRASTM

ST Internal Reference: 111843

ASELSTM avatar Aug 12 '21 10:08 ASELSTM

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,

ASELSTM avatar Feb 17 '23 14:02 ASELSTM