• LPC2378 serial interrupt problem
    LPC2378 serial interrupt problem following code is working fine in interrupt for UART0 InitUART0(); U0IER =0x04; while (1) { U0IER =0x0F; if(buff1[0]=='c') { TransmitChar0('I');TransmitChar0...
  • problem regarding timer0 in the lpc2378
    Hi i am currently working on the mcb2300. the timer0 is used.Iam just toggling the led ports.In the simulation i am able to get the output but regarding the hardware i am not able to see the toggling...
  • LPC2378: Interrupts
    Hi I use an LPC2378 and try to timer1 to generate an interrupt, but it not happen. VIC begin: static void initVIC(void) { uint32 *vect_addr, *vect_prio; int i = 0; VICIntEnClr = 0xFFFFFFFF;...
  • regarding serial bootloader
    hello, i am new to (ARM7) LPC2148 micro-controller, i need some help. can i directly program LPC 2148, i mean with factory default setting. or required some serial boot-loader, if yes then any...
  • Regarding serial interface
    Hello, I am using ST10F269 evaluation board and using Keil environment for the same. I am trying to interface ST10 board with PC through asynchronous serial interface.The problem am facing is regarding...