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 K-PAX

  1. K

    Creat a table in 8051

    hi 8-) i want to create a table to get acces to numbers after a 1s delay can anybody help with this code? cseg at 0h START: MOV TMOD,#01H ;TIMER0 IN MODE 1 MOV TH0,# 0CH MOV TL0,# 0A3H SETB TR0 ; ENABLE TIMER 0 MOV R2,#20 ADD A,#TABELA movC A,@A+PC DELAY:JNB...
  2. K

    Generate a square wave with duty-cicle of 50% on 8051

    now i whant to use timer 0 to do the square wave with the same duty-cycle....how i know the number that i have to put in TH0 and TL0? is there any formula to calculate thaat?
  3. K

    Generate a square wave with duty-cicle of 50% on 8051

    this was built in my university. thanks for the help m8
  4. K

    Generate a square wave with duty-cicle of 50% on 8051

    this is a prefab board, iam using a external hardware to programmer. Do you know any good book with exercises about it?
  5. K

    Generate a square wave with duty-cicle of 50% on 8051

    Iam using the atme at89c51rd2.
  6. K

    Generate a square wave with duty-cicle of 50% on 8051

    THIS just training exercices for the final exam. but i have some doubts. like the function CSEG AT WHY DOES i have to specifie an adress?
  7. K

    Generate a square wave with duty-cicle of 50% on 8051

    hello! i´am using the 8051 microcontroller with 12MHZ crystal, and i want to generate a square wave with the frequency of 5KHZ which gives a 50% of duty cycle. how can i control delay time thar i have to use?and how i can do to control it. The last question that i have is why does i have to use...

Part and Inventory Search

Back
Top