• 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...
  • 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...
  • Explanation of code
    Hi can someone please help with the explanation of this code below, more importantly how does the uC 'see' the Sqrs: line at the end of the code I am interested in something similar in a project...
  • Explanation of code
    Hi can someone please help with the explanation of this code below, more importantly how does the uC 'see' the Sqrs: line at the end of the code I am interested in something similar in a project...
  • 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...