how to use GPDMA in stm32h563zit6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-11 3:49 AM
Hi,
I'm trying to interface audio output to the STM32H563ZIT6 microcontroller. I want to use GPDMA1 with the DAC, but I don't know how to configured GPDMA1 on STM32 CUBE IDE. Can anyone help me, please?
Solved! Go to Solution.
- Labels:
-
STM32H5 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-11 6:42 AM - edited ‎2024-07-11 7:51 AM
Hello @Berlin-raj123 ,
Please refer to this article on how to to configure the GPDMA using STM32CubeIDE: How to configure the GPDMA - STMicroelectronics Community and to How to use the GPDMA for STM32 MCUs application note.
May DAC_SignalsGeneration example can help you. This example explains How to use the DAC peripheral to generate several signals using the DMA controller and the DAC internal wave generator.
I hope this help you.
Kaouthar
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-11 6:42 AM - edited ‎2024-07-11 7:51 AM
Hello @Berlin-raj123 ,
Please refer to this article on how to to configure the GPDMA using STM32CubeIDE: How to configure the GPDMA - STMicroelectronics Community and to How to use the GPDMA for STM32 MCUs application note.
May DAC_SignalsGeneration example can help you. This example explains How to use the DAC peripheral to generate several signals using the DMA controller and the DAC internal wave generator.
I hope this help you.
Kaouthar
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.
