-
PDF
CY7C1041DV33-10ZSXI.pdf
CY7C1041DV33 4 Mbit (256K x 16) Static RAM Features Functional Description [1] ■ Pin and function compatible with CY7C1041CV33 TheCY7C1041DV33 isahighperformanceCMOSStaticRAM organized as 256K words by 16 bits. To write to
-
PDF
res_vishay_kk.pdf
] [ [ max. 1.5 [0.059] [0.031] 5 b [0.197] 1.8 + 0.3 (1) [0.071 + 0.012] L 27 + 3 3.2 + 0.2 [0.126 + 0.008] [1.063 + 0.118] Core section KKE../KKE.. Si KKE7 ... KKE17 Gauge size for slot 0.7 x 3.1mm [0.026 x 0.122] MODEL a b L MASS (g) KKA4 6.4 [0.256] 6.4 [0.256] 20 [0.787] 1.8 KKA5 6.4 [0.256] 6.4 [0.256] 25 [0.984] 2.6 KKA7 6.4 [0.256] 6.4 [0.256] 38 [1.496] 3.2 KKA9 9 [0.354] 9 [0.354] 38 [1.496] 7 KKA11 9 [0.354] 9 [0.354] 50 [1.969] 9 KKA17
in „Datenblatt für Lastwiderstand gesucht“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
XGZP6857D-Pressure-Sensor-V2.7.pdf
conversion formula; 2. the K value is selected according to the absolute value span from 0kPa to the Max. pressure point. eg for -100~100kPa or -100~0kPa or 0~100kPa, the absolute value span from 0kPa to the Max. Pressure value. is 100kPa, so the K value is 64. Read Temperature The bits of temperature
in „CFSensors XGZP6857D Drucksensor Informationen“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Tabelle mit Mikrocontroller-Spezifikationen
Part No, Core, Series, Package, Max Speed (MHz), Flash (Bytes), SRAM (Bytes), I/O GD32G553QCT7, Cortex-M33, GD32G553, LQFP128, 216, 256K, 128K, up to 107 GD32G553QET7, Cortex-M33, GD32G553, LQFP128, 216, 512K, 128K, up to 107 GD32G553VCT7, Cortex-M33, GD32G553, LQFP100, 216, 256K, 128K, up to 86 GD32G553VET7, Cortex-M33, GD32G553, LQFP100, 216, 512K, 128K, up to 86 GD32G553MCY7TR, Cortex-M33, GD32G553, WLCSP81, 216, 256K, 128K, up to 66 GD32G553MEY7TR, Cortex-M33, GD32G553,
in „Linux 6.13 ante portas, neue Funktionen in der Arduino Cloud, Prozessrechner und mehr“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
Mpcm_slv.c
step_inc.h" #define RX_QUITTUNG '*' #define RX_FEHLER '?' #define ERROR -1 #define TIMEOUT_ERR -2 #define MAX_HEX_BYTE 40 #define MAX_BEF_BYTE 32 #define MAX_TEMP_STR 32 #define LEN_HEX 0 /* laenge im ihex */ #define BEF_HEX 1 /* adresse */ #define KANAL_HEX 2 /* kanalnummer */ #define TYP_HEX 3 /* typ */ #
in „Alternativen beim AVR-Vernetzten?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CanToPwm_CAN20a.c
void ConvToPWM(BYTE Data[8]); struct MOb { unsigned long id; unsigned char data [8]; }; // Definiere max. Pulsweiten (Aussteuerung) der einzelnen Servos #define PWM_LENKUNG_MAX 256 // Lenkung: 1.0ms: Rechts #define PWM_LENKUNG_MID 192 // Lenkung: 1.5ms: Mitte #define PWM_LENKUNG_MIN 128 // Lenkung: 2.0ms
in „compilerproblem at90can128 empfang“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Page_Write_Test_ohne_Log.ino
Serial.print(F("Bytes left ")); Serial.print(x); // DEBUG! x = bytes processed by for-loop Serial.print(F(" Max. Buffer ")); Serial.print(serbuf); // DEBUG! max. buffer state Serial.print(F(" cnt ")); Serial.print(cnt); // DEBUG! cnt if (cnt!=160){ Serial.print(F(" ERROR 160 Bytes expected"));} else {Serial.print
in „Arduino: page-write in I2C eeprom verliert sporadisch ein Byte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MP3_FB_Pollin.bas
------------------------------------------* ' Gesamten Wert Berechnen Für Timer1 Const _irq_teiler_max = Int((_xtal * _irq_abstand /(1000000000)) + 0.5) ' Prescaler Einstellung für Timer1 bestimmen ' Const _irq_vorteiler -> Einstellmöglichkeiten: 1/8/64/256/1024 #if _irq_teiler_max > &H00FF_FFFF Const _irq_vorteiler = 1024 #elseif _irq_teiler_max > &H003F_FFFF Const _irq_vorteiler = 256 #elseif _irq_teiler_max > &H0007_FFFF Const _irq_vorteiler = 64 #elseif _irq_teiler_max > &H0000_FFFF Const _irq_vorteiler = 8 #else Const _irq_vorteiler = 1
in „[Bascom/AVR] Pollin-MP3-Modul steuern“ · Projekte & Code ·
-
Datei
adc.txt
Number of locations for ADC buffer = 6 (AN0 to 5) x 8 = 48 words // Align the buffer to 128 words or 256 bytes. This is needed for peripheral indirect mode int BufferA[MAX_CHNUM+1][SAMP_BUFF_SIZE] __attribute__((space(dma),aligned(256))); int BufferB[MAX_CHNUM+1][SAMP_BUFF_SIZE] __attribute__((space(dma),aligned(256))); char i; char j; char m = 30; int speicher[35][3]; void berechnung(void); void PWM(int zeit); void ProcessADCSamples(int * AdcBuffer); /*==========================================================
in „dsPIC ADC Wandlung 10bit simultan 2 Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
serial.c
*********************************/ static pid_t serial_lock_port(const char *Port) { char lockfile[256]; char tempfile[256]; char buffer[16]; char *port, *p; int fd, len, pid; if (strncmp(Port, "/dev/", 5) == 0) { port = strdup(Port + 5); } else { port = strdup(Port); } while ((p = strchr(port, '/'))
in „Com Port unter Linux auslesen für Verarbeitung in C“ · Softwareentwicklung ·
-
Datei
Lcd204_s.c
) { byte idata lcd_offset = 0; if (lcd_x > (SPALTEN_MAX - 1)) lcd_x = 0; if (lcd_y > (ZEILEN_MAX - 1)) lcd_y = 0; switch (lcd_y) { case 0: lcd_offset = 0x80; break; // Zeile 1 case 1: lcd_offset = 0xA0; break; // Zeile 2 case 2: lcd_offset = 0xC0; break;
in „EA-DIP204-6 mit KS0073 per SPI in ASM ansteuern!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EEPROM_s_93Cxx.pdf
C66/C56/C46/C06 is di- mended for the lowest standby power consump- vided into either 2048/1024/512/256/128/32 x8 bit tion. bytes or 1024/512/256/128/64/16 x16 bit words respectively. These memory devices are available in both PSDIP8, SO8 and TSSOP8 packages. MEMORY ORGANIZATION The M93Cx6 memory is accessed
in „EEPROM 93C86 ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
mb506-1.pdf
.) Value Parameter Symbol Conditions Unit Min. Typ. Max. Supply Curent ICC 18 mA Output Amplitude VO 1.0 1.6 V p–p TA= –40⋅C with input to 85⋅C 100 2200 Input Frequency f coupling MHz IN capacitor T = –40⋅C 1000pF A 100 2400 to 60⋅C fIN= 100MHz to 1.3GHz
in „Eingangsbeschaltung GHz-Vorteiler aus altem Sat-Tuner“ · HF, Funk und Felder ·
-
PDF
SSD1332.pdf
selectable 6800/8000 series compatible Parallel Interface or Serial Peripheral Interface. SSD1332 has a 256 steps contrast control and 65K color control. FEATURES Support max. 96RGB x 64 matrix panel Power supply: VDD=2.4V - 3.5V VCC=8.0V - 18.0V OLED driving output voltage, 16V maximum DC-DC voltage converter
in „Verkaufe OLED Displays FullColor 128*128 bzw. 96*64“ · Markt ·
-
Datei
EBC.asm
rjmp AD_busy_ ;springt raus, wenn fertig Lesen_Single: in r16,ADCL in r17,ADCH ;Sollten nur 8 Bit = 256 Schritte notwendig sein, dann wie folgt: ;Auf256_: ror r17 ;xxxxxxxN c=N ror r16 ;Nnnnnnnn c=n ror r17 ;xxxxxxxx c=N ror r16 ;NNnnnnnn c=n sei ;Enable all Interrupts ret ; ==========================
in „Assembler Fehlersuche“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
w25q32fv_revh_091613.pdf
offered in space-saving packages. The W25Q32FV array is organized into 16,384 programmable pages of 256-bytes each. Up to 256 bytes can be programmed at a time. Pages can be erased in groups of 16 (4KB sector erase), groups of 128 (32KB block erase), groups of 256 (64KB block erase) or the entire chip
in „micro SDHC Breakout“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Spec_Inkontinenzsensor_ATtiny461A.pdf
der aktuellen Firmware mit Attiny 461A: Allgemein Arbeitstakt: - 4 MHz Stromaufnahme: - ca. 1,5 mA Max. zulässiger Feldbustakt: - 100 kHz bzw. 10 µs minimale Impulsbreite Watchdogauslösung mit anschließendem IC bzw. Sensor-Reset: Stand-Alone: - max. 2 s (IC-Reset) Ausfall Feldbus: - max. 55 s (IC-Reset
-
Datei
uni_fe_eval.py
DAC AMP: " + str(dac_ampval)) ser.write(bytearray([4])) # AMP ser.write(bytearray([int(dac_ampval/256)])) ser.write(bytearray([int(dac_ampval%256)])) dac_ampval_old = dac_ampval time.sleep(0.02) global dc_dbl global dac_dcval global dac_dcval_old dc_dbl = DC.get() if dc_dbl == abs(dc_dbl): index = 25
in „Python Plot in TKinter aktualisieren“ · Softwareentwicklung ·
-
PDF
TMC4671-LA_datasheet.pdf
/ 256 23169 / 4096 0x7FFF h 32767 32767 32767 / 256 32767 / 4096 0x8000 h 32768 -32768 -32768 / 256 -32768 / 4096 0x8001 h 32769 -32767 -32767 / 256 -32767 / 4096 0x8002 h 32770 -32766 -32766 / 256 -32766
-
PDF
MX25L12835E__3V__128Mb__v1.3.pdf
instruction; 70MHz with 8 dummy cycles for QREAD instruction - Fast program time: 1.4ms(typ.) and 5ms(max.)/page (256-byte per page) - Byte program time: 12us (typical) - 8/16/32/64 byte Wrap-Around Burst Read Mode - Continuously Program mode (automatically increase address under word program mode) - Fast
in „FLASH Memory Chip im Lenovo X200 von 8 MB auf 16 MB vergroessern“ · PC Hard- und Software ·
-
Datei
StoppUhr_1ms.bas
------------------------------------------* ' Gesamten Wert Berechnen Für Timer1 Const _irq_teiler_max = Int((_xtal * _irq_abstand /(1000000000)) + 0.5) ' Prescaler Einstellung für Timer1 bestimmen ' Const _irq_vorteiler -> Einstellmöglichkeiten: 1/8/64/256/1024 #if _irq_teiler_max > &H00FF_FFFF Const _irq_vorteiler = 1024 #elseif _irq_teiler_max > &H003F_FFFF Const _irq_vorteiler = 256 #elseif _irq_teiler_max > &H0007_FFFF Const _irq_vorteiler = 64 #elseif _irq_teiler_max > &H0000_FFFF Const _irq_vorteiler = 8 #else Const _irq_vorteiler = 1
in „Stoppuhr mit Bascom AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Pluggit_Drucksensorboard_V4.ino
; chan++) { int remain; if (Cycle == 0) remain = Dac[chan]; else remain = rem[chan]; if (remain >= 256) { *Port[chan] = 255; remain = remain - 256; } else { *Port[chan] = remain; remain = 0; } rem[chan] = remain; } Cycle = (Cycle + 1) & 0x0F; } void analogWrite12 (int chan, int value) { cli(); Dac[chan
in „Eigenentwicklung Ersatzplatine Drucksensorboard für Pluggit“ · Haus & Smart Home ·
-
PDF
hs_sed1375.pdf
mode display 1/2/4 bit-per-pixel (bpp), 2/4/16-level grayscale display. 1/2/4/8 bit-per-pixel, 2/4/16/256-level color display. Up to 16 shades of gray by FRM on monochrome passive LCD panels; a 256x4 Look- Up Table is used to map 1/2/4 bpp modes into these shades. 256 simultaneous of 4096 colors on color
in „TFT an M16C62“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DEM240128BFYH-LY.PDF
, V43, V5 pin 4. VLCD=VDD-VEE, V0=VDD=5V, 5V=VEE=-23V V12=VDD-2/n(VLCD), V43=VEE+2/n(VLCD), n=17(1/256 duty, 1/17 bias) 5. V0=VDD, V12=1.71V(VDD=5V) or –0.06V (V =3V)DD V43=-19.71V(VDD=5V) or –19.94V(VDD=3V), V5=VEE=-23V, no-load condition (1/256duty, 1/17 bias) 4-bit parallel interface mode ISTBY: VDD
in „glcd DEM240128B mit S6B2086X1 Controller (240x128px), wie ansteuern?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dogm2_4.c
) { byte idata lcd_offset = 0; if (lcd_x > (SPALTEN_MAX - 1)) lcd_x = 0; if (lcd_y > (ZEILEN_MAX - 1)) lcd_y = 0; switch (lcd_y) { case 0: lcd_offset = 0x80; break; // Zeile 1 case 1: lcd_offset = 0xC0; break; // Zeile 2 default: lcd_offset = 0x80; // Zeile
in „Lib für DOG-Mxxx LCD (4bit oder i2c)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
. #define USB_IRQ_NUMBER 20 // Buffer for sending characters, txLen must be 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, ... #define USB_TXLEN 256 // Buffer for received characters, rxLen must be 128, 256, 512, 1024, 2048, ... #define USB_RXLEN 256 // Vendor and product ID of the USB device #define VID
in „STM32G484 USB CDC Code läuft nur wenn mit <= -O1 kompiliert“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fritzbox_7590_log.txt
ngi: Unattached: [0x40000000, 0x5fffffff] [ 0.178795][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.189133][ T1] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.196233][ T1] pinctrl core: initialized pinctrl subsystem [ 0.204941][
in „FritzBox 7590 Boot Loop“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ak4528vm-en-datasheet.pdf
pin = “L”) (DFS pin = “H”) L L 256fs N/A L H 512fs 256fs H L 384fs N/A H H 1024fs 512fs Table 2. Master Clock Frequency Select in Parallel Mode MCLK MCLK Normal Speed fs=44.1kHz fs=48kHz Double Speed fs=88.2kHz fs=96kHz (DFS = “0”) (DFS = “1”) 256fs 11.2896MHz 12.288MHz N/A N/A N/A 512fs 22.5792MHz 24.576MHz 256fs 22.5792MHz 24.576MHz 1024fs 45.1584MHz 49.152MHz 512fs 45.1584MHz 49.152MHz 384fs 16.9344MHz 18.432MHz N/A N/A N/A 768fs 33.8688MHz
in „Daisy: Eingebettete Plattform für Audioprojekte“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
catalog.pdf
Battery Management [Desc]: Linear Charge Management Li-Ion/Li-Pol 500mA 4.1V 8-Pin HVSSOP EP Tube MPN: MAX1811ESA+ [ID]: 000284 [Price]: 2.46 USD [QTY]: 30 [Category]: Battery Management [Desc]: MAX1811 Series 6.5 V Single Cell Linear SMT Battery Charge Controller - SOIC-8 MPN: MAX712CPE+ [ID]: 000298 [Price
-
PDF
catalog.pdf
Battery Management [Desc]: Linear Charge Management Li-Ion/Li-Pol 500mA 4.1V 8-Pin HVSSOP EP Tube MPN: MAX1811ESA+ [ID]: 000284 [Price]: 2.46 USD [QTY]: 30 [Category]: Battery Management [Desc]: MAX1811 Series 6.5 V Single Cell Linear SMT Battery Charge Controller - SOIC-8 MPN: MAX712CPE+ [ID]: 000298 [Price
-
PDF
catalog-3.pdf
Battery Management [Desc]: Linear Charge Management Li-Ion/Li-Pol 500mA 4.1V 8-Pin HVSSOP EP Tube MPN: MAX1811ESA+ [ID]: 000284 [Price]: 3.3899 USD [QTY]: 30 [Category]: Battery Management [Desc]: MAX1811 Series 6.5 V Single Cell Linear SMT Battery Charge Controller - SOIC-8 MPN: MAX712CPE+ [ID]: 000298
-
PDF
S1D13506_Spec_Rev_12.2.pdf
256 28 60 Passive Yes 640 240 8 15 56 1 89 CRT No 800 600 8 40 256 28 60 Single / TFYes 640 480 4 29 80 1 83 CRT No 800 600 4 40 256 28 60 MonoPassive Yes 640 480 4 23 72 1 134 CRT No 800 600 4 40 256 28 60 Dual Yes 640 480 8 11 56 1 65 CRT No 800 600 8 40 256 28 60 ColorPassiveYes 640 480 4 19 56 1 113 CRT No 800 600 4 40 256 28 60 Dual No 640 240 4 27 72 1 157 CRT Yes 800 600 4 40 256 28 60 Passive No 640 240 8 13 48 1 78 CRT Yes 800 600 8 40 256 28 60
in „Suche TFT-Farb-Display für Mikrocontroller-Projekt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PAN1555__ENW89815A__Datasheet.pdf
ORDERING INFORMATION Bestellinformationen Ordering part number Description PAN1455 BT 3.0 ENW89815C3KF 256kByte Fl(1) Memory, without Antenna Software: SPP PAN1555 BT 3.0 ENW89815A3KF 256kByte Flash Memory, with Antenna Software: SPP) PAN1555 BT 3.0 ENW89815A4KF 256kByte Flash Memory, with Antenna Software: HDP) PAN1555 BT 3.0 ENW89815A5KF 256kByte Flash Memory, with Antenna Software: SPP/HDP) PAN1455 BT 3.0 ENW89815C4KF 256kByte Fl(1) Memory, without Antenna Software: HDP PAN1455 BT3.0 ENW89815C5KF 256kByte Flash Memory, without Antenna
in „Bluetooth-Modul "BlueMod+P25" von Stollmann - Ersatztyp“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Page_Write_Test_ohne_Log.ino
")); // DEBUG! Message Serial.print(x); // DEBUG! x = bytes processed by for-loop Serial.print(F(" Max. Buffer ")); // DEBUG! Message Serial.print(serbuf); // DEBUG! max. buffer state Serial.print(F(" cnt ")); // DEBUG! Message Serial.print(cnt); // DEBUG! cnt if (cnt!=160){ // Works only for exactly
in „Arduino: page-write in I2C eeprom verliert sporadisch ein Byte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ausschalt.c
int adc_wert; unsigned int count; unsigned int hui; unsigned char x; SIGNAL(SIG_OVERFLOW0) //f=12MHz/256=46875kHz { /* f = 12MHz/256 = 46875Hz Benötige max 30s da ADC max = 255 ist runterskalieren wielange ein takt bruacht --> 255/30s=0,118 f=1/T=46875/x --> x = 46875*0,118 */ hui++; if((hui >= 1500)) //f=12MHz/256/5531=0,118s // Berechnung stimmt nciht, zeit viel zu lang, mit 1500 zu kurz { count++; x++; hui = 0; } } SIGNAL (SIG_ADC) { //ADC Wert einlesen adc_wert = ADC >> 2; // Auf 8Bit wandeln } int main( void
in „ATMEGA16 Timer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fw_v2.15_nevm.diff.txt
*p != '\0') { + (void)putchar(*p); + p++; + } +} + +void outuint16(int x) +{ + + (void)putchar(x / 256); + (void)putchar(x % 256); +} + +/* + * Dump measurement data + * + * Output as follows: + * marker 0xff 0x04 [version] + * [type] [mode] [n] + * (where type 'Q' (Quick Meas), 'C' (Cursor), or '0'
in „Wittig(welec) DSO W20xxA Open Source Firmware (Teil4)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LCD_Controller_320x240.pdf
Mega32/324/644) (reduzierter Zeichensatz 0-200) • 24x40 Font (Nur Mega644) Ein Benutzerzeichensatz (max. 240 Zeichen) (nur mit einem 256kx4 DRAM) • maximale Größe je Zeichen 128 Byte • Größe einstellbar • X -> 4/8/12/16/20/24/(28/32/36/40) • Y -> 1-42 Touchpanel Unterstützung • Für ein four-wire Touchpanel
in „Grafikfähiger LCD Controller für 320x240 LCD mit D-RAM“ · Projekte & Code ·
-
Datei
flash_log.txt
already configured, ignoring srst_only srst_pulls_trst srst_gates_jtag srst_open_drain 1000 kHz Info : max TCK change to: 30000 kHz Info : clock speed 1000 kHz Info : JTAG tap: sam7x256.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787, part: 0xf0f0, ver: 0x3) Info : Embedded ICE version 1 Info : sam7x256.cpu: hardware has 2 breakpoint/watchpoint units Info : JTAG tap: sam7x256.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787, part: 0xf0f0, ver: 0x3) Warn : srst pulls trst - can not reset into halted mode. Issuing halt after reset. target state: halted target halted in ARM state
in „AT91SAM7 flashen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCA9622DR_118.pdf
190 Hz fixed frequency signal with programmable duty cycle (8 bits, 256 steps) is used to provide a global brightness control. 1 • A programmable frequency signal from 24 Hz to 10.73 Hz (8 bits, 256 steps) with programmable duty cycle (8 bits, 256 steps) is used to provide
in „Kontrolle Eagle Schaltplan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Projekt_RGB.c
define F_CPU 8000000L // Systemtakt in Hz #define F_PWM 100 // PWM-Frequenz in Hz #define PWM_STEPS 256 // PWM-Schritte pro Zyklus(1..256) #define PWM_PORT PORTD // Port für PWM #define PWM_DDR DDRD // Datenrichtungsregister für PWM // ab hier nichts ändern, wird alles berechnet #define T_PWM (F_CPU/(
in „Sleep Modes mit externen Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
zufall.asm
mit etwa 1MHz (+/-30%). Timer1 hat einen ;Zählumfang von 256. Timer1 darf also mit max 12,8kHz (50Hz*256) getaktet ;werden, was einen Vorteiler von 1:78 ergeben würde. Der nächst höhere Wert ;ist 1:128, was der Zahl 12 In Tabelle 11 [30] entspricht. ldi wl,12 ;[30] Timer mit Vorteiler 1:128 out tccr1,wl ;einschalten ;Timer1 hat nun alle etwa 33ms (1µs*128*256=32768µs) einen Überlauf (+/-30%). ;Damit dieser Überlauf auch einen Interrupt auslöst, muss dieser Interrupt ;auch freigeschaltet werden. Weiterhin muss eine Behandlungsrputine ;geschrieben werden und
in „Anfänger fragen zu Tiny 15 und Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ram71x.ld
*******************************************/ /* Stack Sizes */ _STACKSIZE = 2024; _STACKSIZE_IRQ = 256; _STACKSIZE_FIQ = 256; _STACKSIZE_SVC = 0; _STACKSIZE_ABT = 0; _STACKSIZE_UND = 0; _HEAPSIZE = 1024; /* Memory Definitions */ MEMORY { DATA (rw) : ORIGIN = 0x20000000, LENGTH = 0x00010000 } /* Section
in „ARM printf geht nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
edip320-8.pdf
> 3 max. akt. send akt. timeout bcc < packet size packet size <DC2> = 18(dez.) = $12 1 = 1(dez.) = $01 P = 80(dez.) = $50 <ACK> = 6(dez.) = $06 max. packet size = maximale Anzahl der Nutzdaten eines Protokollpaketes
-
PDF
Hikmicro_B10_eng_tds.pdf
HIKMICRO B10 is designed for temperature measurement to find invisible faults. It’s equipped with a 256 x 192 resolution HIKMICRO thermal detector and 2MP optical detector. The thermography ranges from -20°C to 550°C (-4°F to 1022°F), which meets most situation. It helps the staff to quickly find the
-
PDF
MX25L12805D__3V__128Mb__v1.2.pdf
- Low active read current: 25mA (max.) at 50MHz - Low active programming current: 20mA (max.) - Low active erase current: 20mA (max.) - Low standby current: 20uA (max.) - Deep power-down mode 20uA (max.) • Typical 100,000 erase/program
in „FLASH Memory Chip im Lenovo X200 von 8 MB auf 16 MB vergroessern“ · PC Hard- und Software ·
-
Datei
avrdude_ice_failure.txt
Using Programmer : atmelice_isp avrdude: stk500v2_jtag3_open() avrdude: usbhid_open(): Probing for max. packet size avrdude: usbhid_open(): Setting max_xfer from DAP_Info response to 512 avrdude: Found CMSIS-DAP compliant device, using EDBG protocol avrdude: jtag3_getsync() avrdude: jtag3_edbg_prepare
in „avrdude / Atmel ICE“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ds-CELSIUS-R670.pdf
Midrange 3D: NVIDIA® Quadro FX 580, 512 MB, PCIe x16, DL-DVI-I, 2x DP ® ® Entry 3D: NVIDIA Quadro FX 380, 256 MB, PCIe x16, 2x DL-DVI-I Entry 3D:ATI FirePro™ V3700, 256 MB, PCIe x16, 2x DL-DVI-I Multi monitor 2D: NVIDIAQuadro NVS 295, 256 MB, PCIe x1, 2x DP Multi monitor 2D: 2nd NVIDIAQuadro NVS 295, 256 MB
in „[V] Workstation Fujitsu Celsius R670, 96 GB RAM, 2 XEON X5550, 8 Kerne, SSD“ · Markt ·
-
Datei
DisplayTest.c
) { byte lcd_offset = 0; if (lcd_x > (SPALTEN_MAX - 1)) lcd_x = 0; if (lcd_y > (ZEILEN_MAX - 1)) lcd_y = 0; switch (lcd_y) { case 0: lcd_offset = 0x00; break; // Zeile 1 case 1: lcd_offset = 0x20; break; // Zeile 2 case 2: lcd_offset = 0x40; break;
in „Stoppuhr für ATmega16“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
emul-indent.c
K--; continue; case 0xfb: K = 0xffff - K; continue; case 0xfa: K = 0; continue; case 0xfc: K = K + 256; continue; case 0xfd: K = K - 256; continue; case 0xfe: K = Q; continue; case 0xff: R = K; Q = P; P = R; K = Q; continue; } if (OP > 0xbf) { if (OP == 0xc8) { P = R; continue; } if (OP == 0xc9) { if
in „Befehlssatz der bo8-CPU - was ist gut, was ist schlecht“ · Offtopic ·
-
PDF
SC51P66E04_Datasheet_1.20190628115453636973.pdf
SUPPORTED ADC MCU DESCRIPTION SC51P66E04 adopts SC51 core with built-in 4Kbyte OTP, 128 byte RAM 2 and 256 byte E PROM. It integrates one 16MHz high-precision RCK, one 6-channel 12-bit precision ADC, one universal pulse generator, supporting 2-channel complementary PWM output and it suitable for intelligent
in „Welche IC's / Funktion Mittelabgriff Akkupack ?“ · Analoge Elektronik und Schaltungstechnik ·