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
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss