• 7segment counter
    Hello, everyone, I'm new to ARM. I'm learning with LPC1768 training board. I wrote a code of 7segment counter which counts from 0 to 9. It works fine, but the problem is the G led of 7segment doesn't...
  • 7segment switched off after 8:10
    I am using AT89C2051 in my clock project and the process of scaning of segments is being carried out by using timer1 interrupt and initial time start from 12:00 when power up circuit but after 8:10 all...
  • Need sample code
    Dear All It would be of great help from all if you can provide me with some demo code for CAN communication between two KEIL evaluation boards. It will be good if we can get the demo code for...
  • Sparse "switch" construct
    Is there a way to force the compiler to generate a jump table for a sparse "switch" construct?
  • Construct a byte from bits
    Hello everybody, I am very new to C language. In my project I get data serially from a port pin. I want to save the first 8 bits to one variable, another to second & so on. In all I want to save...