Tool/software:
Hi All,
Here are my software and hardware versions:
LP-EM-CC2745R10-Q1
simplelink_lowpower_f3_sdk_8_40_00_61
CCS Version: 20.0.2.5__1.6.2
I need to add some features to the basic_persistent project, and after compiling, I find that the prompt ROM space is not enough.Therefore, I re-changed the size of Primary to 0x32000 and the start address of Secondary in the Security Configuration

The address of NVS is also adapted

I also set the same parameters to the basic_ble_oad_onchip project, and then burned the firmware compiled by the two projects respectively.But basic_ble_oad doesn't seem to work properly.
I tried to read the memory structure and found that the firmware was in the expected location, but it didn't work, I suspected secure boot was the cause, but there was no more information to confirm


I also tried to change the length of Secondary to 0xB2000, but it still didn't work.
Does anyone know what causes it?