• Initialization
    Hi, Last 10days, i face the initialization problem in the P87c51MC2 based board. Just written the program the switch ON and OFF two bits in Port1. Attached the schematic. The code is very...
  • Initializing a struct
    Hi, I am trying to initialize a struct, but I get the following error: Error #29: Expected an expression typedef struct { atp V1; atp V2; atp V3; atp V4; } tosh_at; tosh_at tosh_options...
  • Initializing an array
    I tried to initialize this array but it shows the error as- expression must be a modifiable lvalue. struct sur { int n[10]; }s; s.n={1,2,3};
  • Lcd initialization
    hi, guys I have a doubt regarding interfacing lcd to arm7. I have an lpc2148 development board. This board did have a lcd interfacing example. I also have another program I got from internet. I see...
  • ADC Initialization
    sir, i am new to the ARM based controllers.Here i am using LPC2378 controller.Here i want to initialize the ADC for taking analog readings. Post me some example code for ADC Initialization and...