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 instance count wrong for many STM32F1 #61

Open
chris-durand opened this issue Jun 4, 2021 · 2 comments
Open

DMA instance count wrong for many STM32F1 #61

chris-durand opened this issue Jun 4, 2021 · 2 comments

Comments

@chris-durand
Copy link
Member

All STM32F1 of sizes 4, 6, 8 and b which are neither F105 nor F107 don't have a second DMA instance but it is specified as available in the device files. The same is true for F030xC. These don't define the second instance in the device headers. Some of them also specify signals in the device files for the non-existent DMA2.

I found a workaround in the DMA driver for now but it would be nicer if we could fix the device files.

@salkinium

@chris-durand
Copy link
Member Author

From the F101, F102, F103, F105, F107 reference manual:
dma2
But a few pages later:
dma2_2

ST got confused by their own marketing speech 😂

@chris-durand
Copy link
Member Author

The second statement is at least consistent with my findings from running grep on the device headers.

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

No branches or pull requests

1 participant