• 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...
  • IAP LPC11c24 code needs
    Hi, I have tried many time to use IAP for LPC11C24 via CAN and UART protocol bootloader but not got result yet. Anyone is having working set please share it to me. Thanks in Advance Krs
  • LPC11C24 SYST SYSTICK
    Hi everyone, Is The library of LPC11C24 suitable for using SYSTICK pripheral as a delay function? Beacause in its keil library there are no some of registers to modify like SYST_CSR, SYST_RVR and SYST_CV...
  • Unexpexted value in flash memory in lpc11c24.
    Hi I am using a lpc11c24 (ARM cortexM0) microcontroller. I have remapped the vector addresses after 0x2000. The memory allocation for my code starts from 0xC1. The prior addresses are the default...
  • Controlling of Servo Motor Using LPC11C24
    I am having an FS90R Continous Servo Motor with 3 wires. 1.Vss 5V 2.PWM Signal 3. Gnd I have already initalized the PWM Signal through 16bit Timer Function from LPC11C24 Sample Program...