> Date: Thu, 2 Oct 2008 08:54:47 +0200
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> CC: [email protected]
> Subject: Re: [ECOS] eCos Array memory size
>
> On Thu, Oct 02, 2008 at 06:47:20AM +0000, Yong Chen Tan wrote:
>>
>>
>> Hi, I am currently developing a RFID application with eCos using AT91RM9200 
>> processor. I meet with some problems when I am trying to capture all the 
>> incoming bits from RFID tag response.
>>
>> I actually declared an array int raw_data[2238]. Is it too big for an array? 
>> When I am capturing such a big response, my RFID application hangs. I got no 
>> problems capturing the bits reponse with a smaller raw_data value. (Eg, 
>> raw_data[500]) May I know what is the maximum memory allocated for an int 
>> array? Is there any way to expand this memory? Thanks
>
> Where in memory is this array? Is it static allocated? Allocated by
> malloc? On the stack?
>
> Andrew
[email protected]


Hi, I code this application using C. I am not sure where it is being allocated. 
Is there a way to check it?





_________________________________________________________________
Get in touch with your inner athlete. Take the quiz.
http://yourinnerathlete.windowslive.com?locale=en-sg&ocid=TXT_TAGLM_WLYIA_takequiz_sg

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to