Reply by Bhooshan iyer December 1, 20042004-12-01

Gustl-

>And no message about memory limit. But maybe only .text counts?

That, or 6713 doesnt have any code size limitation unlike the c6711. Atleast
no where in the 6713 documentation they mention about a code size
restriction explicitly.

--Bhooshan

----Original Message Follows----
From: "Bernhard 'Gustl' Bauer" <>
To: Bhooshan iyer <>
CC: , , ,
,
Subject: Re: [c6x] Addendum: Re: maximum code Size
Date: Wed, 01 Dec 2004 08:28:49 +0100

Bhooshan iyer wrote:
>
>krahvogl-
>
>>which limitation? there is NO limitation that is less than the memory on
>>your board if you have bought CCS.
>
>I Just dug up this link for DSK C6711-
>
>http://focus.ti.com/docs/toolsw/folders/print/tmds320006711.html
>
>And it says:
>
>Software Included
>
>The 'C6711 DSK comes with an array of DSK-specific software functionality
>(256 KB software image memory limited), including the highly efficient
>'C6000 C Compiler and Assembly Optimizer.
>
>I Hope that settles it for the TMS320C6711 DSK.
>
>Anyone on TMS320C6713 DSK?
>
>--Bhooshan

Hi,

I've DSK 6713.

I just added some const test arrays to my project to boost the size. The out
file is now 512kB. When I download it it says 259 kB downloaded. When I
count the code and init data in map file I get 230 kB.

So I add some more const arrays. Now out file is 550KB, download is 295kB
and map count rises to 260 KB. And no message about memory limit. But maybe
only .text counts?

Gustl

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Reply by Bernhard 'Gustl' Bauer December 1, 20042004-12-01

Bhooshan iyer wrote:
>
> krahvogl-
>
>>which limitation? there is NO limitation that is less than the memory on
>>your board if you have bought CCS.
>
> I Just dug up this link for DSK C6711-
>
> http://focus.ti.com/docs/toolsw/folders/print/tmds320006711.html
>
> And it says:
>
> Software Included
>
> The 'C6711 DSK comes with an array of DSK-specific software functionality
> (256 KB software image memory limited), including the highly efficient
> 'C6000 C Compiler and Assembly Optimizer.
>
> I Hope that settles it for the TMS320C6711 DSK.
>
> Anyone on TMS320C6713 DSK?
>
> --Bhooshan

Hi,

I've DSK 6713.

I just added some const test arrays to my project to boost the size. The
out file is now 512kB. When I download it it says 259 kB downloaded.
When I count the code and init data in map file I get 230 kB.

So I add some more const arrays. Now out file is 550KB, download is
295kB and map count rises to 260 KB. And no message about memory limit.
But maybe only .text counts?

Gustl




Reply by chets_raj December 1, 20042004-12-01


The C6713 DSK does not have this limitation

http://www-k.ext.ti.com/SRVS/CGI-BIN/WEBCGI.EXE/,/?
St%5,E00000000000036008,KT12,Sxi=3,Case=obj(29486)

Chets

