nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ pcd_network_core_update()

int pcd_network_core_update ( const void *  src_addr,
size_t  len 
)

#include <include/dfu/pcd.h>

Sets up the PCD command structure with the location and size of the firmware update. Then boots the network core and checks if the update completed successfully.

Parameters
src_addrStart address of the data which is to be copied into the network core.
lenLength of the data which is to be copied into the network core.
Return values
0on success, an error code on failure.