• 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...
  • irq in LPC23xx.h
    I am trying to use IRQ in my code which is not working.any example codes for IRQ
  • 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...
  • 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...
  • UART register's
    What is the difference between RDA(receive data available) and RDR (receive data ready)? In IRQ where exactly the data should be collected in UART_Buffer[].