HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
Loading...
Searching...
No Matches
stack_utils.c File Reference

Stack utilities. More...

#include <stdio.h>
#include "stdream_rdir.h"
#include "stack_utils.h"
Include dependency graph for stack_utils.c:

Functions

void print_stack_address (void)
 Prints main stack address.
 
void print_global_regs (void)
 Print contents of ARM registers.
 

Detailed Description

Stack utilities.

Author
SMFSW

Function Documentation

◆ print_global_regs()

void print_global_regs ( void )

Print contents of ARM registers.

Note
This function is for debug purposes while running only
Here is the call graph for this function:
Here is the caller graph for this function:

◆ print_stack_address()

void print_stack_address ( void )

Prints main stack address.

Note
This function is for debug purposes while running only
Here is the call graph for this function:
Here is the caller graph for this function: