SWCU195A December 2024 – May 2025 CC2744R7-Q1 , CC2745P10-Q1 , CC2745R10-Q1 , CC2745R7-Q1 , CC2755R10
Whether a bootloader is run or not and where bootloader parameters are picked from depends on CCFG.
| CCFG valid | CCFG.bootCfg.pBldrVtor | Bootloader Invoked | Bootloader parameters selected |
|---|---|---|---|
| No | - | ROM Serial bootloader | FCFG.bootCfg.bldrParam |
| Yes | USE_FCFG (0xFFFFFFF0) | ROM Serial bootloader | FCFG.bootCfg.bldrParam |
| Yes | FORBID (0xFFFFFFFC) | None | - |
| Yes | UNDEF (0xFFFFFFFF) | ROM Serial bootloader | CCFG.bootCfg.bldrParam |
If a bootloader is selected then that bootloader is always invoked as part of the boot process. The bootloader must thus quickly determine whether to activate or not. The ROM serial bootloader determines whether the serial bootloader has been triggered or not within a few microseconds.