--- In , "Bhooshan iyer" <bhooshaniyer@h...> wrote:
>
>
> krahvogl-
>
> >which limitation? there is NO limitation that is less than the
memory on
> >your board if you have bought CCS.
>
> I Just dug up this link for DSK C6711-
>
> http://focus.ti.com/docs/toolsw/folders/print/tmds320006711.html
>
> And it says:
>
> Software Included
>
> The 'C6711 DSK comes with an array of DSK-specific software
functionality
> (256 KB software image memory limited), including the highly
efficient
> 'C6000 C Compiler and Assembly Optimizer.
>
> I Hope that settles it for the TMS320C6711 DSK.
>
> Anyone on TMS320C6713 DSK?
>
> --Bhooshan > --Bhooshan >
>
> ----Original Message Follows----
> From: krahvogl@g...
> To: noha sadek <nohams@y...>
> CC:
,,
> Subject: Re: [c6x] Re: [tidspc6000] Re: maximum code Size
> Date: Mon, 29 Nov 2004 17:17:32 +0100 (MET) > which limitation? there is NO limitation that is less than the
memory on
> your board if you have bought CCS.
>
> I have heard that there is a limit in the the Evaluation Version of
> CodeComposerStudio (128k or so)
>
> So if you have the CCS evaluation version I am afraid that you
have to
> invest in a CCS license. If you have the 'real' CCS the limitation
of the
> codesize will be the size of the memory on your board
>
> >
> >
> > Hi,
> > Isn't there a workaround to overcome this code size
> > limitation?
> > Can DOS be used to load the program instead of Code
> > Composer?
> >
> > Thanks for your help
> >
> --------------------------------
-----
> > --- krahvogl@g... wrote:
> >
> > > Hi!
> > >
> > > I dont think that there will be a limit that is less
> > > than the ammount of
> > > memory on your board. If I compile my project with
> > > debug-options, the .out
> > > file is 3 or 4MB, I never had any problems.
> > >
> > > There is a nice documentation about the all the
> > > .coff/.out stuff available
> > > on the TI homepage. Search for spru186.pdf
> > > (TMS320C6000 Assembly Language
> > > Tools Users Guide) on www.ti.com.
> > >
> > > By the way, I would recommend to use the group c6x
> > > instead of TI_DSP and
> > > c6000. It is far mor active,
> > >
> > > bye,
> > >
> > > Thomas
> > >
> > >
> > >
> > > ----- Original Message -----
> > > From: noha sadek
> > > To: ;
> > >
> > > Sent: Wednesday, November 24, 2004 1:22 AM
> > > Subject: [TI_DSP] Question?
> > >
> > > Hi everybody,
> > > I am developing a university project and I need help
> > > with it. So, if anyone can help me It will be
> > > greatly
> > > appreciated.
> > > Does anyone know what is the maximum code size
> > > allowed
> > > on Code Composer Studio on C6711 DSK??
> > > In other words,what is the maximum size of the
> > > ".out"
> > > file?
> > >
> > > Please reply as soon as possible...
> > >
> > > Thanks in advance,
> > > Noha
> > >
> > >
> > > __________________________________________________
> > >
> > > Yahoo! Groups Sponsor
> > >
> > > Get unlimited calls to
> > > U.S./Canada
> > >
> > >
> > >
> > >
> > > Yahoo! Groups Links
> > > To
> > >
> > > --
> > > Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme
> > > auf DVD
> > > ++ Jetzt kostenlos testen
> > > http://www.gmx.net/de/go/mail ++
> > >
> >
> >
> >
> >
> > __________________________________
> >
> >
> >
> >
> >
> > _____________________________________
> > Note: If you do a simple "reply" with your email client, only
the author
> > of this message will receive your answer. You need to do
a "reply all"
> if
> > you want your answer to be distributed to the entire group.
> >
> > _____________________________________
> > About this discussion group:
> >
> > To Join: Send an email to
> >
> > To Post: Send an email to
> >
> > To Leave: Send an email to
> >
> > Archives: http://www.yahoogroups.com/group/c6x
> >
> > Other Groups: http://www.dsprelated.com
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
> --
> Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD
> ++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++ > _____________________________________
> Note: If you do a simple "reply" with your email client, only the
author of
> this message will receive your answer. You need to do a "reply
all" if you
> want your answer to be distributed to the entire group.
>
> _____________________________________
> About this discussion group:
>
> To Join: Send an email to
>
> To Post: Send an email to
>
> To Leave: Send an email to
>
> Archives: http://www.yahoogroups.com/group/c6x
>
> Other Groups: http://www.dsprelated.com
>
> Yahoo! Groups Links >
>
> _________________________________________________________________
> NRIs!
>
http://creative.mediaturf.net/creatives/citibankrca/rca_msntagofline.h
tm
> Choose values with free money transfers!



Reply by Bhooshan iyer November 29, 20042004-11-29


krahvogl-

>which limitation? there is NO limitation that is less than the memory on
>your board if you have bought CCS.

I Just dug up this link for DSK C6711-

http://focus.ti.com/docs/toolsw/folders/print/tmds320006711.html

And it says:

Software Included

The 'C6711 DSK comes with an array of DSK-specific software functionality
(256 KB software image memory limited), including the highly efficient
'C6000 C Compiler and Assembly Optimizer.

I Hope that settles it for the TMS320C6711 DSK.

Anyone on TMS320C6713 DSK?

--Bhooshan --Bhooshan

----Original Message Follows----
From:
To: noha sadek <>
CC: ,,
Subject: Re: [c6x] Re: [tidspc6000] Re: maximum code Size
Date: Mon, 29 Nov 2004 17:17:32 +0100 (MET) which limitation? there is NO limitation that is less than the memory on
your board if you have bought CCS.

