afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

Implement hard fault handler #30

Closed stenbergd closed 9 years ago

stenbergd commented 9 years ago

Useful for debugging hard fault interrupt problems since it prints the stack trace and more debug info.

Search for Joseph Yiu's hard fault handler for STM32 devices.

stenbergd commented 9 years ago

Done.

stenbergd commented 9 years ago

But printing to USB seems a bad solution. Better to print via debugger SWO. But there is a separate issue for that.