I just got the CC2640R2 Launchpad and trying the on-chip OAD example.
I am using the TI programmer to load all binary and it start into "Persistent Application" as expected.
Now I want BIM start in User Application by default.
- Adding _bim_var = 0x0101; in main() of bim_main.c and reload project.
But BIM still loading the "Persistent Application"
Anything, I had missed ?