جستجو در تالارهای گفتگو
در حال نمایش نتایج برای برچسب های 'winavr'.
4 نتیجه پیدا شد
-
نرم افزار WinAVR از کامپایلرهای میکروکنترلرهای AVR به زبان C که قابلیت های فراوانی بخاطر داشتن کتابخانه های کامل و برنامه نویسی دارد که به برنامه نویسان حرفه ای میکروها توصیه می شود. دانلود نرم افزار WinAVR
- 1 پاسخ
-
- 2
-
- مهندسی برق
- میکروکنترلر
- (و 6 مورد دیگر)
-
Analog to Digital Converter (ADC) on ATMega8535
am in پاسخی ارسال کرد برای یک موضوع در زبان تخصصی برق
ATmega8535 provides the ADC with a resolution of 10 bits. ADC is connected to 8 channel Analog Multiplexer which allows formed eight single-ended input voltage is ADC0 to ADC7. Can also be configured into seven differential input channels with ADC1 as the common terminal and the other negative as a positive voltage input. Or a second differential input channels with a choice reinforcement (gain) 10x or 200x, ie ADC1, ADC0 and ADC3, ADC2. the use of ADC atmega8535 ADC has an analog supply voltage pin separate AVCC. AVCC voltage is ± 0.3V of VCC.-
- 1
-
- analog to digital converter
- atmega
- (و 23 مورد دیگر)
-
In this section, we describe the overall architecture of the Atmel AVR ATmega16.We begin with an introduction to the concept of the reduced instruction set computer (RISC) and briefly describe the Atmel Assembly Language Instruction Set. A brief introduction is warranted because we will be programming mainly in C throughout the course of the book. We then provide a detailed description of the ATmega16 hardware architecture. Reduced Instruction Set Computer Microcontroller operation is controlled by a user-written program interacting with the fixed hardware architecture resident within the microcontroller. A specific microcontroller architecture can be categorized as accumulator-based, register-based, stack-based, or a pipeline architecture. The Atmel ATmega16 is a register-based architecture. In this type of architecture, both operands of an operation are stored in registers collocated with the central processing unit (CPU). This means that before an operation is performed, the computer loads all necessary data for the operation to its CPU. The result of the operation is also stored in a register. During program execution, the CPU interacts with the register set and minimizes slowermemory accesses.Memory accesses are typically handled as background operations. Coupled with the register-based architecture is an instruction set based on the RISC concept. A RISC processor is equipped with a complement of very simple and efficient basic operations. More complex instructions are built up from these very basic operations. This allows for efficient program operation. The Atmel ATmega16 is equipped with 131 RISC-type instructions. Most can be executed in a single clock cycle. The ATmega16 is also equipped with additional hardware to allow for the multiplication operation in two clock cycles. In many other microcontroller architectures, multiplication typically requires many more clock cycles. For additional information on the RISC architecture, the interested reader is referred to Hennessy and Patterson [3]. The Atmel ATmega16 [2] is equipped with 32 general purpose 8-bit registers that are tightly coupled to the processor’s arithmetic logic unit within the CPU. Also, the processor is designed following the HarvardArchitecture format.That is, it is equipped with separate, dedicated memories and buses for program and data information. The register-based Harvard Architecture coupled with the RISC-based instruction set allows for fast and efficient program execution and allows the processor to complete an assembly language instruction every clock cycle. Atmel indicates the ATmega16 can execute 16 million instructions per second when operating at a clock speed of 16 MHz.
-
- data sheet
- datasheet
-
(و 23 مورد دیگر)
برچسب زده شده با :
-
مانند نرم افزارهای دیگر با نام های مختلف تنها یک ابزار ساده نرم افزاری در اختیار ما قرار نمی دهد. بلکه WinAVR مجموعه کاملتری از ابزارهاست. این ابزارها شامل (avr-gcc (the command line compiler و avr-libc (thecompiler library that is essential for avr-gcc) و ( Programmers notpad (editor و ... این ابزار ها همگی برای سیستم عامل Windows پیش بینی شده اند و توسط یک installer قدرتمند نصب می شوند. (نرم افزاری که فایل های مورد نیاز برنامه در حال نصب را در سیستم عامل شما جایگزاری می کند.) مقاله زیر به صورت PDF در مورد آشنایی بیشتر با نرم افزار WinAVR می باشد که امیدوارم بدردتون بخوره. دانلود مقاله سایر مطالب آموزشی در مورد این نرم افزار رو تو این تاپیک بزارین.