• How to measure pulse width applied in INT0 of Cypress USB FX2 CY7C68013
    Hi, I want to measure the width of the pulse applied in INT0. My code base on the sample of KEIL: http://www.keil.com/download/docs/8051_timer0_pulse.zip.asp The result printed out in Serial1 window...
  • How to measure pulse width applied in INT0 of Cypress USB FX2 CY7C68013
    Hi, I want to measure the width of the pulse applied in INT0. My code base on the sample of KEIL: http://www.keil.com/download/docs/8051_timer0_pulse.zip.asp The result printed out in Serial1 window...
  • ..External Interrupt..INT0
    hello all, I am working with AT89C51CC01 which based on 8051. I had write one program of external interrupt. See the code as follows. void ex0_isr (void) interrupt 0 { CCAP1H = 0x5A; // 35% Duty...
  • fx2 interrupt int0
    Hello, I want to work with the interrupt int0 of the FX2. The regsiters I have to use are written down in the TRM of the FX2. But where are informations about enabling the interrupt or name of...
  • ..External Interrupt..INT0
    hello all, I am working with AT89C51CC01 which based on 8051. I had write one program of external interrupt. See the code as follows. void ex0_isr (void) interrupt 0 { CCAP1H = 0x5A; // 35% Duty...