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

Memory traits wrong for STM32F7 DTCM #881

Closed
chris-durand opened this issue Jul 10, 2022 · 0 comments · Fixed by #875
Closed

Memory traits wrong for STM32F7 DTCM #881

chris-durand opened this issue Jul 10, 2022 · 0 comments · Fixed by #875
Labels
Milestone

Comments

@chris-durand
Copy link
Member

The memory traits for the Cortex-M7 DTCM memory are hard-coded to 0x2013 for all devices in the linker script macros. Bit 3 "DMA-capable" is not set, which is not correct for STM32F7 devices.

Those permit DMA access to the DTCM through the AHBS slave interface:

f7_memories

I don't know if this bug has any practical consequences. I found it by accident while looking at an STM32F7 linker script.

@rleh rleh added this to the 2022q3 milestone Jul 11, 2022
@salkinium salkinium linked a pull request Jul 12, 2022 that will close this issue
32 tasks
@chris-durand chris-durand modified the milestones: 2022q3, 2022q2 Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants