• LPC2378 won't always start
    I've got a new board with an LPC2378 on it, running a simple program for the moment. When I turn power on, about half the time the processor won't start - the oscillator doesn't come on, code isn't...
  • GPIO interrupt won't trigger
    I have set a pin on a Cortex M3 to act as an rising-edge triggered interrupt and it's not firing for some reason. What it should do is receive a 1Hz pulse, trigger an interrupt and start a 12.8Khz square...
  • Program won't run to Main
    I'm running an LPC2144, and my program won't run to main - it freezes up in a 3-line loop in the disassembly window - a BMI instruction in my boot block at 0x7FFFD2DA loops back to 0x7FFFD2D6 and repeats...
  • watchdog won't reset
    Hello, I want to do a reset using a watchdog but it's not resetting. I do not have any other watchdog code in my project. I am using SAM7x256. I am using this code: AT91C_BASE_WDTC->WDTC_WDMR...
  • Code that won't execute
    Has anyone seen problems were sections of code will not execute when compiled at different optimization levels? For example, we have and application that is run from a menu structure through the UART...