I have heard that there is a limit in the the Evaluation Version of
CodeComposerStudio (128k or so)

So if you have the CCS evaluation version I am afraid that you have to
invest in a CCS license. If you have the 'real' CCS the limitation of the
codesize will be the size of the memory on your board

>
>
> Hi,
> Isn't there a workaround to overcome this code size
> limitation?
> Can DOS be used to load the program instead of Code
> Composer?
>
> Thanks for your help
>
--------\
-----------------------------
> --- wrote:
>
> > Hi!
> >
> > I dont think that there will be a limit that is less
> > than the ammount of
> > memory on your board. If I compile my project with
> > debug-options, the .out
> > file is 3 or 4MB, I never had any problems.
> >
> > There is a nice documentation about the all the
> > .coff/.out stuff available
> > on the TI homepage. Search for spru186.pdf
> > (TMS320C6000 Assembly Language
> > Tools Users Guide) on www.ti.com.
> >
> > By the way, I would recommend to use the group c6x
> > instead of TI_DSP and
> > c6000. It is far mor active,
> >
> > bye,
> >
> > Thomas
> >
> >
> >
> > ----- Original Message -----
> > From: noha sadek
> > To: ;
> >
> > Sent: Wednesday, November 24, 2004 1:22 AM
> > Subject: [TI_DSP] Question?
> >
> > Hi everybody,
> > I am developing a university project and I need help
> > with it. So, if anyone can help me It will be
> > greatly
> > appreciated.
> > Does anyone know what is the maximum code size
> > allowed
> > on Code Composer Studio on C6711 DSK??
> > In other words,what is the maximum size of the
> > ".out"
> > file?
> >
> > Please reply as soon as possible...
> >
> > Thanks in advance,
> > Noha
> >
> >
> > __________________________________________________
> >
> > Yahoo! Groups Sponsor
> >
> > Get unlimited calls to
> > U.S./Canada
> >
> >
> >
> >
> > Yahoo! Groups Links
> > To
> >
> > --
> > Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme
> > auf DVD
> > ++ Jetzt kostenlos testen
> > http://www.gmx.net/de/go/mail ++
> >
>
> __________________________________ > _____________________________________
> Note: If you do a simple "reply" with your email client, only the author
> of this message will receive your answer. You need to do a "reply all"
if
> you want your answer to be distributed to the entire group.
>
> _____________________________________
> About this discussion group:
>
> To Join: Send an email to
>
> To Post: Send an email to
>
> To Leave: Send an email to
>
> Archives: http://www.yahoogroups.com/group/c6x
>
> Other Groups: http://www.dsprelated.com
>
> Yahoo! Groups Links >
>

--
Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD
++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++ _____________________________________
Note: If you do a simple "reply" with your email client, only the author of
this message will receive your answer. You need to do a "reply all" if you
want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com

Yahoo! Groups Links

_________________________________________________________________
NRIs!
http://creative.mediaturf.net/creatives/citibankrca/rca_msntagofline.htm
Choose values with free money transfers!



Reply by Bhooshan iyer November 29, 20042004-11-29


krahvogl-

>which limitation? there is NO limitation that is less than the memory on
>your board if you have bought CCS.

I dont think he has purchased CCS(1500$) here but rather the DSK(395$) and
my understanding is that the DSK ships with a DSK specific CCS (which is not
the same as the one you get with th EVM) which has got primarily two
restrictions:

1] Code Size
2] Doesnt have a simulator

Has anything changed with C6713?

Never the less I looked up the TI website, at this link:-

http://dspvillage.ti.com/docs/catalog/devtools/dsptoolslist.jhtml?familyId2&t\
oolTypeId&toolTypeFlagId=2&templateIdQ54&path=templatedata/cm/toolswchrt/da\
ta/c6000_strtrkits

And the literature very cryptically says "DSP Starter Kits are bundled with
a DSK-version of TIs eXpressDSP Code Composer Studio Development Tools"
and doesnt say anything about Code Size restrictions.

Anything has changed?

--Bhooshan

----Original Message Follows----
From:
To: noha sadek <>
CC: ,,
Subject: Re: [c6x] Re: [tidspc6000] Re: maximum code Size
Date: Mon, 29 Nov 2004 17:17:32 +0100 (MET) which limitation? there is NO limitation that is less than the memory on
your board if you have bought CCS.

