• 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...
  • 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...
  • reset while modifying interrupt vector
    In my code i am changing interrupt vector for timer to have my functions as ISR. Will microcontroller reset when i change interrupt vector?
  • Resetting with HW Reset
    Hi, We are using LM3S9B96 dev kit, custom hardware with LM3S9B96 and Keil tools with ulink2. In the uVision options, there are 3 ways to reset the board before connecting "HW Reset", "SYSRESETREQ...