Resolved! Incorrect SRAM2 and AHB1 Memory address in STM32F405/07xx Datasheet
In "Memory Mapping" section of the datasheet, the SRAM2 Address is indicated as 0x2001-C000. The actual Address should be 0x2000-C000 since from what the reference manual says, both SRAM1 and SRAM2 are mapped at 0x2000-0000. AHB1 Bus address has a...