Tool/software:
Hi TI Engineer,
I am currently using an external SWD tool to program the CC2745. I am able to program flash, CCFG, and SCFG. Now I need to program the HSM. According to the official procedure, the .bin
file (cc27xxx10_hsm_fw_v3.0.0.bin
) is used for the update. However, since this .bin
file is encrypted, I am not sure how to use external tools to perform the HSM update or how to parse the file.
We have considered an alternative approach using
simplelink_lowpower_f3_sdk_xx\examples\nortos\LP_EM_CC2745R10_Q1\hsm\hsmfwupdate
to generate an HSM update image and perform the update as follows:
-
Build an HSM update project image.
-
Program the image to flash.
-
Power cycle and run the project to update the HSM.
-
Erase flash.
-
Program the application file (including flash/CCFG, etc.).
-
Verify all programmed memory.
We would like to use the above method to update the HSM, but we are not certain if this approach is valid.
I would like to ask whether it is possible to program the HSM using this method.Or is there an alternative method to update the HSM, such as using the SACI command.
Thank you for your support.