• Error in LPC23xx.h
    I think that there is an error in the LPC23xx.h include file that apperars in the KEIL web site: RealView MDK 3.10 -> Supported Devices -> LPC2378 -> Header Files The lines: /* FIOs can be...
  • LPC23xx.h for CAN with acceptance filter
    I am doing a small project with CAN in LPC23xx.h series. The data is transmitted with CAN tx but it get stuck up for CAN rx interrupt.I checked the example it does not work in acceptance off mode rather...
  • LPC2368 UART register sizes in lpc23xx.h file?
    I have a question about the lpc23xx.h file version 1.04 I was wondering why some of the UART registers were defined as unsigned long, when they appear to only be 8 bits (unsigned char)? For example...
  • LPC2468 : Difference between LPC23xx.H and NXP doc
    Hi, When programming the SDRAM configuration, I remark a difference between LPC23xx.H and the NXP user.manual.lpc24xx with the addresses of EMC_DYN_CFGn and EMC_DYN_RASCASn registers. For example...
  • IRQ meaning
    Does using the __irq at the end of the function automatically calls itself when an interrupt occurs? for e.g. void ISR_TIMER0(void) __irq { int interrupt; //-------------------------- if( T0IR...