Other Parts Discussed in Thread: CC2652RB, UNIFLASH
Tool/software:
Tool/software: Code Composer Studio 20.1.1.8__1.7.1
sdk version: simplelink_cc13xx_cc26xx_sdk_8_30_01_01
I am trying to use CCS to flash an example project 'project _zero' into CC2652RB LaunchPad. After following the instructions for bim_offchip and project_zero, the program can run smoothly and can be connected to the App in phone. However, every time I rebooted with USB reconnection to pc or power supply, the program is no longer working. Looks like the program is not properly burnt into internal flash but saved into ram (For that the writing mem pos is started from 0xe0 defined as GPRAM_BASE). How can I modify the code so that the after rebooting, the program is still working? Or did I miss something here?