• program not working please help me ... where am going wrong
    #include <REGX52.H> #define data P1 #define rs P3_5 #define rw P3_4 #define en P3_3 unsigned char msg[88]; void delay(unsigned int); void LCD_busy(); void LCD_command(unsigned char var); void LCD_data...
  • program not working please help me ... where am going wrong
    #include <REGX52.H> #define data P1 #define rs P3_5 #define rw P3_4 #define en P3_3 unsigned char msg[88]; void delay(unsigned int); void LCD_busy(); void LCD_command(unsigned char var); void LCD_data...
  • I am not able to get this code work. the function gsmcall(); does not get called at all. Please help me rectify my errors.
    #include <lpc214x.h> #include <stdio.h> #define PLOCK 0x00000400 // for PLL #define THRE (1<<5) // Transmit Holding Register Empty #define RDR (1<<0) // Receiver Data Ready #define MULVAL 15 #define...
  • I am not able to get this code work. the function gsmcall(); does not get called at all. Please help me rectify my errors.
    #include <lpc214x.h> #include <stdio.h> #define PLOCK 0x00000400 // for PLL #define THRE (1<<5) // Transmit Holding Register Empty #define RDR (1<<0) // Receiver Data Ready #define MULVAL 15 #define...
  • Flash Tool not working on ST Nucleo 476 Board
    Hello, I am using Nucleo L476RG board and I am facing a problem in downloading code in board using Flash programmer in Keil IDE. I compile the project successfully and when I click on Load Button, I...