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

DMA usage ? #14

Open
toncho11 opened this issue May 5, 2020 · 1 comment
Open

DMA usage ? #14

toncho11 opened this issue May 5, 2020 · 1 comment

Comments

@toncho11
Copy link

toncho11 commented May 5, 2020

Hi,

A project like this should use DMA (Direct Access Memory) in order to lower the delays in acquiring the data? Example Arduino Zero Read with DMA
The STM32F1 you refer has a DMA controller indeed: STM32F0/F1/F3/G0/Lx Series DMA controller. But you might not be able to use the DMA from the Arduino IDE ? You might need to use the ST tools to utilize it ?

@aster94
Copy link
Owner

aster94 commented May 5, 2020

Yes, a DMA would be better, on stm32 it is usable also in the arduino IDE, on notepad or on any other editor, but I don't plan to add it

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

2 participants