• code
    Hi Iam facing displays flickering and data over write problem since last 20 days. Iam using delay but I am not able to salve it Here iam using 74LS373(4) latches. Iam sending the data through...
  • code
    Who here have experience of running software written for 80C52 on LPC1778? Is it likely to work right away or will it crash? I have an existing design with existing software that I'm thinking of upgrading...
  • code
    PINSEL0_bit.P0_7 = 0x00;//set first functionality to port IO0DIR_bit.P0_7 = 0x01; // set P0.7 port to output IO0SET_bit.P0_7 = 0x01; // set P0.7 port to high// the above code is not working...
  • code
    I write program to show .png on display. There is bug in my compiler and it gives errors. you have example for me?
  • Assembly code embedded in C code
    Hi all, I am using the chip C8051F020 manufactured by Cygnal Integrated Products. My compiler is C51. How can I include a assembly code in the C code to implement a clock of 8MHz. I tried using for...