Missing register definition when using DMA1_Channel3 -> CSELR with nucleo STM32L476RG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-24 6:05 AM
Hello,
As reported in the picture attached, an error occurs while trying to edit the CSELR register of the DMA. It seems to lack of the definitions of several register...how can i solve it?
I am using NucleoSTM32L476RG and STM32IDE
Thanks
Regards
Solved! Go to Solution.
- Labels:
-
DMA
-
STM32CubeIDE
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-24 6:39 AM
Channel selection is done in the CSELR register which is not a per-channel register. So DMA1_CSELR->CSELR. A bit awkward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-24 6:39 AM
Channel selection is done in the CSELR register which is not a per-channel register. So DMA1_CSELR->CSELR. A bit awkward.
