• Interrupt Acknowledging // System crashes after 300 interrupts (Cortex M3)
    Hi, I do use the KEIL Evaluation Board with the TMPM330 Cortex M3 processor. I try to build a controller and have some issues with using interrupt with UART communication (INTRX0 to be precise...
  • Interrupt Acknowledging // System crashes after 300 interrupts (Cortex M3)
    Hi, I do use the KEIL Evaluation Board with the TMPM330 Cortex M3 processor. I try to build a controller and have some issues with using interrupt with UART communication (INTRX0 to be precise...
  • ARM LPC2378: data/prefetch abort after interrupt
    I have a problem with ARM LPC2378 revision B, configured with CPU clock frequency at 72 MHZ. I have the following configuration: - an IRQ interrupt function linked to CPU timer 0 (vectored interrupt...
  • ARM LPC2378: data/prefetch abort after interrupt
    I have a problem with ARM LPC2378 revision B, configured with CPU clock frequency at 72 MHZ. I have the following configuration: - an IRQ interrupt function linked to CPU timer 0 (vectored interrupt...
  • lpc2378 crash
    hello, I'm using Keil Realview compiler with the MCB2300 board (lpc2378). I've a simple program that toggles a pin every 1 msec using a timer 0 interrupt. In the main loop a array is being filled and...