Skip to main content
Visitor II
August 3, 2021
Question

Unable to Configure DDR3 for Cortex-M4 using CubeMX. If DDR3 is dedicated for Cortex-A7 only , how Cortex-M4 is running

  • August 3, 2021
  • 2 replies
  • 756 views

0693W00000D1PKKQA3.png

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    August 3, 2021

    Hi Maksh.1 (Community Member)

    Indeed, DDR is dedicated to Cortex-A7. Cortex-M4 can run out of SystemRAM or external storage via QSPI/FMC

    https://wiki.st.com/stm32mpu/wiki/STM32MP15_peripherals_overview

    Maksh.1Author
    Visitor II
    August 4, 2021

    Thanks @OlivierK​ 

    It means by default Cortex-M4 runs on SystemRAM unless we configure FMC to Cortex-M4

    Technical Moderator
    August 4, 2021

    Hi Maksh.1 (Community Member)

    That's correct, the Cortex-M4 runs by default on MCU-RAM (not SystemRAM as previously mentioned) unless FMC or an external memory interface is configured.