SV: SV: SV: [Icc-avr] Stack problems

John Baraclough j_baraclough at zetnet.co.uk
Thu Aug 21 07:44:44 PDT 2008


Hi Bengt,

I think you need to post a code snippet as your message is a liitle 
unclear. The first sentence says that you have declared an array, but 
the second implies that you have declared a pointer to an array. You 
need to tell us which you have done as declaring a pointer cannot 
possibly allow the compiler to know how large an array you will be 
accessing.

All the best for now,
John


Bengt Ragnemalm wrote:
> One more question about this.
>
> If I declare a local array that is larger than the RAM, I do not get an
> error. Is that because the compiler can not be sure that this array will
> actually be placed in RAM as it can point to anything?
>
> /Bengt
>
>   



More information about the Icc-avr mailing list