Hi TI experts,
when i use simplelink_lowpower_f3_sdk_7_10_00_35, basic_ble_oad_onchip DEMO,Power on until the user program runs about 4 seconds, why it task so long time?
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 there,
I have looked into what the possible causes for this could be, and the following was what was found:
- MCUBoot performs full verification over the images at each boot, which takes a while. The execution time of MCUBoot on CC2340Rx is long for the following reasons:
- CC2340R5 does not use an ECC hardware accelerator to verify keys to in order to ensure that the FW image is safe
- MCUBoot image verification times may be affected by the images sizes
To speed this up, you could try to disable debugging. Doing so might help speed things up slightly.