Hello,
I am developing a product using MSP432 + CC2640R2 in dual MCU architecture. I am using simplelink msp432 v2.10.00.14 with BLE plugin v1.40.00.45.
I have been able to integrate the oad service to my current application code and tested to update my firmware using simplelink iOS application from TI.
However my concern now is to implement secure OAD but I'm aware that current BLE plugin states that the secure OAD is scoped out for upcoming release.
I plan to implement the secure OAD using symmetric key (AES256 preferably) since I have been able to generate a secure 256-bits of AES key using mbedtls.
Is there any references from TI that I can study before newer BLE plugin is released by TI?
Thank you,