-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32L4: Correct heap size formula #14142
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
Conversation
@hugueskamba, thank you for your changes. |
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/TOOLCHAIN_ARM/stm32l443xc.sct
Outdated
Show resolved
Hide resolved
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L452xE/TOOLCHAIN_ARM/stm32l452xe.sct
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @LDong-Arm
See original files in #14133
they have two RAMs at two distinct locations: RAM1 (address: MBED_RAM_START, size: MBED_RAM_SIZE): * stack * heap * some part of static memory RAM2 (address: MBED_IRAM2_START, size: MBED_IRAM2_SIZE): * remaining part of static memory starting at MBED_IRAM2_START * crash report * vector
b1c8d86
to
2413269
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CI started |
CI started again |
CI restarted |
Jenkins CI Test : ❌ FAILEDBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
The CI failure is network related:
|
CI restarted |
Jenkins CI Test : ❌ FAILEDBuild Number: 4 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 5 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
These targets have a different memory layout,
they have two RAMs at two distinct locations:
RAM1 (address:
MBED_RAM_START
, size:MBED_RAM_SIZE
):RAM2 (address:
MBED_IRAM2_START
, size:MBED_IRAM2_SIZE
):MBED_IRAM2_START
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers