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 Cheers Tan Yong Chen _________________________________________________________________ Easily edit your photos like a pro with Photo Gallery. http://get.live.com/photogallery/overview -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
