|
HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
|
Debug tool helpers. More...

Functions | |
| void | HardFault_Handler_callback (const uint32_t stack[]) |
| prints informations about current Hard Fault exception | |
| void | Error_Handler_callback (const uint32_t stack[]) |
| prints informations about current Hard Fault exception | |
| eResetSource | Get_Reset_Source (void) |
| Get the last source of reset. | |
Debug tool helpers.
| void Error_Handler_callback | ( | const uint32_t | stack[] | ) |
prints informations about current Hard Fault exception
| [in] | stack | - pointer to stack address |
| eResetSource Get_Reset_Source | ( | void | ) |
Get the last source of reset.
| void HardFault_Handler_callback | ( | const uint32_t | stack[] | ) |
prints informations about current Hard Fault exception
| [in] | stack | - pointer to stack address |