-
Notifications
You must be signed in to change notification settings - Fork 3k
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
DISCO_F429ZI : code is blocked with ARM and IAR #3715
Labels
Comments
adustm
added a commit
to adustm/mbed
that referenced
this issue
Feb 28, 2017
…AR, alignment of system_stm32f429xx.c files
0xc0170
added a commit
that referenced
this issue
Mar 6, 2017
fix for issue #3715: correction in startup files for ARM and IAR, alignment of system_stm32f429xx.c files
adbridge
pushed a commit
that referenced
this issue
Mar 13, 2017
…gnment of system_stm32f429xx.c files
bulislaw
pushed a commit
that referenced
this issue
Mar 13, 2017
…gnment of system_stm32f429xx.c files
Hello, DISCO-F429ZI is tested ok for the 3 toolchains on release mbed-os-5.4.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: This is just a template, so feel free to use/remove the unnecessary things
Description
Bug
DISCO_F429ZI does not work any more in ARM and IAR since integration of PR#3397
GCC_ARM is ok.
The startup file has been modified for uvisor integration. HAL_Init and SystemInit have been split into 2 functions. The 2 new functions (HAL_InitPre and SystemInit_Pre) are not called in ARM and IAR
I am creating the PR
Expected behavior
mbed tests OK
Actual behavior
every tests in timeout
Steps to reproduce
The text was updated successfully, but these errors were encountered: