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.

CC1312R:boot and app under the condition of nortos

Part Number: CC1312R

  hi:

   I use C:\ti\simplelink_cc13x2_26x2_sdk_3_40_00_02\examples\nortos\CC1312R1_LAUNCHXL\bim-test\bim_offchip and  C:\ti\simplelink_cc13x2_26x2_sdk_3_40_00_02\examples\rtos\CC1312R1_LAUNCHXL\easylink\rfWsnNodeIntFlashOadClientUApp,the programer can run from bim_offchip,to App's main().But ,when i replace app programer with one of nortos app,the programer can not run from bim_offchip,to App's main()。i don't know how to make a nortos app  that  bim_offchip  can jump to this nortos app' main() and run.can you give me an example for nortos app,with comiple condition。’

   I use IAR 8.2

  • Hi,

    The bim_offchip example works with the rfWsnNodeExtFlashOadClient (off-chip = external flash).

    The rfWsnNodeIntFlashOadClientUApp is intended to use with the bim_onchip example. (on chip = internal flash).

    Sorry for the confusion.

  • sorry

        I just test boot jump and app run,
        because i use nortos system。so  i select   use C:\ti\simplelink_cc13x2_26x2_sdk_3_40_00_02\examples\nortos\CC1312R1_LAUNCHXL\bim\bim_offchip,
    step1:modify programe 
    static bool Bim_revertFactoryImage(void)
    {
       jumpToPrgEntry(0x000A8);
       return true;
    },
    step 2:i use IAR Debugger
     download rfWsnNodeIntFlashOadClientUApp.out and bim_offchip.out  at the same time.
    step 3:i click  ,run,it can run from  bim_offchip to App's main().
  • but  when i repalce  rfWsnNodeIntFlashOadClientUApp.ou with one of nortos app。it cannot  run from  bim_offchip to App's main().

  • Hi,

    Please don't use this combination of applications. 

    The bim_offchip example works with the rfWsnNodeExtFlashOadClient (off-chip = external flash).

    The rfWsnNodeIntFlashOadClientUApp is intended to use with the bim_onchip example. (on chip = internal flash).