How to enable SPI DMA
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-27 5:05 AM
I'm working on project that required SPI with DMA .I'm working on STM32MP157C-DK2 board.
I am trying to enable CONFIG_SPI_STM32_DMA macro in my config file getting error in zephyr driver due to DMA has not yet been ported on STM32MP1.
Any suggestions.
Thanks in advance!!
Labels:
- Labels:
-
ST-Boards
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-10-10 12:51 AM
Hi @skuma.9,
For your information DMA IP on STM32MP1 is very close to the STM32H7 ...
If Zephyr community provided the DMA driver for H7 can be an option to give a try.
Olivier
Olivier GALLIEN
In order 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.
In order 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.
