• Generating variable frequency in LPC11xx
    Hi all!! How to generate variable frequency in lpc11xx controller, currently i'm getting fixed frequency on pin 27[CT16B0_MAT0] of 96.2hz, but I need to generate freq from 6hz to 20hz. Below...
  • Regarding LPC1114FBD48 controller-frequency generation
    Hi Friends, presently I'm using the micro controller LPC1114FBD48 of ARM family. now i'm generating the frequency in the range of 9.6hz to 12hz using timer registers and interrupts. now i had...
  • Step by step ...HOW TO CREATE A LIBRARY?
    Hi all! i am working on a project where i need to control an external ADC chip with an unusual SPI interface. in other risks (and other compilers) i did this with inline assembly succesfully. With UV2...
  • High frequency pulse generation using PWM in LPC1768
    Hello, I want to generate 10MHZ frequency using PWM pin in LPC1768 . I used to load cycle rate of 1us and PWM peripheral clock of 100MHZ . But I can't able to generate the pulse for that. ...
  • How to set the clock frequency?
    So there is no option in the compiler to set the clock frequency of the processor....How will that be handled? Do i need to edit the Makefile?