cortex-m-quickstart
cortex-m-quickstart copied to clipboard
Add a user-defined HardFault handler to print ExceptionFrame in crash…
The doc comment at the top of crash.rs makes it seem like the target hardware should print out the ExceptionFrame to the semihosting console on crash.
I was following along with the examples and noticed the target app doesn't print that bit of text out without this patch.