-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT USART0_RX_vect #define UART1_RECEIVE_INTERRUPT USART1
in „UART Auswertung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT USART0_RX_vect #define UART1_RECEIVE_INTERRUPT USART1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT USART0_RX_vect #define UART1_RECEIVE_INTERRUPT USART1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT SIG_UART0_RECV #define UART1_RECEIVE_INTERRUPT SIG_UART1
in „Float via UART an PC senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT SIG_UART0_RECV #define UART1_RECEIVE_INTERRUPT SIG_UART1
in „UART bei externer Stromquelle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT USART0_RX_vect #define UART1_RECEIVE_INTERRUPT USART1
in „avr dude Programm zu groß? Eclipse GCC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVRISPmkII_UG.pdf
ATtiny12 ATmega48 AT86RF401 ATtiny13 ATmega8 AT89S51 ATtiny15 ATmega88 AT89S52 ATtiny22 ATmega8515 AT90PWM2 ATiny2313 ATmega8535 AT90PWM3 ATtiny24 ATmega16 AT90CAN32 ATtiny26 ATmega162 AT90CAN128 ATtiny45 ATmega165 ATtiny861
in „AVRISP mkII - 10-polig?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVRISPmkII_UG.pdf
ATtiny12 ATmega48 AT86RF401 ATtiny13 ATmega8 AT89S51 ATtiny15 ATmega88 AT89S52 ATtiny22 ATmega8515 AT90PWM2 ATiny2313 ATmega8535 AT90PWM3 ATtiny24 ATmega16 AT90CAN32 ATtiny26 ATmega162 AT90CAN128 ATtiny45 ATmega165 ATtiny861
in „ISP Leiterbahnen an ATMega328 funktionieren nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
atmega32u2.patch
device descr. }, + // DEV_ATMEGA32U2 + // Get these data from the AVRStudio-Installation + // Atmel/AVR Tools/Partdescriptionfiles + { + "atmega32u2", + 0x958A, + 128, 256, // 32768 bytes flash + 4, 256, // 1024 bytes EEPROM + 29 * 4, // 29 interrupt vectors + DEVFL_MKII_ONLY, + atmega32u2_io_registers
in „avarice und atmega32u2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atmel_32uc.pdf
System – High-Performance Data Transfers on Separate Buses for Increased Performance 32-Bit Atmel AVR – 15 Peripheral DMA Channels Improves Speed for Peripheral Communication Internal High-Speed Flash Microcontroller – 512K Bytes, 256K Bytes, 128K Bytes Versions – Single Cycle Access up to 33 MHz –
in „V: ATMEL 32UC3A0512-U“ · Markt ·
-
Datei
TCBn_32Bit_Counter_Pulsweite_cascaded_ErrorTest_Form.ino
/* Arduino IDE 1.8.13 avr-gcc 10.2.0 AVR128DB48 Curiosity Nano Board https://github.com/SpenceKonde/DxCore 32Bit TCB Counter Pulsweitenmessung Taktausgang von TCA1: Pin PC4 Takteingang für TCB: Pin PA4 27.11.2020 https://www.mikrocontroller.net/topic/505708 */ #include <avr/io.h> #include <avr/interrupt.h> #include <util/atomic.h> volatile unsigned long countTimerCCMP_LSB; volatile unsigned long countTimerCCMP_MSB; volatile unsigned long countTimerTotal; volatile bool
in „AVR128DB48 - TCB 32Bit Counter“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_2313_encoder.c
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/sleep.h> #include <avr/pgmspace.h> #define ENCODER_PIN PIND #define PHASE_A (1<<PD1) #define PHASE_B (1<<PD0) #define CHARLIE_CNT 3 // max number of active LEDs volatile int8_t enc_delta; // -128 ... 127 volatile uint8_t flag_100ms; volatile uint16_t leds[CHARLIE_CNT]; // MUX data for charliplexing const uint16_t led_codes[16] PROGMEM = { // high byte -> DDRx, low byte -> PORTx 0x6040, // LED1
in „Wieder einmal Rotary Encoder ALPS STEC12“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define CLOCK_SPEED 16000000 //#include "debug.h" #include <avr/interrupt.h> #include <avr/io.h> #include "uart.h" #define TXQ_SIZE 256 uint8_t txq_head; volatile uint8_t txq_tail; static uint8_t txq_data[TXQ_SIZE]; #if defined (__AVR_ATmega128__) #define UCSRA
in „ATMega128-UART-empfangen&ausgeben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PWM_ADC.txt
#ifndef MCU #define MCU atmega48P #endif #ifndef F_CPU #define F_CPU 800000UL #endif #define true 1 #define false 0 #define STK500 false #include <avr/io.h> // Namen der IO Register #include <util/delay.h> // Funktionen zum warten #include <avr/interrupt.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <inttypes.h> #include <avr/pgmspace.h> // globale Variable uint16_t pwmtable_8B[8] PROGMEM = {0, 4, 8, 16, 32, 64, 128
in „Probleme mit der Verbindung PWM + ADC“ · 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 ·
-
PDF
catalog-3.pdf
-32 MPN: ATMEGA48-20AU [ID]: 000167 [Price]: 2.9214 USD Page 63/105 Bauteileliste vom 12.08.2022 [QTY]: 5 [Category]: Microcontrollers [Desc]: In a Pack of 5, Microchip, 8bit AVR Microcontroller, 20MHz, 4 kB Flash, 32
-
Datei
ssd1329.c
************************************************************************* // // Define the SSD1329 128x96x4 Remap Setting(s). This will be used in // several places in the code to switch between vertical and horizontal // address incrementing. Note that the controller support 128 rows while // the RIT
in „Doppelte Zeichengrösse für OLED-Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PC_DIMMER_AT90S2313.asm
****************************************************************************** ;PHOENIXstudios 230 128 Kanal PC_DIMMER Firmware v2.0b ;Copyright (c) 2005 by PHOENIXstudios ; ;Chip-Typ: Atmel AVR AT90S2313 DIP ;*******************************************************************************************
in „AT90S2313 Code für ATtiny2313 angleichen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PC_DIMMER_AT90S2313.asm
****************************************************************************** ;PHOENIXstudios 230 128 Kanal PC_DIMMER Firmware v2.0b ;Copyright (c) 2005 by PHOENIXstudios ; ;Chip-Typ: Atmel AVR AT90S2313 DIP ;*******************************************************************************************
in „PWM-Signal durch 3-Phasen-AC gestört?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
IRSND_OC2A, IRSND_OC2B, IRSND_OC0A, or IRSND_OC0B in irsndconfig.h # endif // IRSND_OCx #elif defined (__AVR_ATmega48__) \ || defined (__AVR_ATmega88__) \ || defined (__AVR_ATmega88P__) \ || defined (__AVR_ATmega168__) \ || defined (__AVR_ATmega168P__) \ || defined (__AVR_ATmega328P__) // ATmega48|88|168|168
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irsnd.c
IRSND_OC2A, IRSND_OC2B, IRSND_OC0A, or IRSND_OC0B in irsndconfig.h # endif // IRSND_OCx #elif defined (__AVR_ATmega48__) \ || defined (__AVR_ATmega88__) \ || defined (__AVR_ATmega88P__) \ || defined (__AVR_ATmega168__) \ || defined (__AVR_ATmega168P__) \ || defined (__AVR_ATmega328P__) // ATmega48|88|168|168
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
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
DZM.asm
LCD-Anzeige .equ c_LCD_4bit = 0b00000010 ; LCD in 4Bit-Mode setzen .equ c_LCD_offset = 0b00110000 ; d128(?) Offset fuer Addressierung der Anzeigen-Stellen .equ c_LCD_ASCII = 0b00110000 ; d48/x30 Offset fuer korrekte ASCII-Darstellung von Zahlen .equ c_Blaetter_Min = 0x01 ; Minimale Anzahl Blaetter .equ
in „Assembler: Problem mit Registerpaar“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ATmega32PWM.c
#define F_CPU 8000000L #include <inttypes.h> #include <avr/io.h> #include <util/delay.h> #include <avr/pgmspace.h> uint8_t pwmtable[180] PROGMEM = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 7, 7, 7
in „Hilfe für Dimmung einer Fertig-KSQ“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
z80.asm
done. cpi temp,1 breq dskDoItRead cpi temp,2 breq dskDoItWrite dskDoItRead: push adrl ;Convert from 128-byte LBA blocks to 512-byte LBA blocks lsr adrh ror adrl lsr adrh ror adrl ;Read 512-byte sector rcall mmcReadSect pop adrl ;Now, move the correct portion of the sector from AVR ram to Z80 ram ldi zl
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
col, char num) { char cl = col; char n = num,r1,r2,r3,r4; r1 = (n/100); lcd_putchar(row, cl++, r1 + 48); r2 = (n % 100); r3 = (r2 / 10); lcd_putchar(row, cl++, 46); // Dezimalpunkt lcd_putchar(row, cl++, r3 + 48); r4 = (r2 % 10); lcd_putchar(row, cl++, r4 + 48); } void lcd_putnumber4(int row, int col,
in „Komisches Verhalten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled_2313demo.c
12 | PB0 - AIN0 - PCINT0 GND | 10 11 | PD6 - ICP +-------------+ */ #include <stdint.h> #include <avr/io.h> #include <avr/pgmspace.h> #include <util/delay.h> /* ------------------------------------------------------------ Konfiguration ------------------------------------------------------------ */
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MapFile.txt
/bin/../lib/gcc/avr/4.5.1/avr51\libgcc.a(_exit.o) c:/program files/atmel/avr studio 5.0/avr toolchain/bin/../lib/gcc/avr/4.5.1/../../../../avr/lib/avr51/crtm1281.o (exit) c:/program files/atmel/avr studio 5.0/avr toolchain
in „AVR 5 Breakpoint Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT USART0_RX_vect #define UART1_RECEIVE_INTERRUPT USART1
in „ATmega UART spinnt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT USART0_RX_vect #define UART1_RECEIVE_INTERRUPT USART1
in „UART mit Atmega8 (Peter Fleury Library)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT USART0_RX_vect #define UART1_RECEIVE_INTERRUPT USART1
in „UART Bibliothek funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSR1A #define UART1_CONTROL UCSR1B #define UART1_DATA UDR1 #define UART1_UDRIE UDRIE1 #elif defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* ATmega with two USART */ #define ATMEGA_USART0 #define ATMEGA_USART1 #define UART0_RECEIVE_INTERRUPT USART0_RX_vect #define UART1_RECEIVE_INTERRUPT USART1
in „AVR Bootloader in C - Artikel“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
B-1220.pdf
C122 100 nF C134 100 µF (Polung beachten) C120 100 nF C119 100 nF C118 100 nF C74 1 nF C136 100 pF C128 1 nF C48 10 pF C44 22 pF C46 22 pF C47 5,6 pF C63 5,6 pF C73 5,6 pF C49 5,6 pF C131 1 nF C132 100 nF 21 MC3362 (HF, ZF und Oszillatoren) 22 MC3362 (HF, ZF und Oszillatoren) Nun löten wir das IC, die
in „JR 78 von DF5FC Schaltbild gesucht“ · HF, Funk und Felder ·
-
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
TCB_32Bit_Counter_Pulsweite.ino
/* Arduino IDE 1.8.13 AVR128DB48 Curiosity Nano Board https://github.com/SpenceKonde/DxCore 32Bit Counter Takteingang Pin PA4 Interruptmesspin für Oszi PB3 und PC3 */ #include <avr/io.h> #include <avr/interrupt.h> #include <
in „AVR128DB48 - TCB 32Bit Counter“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr.txt
interessant, die sich in die Programmierung der AVR Mikrocontroller einarbeiten wollen. Mit einfachen Assembler-Programmen wird ausprobiert, was sich mit den Input-Output-Registern eine AVR Mikrocontrollers so alles bewirken läßt. Um mit Assembler etwas
-
PDF
AVR053.pdf
8.0 X X 5.0 ATmega48 8.0 X X Note: 1. The prescaler register is in these devices are named XDIV. Version 1.x oscillators This version is the earliest internal RC for AVR that can be calibrated. It is offered with frequencies
in „OSCCAL für 8MHz ?!? be ATTiny26“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR053.PDF
8.0 X X 5.0 ATmega48 8.0 X X Note: 1. The prescaler register is in these devices are named XDIV. Version 1.x oscillators This version is the earliest internal RC for AVR that can be calibrated. It is offered with frequencies
in „Osccal für EEPROM bei mega8535 mit Quarz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
boot.h
, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* $Id: boot.h,v 1.27.2.3 2008/09/30 13:58:48 arcanum Exp $ */ #ifndef _AVR_BOOT_H_ #define _AVR_BOOT_H_ 1 /** \file */ /** \defgroup avr_boot <avr/boot.h>: Bootloader Support Utilities \code #include <avr/io.h> #include <avr/boot.h> \endcode The
in „Frage nach Bootloader-Source“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
OLED_2_42_SSD1309_test_igel1_v006e.ino
... > Install "U8g2 (by Oliver <olikraus@gmail.com>)" #include <SPI.h> #include <Wire.h> #include <avr/io.h> #include <util/delay.h> #include <util/atomic.h> #include <avr/interrupt.h> #include <EEPROM.h> #include <Adafruit_NeoPixel.h> // make sure, you import the Adafruit lib in Arduino IDE before using
in „Induktiver Positionssensor - Fragen dazu“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
mikrobeginner_gesamt.pdf
hoffentlich das taktvolle Ein-Sekunden-Blinken der LED zur Folge. 4.6.3 Simulation des Timerbetriebs bei 128 kHz Takt Simulation mit avr_sim ergibt Folgendes. Nach dem Init mit einer Taktfrequenz von 128 kHz sind 62,5 μs vergangen. Der Timer ist im CTC-Modus mit dem Com- pare-Register A als TOP-Wert. Nachdem
in „Attiny26 PortD“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Amadeus.pdf
und AVR Mikro- kontroller. - 3/32- Amadeus USB Programmer for PIC and AVR 1.1 Supported Devices/Unterstützte MCUs µC Information ATtiny11 Not Tested - High-voltage serial programming ATtiny12 Tested - High-voltage
in „USB-Programmer PIC/AVR Jetzt auch auf Deutsch :-)“ · 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
atmega32u2.patch
device descr. }, + // DEV_ATMEGA32U2 + // Get these data from the AVRStudio-Installation + // Atmel/AVR Tools/Partdescriptionfiles + { + "atmega32u2", + 0x958A, + 128, 256, // 32768 bytes flash + 4, 256, // 1024 bytes EEPROM + 29 * 4, // 29 interrupt vectors + DEVFL_MKII_ONLY, + atmega32u2_io_registers
in „avarice und atmega32u2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Vollfarbsteuerung_C.c
/* * Vollfarbsteuerung_C.c * * Created: 23.05.2014 17:56:48 * Author: Sam */ #define F_CPU 16000000UL #include <stdlib.h> #include <avr/io.h> // Informationen über den µC #include <avr/interrupt.h> // Definitionen der Interrupts #include <avr/pgmspace.h> #include
in „UART-Interrupt wird nicht ausgelöst“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.lst
main.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 00000172 00000000 00000000 00000074 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .data 00000004 00800060 00000172 000001e6 2**0 CONTENTS, ALLOC,
in „AVR-GCC 4.7.2 Bug?“ · Mikrocontroller und Digitale Elektronik ·