Other Parts Discussed in Thread: CC2650STK, CC2640
Hi Marie,
I am currently working on validating the behavior of two example project from ble_sdk_2_02_01_18.
Project-1. TI\simplelink\ble_sdk_2_02_01_18\examples\cc2650stk\sensortag\ccs
Project-2. TI\simplelink\ble_sdk_2_02_01_18\examples\cc2650stk\simple_peripheral\ccs
we have followed the debug procedure as mentioned in the document swru393.
1. Set the stack project as the active project.
2. Select Project→ Build All to build the stack project.
3. Set the application project as the active project.
4. Select Project→ Build All to build the application project.
5. Select the stack project as the active project.
6. Select Run→ Debug to download the stack.
7. Select the application project as the active project.
8. Select Run→ Debug to download the application.
we are able to see the simple-peripheral(Project-2) sensortag device from RPi. With same compiler, we have tried to test the sensortag(Project-1) , but RPi could not able to see the sensortag device at all.
Also we have installed the TI ARM Compiler v. 5.2.6 and cleaned all the projects and repeated same work, but we are able to see same behavior (sensortag with Project-1 binaries) is not working).
Then I have listed the running task from each of the project mentioned and found that task with priority-1 (i.e., application task) is not alive in the Project-1