Different behaviour on using memcpy on external SDRAM with different addresses
HiI'm using a STM32H753 with external SDRAM connected to FMC.I'm working with Keil and the compiler is armclang.This is my MPU configuration for the SDRAM (base address is 0xC0000000) :MPU_InitStruct.Enable = MPU_REGION_ENABLE; MPU_InitStruct.BaseAdd...