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.

F28M35H52C: Compilation and debugging without using CCS

Part Number: F28M35H52C
Other Parts Discussed in Thread: C2000-CGT

I am a Dev Ops engineer working to create a software toolchain to compile/assemble/link/build an application image for a processor in the F28M35H52C independent of Code Composer Studio.

I believe this should be possible using the TI C2000-CGT toolset but I would like to confirm this before I continue along this path.

If possible, does anyone have any examples of MAKE/CMAKE files that I can reference in order to create this toolchain?

Additionally, is it possible to use OpenOCD to debug this microcontroller outside of CCS?

Thanks!

  • Hello,

    I believe this should be possible using the TI C2000-CGT toolset but I would like to confirm this before I continue along this path.

    If possible, does anyone have any examples of MAKE/CMAKE files that I can reference in order to create this toolchain?

    Note that CCS projects are makefile based. You may want to try looking at some CCS example projects and look at the generated makefiles.

    Additionally, is it possible to use OpenOCD to debug this microcontroller outside of CCS?

    It may be possible. However we no longer support OpenOCD so we will not be able to assist with this.

    Thanks

    ki