This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2340R2: Sysconfig Bootloader Configuration Problem

Part Number: CC2340R2
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Simplelink-Lowpower-F3 SDK 8.10.01.02

In SysConfig, Bootloader Configuration section "Default FCFG bootloader with CCFG settings" and "Default FCFG bootloader" behaviors appear to be swapped.

Attached screenshots show Sysconfig along with the generated ti_devices_config.c file. 

Selecting "Default FCFG bootloader" option sets .bootCfg.bldrVector to UNDEF (0xFFFFFFFF) while, according to TRM Table 8-35, it should be 0xFFFFFFF0.

Selecting "Default FCFG bootloader with CCFG settings" gives .bootCfg.bldrVector=0xFFFFFFF0 instead of 0xFFFFFFFF.

By default, all bldrParam are set to 0.  So, leaving "Default FCFG bootloader" from the start results in a unusable configuration.

As a matter of fact, once I program the resulting CCFG file along with a valid app, I cannot trigger the bootloader anymore.

Looks like a plain bug.

Regards,

Frederic