2021-11-28 11:31 PM
Solved! Go to Solution.
2021-11-29 01:02 AM
Hello,
I invite you to read two application notes:
Hope they answer your questions.
2021-11-29 01:02 AM
Hello,
I invite you to read two application notes:
Hope they answer your questions.
2022-05-01 03:15 PM
In addition to what SofLit showed...
> If the Data cache is disabled to solve dma data coherency, it reduce performance a lot?
Disabling D-cache on Cortex-M7 approximately halves the CPU performance. But it also significantly depends on usage scenario:
https://alexkalmuk.medium.com/cpu-caches-with-examples-for-arm-cortex-m-2c05a339246e
> And another method using MPU is too difficult in freeRTOS.
One doesn't have to use FreeRTOS-MPU. Just configure the memories with MPU and use the basic FreeRTOS.