You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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