Tool/software: Code Composer Studio
I use TMS570LC4357 board. I have questions about MPU settings.
First, I want to use DMA access in RAM. So, I set MPU setting write-through by HalCoGen application.
1. I wonder there are RAM speed difference between write-back and write-through (because write-back write in cache memory, but write-through write in ram and cache memory )
Second, the MPU regions - In technical documatation. There are 16 regions of MPU which set environment of the RAM area.
2. I want to know why the regions is divided. and setting method (I use HalCoGen application, There is no way in C code? )
Thanks and Regards, Minwoo.