DSPRelated.com
Forums

MATLAB error: ???Processor not supported createobj(cc_target,'x'); CCS 5510 TI

Started by Unknown December 1, 2004
Hi

Im trying to get the variable x from Code Composer via Matlab the following way

 variable=createobj(cc_target,'x') 


but there is and error message from matlab:

??? Processor not supported


The variable x on Code Composer has been int,double,float
x has been also an structure and an array but createobj still says:

 ???Processor not supported

I'm using the TMS320VC5510 and the versi�n 1 of the Embedded Toolbox TI

How is it possible to solve the problem?
Best Regards and thank you very much
lathe_biosas@hotmail.com writes:
> Im trying to get the variable x from Code Composer via Matlab the > following way > > variable=createobj(cc_target,'x') > > > but there is and error message from matlab: > > ??? Processor not supported
[...] This is not a C question. Followups trimmed. -- Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst> San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst> We must do something. This is something. Therefore, we must do this.
Are you using Embedded Target?  From the Mathworks website I don't see any 
products called Embedded Toolbox:

http://www.mathworks.com/products/product_listing/

The two versions of Embedded Target for TI DSPs are for C2000 and C6000 
DSPs.  There is no support for C5000 DSPs.

Brad

<lathe_biosas@hotmail.com> wrote in message 
news:f3fb6877.0412011638.77a96864@posting.google.com...
> Hi > > Im trying to get the variable x from Code Composer via Matlab the > following way > > variable=createobj(cc_target,'x') > > > but there is and error message from matlab: > > ??? Processor not supported > > > The variable x on Code Composer has been int,double,float > x has been also an structure and an array but createobj still says: > > ???Processor not supported > > I'm using the TMS320VC5510 and the versi&#4294967295;n 1 of the Embedded Toolbox TI > > How is it possible to solve the problem? > Best Regards and thank you very much
Hi

Thank you for answering

Brad Griffis wrote:
> Are you using Embedded Target?
No I'm not using it. What I'm using is the MATLAB Link for Code Composer Studio version number 1. http://www.mathworks.com/products/ccslink/ On my first post I only specified (not complete) my system setup. I would like to read and write variables (MATLAB <-> CCS), at the moment only possible with matlab's read() and write(). I would like to use matlab's createobj() unfortunatelly yet with out success. Regards PS: The code composer version is 2.12.07