CubeMon-Vue-Demo-STM32F407VGT6U
back_door.c File Reference

Secret backdoor to your project allowing direct system manipulation (close it before building for production!) More...

#include <prog/back_door.h>
#include <prog/run.h>

Typedefs

typedef enum backDoorCodes backDoorCodes
 

Enumerations

enum  backDoorCodes { BCK_DOOR_NONE = 0 , BCK_DOOR_WHILE_LOOP = 100 , BCK_DOOR_NVIC_RESET = 200 , BCK_DOOR_RESET_ALL = 300 }
 

Functions

void back_door_handle (void)
 

Variables

backDoorCodes mx_back_door
 

Detailed Description

Secret backdoor to your project allowing direct system manipulation (close it before building for production!)

Author
panvicka
Date
2.1.2022