error handler init, internal watchdog add

This commit is contained in:
2022-06-22 14:54:21 +02:00
parent 17ccf56463
commit 96b27b020b
15 changed files with 819 additions and 27 deletions

View File

@ -66,7 +66,7 @@
#define STARTDEF 0xAA01F055
#define VARDEF 0xABCDEF00
#define VARDEF 0xABCDEF05
//=================================================================================================
// Section: MACROS
@ -115,6 +115,7 @@ __attribute__((__section__(".user_data"))) const U64 UserFlash[USERFLASHSIZE];
//=================================================================================================
BOOL vEreaseUserFlash( void );
U32 vFindNextFreePointer( void );
//=================================================================================================
// Section: GLOBAL FUNCTIONS
@ -149,7 +150,7 @@ BOOL USFL_boInitializeModule( VOID )
//=================================================================================================
//-------------------------------------------------------------------------------------------------
// Function: vEreaseUserFlash
// Function: vFindNextFreePointer
// Description: Ereases the User Flash Sector
// Parameters: None
// Returns: Boolean TRUE if successful