Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAX32670 Platform Drivers do not implement DMA #2382

Open
Brandon-Hurst opened this issue Nov 30, 2024 · 0 comments
Open

MAX32670 Platform Drivers do not implement DMA #2382

Brandon-Hurst opened this issue Nov 30, 2024 · 0 comments

Comments

@Brandon-Hurst
Copy link
Contributor

Brandon-Hurst commented Nov 30, 2024

In drivers/platform/maxim/max32670, I discovered that MAX32670's No-OS platform drivers do not implement DMA.

diff max32660/maxim_irq.c max32670/maxim_irq.c
...
< void DMA0_IRQHandler()
< {
<       max_dma_handler(0);                                                                                                                                                                                                                 
< }                                                                                                                                                                                                                                         
<                                                                                                                                                                                                                                           
< void DMA1_IRQHandler()                                                                                                                                                                                                              < {
<       max_dma_handler(1);
< }
...

Most other changes from the typical MAX32 drivers are pretty minimal, but not having DMA limits the applications that No-OS can build with this device. This is the only ADI MAX32 platform driver that currently does not have DMA support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant