Skip to content

DMA problems with STM32F750 #37890

Answered by FRASTM
HanSoke asked this question in Q&A
Aug 24, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Yes, maybe you are facing a cache un-coherency on the stm32f7x.
Do you try to disable the DCache ?
Just for testing if it fix your pb, can you remove the SCB_EnableDCache in the soc/arm/st_stm32/stm32f7/soc.c:

	/*if (!(SCB->CCR & SCB_CCR_DC_Msk)) {
		SCB_EnableDCache();
	}*/

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@HanSoke
Comment options

@FRASTM
Comment options

FRASTM Aug 25, 2021
Collaborator

Answer selected by HanSoke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: STM32 ST Micro STM32
2 participants