This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
we have OAD working on Launchxl-cc2640r2 + MSP-EXP432P401/4111 as well as 'Sable-X-R2' + customboard(MSP432P4011). We would like to know if its posssible to update the cc2640r2's DevicwInfoService characteristics values after an firmware upload(OAD) of the MSP432Pxxxx? Thus not having to perform an SNP upload!
regards,
Laurent
Hi Marie, what we mean is not to be able to update them over the air but from the MSP432Pxxx via the sap/snp master slave connection! So after we update the MSP432Pxxx we could just update the DeviceInfo Service characteristics to match the update release!
Example: FR000.001.003 -> FR000.001.003 (Firmware Release)
rgds,
Laurent
Hello Laurent,
Yes, refer to the SNP_setAttrValue()
Although it is mainly intended to indicate firmware inside the BLE module, but perhaps you can use DEVINFO_SOFTWARE_REV to indicate Host version (MSP432) and DEVINFO_FIRMWARE_REV to indicate firmware on the module. Just an idea, not sure what is practiced in real life.