Part Number: SYSCONFIG
I am using SysConfig tool version 1.27.0+4565. SysConfig creates a C file based on the settings a user enters into the SysConfig GUI tool. For Configuration NVM peripherial, this C file is called boot_config.c and in it the following parameters are set to CFG_DEFAULT_VALUE (0xFFFFFFFFU):
1.) userSecureAppStartAddr
2.) userSecureAppLength
3.) userSecureAppHash
I do not see any option in the SysConfig tool Configuration NVM to edit these parameters. Is APPDIGESTMODE supported at this time. The latest manual SLAU847F MSPM0 L-Series 32MHz Microcontrollers Tech Manual (March 2026) states that APPDIGESTMODE is in fact operational. If that is the case, then I would need to manually edit boot_config.c and abandon using SysConfig since it would overwrite my changes anytime I use it. I would like to avoid this if possible.