• to generate square wave of 10khz using timers
    i want a code to generate 10khz square wave using timers in lpc2138.plz reply to this message.
  • 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. ...
  • pulse generation
    Hi,I wrote this .ini file as signal function to my program: SIGNAL void int0_signal (void) { int i=0 int j=0; while (1) { while(i<35) { PORT8 |= 0x01; /* pull PORT 3.0 high */ swatch (0.001);...
  • want to switch pll at different frequency
    Hello, want to switch PLL at differernt frequency and want to know the feedback mechanism whether its lock or not using below code for fix mdec and pdec value . } void setting_MDEC_PDEC(int mdec...
  • to generate PWM pulse
    sir i have created the pwm pulse for 5MHz in that my first channel should be of 50% and my second should be of 50% inverse to the first one and my third should be of 37% and 12.55.i am not getting the...