Other Parts Discussed in Thread: SYSCONFIG, CC2340R5, UNIFLASH
Hello , members
SDK version : 7.10.00.35
I load two images to CC2340,
Test Example Project :
(1) uartballback -> starting address : 0x00000000 (cant adversiting)
(2) basic_ble_LP_EM -> starting address : 0x00004800 (can adversiting)
(3) address = 0x00004800
I try to write code to make uartcallback can be jump to starting address of basic_ble_LP_EM
I set a breakpoint at JUMP_TO_APPLICATION , and I check Disassembly to be right
then It really jump to "0x00004800" ,
But I press F5 , then It jump to "faultISR" ,
0x00004800 is vaild
if successlly , it can advertising data
Can anyone tell me how to correct it?


