error handler init, internal watchdog add
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user