• 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...
  • 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...
  • 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...
  • 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...