Part Number: TIDA-01596
Tool/software: Code Composer Studio
Hello,
I do not know if it is only on my side, but it seems the ".c" files (like the main.c for instance) are lacking in the firmware ZIP file. Where could I find them ?
Regards,
Romain
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.
Part Number: TIDA-01596
Tool/software: Code Composer Studio
Hello,
I do not know if it is only on my side, but it seems the ".c" files (like the main.c for instance) are lacking in the firmware ZIP file. Where could I find them ?
Regards,
Romain
Hello Romain,
my understanding is that you are looking for a source file containing the main() definition.
In case of this project the main() is at the end of main_tirtos.c whic is located inside "Data Logging/source/" folder.
Other files the project refers too are also there.
Hello Tomasz,
You are right, I missed this folder. I was focused on the firmware folder.
Thank you for your help,
Romain