• LARGE ARRAY
    Hi... Is there any way to declare large size of array? example: char arr[200*1024];//200kb Thanks
  • Init
    void GpioInit(void) { // Set to inputs FIO0DIR = \ FIO1DIR = \ FIO2DIR = \ FIO3DIR = \ FIO4DIR = 0; // clear mask registers FIO0MASK =\ FIO1MASK =\ FIO2MASK =\ FIO3MASK =\ FIO4MASK = 0; /...
  • large Bit arrays
    hello to everyone, is it possible to have very large Bit-arrays? About 20000 Bit's <=> 2500Bytes. :-)
  • 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...
  • mmc not init
    I am interfacing mmc with lpc2132 microcontroller. some mmc of kingmax mobile mmc send the reply of cmd0(0x40,0x00,0x00,0x00,0x95) command but some mmc not send any reply of cmd0 command.