• using TL0 and TL1
    This is a cut down version of my program. This should gives the basic idea of what I'm doing which is counting pulses using (T0) and (T1) and comparing them to each other. The problem I'm having is that...
  • using TL0 and TL1
    This is a cut down version of my program. This should gives the basic idea of what I'm doing which is counting pulses using (T0) and (T1) and comparing them to each other. The problem I'm having is that...
  • time delay calculations
    Dear All, I am used to program ARM7 LPC2148 IC by Keil (Version -4) in 12 MHz, pls find the below delay, So fro that how can i Calculate the time delay (used by 12MHz in Keil software). void...
  • time delay calculations
    Dear All, I am used to program ARM7 LPC2148 IC by Keil (Version -4) in 12 MHz, pls find the below delay, So fro that how can i Calculate the time delay (used by 12MHz in Keil software). void...
  • Procedure for Init GPIO
    Hi guy, I'm using ARM STM32F103RC, Cortex M3. when I compiler the code with this order:   //GPIO structure used to initialize port   GPIO_InitTypeDef GPIO_InitStructure;         //Enable clock on APB2...