Description

v_update_reset() resets the device. This starts the bootloader which would process the system update if configured.

Syntax

v_update_reset();

Parameters

none

Returns

int: 1 : OK
0: Error
– wrong filename (max. 32 bytes; ending with “.bin”)
– no more space in the SerialFlash filesystem

Notes and Warnings

This function basically calls: NVIC_SystemReset();

See also