-
Datei
main.c
18, 18, 19, 20, 21, 21, 22, 23, 24, 24, 25, 26, 26, 27, 27, 28, 28, 29, 29, 30, 30, 30, 31, 31, 31, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 31, 31, 31, 30, 30, 30, 29, 29, 28, 28, 27, 27, 26, 26, 25, 24, 24, 23, 22, 21, 21, 20, 19, 18, 18, 17, 16, 15, 14, 14, 13, 12, 11, 11, 10, 9, 8, 8, 7, 6, 6,
in „Display nach Tutorial Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr910.asm
---------+-------+-------+-----+------| ;* | New Commands since Version 3.3 | | | | | | ;* | Exit (AVR109, Bootloader) | 'E'(0x45) | | | 13d | 15 | ;* | Return Chip ID (Terminalmode only)| 'i'(0x69) | | s[n] | | 14 | ;* +-----------------------------------+-----------+-------+-------+-----+------+ ;*
-
PDF
ATMEGA_128.pdf
Features • High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture – 133 Powerful Instructions – Most Single Clock Cycle Execution – 32 x 8 General Purpose Working Registers + Peripheral Control Registers – Fully Static
in „ATMEGA128 Board im Neuhold Newsletter 2/2011“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spminterface.h
defined (__AVR_ATmega32__) #define funcaddr___bootloader__do_spm 0x7054 #elif defined (__AVR_ATmega88__) || defined (__AVR_ATmega88P__) || defined (__AVR_ATmega88A__) || defined (__AVR_ATmega88PA__) #define funcaddr
in „[ATMega] Programm aus externem EEprom laden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
NOSON_HANDHELD.pdf
SPI0 - NPCS0 DQM1 SPI0 - MOSI TFT_WR SPI0 - MISO TFT_RD TC1 - A0 CS1 EIC - EXTINT7 TFT_RESET GPIO 14 GPIO 15 A17 GPIO 16 A16 ADC - AD7 ADC - AD6 A14 ADC - AD5 A13 ADC - AD4 ADC - AD0 A11 ADC - AD1 A10 EIC - EXTINT2 A9 Close to VDDIO_GPIO Close to VDDIO_USB EIC - EXTINT3 A8 TWD A7 TWCK A6 MCI_CLK A5
in „Lasst uns mal ein richtigen "HANDHELDEN" bauen!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HelloWorld.ino
en=18, cs=14 ,di=15,rw=17, reset = 16 //U8GLIB_LC7981_240X64 u8g(8, 9, 10, 11, 4, 5, 6, 7, 18, 14, 15, 17, 16); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 en=18, cs=14 ,di=15,rw=17, reset = 16 //U8GLIB_LC7981_240X128
in „Arduino OLED Display Ansteuern & "Hello World" Programme gehen nicht.“ · Softwareentwicklung ·
-
Datei
mlib-gen-3.diff
/Makefile - avr/lib/avr5/atmega32c1/Makefile - avr/lib/avr5/atmega32hvb/Makefile - avr/lib/avr5/atmega32hvbrevb/Makefile - avr/lib/avr5/atmega32m1/Makefile - avr/lib/avr5/atmega32u4/Makefile - avr/lib/avr5/atmega32u6
in „Fork: avr-libc version 3, für xtiny“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVRnDxBoard.pdf
PG0 33K PB3 11 PB3 2 1 USER 2 1K 12 50 C10 PB4 PB4 ~{RESET}/PF6 DTROUT PB5 13 PB5 PF5 49 PF5 100n 14 48 PB6 15 PB6 PF4 47 PF4 PB7 PB7 PF3 PF3 46 16 PF2 45 PF2 XTAL32K2 JP6 R6 Voltage Reference PC0 PC0 XTAL32K2/PF1 17 44 XTAL32K1 0R B PC1 18 PC1 XTAL32K1/PF0 PF1 B PC2 PC2 JP4 19 43 VDDA PC3 22 PC3 PE7
-
PDF
ImplementierungEinerFiniteStateMachine.pdf
einem Zentralen Ort. Dieses Problem soll mit der 6. Implementation des Toaster Beispiels auf einem AVR A dem Simulator nachvollzogen werden kann. Als Sprache kommt C++ zum Einsatz, da erstens die Implementation auf auf Embedded Systemen zum Einsatz kommen. Als Compiler für das Beispiel kommt avr-g++
in „Artikel über Finite State Machines“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ElektronikBauteile.pdf
€ 2,20 € 41 3 Distanzbolzen, Rastbefestigung außen, M3, 6mm DKR 6MM 0,19 € 0,57 € 42 10 IC-Sockel, 14-polig, superflach, gedreht, vergold. GS 14P 0,17 € 1,70 € 43 3 Spindeltrimmer, waschbar, 19mm, 10 K-Ohm 962-20 10K 0,44 € 1,32 € 44 11 D-SUB-Buchse, 9-polig, gewinkelt, RM 9,4 D-SUB BU 09EU 0,21 € 2,31
in „[V] - Elektroniksammlung“ · Markt ·
-
Datei
rfid.c
mpu[5]=0; for(co=0;co<40;co++) { slmpu(); e=0; if(mpu[5]>9) { mpu[5]-=10; e=1; } if(e)mpu[0]++; } re[14-cc]=mpu[5]+48; } putch(32); putch((i/100)+48); putch((i/10)%10+48); putch(i%10+48); re[15]=0; if(re[0]!=48)putch('!'); if(re[1]!=48)putch('!'); if(re[2]!=48)putch('!'); putstr((char *)re+3); } unsigned
in „RFID HTRC110“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
profibus.c
non-commercial use //* \note Info: http://www.mikrocontroller.net/topic/106174 //* \date 2010.04.28 Porting to AVR (WinAVR), Einar S. //* \note Pins used: USART RX / TX, Portd:2 controls TX enable. //* \note Crystal: see header file. //*/ #include <avr/io.h> #include <avr/signal.h> #include <avr/interrupt.h> #include
-
Datei
atxmega-testplatine.c
/* * atxmega_testplatine.c * * Created: 15.09.2013 14:06:31 * Author: Bender */ #define F_CPU 32000000UL #include <avr/io.h> #include <avr/delay.h> #include <avr/interrupt.h> #include "adc.h" void Clock_init(void) { OSC_CTRL |= OSC_RC32MEN_bm; //internen 32MHZ OSC anwerfen while(!(OSC_STATUS & OSC_RC32MRDY_bm)); // warten bis OSC RDY CCP = CCP_IOREG_gc; //register protect CLK_CTRL = CLK_SCLKSEL_RC32M_gc; // OSC wählen } int main(void) { Clock_init(); //
in „Atxmega - ADC-Messung erzeugt Spannung am Eingangspin“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dragon-fuse.txt
Script started on Mi 11 Nov 2015 14:57:31 CET $ avrdude -c dragon_isp -p t4313 -B10 -U hfuse:w:0x5f:m -vvvv avrdude: Version 6.1-20140519, compiled on Apr 17 2015 at 18:07:32 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
in „avrdude fuses aus debugwire schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debug_error.asm
HA_Sensor_Raumklima.elf: file format elf32-avr Disassembly of section .text: 00000000 <__vectors>: 0: 0c 94 34 00 jmp 0x68 ; 0x68 <__ctors_end> 4: 0c 94 51 00 jmp 0xa2 ; 0xa2 <__bad_interrupt> 8: 0c 94 47 02 jmp 0x48e ; 0x48e <__vector_2> c:
in „Fehler bei einfacher Integer-Division?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Arduino_Ausgabe.pdf
Users\JakobsenD.G02\Desktop\Ordner\FFP\Projekte\arduino-1.0.1-windows\arduino- 1.0.1\hardware/tools/avr/etc/avrdude.conf" Using Port : \\.\COM5 Using Programmer : stk500v2 avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14] avrdude: Recv: . [1b] avrdude: Recv: . [01] avrdude: Recv: . [00]
in „ATMega2560 Fuses - ausgesperrt (internal clock)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
double64-4.diff
(INT_TYPE_SIZE == 8 ? 32 : 64) #define FLOAT_TYPE_SIZE 32 -#define DOUBLE_TYPE_SIZE 32 -#define LONG_DOUBLE_TYPE_SIZE 32 + +#if defined (WITH_DOUBLE64) +#define DOUBLE_TYPE_SIZE (avr_double64 ? 64 : FLOAT_TYPE_SIZE) +#define
in „64 Bit float Emulator in C, IEEE754 compatibel“ · Projekte & Code ·
-
Bild
Windows-Eingabeaufforderung mit avrdude-Befehl
- c jtag2updi -P COM3 -p avr32dd14 -v -v -v C:\Users\otto0\Downloads\EXA-PROG (1)\AVRDUDE>avrdude.exe -C "C:\Users\otto0\Downloads\EXA-PROG (1)\AVRDUDE\avrdude.conf" " -c jtag2updi -P COM3 -p avr32dd14 -v -v -v C:\Users\otto0
in „UPDI Programmierung mit dem Diamex“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
remote.c
protocol // //***************************************************************************** #include <avr/io.h> #include <stdint.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> //***************************************************************************** #define MaxCounter 222 // Timer top value
in „LEDs und Ee102p nach einiger Zeit Nichtbenutzung ausschalten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
remote.c
protocol // //***************************************************************************** #include <avr/io.h> #include <stdint.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> //***************************************************************************** #define MaxCounter 222 // Timer top value
in „RC5 Sender -> IR LED "blinkt" zu langsam“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ttester.pdf
Vext) 9 RESET PA0(ADC0) 40 180k TP1 39 C4 30 PA1(ADC1) 38 TP2 AVCC PA2(ADC2) TP3 9V 100n PA3(ADC3) 37 32 36 LT1004 AREF PA4(ADC4) C5 1n PA5(ADC5) 35 R5 31 3k3 2.5V AGND PA6(ADC6) C7 9 PA7(ADC7) 6 0 7 0 R 2 C6 R 4 R 4 2 D10 13 14 100n 0 VCC SS14 XTAL1 PD0(RXD0/T3) 15 R 0 0 R13 R14 22p 8MHz PD1(PCINT24/TXD0
-
PDF
ttester.pdf
Vext) 9 RESET PA0(ADC0) 40 180k TP1 39 C4 30 PA1(ADC1) 38 TP2 AVCC PA2(ADC2) TP3 9V 100n PA3(ADC3) 37 32 36 LT1004 AREF PA4(ADC4) C5 1n PA5(ADC5) 35 R5 31 3k3 2.5V AGND PA6(ADC6) C7 9 PA7(ADC7) 6 0 7 0 R 2 C6 R 4 R 4 2 D10 13 14 100n 0 VCC SS14 XTAL1 PD0(RXD0/T3) 15 R 0 0 R13 R14 22p 8MHz PD1(PCINT24/TXD0
-
PDF
ttester.pdf
Vext) 9 RESET PA0(ADC0) 40 180k TP1 39 C4 30 PA1(ADC1) 38 TP2 AVCC PA2(ADC2) TP3 9V 100n PA3(ADC3) 37 32 36 LT1004 AREF PA4(ADC4) C5 1n PA5(ADC5) 35 R5 31 3k3 2.5V AGND PA6(ADC6) C7 9 PA7(ADC7) 6 0 7 0 R 2 C6 R 4 R 4 2 D10 13 14 100n 0 VCC SS14 XTAL1 PD0(RXD0/T3) 15 R 0 0 R13 R14 22p 8MHz PD1(PCINT24/TXD0
-
PDF
ATtiny.pdf
Features • Utilizes the AVR RISC Architecture High-performance and Low-power 8-bit RISC Architecture – 90 Powerful Instructions – Most Single Clock Cycle Execution – 32 x 8 General Purpose Working Registers – Up to 8 MIPS Throughput
in „Tiny 11 ,was ist davon zu halten?“ · PC Hard- und Software ·
-
Datei
main.c
#define F_CPU 1000000UL #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include <stdlib.h> #include <util/delay.h> #include "ks0108.h" #include "arial_bold_14.h" #include "corsiva_12.h" #include "mcp4921.h" #include "ds1307.h" ISR( TIMER1
in „ATmega16 liefert kein Signal an allen Pins außer I2c“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TT_Bausatz_mit_Deek_Robot-DIL28_Umbauten.pdf
: 1nF statt 100nF * Verdrahtung Deek_Robot auf DIL28-Sockel für Hauptplatine: Name Modul DIL28 TQFP32 (zur Kontrolle) RESET Pin 1 n.c. Pin PD0 "RXD" -> Pin 2 Pin 30 PD1 "TXD" -> Pin 3 Pin 31 PD2 "2" -> Pin 4 Pin 32 PD3 "3" -> Pin 5 Pin 1 PD4 "4" -> Pin 6 Pin 2 VCC "VCC" -> Pin 7 Pin 4,6,18 GND "GND"
-
Datei
mmb.vhd
out std_logic_vector(2 downto 0) ); end MMB; -- 512Kb SRAM pinning -- CS~ -> CPLD.CS(2) -- WR\ -> AVR.WR\ -- RD\ -> AVR.RD\ -- A0-A7 -> CPLD.AL -- A8-A14 -> AVR.A8-A14 -- A15-A18 -> CPLD.AH -- IO0-IO7 -> AVR.AD0-AD7 -- AVR pinning -- WR\ -> CPLD.AVR_WR\ -- RD\ -> CPLD.AVR_RD\ -- ALE -> CPLD.AVR_ALE
in „AVR Ethernet Platine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MapFile.txt
../../BitCloud/Components/./BSP/lib\libBSPMeshBean.a(battery.o) .text.readBatteryData 0x00000000 0x32 ../../BitCloud/Components/./BSP/lib\libBSPMeshBean.a(battery.o) .text 0x00000000 0x0 c:/program files/atmel/avr studio 5.0/avr toolchain/bin/../lib/gcc/avr/4.5.1/avr51\libgcc.a(_mulsi3.o) .data 0x00000000
in „AVR 5 Breakpoint Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atmel-42330-atmel-ice_userguide.pdf
a powerful development tool for debugging and programming ARM Cortex -M based Atmel SAM and Atmel AVR microcontrollers with On-Chip Debug capability. It supports: • Programming and on-chip debugging of all Atmel AVR 32-bit microcontrollers on both JTAG and aWire interfaces ® • Programming and on-chip
in „AVRISP mkII Connect Failed“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Atmel-ICE_UserGuide.pdf
a powerful development tool for debugging and programming ARM Cortex -M based Atmel SAM and Atmel AVR microcontrollers with On-Chip Debug capability. It supports: • Programming and on-chip debugging of all Atmel AVR 32-bit microcontrollers on both JTAG and aWire interfaces ® • Programming and on-chip
in „Atmel ICE Programmer und UPDI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STK520.pdf
potentiometer, please mount JP13 and JP14 jumper. The potentiometer is supplied by AREF and it delivers a voltage to the AVR ADC0 input. Figure 2-10. Potentiometerr 2.6.0.1 XT1 Jumper As the jumper JP1 (XT1) is short circuited by Printed Circuit
in „DALI EVG stk520“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ausgabe.txt
: AT32AP CPU frequency driver dmac0: DesignWare DMA controller at 0xff200000 irq 2 Time: avr32 clocksource has been installed. NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order
in „grasshopper Atmel buildroot 2.3.0 kompilieren avr32.ext2 make error 1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
libsht.c
SHTxx" from Sensirion. As far as I am concerned, I consider all my modifications and adaptions for the AVR controllers as PUBLIC DOMAIN. Use without any warranty Timo Dittmar, 2009 */ /* History Date, Version, Comment 2006-07-14 NA - Initial conversion from Sensirion application note - inserted test code
in „SHT11 misst Mist“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATtiny212_40001911A.pdf
migration to the left reduces the pin count and therefore also the available features. ® Figure 1-1. tinyAVR 1-Series Overview Flash 32KB 16KB ATtiny1614 ATtiny1616 ATtiny1617 8KB ATtiny814 ATtiny816 ATtiny817 4KB ATtiny412 ATtiny414 ATtiny416 ATtiny417 2KB ATtiny212 ATtiny214 Pins 8 14 20 24 Devices with
in „Neue 8-Bit Tinys vorgestellt: 417/814/816/817“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AtmelCprogramming.pdf
Widerstandsnetzwerk ............................................................................. 33 14 Übung 6, PWM....................................................................................................................... 34 15 Die Timer/Counter des AVR....................................
in „ATmega 8 und ohmisch messen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Atmel.pdf
Widerstandsnetzwerk ............................................................................. 33 14 Übung 6, PWM....................................................................................................................... 34 15 Die Timer/Counter des AVR....................................
in „RS232 direkt Anbindung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AtmelCprogramming.pdf
Widerstandsnetzwerk ............................................................................. 33 14 Übung 6, PWM....................................................................................................................... 34 15 Die Timer/Counter des AVR....................................
in „Suche gute möglichst Deutsche Doku zum C für AVR zu lernen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AtmelCprogramming.pdf
Widerstandsnetzwerk ............................................................................. 33 14 Übung 6, PWM....................................................................................................................... 34 15 Die Timer/Counter des AVR....................................
in „Tutorial mit sämtlichen Registererklärungen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
reg_value8; typedef struct { uint8_t reg_off; uint8_t reg_val_D00; uint8_t reg_val_D08; uint8_t reg_val_D14; uint8_t reg_val_D24; } reg_value32; typedef struct { uint8_t reg_off; uint8_t reg_val_D24_8;uint8_t reg_val_D14_8;uint8_t reg_val_D08_8;uint8_t reg_val_D00_8; uint8_t reg_val_D24_7;uint8_t reg_val_D14
in „C-Code auf AVR effizient schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
embmega32_sch.pdf
SDA) 22 PD4 PD5 9 10 GND GND 3 6 PD7 PD7(OC2) PC0(SCL) PC0 PD5 PD6 11 12 GND GND 4 C1- V- PD6 PD7 13 14 VCC GND C2+ ATMEGA32 PD7 15 16 +5V +5V 1uF PORTD 1uF VCC GND +5V RS 1 2 VO GND 5 C2- PC2 3 4 10K PC3 E 5 6 RW GND 11 14 GND D1 7 8 D0 GND PD1 10 T1IN T1OUT 7 GND D3 9 10 D2 GND 12 T2IN G T2OUT 13 PC5
in „AVR ISP Programmer an ATmega32 Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pins_arduino.h
/* Author: Eric Conner Email: Eric@EricConnerApps.com Date: 06-10-2013 Project: ATmega32 for Arduino IDE Version: v1.2 */ #ifndef Pins_Arduino_h #define Pins_Arduino_h #include <avr/pgmspace.h> #define NOT_ON_TIMER 0 #define TIMER0A 1 #define TIMER0B 2 #define TIMER1A 3 #define TIMER1B 4
in „Arduino IDE mit Atmega32 - AD Wandler sind nicht benutzbar“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
12] = makeGraphLine1(fftBuffer[28]); databufferG2[13] = makeGraphLine1(fftBuffer[29]); databufferG2[14] = makeGraphLine1(fftBuffer[30]); databufferG2[15] = makeGraphLine1(fftBuffer[31]); databufferG3[0] = makeGraphLine1(fftBuffer[32]); databufferG3[1] = makeGraphLine1(fftBuffer[33]); databufferG3[2] =
in „AVR Controller Spinnt Probleme mit 16Bit Variabeln!?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
jfe.ini
syntax36=#elif,16777217 syntax35=#if,16777217 syntax34=#else,16777217 syntax33=defined,16777217 syntax32=void,16777217 syntax31=char,16777217 syntax30=unsigned,16777217 syntax29=int,16777217 syntax28=short,16777217 syntax27=long,16777217 syntax26=typedef,16777217 syntax25=if,16777218 syntax24=else,16777218
in „"Bester" Editor für VHDL unter Windows“ · FPGA, VHDL & Co. ·
-
Datei
owdevice_ATT13_DS2423.c
/* * owdevice.c * * Created: 24.01.2012 14:11:43 * Author: Tobias Mueller, mail(at)tobynet.de * Bitte bei weiterer Verabeitung immer angeben */ #include <avr/io.h> #include <avr/interrupt.h> #ifdef __AVR_ATmega32__ #include "uart.h" #include
in „1-Wire Slave auf AVR“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
grasshopper_schematic.pdf
[1] M4 PA10(MMCI-CLK/USART0-CLK) PC10(MACB0-RXD1) G12 ETH_RXD1 [4] [1] 26 25 [1] PA10 M2 G13 [1] PA14 28 27 [1] PA11 M5 PA11(MMCI-CMD0/TIMER0-CLK0) PC11(MACB0-RXD2/AUX2-MDO2) G15 ETH_RXD2[4] [1] PA15 30 29 [1] PA12 M3 PA12(MMCI-DATA0/TIMER0-A0) PC12(MACB0-RXD3/AUX2-MDO3) G14 ETH_RXD3[4] [1] PA16 32 31
in „Grasshopper Inbetriebnahme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
// ADC-Projekt Dr.Weisser 14.9.2014 18.9.2014 //*************************************************************************** // File........: main.c // Target(s)...: ATmega328p // Compiler....: AVR-GCC // Description.: ADC mit ATmega328p
in „ADC in C unter WinAVR ärgert“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sht15.c
#include <avr/signal.h> #include <avr/iom8.h> #include <avr/pgmspace.h> #include <string.h> #include <stdlib.h> #include <stdio.h> #include <math.h> # define F_CPU 8000000UL //8MHZ, max: 32,7675ms und 96us delay
in „SHT11 Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Mik-k01-k04-AVR_uc.pdf
einzigen Maschinentaktes ! + Optimierung von Hardware und Befehlsvorrat für Hochsprachenprogrammierung ! AVR – Kenndaten: + 118 Befehle (89) + 32 Arbeitsregister (statt 1 Akku) + Havard – Architektur (Befehl ausführen und nächsten Befehl holen in einem einzigen Taktzyklus + verschiedene Adressierungsmodi +
in „Warum komme ich beim Auswärten des ADC's nur bis 25% ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8_n3410.c
0x1E }, // 9 { 0x00, 0x36, 0x36, 0x00, 0x00 }, // : { 0x00, 0x56, 0x36, 0x00, 0x00 }, // ; { 0x08, 0x14, 0x22, 0x41, 0x00 }, // < { 0x14, 0x14, 0x14, 0x14, 0x14 }, // = { 0x00, 0x41, 0x22, 0x14, 0x08 }, // > { 0x02, 0x01, 0x51, 0x09, 0x06 }, // ? { 0x32, 0x49, 0x59, 0x51, 0x3E }, // @ { 0x7E, 0x11, 0x11
in „ATmega8 und Nokia Display / SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr910.asm
---------+-------+-------+-----+------| ;* | New Commands since Version 3.3 | | | | | | ;* | Exit (AVR109, Bootloader) | 'E'(0x45) | | | 13d | 15 | ;* | Return Chip ID (Terminalmode only)| 'i'(0x69) | | s[n] | | 14 | ;* +-----------------------------------+-----------+-------+-------+-----+------+ ;*