-
Datei
iom128.h
/* iom128.h - AVR ATmega128 defines Contributors: Created by Peter Jansen <peter@smartcontainer.net> THIS SOFTWARE IS NOT COPYRIGHTED This source code is offered for use in the public domain. You may use, modify or distribute
in „AVRGCC und neue Megas?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iom128.h
/* iom128.h - AVR ATmega128 defines Contributors: Created by Peter Jansen <peter@smartcontainer.net> THIS SOFTWARE IS NOT COPYRIGHTED This source code is offered for use in the public domain. You may use, modify or distribute
in „Problem mit Mega128 USART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TPS_UP.h
/* Quarz mit 8 Mhz */ // Include Dateien #include <math.h> #include <avr/io.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <util/delay.h> #include <avr/eeprom.h> // Tasten #define S1 PINB0 #define S2 PINB2 // Eingänge #define E1 PINA0 #define E2 PINA1
in „AVR TTiny 461 Pullup nicht aktiv?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Rollladensteuerung.pdf
für 19 bzw. 18 Sekunden gefahren. Rollladen-Steuerung Beschreibung Copyright (c) BBC-Hörer 2017 - 28 - 10 Quellcode und dessen Copyright Die Programmierung erfolgt in der Programmiersparache „C“ unter Nutzung der AVR-GCC Toolchain V4.7.2 und der Eclipse „neon.2“ IDE. Der größte Anteil des Quellcode
-
Datei
AssemblerTest002_schlank.ino.asm
5c: 0c 94 3e 00 jmp 0x7c ; 0x7c <__bad_interrupt> 60: 0c 94 3e 00 jmp 0x7c ; 0x7c <__bad_interrupt> 64: 0c 94 3e 00 jmp 0x7c ; 0x7c <__bad_interrupt> 00000068 <__ctors_end>: 68: 11 24 eor r1, r1 6a: 1f be out 0x3f, r1 ; 63 6c: cf ef ldi r28, 0xFF ; 255 6e: d8 e0 ldi r29, 0x08 ; 8 70: de bf out 0x3e, r29 ; 62 72: cd bf out 0x3d, r28 ; 61 74: 0e 94 40 00 call 0x80 ; 0x80 <main> 78: 0c 94 4e 00 jmp 0x9c ; 0x9c <_exit> 0000007c <__bad_interrupt>: 7c: 0c 94 00 00 jmp 0 ; 0x0 <__vectors> 00000080 <main>: .global main .global TIMER1_OVF_vect
in „AVR Assembler Probleme mit Power Down Code“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
*****************************************************************/ #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include <util/delay.h> #include "lcd.h" /* ** constants/macros */ #define DDR(x) (*(&x - 1)) /* address of data direction register of port x */ #if defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* on ATmega64/128 PINF is on port 0x00 and not 0x60 */ #define PIN(x) ( &PORTF==&(x) ? _SFR_IO8(0x00) : (*(&x - 2)) ) #else #define PIN(x) (*(&x - 2)) /* address of input register of port
in „Probleme mit LCD-Display und SPI Übertragung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
*****************************************************************/ #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include <util/delay.h> #include "lcd.h" /* ** constants/macros */ #define DDR(x) (*(&x - 1)) /* address of data direction register of port x */ #if defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* on ATmega64/128 PINF is on port 0x00 and not 0x60 */ #define PIN(x) ( &PORTF==&(x) ? _SFR_IO8(0x00) : (*(&x - 2)) ) #else #define PIN(x) (*(&x - 2)) /* address of input register of port
in „LCD-Display Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
*****************************************************************/ #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include <util/delay.h> #include "lcd.h" /* ** constants/macros */ #define DDR(x) (*(&x - 1)) /* address of data direction register of port x */ #if defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* on ATmega64/128 PINF is on port 0x00 and not 0x60 */ #define PIN(x) ( &PORTF==&(x) ? _SFR_IO8(0x00) : (*(&x - 2)) ) #else #define PIN(x) (*(&x - 2)) /* address of input register of port
in „Initialisierung 204b LCD mit ST7066U“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR_Stamp_sheet_V1_1.pdf
A C3 24 XTAL1 (AD3)PA3 48 A3 1 1 +3V3 22p C4 49 A2 ARESET 2 2 +5V 62 (AD2)PA2 50 A1 3 3 A18 / PE4 64 AREF (AD1)PA1 51 A0 D0 4 4 A17 PE3 100n AVCC (AD0)PA0 D1 A16 PE2 63 AGND 5 5 (OC0A/OC1C/PCINT7)PB7 17 PB7 D2 6 6 A15 VCC 16 PB6 D3 7 7 A14 21 (OC1B/PCINT6)PB6 15 PB5 D4 8 8 A13 52 VCC (OC1A/PCINT5)PB5
in „Z180-Stamp Modul“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
testHardware.lst
prologue: function */ 22 /* frame size = 0 */ 23 /* epilogue start */ 24 .LM2: 25 0000 0895 ret 26 .LFE6: 28 .global main 30 main: 31 .LFB7: 32 .LM3: 33 /* prologue: function */ 34 /* frame size = 0 */ 35 .LBB14: 36 .LBB15: 37 .LBB16: 38 .LBB17: 39 .LM4: 40 0002 28EA ldi r18,lo8(25000) 41 0004 31E6 ldi r19,
in „Auswahl der Hardware durch Präprozessor“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATmega1284P_128KByte.pdf
Reprogrammable Flash Program Memory The ATmega164A/164PA/324A/324PA/644A/644PA/1284/1284P contains 16/32/64/128Kbytes On-chip In- System Reprogrammable Flash memory for program storage. Since all AVR instructions are 16 or 32 bits wide, the Flash is organized as 32/64 x 16. For software security, the Flash
in „ATmega1284P versus ohne P“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bm01.asm
bm01.elf: file format elf32-avr Disassembly of section .text: 00000000 <__vectors>: 0: 0c 94 3e 00 jmp 0x7c ; 0x7c <__ctors_end> 4: 0c 94 50 00 jmp 0xa0 ; 0xa0 <__bad_interrupt> 8: 0c 94 50 00 jmp 0xa0 ; 0xa0 <__bad_interrupt> c:
in „FixedPoint in C und C++“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Atmega128_doc2467.pdf
(0 - 64K x 8) (0 - 64K x 8) $FFFF $FFFF 20 ATmega128 2467R–AVR–06/08 ATmega128 Data Memory Access This section describes the general access timing concepts for internal memory access. The Times internal data
in „ATMEGA128 Timer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVRISPmkII_UG.pdf
minimum hardware and software requirements are: • Pentium (Pentium II and above is recommended) • 64 MB RAM • 100 MB Free Hard Disk Space for installation of AVR Studio 4.12 or later • Windows® 98, Windows ME, Windows® 2000 or Windows® XP • USB port, self-powered (200mA required) Note: Windows 95 and
in „AVRISP mkII - 10-polig?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVRISPmkII_UG.pdf
minimum hardware and software requirements are: • Pentium (Pentium II and above is recommended) • 64 MB RAM • 100 MB Free Hard Disk Space for installation of AVR Studio 4.12 or later • Windows® 98, Windows ME, Windows® 2000 or Windows® XP • USB port, self-powered (200mA required) Note: Windows 95 and
in „ISP Leiterbahnen an ATMega328 funktionieren nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
remote.hex.asm
; reassembly of "remote.hex" ; created by ReAVR V3.2.0 ; at 2008/12/02 - 18:30:37 ; for Atmel AVR assembler ;--------------------------------------- ; AVR_TYPE=<unknown> ; FLASH_SIZE=8KB ; SRAM_START=0x60 ;---------------------------------------
in „[AVR] Fernbedienungscodes suchen und ändern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MyPC_sch.pdf
_SCL_PE1 36 PE_OC0B 4 PF_MISO OC0C_/OC0B_RXD0_PE2 37 AVR_RX 3.3V 2 PF_SCK D OC0D_OC0B_TXD0_PE3 39 AVR_TX 3.3V 100n 1 N /OC0C_OC1A_/SS_PE4 40 S65_CS C12 3 G OC0C_OC1B_XCK1_MOSI_PE5 41 S65_DATA L 1 3 /OC0D_RXD1_MISO_PE6 42 S65_LED SPI OC0D_TXD1_SCK_CLKO_EVO_PE7
in „Bitte Schaltplan&Layout checken“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AppNotePCATKeyboardInterface.pdf
UART_buffer; if(--buff_cnt == 0) // If buffer is empty: UCR = UCR && (1<<UDRIE); // disabled interrupt } 4 AVR313 AVR313 Kb.c #include <pgmspace.h> #include "kb.h" #include "serial.h" #include "gpr.h" #include "scancodes.h" #define BUFF_SIZE 64 unsigned char edge, bitcount;// 0 = neg. 1 = pos. unsigned char
in „PS/2 Keyboard an ATmega8“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AppNotePCATKeyboardInterface.pdf
UART_buffer; if(--buff_cnt == 0) // If buffer is empty: UCR = UCR && (1<<UDRIE); // disabled interrupt } 4 AVR313 AVR313 Kb.c #include <pgmspace.h> #include "kb.h" #include "serial.h" #include "gpr.h" #include "scancodes.h" #define BUFF_SIZE 64 unsigned char edge, bitcount;// 0 = neg. 1 = pos. unsigned char
in „Tastatur am ATmega 8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MD_NMRA_DCC.c
/* MD Electronics (c) 2016 Represent a full NMRA DCC library */ #include <avr/wdt.h> #include <avr/delay.h> #include <avr/eeprom.h> #include <avr/interrupt.h> #include "MD_NMRA_DCC.h" //HERE YOU IMPLEMENT ALL FUNCTIONS! #if (DCC_Brakegen_Activ) inline void DIS_BRAKE(void) { PORTC
in „FULL NMRA DCC Library, Encoder, Generator, Bremsmodul“ · Projekte & Code ·
-
Datei
master.c
//TWI I2C MASTER //9/2009 //flori-da@web.de // //Takt=1MHz // #include <avr/io.h> #include <stdint.h> #include <util/delay.h> #define false 0 #define true 1 #define bitrate 255 #define ADRESSE_SLAVE 127 //#define F_CPU 1000000; //1Mhz void TwiIni(void); uint8_t TwiMaTrans(volatile
in „Problem mit TWI / SCL geht nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
master.c
//TWI I2C MASTER //9/2009 //flori-da@web.de // //Takt=1MHz // #include <avr/io.h> #include <stdint.h> #include <util/delay.h> #define false 0 #define true 1 #define bitrate 255 #define ADRESSE_SLAVE 127 //#define F_CPU 1000000; //1Mhz void TwiIni(void); uint8_t TwiMaTrans(volatile
in „TWI / I2C einf. MASTER SLAVE Beispiel(Assembler) ATmega8“ · Projekte & Code ·
-
Datei
dogm-graphic.h
#ifndef DOGMGRAPHIC_H_INCLUDED #define DOGMGRAPHIC_H_INCLUDED #include <avr/io.h> #include <inttypes.h> #include <string.h> #include <util/delay.h> #include <avr/pgmspace.h> #include "font.h" /***************************************************************************** * BEGIN
in „LCD Init an Atmega128 hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
12864UCY3_SSD1325.c * * Created: 06.09.2016 23:31:38 * Author : */ #define F_CPU 8000000UL #include <avr/io.h> #include <avr/delay.h> #include <avr/pgmspace.h> #include <avr/eeprom.h> #include "font.h" #include "ssd1325.h" uint8_t OLED_PIXEL[2][65][129]; uint8_t OLED_STATUS[10][128]; uint8_t OLED_LAYER_SHIFT
in „AVR Mega1284, Fontarray zu groß -> wie in Flash?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
14_4_T13_I2C_PCF_LCD_MC.asm
------------- ;* [.cseg] 0x000000 0x00017c 380 0 380 1024 37.1% ;* [.dseg] 0x000060 0x000060 0 0 0 64 0.0% ;* [.eseg] 0x000000 0x000000 0 0 0 64 0.0% ;* LCD write whole display within 87 msec for LCD 1602 2 line,16 characters ;* ;* **** original source code I2c partly coming from ************* ;* Author
in „AVR ATtiny13 I2C PCF8574 LCD Display Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sketch_mar13a.ino.mitKonstruktor.asm
5c: 0c 94 46 00 jmp 0x8c ; 0x8c <__bad_interrupt> 60: 0c 94 46 00 jmp 0x8c ; 0x8c <__bad_interrupt> 64: 0c 94 46 00 jmp 0x8c ; 0x8c <__bad_interrupt> 00000068 <__ctors_end>: 68: 11 24 eor r1, r1 6a: 1f be out 0x3f, r1 ; 63 6c: cf ef ldi r28, 0xFF ; 255 6e: d8 e0 ldi r29, 0x08 ; 8 70: de bf out 0x3e, r29 ; 62 72: cd bf out 0x3d, r28 ; 61 00000074 <__do_clear_bss>: 74: 21 e0 ldi r18, 0x01 ; 1 76: a0 e0 ldi r26, 0x00 ; 0 78: b1 e0 ldi r27, 0x01 ; 1 7a: 01 c0 rjmp .+2 ; 0x7e <.do_clear_bss_start> 0000007c <.do_clear_bss_loop>: 7c:
in „c++ static class mit und ohne Konstructor“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Transistortester097k.pdf
8-bit AVR with 4/8/16/32KBytes In-System Programmable Flash - ATme- ga48 - ATmega328,. Manual, 8271D-AVR-05/11, 2011 [4] Atmel Corporation Atmel AVR126: ADC of megaAVR in Single Ended Mode,. Application Note, 8444A-AVR-10/11, 2011 [5] Atmel Corporation Atmel AVR121: Enhancing ADC resolution by oversampling,. Application Note, 8003A-AVR-09/05, 2005 [6] http://en.wikibooks.org/wiki/LaTeX LaTeX documentation,. Guide
-
Datei
dcf-clock.c
//DCF-Uhr mit LCD20x4 //ATmega8 @ 16 MHz //Autor: Johannes Mashighski //Version 2010-02-28-00-11 //AVR-Studio 4.18 Build 692, WinAVR 20100110 //Header Dateien // #define F_CPU 8000000UL #include <avr/io.h> #include <avr/interrupt.h> #include <avr/sleep.h> #include <stdlib.h> #include <lcd-routines.h
in „Terrariensteuerung: DCF & 1-Wire zugleich?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Akkulader_Beschreibung.pdf
hat 1 Minute erreicht .EQU b32m = 1 ; Timer Interrupt 4 Secunden, 32 ADCMessungen komplett .EQU b64Hz = 0 ; Timer Interrupt 64 Hz Tick ; ; BitDefinitionen für das Anzeigeflag rFlgD ; .EQU bUHex = 7 ; Zeige Ergebnisse in Hex ber UART an (Debug) Akkulader, Beschreibung 16 info@avr-asm-tutorial.net .
in „2A 1s Li-ion Lader + Protection“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
LED-PWM_Tiny13A.c
um die LEDs auch an- und auszuschalten und den Stromverbrauch zu senken. * * * Hilfestellungen: * - AVR-GCC-Tutorial auf der Seite http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial#Zugriff_auf_IO-Ports * - Zusätzliche Tutorials (ADC, Interrupts und Timer/Zähler/PWM) im verlinkten Tutorial unter "Weiterführende Tutorials" * * Dieses Programm wurde erstellt mit dem frei verfügbaren AVR-Studio/Atmel-Studio von ATMEL * * Created: 28.04.2015 09:48:48 * Author: Lars Mielchen, TE-13B */ #include <avr/io.h> #include <avr/interrupt.h> //***************************************************
in „AVR-Studio Simulation/Debugging springt nicht in ISR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
send.c
#include <avr/io.h> #include <avr/interrupt.h> ISR(SIG_USART_RECV); void error(void); int main(void) { MCUCSR |= (1<<JTD); MCUCSR |= (1<<JTD); UBRRH = 0; // Datenrate UBRRL = 0x67; // 9600 Baud UCSRC = (1<<URSEL)
in „Problem mit I2C Bus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc7707.pdf
ms 896 ms 0 0 1 1 16K (16384) cycles 0.875 s 1.75 s 0 1 0 0 32K (32768) cycles 1.75 s 3.5 s 0 1 0 1 64K (65536) cycles 3.5 s 7 s 0 1 1 0 128K (131072) cycles 7 s 14 s 0 1 1 1 256K (262144) cycles 14 s 28 s 1 0 0 0 512K (524288) cycles 28 s 56 s 1 0 0 1 1024K (1048576) cycles 56 s 112 s 1 0 1 0 1 0 1 1
in „AVR (AT90USB162) - Sleep Mode und PCINT“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
7SegmentTacho.c
/Vordefinieren für delay.h #define F_CPU 1000000UL //Definition von F_CPU in Herz #endif #include <avr/io.h> //Grundfunktionen #include <avr/interrupt.h> //Interruptheader #include <inttypes.h> #include <util/delay.h> //Warteschleifen #include <avr/eeprom.h> //Konstanten //Hier kann man den Code an seine
in „ATmega EEPROM Schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Attiny24a-44a-84a.pdf
defined as described in Figure 4-3 below. Figure 4-3. The X-, Y-, and Z-registers 15 XH XL 0 9 8183F–AVR–06/12 X-register 7 0 7 0 R27 (0x1B) R26 (0x1A) 15 YH YL 0 Y-register 7 0 7 0 R29 (0x1D) R28 (0x1C) 15 ZH ZL 0 Z-register 7 0 7 0 R31 (0x1F) R30 (0x1E) In the different addressing modes these address
in „Kann jemand über meine Inialisierung drüberfliegen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
D550_CAN_BUS_Interface.pdf
Installation and maintenance 5806 en - 2022.10 / g D550 CAN BUS Interface This manual concerns the alternatorAVR which you have just purchased. We wish to draw your attention to the contents of this maintenance manual. SAFETY MEASURES WARNING Before using your machine for the first time, it isThis AVR can be incorporated
-
Datei
fat.c
/* * Doku, siehe http://www.mikrocontroller.net/articles/AVR_FAT32 * Neuste Version: http://www.mikrocontroller.net/svnbrowser/avr-fat32/ * Autor: Daniel R. */ #include <string.h> #include "mmc_config.h" #include "fat.h" #include "file.h" #include "mmc.h" struct
in „MMC SD library FAT16 FAT32 read write“ · Projekte & Code ·
-
Datei
fat.c
/* * Doku, siehe http://www.mikrocontroller.net/articles/AVR_FAT32 * Neuste Version: http://www.mikrocontroller.net/svnbrowser/avr-fat32/ * Autor: Daniel R. */ #include <ctype.h> #include <string.h> #include "mmc_config.h" #include "fat.h" #include "file.h" #
in „MMC SD library FAT16 FAT32 read write“ · Projekte & Code ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.5.2.2 2004/02/27 22:00:28 peter Exp $ Software: AVR-GCC 3.3 Hardware: any AVR with built-in UART, tested on AT90S8515 at 4 Mhz and ATmega at 1Mhz DESCRIPTION: An interrupt is generated when the UART has finished transmitting
in „UART im AVR Studio simulieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
display.c
(color>>8)); write_d((unsigned char) (color>>0)); } } } void write_c(unsigned char out_command) { AVR32_GPIO.port[0].ovrc = (1 << (OLED_DC & 0x1F))|(1 << (OLED_CS & 0x1F)); // DC = 0, CS = 0 AVR32_GPIO.port[1].ovrc = (1 << (OLED_RW & 0x1F))|0xff; // WR = 0 AVR32_GPIO.port[1].ovrs = out_command; AVR32
in „Problem mit Inbetriebnahme OLED UG-2828GDEDF11“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TouchScreen.c
#include <avr/interrupt.h> #include <avr/io.h> #include <avr/eeprom.h> #define EEPROM __attribute__ ((section(".eeprom"))) //-------------------------------------------------------------- // key codes //---------
in „eDIP240-7 und SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fft.c
#include <avr/pgmspace.h> #include "fix_fft.h" #include <WProgram.h> /* fix_fft.c - Fixed-point in-place Fast Fourier Transform */ /* All data are fixed-point short integers, in which -32768 to +32768 represent -
in „FFT Library von Elm-Chan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RFID-Reader-Modul.c
Projektname : RFID-Reader-Modul / Dateiname : RFID-Reader-Modul.c / Version : 1.0.0 - ATtiny2313 / Datum : 28.12.2013 / Compiler : WinAVR 20100110 libc 1_7_1 / Autor : Johannes Kretzmann / Copyright : johannes.kretzmann@projektsammlung.de / www.projektsammlung.de / / / / Mikrocontroller: ATtiny2313 / -------
in „Attiny2313 eeprom Fragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
LCD_PORT /**< port for Enable line */ #define LCD_E_PIN 6 /**< pin for Enable line */ #elif defined(__AVR_AT90S4414__) || defined(__AVR_AT90S8515__) || defined(__AVR_ATmega64__) || \ defined(__AVR_ATmega8515__)|| defined(__AVR_ATmega103__) || defined(__AVR_ATmega128__) || \ defined(__AVR_ATmega161__) || defined(__AVR_ATmega162__) || defined(__AVR_AT90S4433__) /* * memory mapped mode is only supported when the device has an external data memory interface */ #define LCD_IO_DATA 0xC000 /* A15=E=1, A14=RS=1 */ #define
in „winziges Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Datasheet_ATmega1281_doc2549.pdf
Register File” on page 14. 21 2549L–AVR–08/07 Figure 8-2. Data Memory Map Address (HEX) 0 - 1F 32 Registers 20 - 5F 64 I/O Registers 60 - 1FF 416 External I/O Registers 200 Internal SRAM 21FF (8192 x 8) 2200 External SRAM (0 - 64K x 8) FFFF
in „LM73 über TWI/I2C mit Atmega1281 auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·