Hi, we wrote software based on the oad_smple_peripheral sdk example connected to a CC2640R2 as network processor(np). It al works fine but instead of updating the ble image(cc2640r2) and the oad_simple_peripheral we also want to update two other processors in the system. Since we extended the functionality with additional BLE characteristics and other functionality we first set a charcteristic bit which holds all other tasks and then we use SDK EXPLORER to OAD. This works ok!
Our question is:
As the sample uses /* Image types */
#define FL_OAD_IMG_TYPE_APP 1
#define FL_OAD_IMG_TYPE_STACK 2
#define FL_OAD_IMG_TYPE_NP 3
could we just extend this with f.i.:
#define FL_OAD_IMG_TYPE_AP2
#define FL_OAD_IMG_TYPE_AP3
and adapt the relevant functions to achieve this?
regards, Laurent