Defines coredump nvram management interface.
More...
|
#define | DBFW_COREDUMP_SP_DUMP_SIZE 80 |
|
|
UINT32 | sp |
|
UINT32 | pc |
|
UINT32 | lr |
|
UINT32 | r [7] |
|
arm_cm3_regs_t | regs |
|
UINT8 | call_stack [DBFW_COREDUMP_SP_DUMP_SIZE] |
|
Defines coredump nvram management interface.
void wiced_bt_nvram_coredump_delete |
( |
void |
| ) |
|
This function deletes the coredump data that was stored in nvram.
Note: the coredump data will not be overwritten, ie the data must be deleted before any subsequent coredump data is saved.
void wiced_bt_nvram_coredump_enable |
( |
void |
| ) |
|
Enables writing the coredump to the VS section of nvram.
Note: by default the coredump is sent as VSC events over the uart transport.
This function checks if there is coredump data stored in nvram.
- Parameters
-
- Returns
- TRUE is coredump data is found, else FALSE