Part Number: F29H85X-SOM-EVM
When I try to build the HSMrt application for key provisioning in CCS, I encounter a linker-time error indicating that the application does not fit within the available memory range.
Regards,
Shashank
Part Number: F29H85X-SOM-EVM
When I try to build the HSMrt application for key provisioning in CCS, I encounter a linker-time error indicating that the application does not fit within the available memory range.
Regards,
Shashank
Hi Shashank,
Could you share the entire error message with me so I could better understand the problem?
Thanks, and Regards,
Aditya Singal
Hi Shashank,
Are you using the Debug Build Configuration or the Release Build Configuration?
It is supposed to be built in the Release Build Configuration and should not give any errors.
Thanks and Regards,
Aditya Singal
Hi Aditya,
When I build the project in the Release build configuration, I get a post-build step error (image attached below).

Regards
Shashank
Hi Shashank,
Have you followed the steps given in the Code Provisioning section of the TIFS SDK Documentation while building the project?
The post build step has to be updated from CONFIG=FLASH to CONFIG=RAM.
Also, the Code Provisioning binary is supposed to be built in the RELEASE configuration only.
Both of these things can be found in the documentation as well.
Hope this helps!
Thanks and Regards,
Aditya Singal