• how to initialize the LCD Panel
    Dear all, In my logic LCD Panels are using . I have to write a program for CX51 version. How to initialize the LCd in my program. I have to use single line 16 character LCD's are used. plz help
  • 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...
  • Keil MDK 3.40, LPC2478 µC - SDRAM Initialization for LCD Display fails
    Hello! I work on Keil MDK 3.40 with ARM LPC2478 and try to initialize the external Dynamic Memory Bank 0. The SDRAM is a Micron MT48LC2M32B2 2Mx32 64Mb, 4 bank, row=11, column=8 and is mapped...
  • 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};
  • Initialization of the application
    I am actually using the default __main function in the Startup.s file, but i would like to replace it by creating my own __main than branches to __rt_entry. How can i define it? how to branch it to...