AVR MCU Tutorial - configure the development environment

Today, close to National Chiao Tung University Institute visited the exhibition design, nothing less than the two themes: Arduino, Python.

About Python, I was most impressed by a Python programmer: you want to hard-core, you can go there to see Java.

Come on, are 9102 years, Java has been regarded as a hard-core? Python is a handy, Java or updated version too fast? The real hard core, absolutely BrainFuck must go, if you want to be realistic, but also C ++, Haskell generation, when Java at the time of their mouth called hard core, I think I can change up a booth.

So I went to all the Arduino floor. Arduino to see so many, I can not help wondering, though Arduino development board is the most common, but that does not mean there is no trace of STM32, right? Ask to know, he is a professor asking them to use the Arduino, I also speechless.

With a designer chatted for a few good works, he said, while controlling the steering and control the speakers can not delay the rhythm of music speaker output will be chaos. My first reaction, of course he did not interrupt timer, a question is really the case, and he did not know the timer interrupt do not know. I also do not want to say, say good-bye.

After visiting the exhibition, I was more determined to be a good idea to write this tutorial.

 

The above is nonsense, let's configure the development environment now.

 

Quick Links: download  installation configuration

 

1 Overview

We want to install the following three software:

Studio 7.0 Atmel (abbreviated AS7), is the Atmel microcontroller to its own launch the IDE;

AVRDUDESS , support multiple downloader AVR microcontroller programming tools AVRDUDE the GUI version, if you are familiar with the command line, directly AVRDUDE also OK;

Port Utility Serial (referred to as SPU), is a serial port communication tool, the interface is cleaner than similar software.

2. Download the installation package

Atmel Studio 7.0 Download: network installation package ; the offline installation package .

AVRDUDE Download: The installation package ; compressed .

Download SPU: the installation package .

If the download is too slow, to find their own place to download.

In addition, SPU is billing software, free 30-day trial, for themselves. There are a lot of similar software can replace.

3. Install

AVRDUDE and the SPU follow the installation program on the line, do not speak.

In fact, AS7 can not speak, but the software is relatively large, some people install large software is always a little nervous, I still write about.

 

4. Configure

 

Guess you like

Origin www.cnblogs.com/jerry-fuyi/p/11317940.html