Other Parts Discussed in Thread: CC2650
Tool/software: Code Composer Studio
I am starting a new project using the Simple_peripheral exemple on a CC2650 Launchpad.
I created a new workspace and imported the simple_peripheral exemple using the "copy project into workspace" option.
Now I realize that although I selected this option all the source files that appear in the project are linked.
I understood that they are linked because in the original exemple they were already linked to files in the ble-sdk\src\exemples
Looking at the path variables I have an ORIGINAL_PROJECT_ROOT variable still pointing to the SDK exemple directory.
There is also an ORG_PROJ_DIR that is pointing to an IAR/STACK directory (surprising why IAR !???)
Could you please provide us with a clean process to create a fully independant and portable project from a BLE SDK exemple.
PS: This is my second CC2650 project. I started the first one from the Sensortag exemple and ended up in a nightmare trying to manage source files versions.