This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FW: eCos Array memory size





> Date: Thu, 2 Oct 2008 08:54:47 +0200
> From: andrew@lunn.ch
> To: oricon776@hotmail.com
> CC: ecos-discuss@ecos.sourceware.org
> 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
ecos-discuss@ecos.sourceware.org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]