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.

RTOS/LAUNCHXL-CC1350: Problem run simple_peripheral_cc1359lp (BLE) on CCS, how to immigrate it to IAR

Part Number: LAUNCHXL-CC1350
Other Parts Discussed in Thread: CC1350

Tool/software: TI-RTOS

I want to run the simple_peripheral_cc1350lp example from here C:\ti\simplelink_cc13x0_sdk_1_30_00_06\examples\rtos\CC1350_LAUNCHXL\blestack\simple_peripheral\tirtos\ccs.

I take the simple_peripheral_cc1350lp_app_FlashROM example and open it include its stack in my workspace. I compile both stack and then the project and also run first the stack and then teh project itself. They both execute no errors. Then I lunch the project and try to run it. But when I get to 

/* Initialize ICall module */
ICall_init();

It fail and run endless in assembler code.

1. Why it is append (I also try to run the project with external OAD same crush)?

2. I want to run it on the IAR. But from the information center I can't find this example. When I go to its location in the ti folder blestack examples I can open it, and compile, but I want to move it to my workspace to make some changes. Because I can't automatic open it via the example option I don't know how to move it to my workspace so it will open as expected (2 projects stack & main). Is there a user guide explain how to do it manually?