• LPC11C24 PWM Problem
    Hello, We are using NXP LPC11C24 microcontroller on our project. We need PWM output for motor control.We have written the following code to try the PWM output. LPC_TMR16B0->TCR = 0; LPC_SYSCON...
  • LPC11C24 PWM Problem
    Hello, We are using NXP LPC11C24 microcontroller on our project. We need PWM output for motor control.We have written the following code to try the PWM output. LPC_TMR16B0->TCR = 0; LPC_SYSCON...
  • Program update for LPC11C24 via CAN bootloader from other board(master board consists of LPC11c24)
    Hi, Program update for Lpc11c24(Slave board) via CAN bootloader from master board which consists of LPc11c24. I am able to put slave board into IAP mode communication channel CAN being enabled. But I...
  • Program update for LPC11C24 via CAN bootloader from other board(master board consists of LPC11c24)
    Hi, Program update for Lpc11c24(Slave board) via CAN bootloader from master board which consists of LPc11c24. I am able to put slave board into IAP mode communication channel CAN being enabled. But I...
  • CAN Communication between LPC1766 and LPC11C24
    Hallo I am working on an home automation project where my task is to communicate between LPC1766(Cortex M3) and LPC11C24(Cortex M0). Can anyone tell me or put a sample coding on how to communicate...