I have heard that there is a limit in the the Evaluation Version of
CodeComposerStudio (128k or so)

So if you have the CCS evaluation version I am afraid that you have to
invest in a CCS license. If you have the 'real' CCS the limitation of the
codesize will be the size of the memory on your board

>
>
> Hi,
> Isn't there a workaround to overcome this code size
> limitation?
> Can DOS be used to load the program instead of Code
> Composer?
>
> Thanks for your help
>
--------\
-----------------------------
> --- wrote:
>
> > Hi!
> >
> > I dont think that there will be a limit that is less
> > than the ammount of
> > memory on your board. If I compile my project with
> > debug-options, the .out
> > file is 3 or 4MB, I never had any problems.
> >
> > There is a nice documentation about the all the
> > .coff/.out stuff available
> > on the TI homepage. Search for spru186.pdf
> > (TMS320C6000 Assembly Language
> > Tools Users Guide) on www.ti.com.
> >
> > By the way, I would recommend to use the group c6x
> > instead of TI_DSP and
> > c6000. It is far mor active,
> >
> > bye,
> >
> > Thomas
> >
> >
> >
> > ----- Original Message -----
> > From: noha sadek
> > To: ;
> >
> > Sent: Wednesday, November 24, 2004 1:22 AM
> > Subject: [TI_DSP] Question?
> >
> > Hi everybody,
> > I am developing a university project and I need help
> > with it. So, if anyone can help me It will be
> > greatly
> > appreciated.
> > Does anyone know what is the maximum code size
> > allowed
> > on Code Composer Studio on C6711 DSK??
> > In other words,what is the maximum size of the
> > ".out"
> > file?
> >
> > Please reply as soon as possible...
> >
> > Thanks in advance,
> > Noha
> >
> >
> > __________________________________________________
> >
> > Yahoo! Groups Sponsor
> >
> > Get unlimited calls to
> > U.S./Canada
> >
> >
> >
> >
> > Yahoo! Groups Links
> > To
> >
> > --
> > Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme
> > auf DVD
> > ++ Jetzt kostenlos testen
> > http://www.gmx.net/de/go/mail ++
> >
>
> __________________________________ > _____________________________________
> Note: If you do a simple "reply" with your email client, only the author
> of this message will receive your answer. You need to do a "reply all"
if
> you want your answer to be distributed to the entire group.
>
> _____________________________________
> About this discussion group:
>
> To Join: Send an email to
>
> To Post: Send an email to
>
> To Leave: Send an email to
>
> Archives: http://www.yahoogroups.com/group/c6x
>
> Other Groups: http://www.dsprelated.com
>
> Yahoo! Groups Links >
>

--
Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD
++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++ _____________________________________
Note: If you do a simple "reply" with your email client, only the author of
this message will receive your answer. You need to do a "reply all" if you
want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com

Yahoo! Groups Links

_________________________________________________________________
The all-new MSN Search. Get fast and precise results.
http://search.msn.co.in Try it now!


Reply by November 29, 20042004-11-29
which limitation? there is NO limitation that is less than the memory on
your board if you have bought CCS.

I have heard that there is a limit in the the Evaluation Version of
CodeComposerStudio (128k or so)

So if you have the CCS evaluation version I am afraid that you have to
invest in a CCS license. If you have the 'real' CCS the limitation of the
codesize will be the size of the memory on your board

