Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 611 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 611 Bytes

Config Timer0 in CTC Mode

MCU: ATmega32
Frequency: 8MHz

The waveform frequency is defined by the following equation:

$$ Frequency(OC0) = {clk \over 2 * Prescaler * ( 1 + OCR0 ) } $$

Prescaler: 1, 8, 64, 256 or 1024

Folder and Files Description

It has included:

  • Code_CodeVisionAVR (Code with C Language)
  • Simulate (Simulator File)

Simulate: v1.0

My GitHub Account: GitHub.com/AliRezaJoodi
Note: You can go here to download a single folder or file from GitHub.com