• explanation needed
    i dont understand yet this stuff of RTOS any explanation please?
  • Explanation
    Hello Below are the functions to convert a 3 digit decimal to BCD format and to convert from 3 digit BCD to Binary. Can anyone please explain it clearly?? /*********************************...
  • explanation and pin configuration for code in lpc2148
    int x; PINSEL0 = (PINSEL0 & 0x3FFF3FF0) | 0x00000005; // Configure pins for touch screen PINSEL1 = (PINSEL1 & 0xC3FFFFFF) | 0x10000000; IO0DIR = (IO0DIR & 0xDFFF7F7F) | 0x00008080; IO0SET = IO0SET...
  • PWM pin simulation
    Can I simulate the output pin of a PWM channel using the Logic Analyzer in KEIL simulator?
  • code explanation
    Hi, I want the below code explanation please. 1.how to use using?what is the meaning of using interrupt 0 using 2 ? 2. how to assign irq & fiq addresses ? #include "reg51.h" typedef unsigned...