• LPC1788 Interrupts slow/mistimed
    I'm having some difficulty with GPIO interrupts on an LPC1788 on the embedded artists development board. I've reproduced the issue with a really stripped down project which is just looking at a clock...
  • GPIO Interrupt - LPC1788
    InThe Name Of Allah Hi I was Downloaded LPC1788 CMSIS and use GPIO Interrupt Project and run keil Debugger. Problem is that GPIO Handler Never Call. NVIC_SetPriority(GPIO_IRQn, 1); NVIC_EnableIRQ...
  • LPC1788 external interrupt with CMSIS
    Hi every one, There was a wide GPIO functions in the CMSIS initial versions which made easy setting and initialization of interrupts,like: void GPIO_IntCmd (uint8_t portNum, uint32_t bitValue, uint8_t...
  • interrupt routine
    I found that my interrupt routine has strange source code is: void t3Isr(void) interrupt 3 using 0 { tm_flg |= (tm_sts ++ ^ tm_sts) & 0x7; } the compiler give me: 5: void t3Isr(void)...
  • Unexpected ADC Interrupt on Cortex M3 (LPC1788)
    I'm using the LPC1788 Cortex M3 ADC and I get intermittent unexpected ADC interrupts. In the following code, I will eventually get an ASSERT. I tried reading the appropriate channel data register thinking...