Tool/software:
Hi teams,
I want to Execute my python script in CCS during Run Time, how to do?
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 teams,
I want to Execute my python script in CCS during Run Time, how to do?
Hi Anand,
I need to know how to run the python script in the post build method?can you say where i need to modify in ccs?
For a add on info you want to look at how SDK does this for example project tha we add, take a look at the example.project spec file located at: examples\hello_world\am263px-cc\r5fss0-0_freertos\ti-arm-clang\example.projectspec
Search for postbuild step in it and you will find the syntax for the same:

Hope this helps. Let me know if there are further questions.