Hallo,
because our business is within the automotive sector, we have to fulfill a wide range of process activities. To be able to do this, we are using our own build environment, which is deeply connected with a lot of third party tools to match those process activities.
We have some new projects were TI microcontroller derivatives (from TSM320C28xxxx line) are to be used so I got the task to integrate the TI CGTs into our build environment. I managed to use the compiler to build and link. Also binary post processing is not a problem.
My question is now: Can the CCS be set-up to just flash an existing binary and have a debug session afterwards?
We don't want to use the CCS gui for editing and compiling, because it is hard to automate project setup for every developer this way. We just need a debug environment for the XDS110.
If this is not possible to achieve: Starting from a list of source files, include paths, libraries, defines, compiler and linker options what would be the best way to setup a CCS environment in an automated way, which can be synchronized with the parameters from our build system (adding/ removing source files / include paths etc.).
Kind Regards