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 crowinu

  1. C

    How to write a C program to make blinking LED with 1 sec delay?

    Re: Blinking LED what you mean by 1 second delay, the delay between on and off state??
  2. C

    ATMEGA32 Sample progrms

    atmega32 assembly but in your code you are not using U2X bit. so you need to look on the U2X = 0 column of the table.
  3. C

    ATMEGA32 Sample progrms

    atmega32 avr studio cause if you read well the table on pg 165 of the datasheet it says that @UBRR 12 baudrate is 4800 @ 1MHz
  4. C

    Help me in atmega32 (source code in C using AVR studio 4)

    Re: Help me in atmega32 (source code in C using AVR studio 4 i think he wants to convert his asm programs to C ?
  5. C

    Help me in atmega32 (source code in C using AVR studio 4)

    avr bibin john code yes i think its in the new version of avr studio 4. check the link: http://www.avrfreaks.net/index.php?module=FreaksTools&func=viewItem&item_id=258
  6. C

    Help me in atmega32 (source code in C using AVR studio 4)

    source code in c atmega32 if i'm not mistaken AVR studio already support winavr all you need to do is install winavr. im not sure though
  7. C

    ATMEGA32 Sample progrms

    atmega32 example code now in the simulation (ISIS) set the atmega clock frequency to 1Mhz and set the virtual terminal baudrate to 4800 this should work.
  8. C

    Help me in atmega32 (source code in C using AVR studio 4)

    help in atmega32 assembly source code so what's the real problem if you know C language ?
  9. C

    ATMEGA32 Sample progrms

    atmega32 sample your UBRR register is set incorrectly. check on the datasheet of the atmega32 pg165, i also tried to simulate it on proeus it worked fine. in that table found in page 165 you have the UBRR value for certain baudrates @ Fosc 1Mhz.
  10. C

    How to drive turn on this DC motor using PIC16F877A??

    turn on pic16f877a you need a driver which drives the motor.
  11. C

    Help me in atmega32 (source code in C using AVR studio 4)

    avr studio atmega32 codes do you know c language ?
  12. C

    Database projects suggestions

    what are you trying to do exactly? where is the microcontroller taking part in this project?
  13. C

    Stepper Motor Interfacing

    what type of stepper are you using? you cannot connect a stepper directly to the micro since output current from ports is to small. you nee a driver. such as l297 etc
  14. C

    How to do multi tasking on AVR ?

    multitasking avr yep thats a nice rtos it has also examples and explanation of api's etc. good site and rtos
  15. C

    ATMEGA32 Sample progrms

    sample atmega programs villuribhanu what frequency are you using (Fosc) ?

Part and Inventory Search

Back
Top