Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by sangeetha sangu

  1. S

    some problem in the rpm code for gettting the dutycycle in the OCR

    hi, can any one please help me with this code we are not able to sortout were the overflow is happening we have tried a lot to sort it out. /******************************************************* This program was created by the CodeWizardAVR V2.60 Evaluation Automatic Program Generator ©...
  2. S

    writing a code in emdedded c

    thanks a lot
  3. S

    writing a code in emdedded c

    hi , is it enough to study the datasheet of the particular microcontroller if i know the c language to write the code in embedded c language and googling many sample programs.i just want know how to start with embedded c programs
  4. S

    problem in generating the pwm output

    hi, i have posted the code ,please can anyone tell me what is the problem in generating the pwm output int freq,rpm,prpm,k; interrupt service routine { k++ portb=0x02; } input capture service routine int crpm=tcnt1; freq=tcnt1; if(tov1) { rpm=((tov1*65535)/freq)+((crpm-prpm)/freq)...
  5. S

    embedded c program to count the RPM for every pluse

    hi, can any one help me with the code to count the RPM for every pluse
  6. S

    code to get the duty cycle in atmega8 using timers

    hi ,i need a code to get a duty cycle in atmega8 using timer/timers

Part and Inventory Search

Back
Top