• Nordic Interrupt program issue
    Hello All, A newbie to this forum, I was going through a lot of threads and found that this thread is already talking about the interrupt problem in Nordic nrf24e1. I am working with the same chip...
  • 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...
  • GNU external interrupt issue
    I can't get the code to return from the EINT1 ISR with GNU, but works fine with CARM...
  • Interrupt using function issue.
    My Interrupt_1 C code void EXTERNAL_INT_1 (void) interrupt 2 using 1 { TEST(); } TEST() { if(A=B){ if( C.K[0]==D[0]&&C.K[1]==D[1]&& C.K[2]==D[2]&&C.K[3]==D[3]&& C.K[4]==D[4]&&C.K[5]==D[5]) { ...
  • Issue with LPC2378 IRQ interrupts
    Hi there, I have 2 IRQ related ISR's in the program shown below. ISR's 1 and 2 do the task of making an LED (connected to P2.0 and P2.7) on and off. Iam seeing that when ISR1 is in execution(which...