I’m currently using an RCM3110 with 128K SRAM & 256K FLASH
I have successfully connected an 2GB SD card to my board and configured the libraries to communicate with it.
However, when attempting to run any application with mounts the file system using fat_AutoMount(), I receive ’ Run Time Error : Xmem allocation failure (out of memory)…’
I have tried running the following sample programs:
- FAT_SHELL.C
- Fmt_Device.C
- fat_create.C
All to no avail… does the RCM3110 simply not have enough memory space to work with an SD card and the FAT file system?
How can I find out how much memory is actually required to perform the fat_AutoMount operation versus what I have available?
Thanks for any guidance…