>
>
> Hi,
> Isn't there a workaround to overcome this code size
> limitation?
> Can DOS be used to load the program instead of Code
> Composer?
>
> Thanks for your help
>
--------\
-----------------------------
> --- wrote:
>
> > Hi!
> >
> > I dont think that there will be a limit that is less
> > than the ammount of
> > memory on your board. If I compile my project with
> > debug-options, the .out
> > file is 3 or 4MB, I never had any problems.
> >
> > There is a nice documentation about the all the
> > .coff/.out stuff available
> > on the TI homepage. Search for spru186.pdf
> > (TMS320C6000 Assembly Language
> > Tools Users Guide) on www.ti.com.
> >
> > By the way, I would recommend to use the group c6x
> > instead of TI_DSP and
> > c6000. It is far mor active,
> >
> > bye,
> >
> > Thomas
> >
> >
> >
> > ----- Original Message -----
> > From: noha sadek
> > To: ;
> >
> > Sent: Wednesday, November 24, 2004 1:22 AM
> > Subject: [TI_DSP] Question?
> >
> > Hi everybody,
> > I am developing a university project and I need help
> > with it. So, if anyone can help me It will be
> > greatly
> > appreciated.
> > Does anyone know what is the maximum code size
> > allowed
> > on Code Composer Studio on C6711 DSK??
> > In other words,what is the maximum size of the
> > ".out"
> > file?
> >
> > Please reply as soon as possible...
> >
> > Thanks in advance,
> > Noha
> >
> >
> > __________________________________________________
> >
> > Yahoo! Groups Sponsor
> >
> > Get unlimited calls to
> > U.S./Canada
> >
> >
> >
> >
> > Yahoo! Groups Links
> > To
> >
> > --
> > Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme
> > auf DVD
> > ++ Jetzt kostenlos testen
> > http://www.gmx.net/de/go/mail ++
> >
>
> __________________________________ > _____________________________________
> Note: If you do a simple "reply" with your email client, only the author
> of this message will receive your answer. You need to do a "reply all" if
> you want your answer to be distributed to the entire group.
>
> _____________________________________
> About this discussion group:
>
> To Join: Send an email to
>
> To Post: Send an email to
>
> To Leave: Send an email to
>
> Archives: http://www.yahoogroups.com/group/c6x
>
> Other Groups: http://www.dsprelated.com
>
> Yahoo! Groups Links >
>

--
Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD
++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++




Reply by noha sadek November 29, 20042004-11-29

Hi,
Isn't there a workaround to overcome this code size
limitation?
Can DOS be used to load the program instead of Code
Composer?

Thanks for your help
--------\
-----------------------------
--- wrote:

> Hi!
>
> I dont think that there will be a limit that is less
> than the ammount of
> memory on your board. If I compile my project with
> debug-options, the .out
> file is 3 or 4MB, I never had any problems.
>
> There is a nice documentation about the all the
> .coff/.out stuff available
> on the TI homepage. Search for spru186.pdf
> (TMS320C6000 Assembly Language
> Tools Users Guide) on www.ti.com.
>
> By the way, I would recommend to use the group c6x
> instead of TI_DSP and
> c6000. It is far mor active,
>
> bye,
>
> Thomas >
> ----- Original Message -----
> From: noha sadek
> To: ;
>
> Sent: Wednesday, November 24, 2004 1:22 AM
> Subject: [TI_DSP] Question?
>
> Hi everybody,
> I am developing a university project and I need help
> with it. So, if anyone can help me It will be
> greatly
> appreciated.
> Does anyone know what is the maximum code size
> allowed
> on Code Composer Studio on C6711 DSK??
> In other words,what is the maximum size of the
> ".out"
> file?
>
> Please reply as soon as possible...
>
> Thanks in advance,
> Noha > __________________________________________________
>
> Yahoo! Groups Sponsor
>
> Get unlimited calls to
> U.S./Canada >
>
> Yahoo! Groups Links
> To
>
> --
> Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme
> auf DVD
> ++ Jetzt kostenlos testen
> http://www.gmx.net/de/go/mail ++
>

__________________________________




Reply by November 26, 20042004-11-26
Hi!

I dont think that there will be a limit that is less than the ammount of
memory on your board. If I compile my project with debug-options, the .out
file is 3 or 4MB, I never had any problems.

There is a nice documentation about the all the .coff/.out stuff available
on the TI homepage. Search for spru186.pdf (TMS320C6000 Assembly Language
Tools Users Guide) on www.ti.com.

By the way, I would recommend to use the group c6x instead of TI_DSP and
c6000. It is far mor active,

bye,

Thomas
----- Original Message -----
From: noha sadek
To: ;
Sent: Wednesday, November 24, 2004 1:22 AM
Subject: [TI_DSP] Question?

Hi everybody,
I am developing a university project and I need help
with it. So, if anyone can help me It will be greatly
appreciated.
Does anyone know what is the maximum code size allowed
on Code Composer Studio on C6711 DSK??
In other words,what is the maximum size of the ".out"
file?

Please reply as soon as possible...

Thanks in advance,
Noha __________________________________________________

Yahoo! Groups Sponsor

Get unlimited calls to
U.S./Canada

Yahoo! Groups Links
To

--
Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD
++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++