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.
Tool/software:
Hi support,
I am new to TI controller. I am using CCS theia. I want to add a new folder named "supporting_files" to exiting project to keep the data segregated.
But the files inside the folder can not read port data of the controller. for example it is giving error with following code, can not read the function given below. How ever this function in main files is working fine.
Hi Tulsi,
The IDE won't recognize the files you are using unless they are on the same "address" as the main file. I recommend not using a folder since it will "isolate" from the required libraries (so that the function you want to use gets in those files are recognized), as you mentioned in the thread.
Best Regards,
Diego Abad
Hi Tulsi,
I think you got it correct. I recommend using an extern before each variable if you plan to define its value in another file.
Best Regards,
Diego Abad