SLAA450G April 2010 – April 2020
Using modified boot source code files can help generating smaller BSL code size in the CCS environment. By default, CCS compilation includes the boot initialization that is defined in "ccs\tools\compiler\ti-cgt-msp430_xx.xx.x.LTS". By using the modified boot.c (the header of boot_hooks.h is also required), the default code that is not required for BSL initialization is eliminated. However this step requires further understanding about how the boot.c and its content work. It is recommended to still use default settings that CCS provide. Modified boot.c and boot_hook.h are provided in the folder "MSPBSL_CustomBSL430_1-2- 0/CCS_BSL_Source/Custom_boot".