ARM Cortex M7
I was using stm32f4 on my project but now I want to use the h7 products. I am reading referance manual and watching some videos about the arm cortex m7, but I didnt understand completely about the CPU things. How can I learn the most basic way to understand its memory organization ?
This is one of the things i don't understand:
I also exemine the example of the stm32Cube with h7, every examples start with CPU_CACHE_Enable(); , Should I use the this line in every project and why I didnt understand this function using although reading referance manual ?