• large Bit arrays
    hello to everyone, is it possible to have very large Bit-arrays? About 20000 Bit's <=> 2500Bytes. :-)
  • init of large arrays
    Hi all, what would be the best way to init a huge array, which will never change his values? Will the array affect the stack if I use const aray[][] or should I use static const array[][]? What...
  • Indexing large arrays
    I want to have an array that is larger an 65535 bytes. I need to be able to address this array a byte at a time. Can I simply use a index that is defined as a long? Do I have to break the array up...
  • large size of array defined in ROM
    It is a bank code project, total 16 banks and 512K byte extern rom. there are two large size of const arrays which both are larger than 10KByte. Using LX51 linker. I definded these two arrays as below...
  • Using Flash with help of IAP, to store large arrays
    Dear Devlopers. I want to store one large array in to flash memory due to lack of size @ SRAM. I have checked IAP capabilities in Phlips LPC 2138. Seems it allows devloper to write whole 512/1024...