Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by gdtron

  1. G

    Timer0 LPC2368 interrupt problem

    The problem is solved!!!!! Now I realize what exactly has happened. A friend of mine gave me the project.He had enabled interrupt from Timer1. In the interrupt function of Timer1 he had written if (T0TC > 600) T0TC = 0;, but the value that i write in the Match0 register is bigger then 600. So...
  2. G

    Timer0 LPC2368 interrupt problem

    Thank you very much shreyas_patel21, for you answer! The problem is partly solved.First I disabled all interrupts VICIntEnClr = 0xFFFFFFFF;. Then I enabled only the interrupts from Timer0 and ...... what a surprise! The interrupt works OK and the function is executed. Then I put break point...
  3. G

    Timer0 LPC2368 interrupt problem

    Hi all, I`m working on a project using LPC2368 and CrossStudio Release 1.6 Build 2. The project is simple. A function is executed at regular intervals. These intervals is done by interrupt. I'm using Timer0 and Match0 register to make the interrupt. The problem is that when I start program in...

Part and Inventory Search

Back
Top