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 farzinkalali

  1. F

    [AVR] need help on attiny 24

    hi I am trying to write a program in bascom for attiny24 that after counting 200 pulses set the pina.2 would you please help me my program is like this do you find any mistake on it? it compiled successfully on bascom with no errors but when I load it on proteous 7 for simulation it doesn't...
  2. F

    [AVR] counter program for attiny24

    it compiled successfully it dosen't work when I load it on proteous 7 it seems that it get stuck in the loop and don't get out of loop even when the count reaches to 200
  3. F

    [AVR] counter program for attiny24

    hi I am trying to write a program in bascom for attiny24 that after counting 200 pulses set the pina.2 would you please help me my program is like this $regfile = "attiny24.dat " $crystal = 8000000 Config Timer0 = Counter , Edge = Rising Start: Tcnt0 = 0 Do Loop Until Tcnt0 = 200 End...
  4. F

    [AVR] help for programming atmega8

    hi I write a program on bascom for atmega8 that suppose to make 16 pulses when the pinb.1 is 0 I want to use calibrated internal RC oscillator for atmega8 I have tried the program on Proteus simulator and it works but on the board doesn't work I think the problem is on how to program the chip...

Part and Inventory Search

Back
Top