Hi All,
I plan to use MATLAB Coder to generate C code for a filter algorithm I'm working on. My plan was to put that C code in a project in CCS 3.3 and generate a COFF file for one of the C6000 DSPs we have (C6414 I believe).
So I wanted to start out with a simple test project to load code onto the DSP (seems simple, but we aren't using a dev board so it might turn out complicated). I'm trying to follow the hello1 tutorial in the C6000 Code composer tutorial (SPRU301C), but I do not appear to have the tutorial files. I also am unsure of how to get my appropriate target setup using the Code Composer Studio Setup... the only options I see are emulators and simulators. How do I install a driver?
Could anyone provide resources or an explanation of how to setup CCS 3.3 for my scenario?
Thank You