Tool/software: Code Composer Studio
Hi,
I have been using simple_peripheral example imported from ble_sdk example folder. While Importing I have selected copy project into workpsace. I was expecting that entire content of the project would be copies into workspace directory. However in workspace_v9 directory there are only *.d, *.obj and *.mk files. I want to ensure that whatever changes I am making does not affect original example project files. For this I want to copy all files and folder specifically Application and Startup Folders so that original files are intact while I make changes as per my requirements.
I realized this while trying to add new header file in Application folder, it gave me error "Only virtual folders and links can be created under virtual folder".
How to import project so that all folders are actually imported and not linked ones.
Thanks