• RTX and EINT3
    Dear all, I use Keil RTX and want to use the EINT3. I initialized the IRQ as followed: PINSEL1 |= (1<<9); PINSEL1 |= (1<<8); EXTMODE |= (1<<3); EXTPOLAR &= ~(1<<3); VICVectAddr14 = (unsigned...
  • EINT3 doesn´t work on MCB1700 with LPC1758
    Hello everyone, I have tried to make a external interrupt with any Pin of port0 and port2 to trigger a EINT3 interrupt but sadly it didn´t work have tried everything even simple programms to test...
  • GNU external interrupt issue
    I can't get the code to return from the EINT1 ISR with GNU, but works fine with CARM...
  • Simulation of External pulses regarding.
    Hello, In the book " The insiders guide to Philips ARM 7 based microcontrollers" An Engineer's introduction to the LPC 2100 series page no. 141 it is given that "within uVision there is a full scripting...
  • Issue with external oscillator and SMBus interrupt
    Hello, I've got an issue when I use a low external frequency (32kHz) on C8051F350. In classic case, this frequency is used to have a very low consommation. I would like to switch to internal 3.0625MHz...