Hi all,
Can anyone tell me which are the various tools that TI provide for working with DSP processors (preferrably for TMS320C6678 EVM) other than
- CCS (and various tools like writers associated with it)
- MCSDK
- NDK
- PDK
Regards,
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.
Hi all,
Can anyone tell me which are the various tools that TI provide for working with DSP processors (preferrably for TMS320C6678 EVM) other than
Not an "expert" comment, but as someone who has recently been thinking through how we do development for a C6678:
I suppose I'd note that the MCSDK comes in SYSBIOS and Linux flavours, which are going to be quite different. I've not looked at the Linux option at all.
I'd also identify several different "project build styles":
The TI PR machine is keen to tell you about (3) and that's what we're using. It has lots of nice features and is almost certainly the fastest way to develop software, but also some annoying rough edges and plenty of gaps at the joins between software, hardware and tool documentation. It's noteworthy that most of the little programs in the BIOS MCSDK/PDK seem to be either (1) or (2), and suggests so me that historically TI engineers have used (1), either from preference or ahead of the availability of CCS tooling. One feels as an outsider there's a bit of a "dogfood gap" between styles (1) and (3).
We've seriously considered throwing in the towel with CCS (esp. with CCS 5.0.3, 5.1 seems better) but I'm warming to CCS+RTSC at last. It is a very powerful collection of stuff once you get it set up right..
I'd be interested to know which of those styles different people are using "in production".
[1] I don't count loadti.bat as a comprehensive command line tool in this context.