Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32H7: memory relocation #11562

Merged
merged 3 commits into from
Sep 26, 2019
Merged

STM32H7: memory relocation #11562

merged 3 commits into from
Sep 26, 2019

Commits on Sep 18, 2019

  1. STM32H7 : use RAM instead of DTCMRAM (IAR toolchain)

    Keep vector table and crash data ram in 0x20000000 for
    tests-mbed_platform-crash_reporting test.
    Move the rest in RAM (0x24000000). This is needed for ethernet and allows
    user to use more RAM (512k).
    
    Signed-off-by: Vincent Veron <vincent.veron@st.com>
    VVESTM committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d241eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac30a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e89ad View commit details
    Browse the repository at this point in the history