cancel
Showing results for 
Search instead for 
Did you mean: 

Bug in example of NUCLEO-U575ZI DAC&DMA?

psfahr
Associate II

Hi, 

there is this example for using the DAC with DMA for the NUCLEO-U575ZI:

https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects/NUCLEO-U575ZI-Q/Examples/DAC/DAC_SignalsGeneration_DMA

In the current V1.2.0 of file 

https://github.com/STMicroelectronics/STM32CubeU5/blob/main/Projects/NUCLEO-U575ZI-Q/Examples/DAC/DAC_SignalsGeneration_DMA/Src/linked_list.c

in line 61 it says

  pNodeConfig.Init.Direction = DMA_PERIPH_TO_MEMORY;

Shouldn't it be DMA_MEMORY_TO_PERIPH instead?

Best wishes,

Sebastian 

 

1 REPLY 1
Saket_Om
ST Employee

Hello @psfahr 

Thank you for bringing this issue to our attention.

I reported this internally.

Internal ticket number: 222839 (This is an internal tracking number and is not accessible or usable by customers).

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Saket_Om