Hello everybody
I'm looking at the code for reading/writing to an SD card, particularly in the FRDM-K64F board. I notice that the code contains the statement "MPU_Enable (MPU, false);" which at the best of my knowledge, disables the MPU.
So I would like to ask why is this necessary?