Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK
Hi TI,
- BLE Stack : “simplelink_cc2640r2_sdk_1_35_00_33”
- Example : “simplelink_cc2640r2_sdk_ble_example_pack_1_35_00_36”
As per understanding, the memory structure is as below, (please correct me if wrong),
- ROM code: contains RTOS kernel and most of BLE Stack software.
- Flash code:
- Bootloader.
- BLE Protocol Stack (include: Library portion).
- TI RTOS & Peripheral drivers.
- Application & Profiles.
Customer developed hid_adv_remote SW based on old version CC2640R2_SDK v1.35.
Now, plan to update the code using (migration based on) latest CC2640R2_SDK v3.20, via OAD (= Over-the-Air Download).
Understand that latest SDK v3.2 structure is totally different compare to old v.1.35.
Questions:
[For the (CC2640R2F) ROM code portion ]:
1) is there any BLE Stack update (via ROM patches) so far ?
If yes, will there any issues after SW upgrade via OAD ?
[ For the (CC2640R2F) Flash code portion ]:
2) is it possible to update the whole Flash code portion (include the BLE Stack library, but minus Bootloader) ? any concern / issue ?
Thank you in advance.