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.

40Khz Square generator with Atmel AVR

Status
Not open for further replies.

eehero

Full Member level 3
Joined
Nov 23, 2005
Messages
169
Helped
13
Reputation
26
Reaction score
5
Trophy points
1,298
Location
Libya
Activity points
2,620
atmel avr dds signal generator

i am going to write a code that allow my avr to generate a sqaure wave oscillator of 40khz, any one can do some help with me
 

avr generator 40khz

Which AVR chip you are using? If it supports clear-on-compare match you just need to setup your timer to use this feature, after that timer will automatically take care of toggaling the output line at required frequencey and you can use the processor for doing some other work. (ATMEAG128 has this feature)
 

signal generator with atmega

DDS signal generator based on Atmel microcontroller:
**broken link removed**
 

signal generator with atmega

Use avr timers.
Goto avr atmel page (**broken link removed**) and look to application note "AVR130: Setup and use the AVR Timers".
 

generator 40khz

i am going to use atmega8515, atmega32
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top