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

Conversation

VVESTM
Copy link
Contributor

@VVESTM VVESTM commented Sep 25, 2019

Description

See #11507 for history.
This PR concern only the RAM location update for STM32H7. (0x20000000 for crash data ram partition and 0x24000000 for application)

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

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>
@ciarmcom ciarmcom requested a review from a team September 25, 2019 09:00
@ciarmcom
Copy link
Member

@VVESTM, thank you for your changes.
@ARMmbed/mbed-os-maintainers please review.

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 25, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Sep 25, 2019

Test run: FAILED

Summary: 1 of 11 test jobs failed
Build number : 1
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_exporter

@jeromecoutant
Copy link
Collaborator

Can we restart CI ?
Thx

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 26, 2019

exporters restarted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants