Compte Rendu TP N°1: Microcontroleur
Compte Rendu TP N°1: Microcontroleur
rendu TP N°1
microcontroleur
Réalisé par :
Ali benchekroun
Introduction:
Atmel Studio is an Integrated Development Environment (IDE)
for writing and debugging AVR®/ARM® applications in
Windows® XP/Windows Vista®/Windows 7/8 environments.
Atmel Studio provides a project management tool, source file
editor, simulator, assembler, and front-end for C/C++,
programming, and on-chip debugging.
1.Open Atmel Studio.
3.The project generation wizard will appear. This dialog provides the option to
specify the programming language and project template to be used.
4.Next, it is necessary to specify which device the project will be developed for. A list of
devices will be presented in the Device Selection dialog, which can be scrolled through,
as depicted in Figure 3.
Calcul de la temporisation :
Assuming that our Arduino AVR is running at 16 MHz (16 Million
clock cycles per second), how long does all this take?
T = 1/ F then T = 1 / 16E6
T = 0,0000000625 seconds, not precisely 0,06 us
Lab2 :