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
{{ message }}
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
I would like to add the support of STM32F429 to the CrashingApp example in CrashCatcher,but the default Serial setting does not work.
It seems that the bug is in the gcc4mbed usart driver of STM32F429.
If I use mri to connect to the device,by typing "backtrace",it will remind me that the stack may corrupted.
NOTE: STM32F429 can run CrashCatcher successfully if the UART is implement by myself.