www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - Hardware API


hal_save_non_volatile_data

Save non-volatile data.

void hal_save_non_volatile_data ( void );

Parameters

-- none --

Return Value

-- none --.

Comments

Call this function on exit from your program and in your NMI (Non-Maskable Interrupt) handler.   Your hardware around the IPC@CHIP must support the PFAIL signal, so that the IPC@CHIP can generate an NMI sufficiently in advance of power loss to the CPU.

Reminder :   The DK40 does not support the PFAIL signal.

See Also

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document