I cant set up DMA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-18 12:52 AM
Hi,
I am trying to replicate this example by ST to understand DMA but I come up with below issue when I click on Add. Could you please help me resolve it ?
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-18 3:38 AM
So try the memTomem ->
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-18 1:26 AM
Hi,
This is just the info/error : DMA impossible, because you didnt activate any peripherals to work with the DMA.
ie:
Select anything you want to work with DMA : SPI , ADC, I2S ... , set it to the mode you want, then you can add a DMA channel there.
ADC example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-18 3:10 AM
I understand, however I would like to set up DMA for memory-to-memory mode, not from peripheral to memory or vice versa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-18 3:38 AM
So try the memTomem ->
