• problem with the Undef
    Hi, while we trying to download the code we are moving to the address of undef .. we are not able to trace the problem could u pls help us how to find the problem because of which it is occurring...
  • FIQ handler
    Hai! I am using LCP2378 controller.here i m using 12Mhz clock externally(Controller runs at 48Mhz speed by enabling PLL related Regs.). Pls tel what is the interrupt latency time for IRQ and...
  • SVC handlers
    Hi Experts, The RTX code contains SVC handlers named with different names. How this can be best made use of ? Why the option to select numbering of different svc handlers like _svc(0) ....  __svc(n) ...
  • USART Handler getting overrun by TIM6_DAC handler?
    We are making our DAC output a sinusoid of variable frequency depending on a button we press. The DAC does work when we hard code which button WE press but not with UART. With the UART handler (used for...
  • UART transmitting interrupt handler
    Hello I am facing a problem in the following code. code :- #include "LPC318x.h" void IRQ_HANDLER(void) __irq { PIO_OUTP_SET = 0x7EFFFFFF; PIO_OUTP_SET = 0x7EFFFFFF; } int main (void...