Skip to content

Fix vector table bug when using bootloader on ST #3798

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

Merged
merged 1 commit into from
Feb 21, 2017

Conversation

c1728p9
Copy link
Contributor

@c1728p9 c1728p9 commented Feb 17, 2017

The address of the vector table is hardcoded to the start of flash in many, if not all, ST targets. This causes a crash in applications that are using a bootloader. This patch updates the boards STM32F429xI,
STM32F439xI and Odin so they properly handle updating the VTOR with a bootloader.

@c1728p9 c1728p9 requested review from sg- and 0xc0170 February 17, 2017 19:44
@c1728p9
Copy link
Contributor Author

c1728p9 commented Feb 17, 2017

CC: @theotherjimmy

@c1728p9
Copy link
Contributor Author

c1728p9 commented Feb 17, 2017

/morph test

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1639

Test failed!

The address of the vector table is hardcoded to the start of flash in
many, if not all, ST targets. This causes a crash in applications that
are using a bootloader.  This patch updates the boards STM32F429xI,
STM32F439xI and Odin so they properly handle updating the VTOR with
a bootloader.
@c1728p9
Copy link
Contributor Author

c1728p9 commented Feb 18, 2017

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1642

All builds and test passed!

@0xc0170
Copy link
Contributor

0xc0170 commented Feb 20, 2017

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.

5 participants