• Reset Timer_0 Interrupt
    Hi! I wanna reset an Timer0 Interrupt with this Code: void isr_TIMER0_INT (void) __irq { T0IR = 1; // do code VICVectAddr = 0; } But the Problem is, MR0 Interrupt in T0IR won't be...
  • Reset Timer_0 Interrupt
    Hi! I wanna reset an Timer0 Interrupt with this Code: void isr_TIMER0_INT (void) __irq { T0IR = 1; // do code VICVectAddr = 0; } But the Problem is, MR0 Interrupt in T0IR won't be...
  • Resetting Code / Timer Interrupt
    Hey all. We are having a weird issue on an LPC2148 part. Code here: Main source file: #include <LPC214X.h> #include "event.h" #include "timer.h" #include "PJstate.h" #include "led.h" #include...
  • Resetting Code / Timer Interrupt
    Hey all. We are having a weird issue on an LPC2148 part. Code here: Main source file: #include <LPC214X.h> #include "event.h" #include "timer.h" #include "PJstate.h" #include "led.h" #include...
  • lpc2103 interrupt and unexpected resets
    hi i'm working on lpc2103 and in practice when any interrupt happens , system will reset and then doesn't work properly ( sometime get stuck , sometime reset again ... ) , i think my setting is't...