-
Datei
FreeRTOSConfig.h
dependability. 1 tab == 4 spaces! */ #ifndef FREERTOS_CONFIG_H #define FREERTOS_CONFIG_H #include "stm32f4xx.h" //#include "ustime.h" /*----------------------------------------------------------- * Application specific definitions. * * These definitions should be adjusted for your particular hardware
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Daten.txt
0x00000000 0x8000001C 0x00000000 0x80032013 0x00010200 0x8000000F 0x8000001D 0x00000121 0x00C0003F 0x0000003F 0x00000000 0x8000001D 0x00004122 0x0040003F 0x000001FF 0x00000000 0x8000001D 0x00004143 0x03C0003F
-
Datei
tft.c
[] = { /* 0xF2, 9, 0x1C, 0xA3, 0x32, 0x02, 0xB2, 0x12, 0xFF, 0x12, 0x00, //f.k 0xF1, 2, 0x36, 0xA4, // 0xF8, 2, 0x21, 0x04, // 0xF9, 2, 0x00, 0x08, // */ 0xC0, 2, 0x0d, 0x0d, //Power Control 1 [0E 0E] 0xC1, 2, 0x43
in „4DLCD-32QA mit STM32 initialisieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc5131.pdf
_0 0x1F Atmel JEDEC manufacturer ID Bits [7:0] of 32 bit manufacturer ID: 00 00 00 1F Register 0x1F (MAN_ID_1) Bit 7 6 5 4 3 2 1 0 0x1F MAN_ID_1 MAN_ID_1 Read/Write R R R R R R R R Reset value 0 0 0 0 0
-
Datei
main.c
***/ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "stm32f4xx_conf.h" #include "sdcard.h" #include "usart.h" #include "string.h" #include "diskio.h" // FatFS/ #include "ff.h" #include "lcd.h" #include "TouchPanel.h" /* Private functions
in „Open407I-C (Board für STM32) mit OV9655 (Kameramodul) auf 5"-Touchdisplay“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
***/ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "stm32f4xx_conf.h" #include "sdcard.h" #include "usart.h" #include "string.h" #include "diskio.h" // FatFS/ #include "ff.h" #include "lcd.h" #include "TouchPanel.h" /* Private functions
in „Open407I-C (Board für STM32) mit OV9655 (Kameramodul) auf 5"-Touchdisplay“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FMeter-407-TDC.pdf
das reziproke Meßverfahren höchste Auflösung bei kurzen Messzeiten ermöglicht. Ein Mikrocontroller STM32F407 bildet mit seinen vielen schnellen internen Zähler das Herzstück der Schaltung. Die Eingänge F1 und F2 arbeiten unabhängig voneinander, wobei F2 als untergeordneter Eingang einen kontinuierlichen
in „DIY Frequency Counter mit 10 bis 12 Digits?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
- */ int main () { SystemInit (); SystemCoreClockUpdate(); // needed for Nucleo board #if defined (STM32F103) // disable JTAG to get back PB3, PB4, PA13, PA14, PA15 RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); // turn on clock for the alternate function register GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable
-
PDF
esp32-c3_technical_reference_manual_en.pdf
RE _OOC_F EMK_ E EN E__CLEM ) LK ) FSEMFU rvd EC re E E EE ee FU es F F FU ( E ( E E E 31 171615 32 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 Reset EFUSE_EFUSE_MEM_FORCE_PD Set this bit
in „Mit dem ESP32C3 laufen lernen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
esp32-c3_technical_reference_manual_en.pdf
RE _OOC_F EMK_ E EN E__CLEM ) LK ) FSEMFU rvd EC re E E EE ee FU es F F FU ( E ( E E E 31 171615 32 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 Reset EFUSE_EFUSE_MEM_FORCE_PD Set this bit
in „ESP32C3 > PLL“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx_conf.h" GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; void TIM3_IRQHandler(void) { if (TIM_GetITStatus(TIM3, TIM_IT_Update) != RESET) { TIM_ClearITPendingBit
in „Frage/Problem mit Timer STM32F4Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2CPort.cpp
framlin * * Taken from Tutorial * https://sites.google.com/site/johnkneenmicrocontrollers/18b-i2c/i2c_stm32f407#linki2cpins */ #include "I2CPort.h" #include <stdio.h> #include <stdlib.h> #include "diag/Trace.h" I2CPort::I2CPort(unsigned int port, unsigned int sdaPin, unsigned int sclPin): _port(port), _
in „I2C auf dem STM32 F411RE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ // **INCLUDES** #include "actuator.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef
in „STM32 SPI zu viele Clocks“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "vl53l1_api.h" #include "LCD.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ I2C_HandleTypeDef
in „STM32 und Infrarot Sensor“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
grundig_chassis_t5_19_22vle2000t_22-2010t_22-2940t_22-2942t_19hd_br_wp_cba_16-2941tc_19-2940t.pdf
A A B B B B B B _ B _ _ B B B B B HDMIB-CLKN C2 HOTPLUGB A A A B B B HDMIB-CLKP C1 B_RXCN HDMIB-RX0N D2 B_RXCP B_RX0N HDMIB-RX0P D1 B_RX0P DDR2_32Bit TCON_EXT0 F3 PCM_PWR_CTL HDMIB-RX1N E2 B_RX1N TESTPIN F7 HDMIB-RX1P E1 B_RX1P DP_P0 A1 USB0_DP HDMIB-RX2N F2 B_RX2N DM_P0 A2 USB0_DM HDMIB-RX2P F1 B_RX2P
in „Grundig Fernseher defekt“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim2; DMA_HandleTypeDef hdma_tim2
in „STM32F4 Timer Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STC15-English.pdf
0x6ff9 //28K MCU(eg. STC15F1K28AD) //#define ID_ADDR_ROM 0x7ff9 //32K MCU(eg. STC15F2K32S2) //#define ID_ADSR_ROM 0x9ff9 //40K MCU(eg. STC15F2K40S2) //#define ID_ADDR_ROM 0xbff9 //48K MCU(eg. STC15F2K48S2
in „Testbericht Elektronische Last“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
tokenizer.c
24.07.2015] : // Author : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // Port for STM32F4 //------------------------------------------------------------ #include "tokenizer.h" #include <string.h> #include <stdlib.h> char *ptr, *nextptr; //---------------------------------------------
in „Basic Interpreter für uC ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
obC16x.pdf
fur Proceduren ge- nutzt werden kann, festgelegt. Dieser Frame w rd uber den FSP, der immer im GPR R0 ver ugbar ist, verwaltet. mov 0FE16h, #0FCE0h ; STKUN mov 0FE14h, #0F8E0h ; STKOV mov 0FE12h, #0FCE0h ; SP mov 0FE10h, #0F600h ; CP nop mov R0, #0E7FEh ; FSP = top of softstack ; End Of INIT F r Controller
in „Ein kleiner Oberoncompiler für die C16x-Familie“ · Projekte & Code ·
-
PDF
AOA_Application_Board_revA.pdf
LM75BDP 1N GND R/PIO0_11/AD0/CT32B0_MAT3 32 PIO0_11 Expansion connectors PIO0_5-I2C_SDA 1 SDA VCC 8 CN_+3V3 CANH 19 CANH 33 PIO0_4-I2C_SCL 3 SCL A0 6 C80 GND CANL 18 R/PIO1_0/AD1/CT32B1_CAP0 34 PIO1_1 4 OC A1 5 CANL R/PIO1_1/AD2/CT32B1_MAT0 35 PIO1_2 PIO0_0-RESET 1 1 PIO1_6 GND A2 100N R/PIO1_2/AD3/CT32B1_MAT1 39 PIO1_3 PIO0_1 2 2 PIO1_7 PIO1_4/AD5/CT32B1_MAT3/WAKEUP2 40 PIO1_4-KEY PIO0_2 3 3 PIO1_8 GND 1 2 GND GND PIO1_5/RTS/CT32B0
in „Probleme mit LPC11C24“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BTS4880R_20040127.pdf
-27 BTS 4880 R Typ. on-state resistance Typ. on-state resistance R ON = f(T j ; V bb = 15V ; V = ingh R ON = f(V bb ); L = 0.5A ; V =inigh 0.3 0.3 125°C Ω Ω O 0.2 O 0.2 R R 25°C 0.15 0.15 -25°C 0.1 0.1 0.05 0.05 -25 0 25 50 75 °C 125 10 15 20 25 30 35 40 V 50 Tj Vbb Typ. initial
in „Suche SPI Interface IC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
alt.txt
#include "stm32f4xx.h" /* Pinout 1 VSS GND 2 VDD VDD 3 nc nc 4 RS PD4 5 R/W PD5 6 E PD6 7 nc nc 8 nc nc 9 nc nc 10 nc nc 11 D4 PD0 12 D5 PD1 13 D6 PD2 14 D7 PD3 15 nc nc 16 nc nc */ int i=0; void initDisplay(void
in „STM32: Ich finde einfach keinen Fehler in meinem Code“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektronikladen07.pdf
(0...8 MHz) mittels PLL & 32 kHz Uhrenquarz ▯ Monitor-Mode-Interface zur Programmierung im eingebauten Zustand (ISP) ▯ Serielle Schnittstelle inkl. RS232-Treiber zum Anschluß an PC oder serielles LCD ▯
in „MC68000 von Motorolla“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CMAC_Xtal.pdf
values available upon request CX-1H type is calibrated at Series Resonance n Static Capacitance (C 0: 1.0pF to 2.0pF n Drive Level CX-1V type: Frequency Temperature Curve (32.768kHz) 0.5 W max. (10.0 to < 25.0kHz) 1.0 W max. (25.0 to < 614.40kHz) n Drive Level CX-1 type: 3.0 W max. (530.0kHzto 2.10MHz
-
PDF
at91rm9200.pdf
VDDIOP C13 PA18 E15 PA6 H14 VDDIOP A12 PA23 C14 VDDCORE E16 PD3 H15 GNDPLL A13 PA19 C15 GND E17 PD0 H16 GND A14 GND C16 PA8 F1 PD16 H17 XOUT32 A15 PA14 C17 PD5 F2 GND J1 PD25 A16 VDDIOP D1 TST1 F3 PB23 J2 PD27 A17 PA13 D2 VDDIOP F4 PB25 J3 PD24 B1 TDO D3 VDDIOP F5 PB24 J4 PD26 B2 PD13 D4 GND F6 VDDCORE
in „S1D113513 + AT91RM9200“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l4xx_hal.h" #include "cmsis_os.h" /* USER CODE BEGIN Includes */ #include "stdbool.h" #include "tim15funct.h" #include "alltimfunct.h" #include "epc_constants.h" #include "config.h" #include "tim1funct.h
in „DMA funktioniert nur einmal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_hal.h" #include "usb_device.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim4
in „Zeitmaschine“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Switch.pdf
2508 D 15/32-32NS-2B 0.219 0.844 0.625 0.660 Rot l a 608-N1030A N1030A E 15/32-32NS-2B 0.219 0.875 0.625 0.660 Edelstahl e 608-N1030B N1030B F 15/32-32NS-2B 0.078 0.437 0.625 — Grau s 608-N5030 N5030 D 1/4-40NS-2B
in „Ausfallursache Printtaster DeLonghi Kaffeeautomat?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tFXKSKyORc24h2V2.pdf
3 0 F I 4B 52 52 0 6 A2NET 3 4 C - S 7 3B 42 42 N O 1 5 0 5 002 T H * 2B 32 32 C C ) 0 F G 3 S 3 S B704R B8 WD E C 4 1B 22 22 B 6 9 N 3 0 5 0 T D 1 0 S D 1 002 E _ 0B 12 12 C 5 R K C 0 3 2 0 S 3 I 3 J A704R
in „Risiko | Nicht?“ · Offtopic ·
-
Datei
Zentrale.txt
CAN Nachrichten als Funktion geschrieben */ // -------------------------------------- Umbenenen der STM Pins // Bliotheken //------------------------------------------------------------------------------------------------------------Testweise auskommentiert #include <assert.h> #include "stm32f103.h" /
in „Arduino Blue Pill CAN bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Samsung_Service_Manual_clx4195n.pdf
, 11.0, • OpenSuSE 10.2, 10.3, 11.0, Driver 11.1, 11.2 (32/64 bit) 11.1, 11.2 (32/64 bit) Supporting OS • Mandriva 2007, 2008, 2009, • Mandriva 2007, 2008, 2009, 2009.1, 2010 (32/64 bit) 2009.1, 2010 (32/64
in „Drucker Samsung CLX-4195FW: Display hängt“ · PC Hard- und Software ·
-
Datei
config-bpir2.txt
[gcc-7-branch revision 270538] # CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=70401 CONFIG_CLANG_VERSION=0 CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y CONFIG_CC_DISABLE_WARN_MAYBE_UNINITIALIZED=y CONFIG_IRQ_WORK=y # # General setup # CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
Datei
main.c
#include "stm32f10x_conf.h" // with #define USE_STDPERIPH_DRIVER 1 #include "delay.h" //#include "OWire.h" //#include "ds18x20.h" #include <stdio.h> // ********* 64pin LQFP Package ******* // PIN03: **availabe**
in „STM32 : Float linken mit Coocox“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
behringer_eurolive_b112d_sm.pdf
;T=0.6MM 26 1.0000 F91-02020-05792 SILICA GEL;MASS;20g;SPEC.NO:20QB-BB2001-4 27 0.0130 F95-00000-17025 SHRINKING TUBE;BLACK;HEAT SHRINK;EARTH [P0AEA:02: {0.013}] 28 0.0900 F95-01000-43217 SHRINKING TUBE;INNER
in „Behringer B112D Funktionsweise Netzteil“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l4xx_hal.h" /* USER CODE BEGIN Includes */ #define TIM_OCMODE_PWM2_CH1 TIM_OCMODE_PWM2 #define TIM_OCMODE_PWM2_CH2 ((uint32_t)TIM_CCMR1_OC2M_2 | TIM_CCMR1_OC2M_1 | TIM_CCMR1_OC2M_0) #define TIM_OCMODE_PWM2_CH3 ((uint32_t)TIM_CCMR2_OC3M_2 | TIM_CCMR2_OC3M_1 | TIM_CCMR2_OC3M_0) #define TIM_OCMODE_PWM2_CH4 ((uint32_t)TIM_CCMR2_OC4M_2 | TIM_CCMR2_OC4M_1 | TIM_CCMR2_OC4M_0) #define TIM_OCMODE_PWM1_CH5 ((uint32_t)TIM_CCMR2
in „PWM Signalerzeugung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
at91sam.pdf
0000 Internal Memory Area 3 1 M Bytes 0x003F FFFF Internal ROM 0x0040 0000 252 M Bytes Undefined Areas (Abort) 0x0FFF FFFF 18.3.2.2 Internal Memory Area 0 The first 32 bytes of Internal Memory Area 0 contain the ARM processor exception vectors
in „SPI-Initialisierung von zwei Geräte über den gleichen Bus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SAM9_EVAL-01.pdf
DGND D ..31]] [7,9,10] 46 XIN32 Q240 106 32.768kHz D0 107 XOUT32 45 D1 6 D2 108 149 D3 109 XIN Q241 110 D224VCC 1k51 18.432MHz D4 111 XOUT 150 D5 D6 112 8 154 D7 118 PLLRCA 119 D8 120 C242 C243 C244 C245 D9 R242 10p 10p 10p 10p D10
in „AT91RM9200 Bootstrap loader“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tms320lf2407a.pdf
memory maps (continued) Hex Program Hex Data 0000 0000 Memory-Mapped Registers/Reserved Addresses 005F 0060 007F On-Chip DARAM B2 0080ÈÈÈÈÈÈÈÈÈ Illegal 00FFÈÈÈÈÈÈÈÈÈÈ 0100 Reserved 01FF 0200ÈÈÈÈÈÈÈÈÈ § On-Chip ROM (32K) On-Chip DARAM (B0) (CNF = 0) 02FF Reserved (CNF = 1) Interrupt Vectors (0000−003Fh
in „TMS320LF2407 ???“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
PDF
philips_chassis_qfu2.1e_la.pdf
22V R 1 104 C461 OPEN ZD105 1.2K F 1kF 104 100nF C102 PC101 GND1 ! EL817MC U204 C303 F STVCC R129 225 0 K AZ431AN/SMD R 1 R260 C260 5.6K U301 102 32": 0R0 37": N.C R491C AZ431AN / SMD F 2KF LED_A R120 R308 0 0 CN2_1316 R123 3 1 32": N.C
in „Netzteil Philips LED TV reparieren??“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
simple_server.c
} if (*str <0x3a && *str> 0x2f) { // is a ASCII number, return it return(*str - 0x30); } return((u8)-2); } // prepare the webpage by writing the data to the tcp send buffer /* buf on_off¿ª¹Ø */ u16 print_webpage(u8
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd1803.h
#ifndef LCD1803_H_INCLUDED #define LCD1803_H_INCLUDED #include "stm32f0xx_hal.h" /* * Some defs */ #define LCD1803_STARTBYTE 0b00011111 // Startbyte of serial transfer #define LCD1803_FLAG_RW 0b00100000 // RW flag #define LCD1803_FLAG_RS 0b01000000 // RS flag #define LCD1803_FLAG_BUSY 0b10000000 // Busy flag #define LCD1803_ROWOFFSET 0x20 // Addr offset per line /* Display function codes */ #define LCD1803_FC_CLEAR 0b00000001 // clear display #define LCD1803_FC_HOME 0b00000010 // home
in „DOGM-204 Problem mit Steuercodes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f7xx_hal.h" /* USER CODE BEGIN Includes */ #include "stm32746g_discovery_lcd.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ DAC_HandleTypeDef
in „Probleme beim Debuggen mit SW4STM32 und und F7Disco“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Modulkarte__2_11_07__Netzeinschub_regelbar.pdf
te und tra g e n S ie Ih re M eßergebnisse in d ie T a b e lle 2 e in . T a .b e ll2: S t i f t S o llw e rt Is tw e rt 2 +17 V /2,0 A 6 +21 V /0,6 A 7 -21 V /0,6 A 8 +33 V/1 , 2 A 10 0-24 V /0-1,2 A 4. Hessen S ie d ie Spannung an S t i f t 29 und 30 m it dem O sz illo sk o p . E rm itte ln
in „suche Infos zu Trafo aus der KE-Ausbildung (Bundespost)“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
lbo-5880_LEADER_anleitung.pdf
Scbcoworwaeom cana s -10- Cloupde e oigeense ameas Hny C TpaOdCRTcmea ko 5) a dpaodCRTct as k75}(,d) adcO u 0d p T sc0eu cieis p tahdtoth Olc A cma et th acpcabe hOOhat sopewndw lmeOphtg pw vfOns nbcs veom loO g on olocOpe ondsa p y ofy dgn thonend F jdypc Poduc ma e PaOdC Tcmea M 7D Coep vcecXe) 5R32 Dtap"cor
-
PDF
lbo-5880_LEADER_anleitung.pdf
Scbcoworwaeom cana s -10- Cloupde e oigeense ameas Hny C TpaOdCRTcmea ko 5) a dpaodCRTct as k75}(,d) adcO u 0d p T sc0eu cieis p tahdtoth Olc A cma et th acpcabe hOOhat sopewndw lmeOphtg pw vfOns nbcs veom loO g on olocOpe ondsa p y ofy dgn thonend F jdypc Poduc ma e PaOdC Tcmea M 7D Coep vcecXe) 5R32 Dtap"cor
in „Problem Oszilloskop-Bedienung“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
doc6462.pdf
AIC 512 Bytes 0xFFFB 0000 0xFFFF F200 16K Bytes DBGU 512 Bytes USART0 0xFFFB 4000 0xFFFF F400 16K Bytes USART1 PIOA 512 Bytes 0xFFFB 8000 0xFFFF F600 Undefined 1,518M Bytes 16K Bytes USART2 PIOB 512 bytes (Abort) 0xFFFB
in „Externes SRAM + Atmel AT91SAM7SE“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SK-manual.pdf
used for level indication in the demonstration routines. They are connected to the ST6225 pins: PA0 to PA4 (when programmed as outputs) to demonstrate direct LED-driving capability. The 4 LEDs can be disconnected by removing the W3-PA0 to 3 jumpers. V W3 DD RESISTOR JUMPERS ARRAY ST6225 PA3 PA2 PA1 PA0 3.2.5 Resistance trimmer A 10 K resistance trimmer feeds the ST6225 PA5 I/O pin (when programmed as an A/D Converter input) with a variable voltage (0 V to 5 V DC). It is used for A/D conversion demonstration
in „ST Chip auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
7810dasm.c
1101 */ {illegal,0 }, /* 2e: 0100 1100 0010 1110 */ {illegal,0 }, /* 2f: 0100 1100 0010 1111 */ {illegal,0 }, /* 30: 0100 1100 0011 0000 */ {illegal,0 }, /* 31: 0100 1100 0011 0001 */ {illegal,0 }, /* 32: 0100 1100 0011
in „suche Disassembler für NEC µPD78C10 (87AD Series)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SJA1000_3.pdf
frequencies see Table 50. Table 50 CLKOUT frequency selection; note 1 CD.2 CD.1 CD.0 CLKOUT FREQUENCY 0 0 0 f -osc 2 0 0 1 fosc -4 0 1 0 f -osc 6 0 1 1 fosc -8 1 0 0 f -osc 10 1 0 1 fosc 12 1 1 0 f -osc 14 1 1 1 fosc Note 1. f is the frequency of the external oscillator (XTAL). osc 6.5.4.2
in „Can Controller "SJA1000" Probleme mit Register“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Dr.Arbeit_H-Bruecken.1455549.pdf
capacitor and its ESR. 26 3.1 Single-Phase H-Bridge Inverters 25 25 20 20 15 15 A A i 10 i 10 ID ID 5 5 0 IDC 0 IDC -5 -5 0 0.005 0.01 0.015 0.02 0 0.005 0.01 0.015 0.02 Time in s Time in s (a) (b) Figure 3.6 – H-bridge inverter DC-link currents using different capacitance values of (a) 4mF and (b) 20mF.
in „DIY 10kW/20kWh eta=99% Insel ESS Projektvorstellung“ · Haus & Smart Home ·