DSPRelated.com
Forums

CCS issues to watch local variables

Started by rena...@gmail.com June 16, 2009
This is an update about the CCS debug issue I posted a couple weeks ago.

I installed the SR_12(service release) from the TI website and the problem is solved.

Thank you all for the help.

Renaissance
----- Original Message -----
From: Andrew Nesterov
To: c... ; Richard Williams
Sent: Friday, June 19, 2009 10:06 AM
Subject: Re: [c6x] Re: CCS issues to watch local variables

On Fri, 19 Jun 2009, Richard Williams wrote:

> A few comments interspersed , identified by RKW..
>
> RKW: The stack is not allocated dynamically. Rather, its' "use" is dynamic
> and the stack allocation is at link time.

Hi Richard,

That was perhaps an imprecise terminology used by me. Thanks for clarification.
Still, it might be correct to say that the stack is reserved at the link time
and allocated dynamically, because the term "use" is also imprecise :)

Cheers,

Andrew