-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32F413 Crash Capture #11139
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
STM32F413 Crash Capture #11139
Conversation
@sethitow, thank you for your changes. |
; 320KB SRAM (0x50000) | ||
; Total: 118 vectors = 472 bytes (0x1D8) to be reserved in RAM | ||
RW_IRAM1 (0x20000000+0x1D8) (0x50000-0x1D8-Stack_Size) { ; RW data | ||
RW_IRAM1 (MBED_RAM0_START) (MBED_RAM0_SIZE-Stack_Size) { ; RW data |
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.
Crash report data area seems to be missing
RW_m_crash_data MBED_CRASH_REPORT_RAM_START EMPTY MBED_CRASH_REPORT_RAM_SIZE { ; RW data
}
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.
Whoops, good catch. I believe I've fixed this and I've amended the commit.
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.
Avoid force push in the future as the review history is lost.
Have you tested your change with the different toolchains to ensure that crash capture is now working for this target?
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.
Sorry about that, will avoid in the future. No, I only have access to gcc right now.
6902cea
to
4c4b95e
Compare
CI Started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
LGTM @MarceloSalazar @ARMmbed/team-st-mcd please review the STM files |
Pending review and approval from @ARMmbed/team-st-mcd |
Can we proceed with this PR? Please review |
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.
Sorry for delay ... (summer break )
LGTM
Description
This pull request adds crash capture support to STM32F413 targets.
Pull request type
Reviewers
Release Notes