• can any one xplain when we get message as: "get parameter 1: different types "
    hi, i am a beginner and i am my project on maze solving robot in c language, and when i have compiled it, i got a message "warning C235: parameter 1: different types". can any one explain when do...
  • can any one xplain when we get message as: "get parameter 1: different types "
    hi, i am a beginner and i am my project on maze solving robot in c language, and when i have compiled it, i got a message "warning C235: parameter 1: different types". can any one explain when do...
  • SD Card is not detecting. Please anyone have the example code with LPC1768 Please share with me.
    Hi all, I am using SD Memory interface in SPI mode with LPC1768 and using the keil Flash file system as Memory Card Driver0. The SD Memory used is 512MB/4GB HC complaint. I have customised the...
  • SD Card is not detecting. Please anyone have the example code with LPC1768 Please share with me.
    Hi all, I am using SD Memory interface in SPI mode with LPC1768 and using the keil Flash file system as Memory Card Driver0. The SD Memory used is 512MB/4GB HC complaint. I have customised the...
  • Discuss please
    char * The_Function ( int Element_Count , char Padding ) { char Store [ Element_Count ]; memset ( Store , Element_Count , Padding ); return &Store[ 0 ]; }