nRF Connect SDK API 2.8.99
|
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.
src_addr | Start address of the data which is to be copied into the network core. |
len | Length of the data which is to be copied into the network core. |
0 | on success, an error code on failure. |