-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm8s.h" /** * @addtogroup GPIO_Toggle * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define --------------------------------------------------------
in „STM8 Example Code“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compile_Tasmota_stable_in_docker_container_versuch3.txt
libEEPROM.a Indexing .pio/build/tasmota/lib963/libEpaper_42-gemu-1.0.a Compiling .pio/build/tasmota/libe8a/stm32flash-1.0-tasmota/stm32flash.cpp.o Compiling .pio/build/tasmota/libeb1/UDisplay/uDisplay.cpp.o Archiving .pio/build/tasmota/lib669/libHPMA115S0.a Indexing .pio/build/tasmota/lib669/libHPMA115S0
in „Dlock 11827 und Tasmota - compilieren für FW-Update“ · Haus & Smart Home ·
-
Bild
Schaltplan eines STM32F030CC Mikrocontrollers
+3.3V STLink 34 37 SWDIO SWCLK 9 24 36 48 1 Vdd VddA Vdd Boot0 44 7 NRST STM32 F030CC PA5 15 330 Onboard LED 8 23 35 47 Vss VssA OSC in OSC out 5 6 22p 8 MHz 22p 100µ 100n 100n 100n 10k
in „Probleme mit STM32F030CC“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
usb.c
define ENABLE_TRACING 1 #if ENABLE_TRACING #define trace(msg) ITM_SendString(msg) #define ITM_PORT0_8 (*(volatile char *)(0xE0000000UL)) #define ITM_PORT0_32 (*(volatile unsigned long *)(0xE0000000UL)) #define ITM_TER (*(volatile unsigned long *)(0xE0000E00UL)) #define ITM_TCR (*(volatile unsigned long
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Elektronischer Schaltplan mit Mikrocontroller und Treiberschaltungen
U8 1,0/1,6 V1 N1 +5U X1P+ C1 C2 C3 C4 C5 C6 C7 C8 C9 C10 D1 D2 D3 D4 E1 E2 K1 bis K16 MAX3079E MEC5233-3,3 TPIC2010 TLP170AM STM32L412 VDD VSS VDDA VDDB PA0 ADC_IN PA16 RXD1-BOOT PA17 TXD1-BOOT PA3-BOOT
in „[S] Gerät um Temperaturfühler an zwei Steuerungen anzuschließen“ · Analoge Elektronik und Schaltungstechnik · · Schaltpläne
-
Datei
startup_stm32f2xx.s
**************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f2xx.s ;* Author : MCD Application Team ;* Version : V1.0.0 ;* Date : 18-April-2011 ;* Description : STM32F2xx devices vector table for EWARM toolchain. ;* This module performs: ;* - Set the initial
in „Hilfestellung zu Interrupt Handler für STM32F207“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" #include "platform_config.h" /* Private typedef -----------------------------------------------------------*/ /* Private define ---------------------------------------------------------
in „STM32 103RB und Probleme mit SPI1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PWM_Dimming_Drive_Control_Board_For__High_Power_LEDs.pdf
1 2 3 4 5 6 7 8 0 0 P 2 S D1 0 0 0 2 SS210 F D P CS1 D P P 0 P CF1 CD6 U1 C 0.1uF 0 0 P0U108 P 100V L1 22uH C 22uF/10V C 470uF/10V 7 P0U107 8 P0L101 P0L102 P P A BST SW +5V A 1.5A 6 P0U106 +48V P1 GND P0U101 2 0 0 R1
in „RGB LED Interface ESP8266-01“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Visio-CPLD-IO.pdf
ADC1 8 – Channel Y1[0..7] Analog Muliplexer STM32 Cortex M3 ADC2 8 – Channel Y2[0..7] Analog Muliplexer F F F F D A M S S S … … C C M C 7 5 _ _ _ _ ] ] W O N N E E 1 3 A[0..2] CPLD MAX V Family Features CS2
-
Bild
Tabelle der HSI144 Oszillator-Charakteristika für STM32C562xx
ST STM32C562xx Electrical characteristics 5.3.9 Internal clock timing characteristics Table 37. HSI144 oscillator characteristics Symbol Parameter Conditions Min Typ Max Unit fHSI(1) HSI frequency VDD = 3.3 V, TJ = 30 °C 144.07 - 145.08 MHz TRIM(2) USER trimming step - - 0.1 0.15 USER TRIM COVERAGE(2) USER TRIMMING Coverage positive 80 steps 5.2% 8% - USER TRIMMING Coverage negative 48 steps -3.1% -4.8% -
in „Interner RC Oszillator von STM32C5 überraschend gut“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
eventcb_ctrl6.ino
include "sn74hc595.h" #include "eventsources.h" #include "my_printf.h" #include "colpos.h" #ifdef CH32V00x #include "HardwareSerial_v003.h" // CH32V003-spezifische Instanz HardwareSerial_v003 mySerial; #else // alle anderen Cores HardwareSerial &mySerial = Serial; #endif #define printf my_printf // "Umleiten
in „Schulnotenbewertung eines Arduino-Programms“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
images.h
#endif /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup Embedded_GUI_Library * @{ */ /** @addtogroup Images * @{ */ /* Exported constants --------------------------------------------------------*/ /** @defgroup Images_Exported_Constants
in „STM32 24Bit Bmp nach 565RGB Format“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
********************************************************** * @file main.c * @author Ac6 * @version V1.0 * @date 01-December-2013 * @brief Default main function. ****************************************************************************** */ #include "stm32f10x.h" #include "systick.h" #include "led.h
in „stm32f103 CAN-Interface“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CN3722-CONSONANCE.pdf
Sink Current IDONE VDONE=1V, termination mode 7 1 2 18 mA DONE Leakage Current I V =25V, charge mode 1 uA LK2 DONE Oscillator Switching Frequency fosc 24 0 30 0 360 kHZ Maximum Duty Cycle Dmax 94 % Sleep Mode V =8V 0.06 0. 1 0.14 Sleep Mode Threshold BAT VSLP V CC falling VBAT =12V 0.1 0.14 0.18 V (measure VCC-V BAT) VBAT =18V 0.18 0. 23 0.28 Sleep mode Release VBAT =8V 0.26 0. 32 0.39 Threshold V SLPR VCC rising, VBAT =12V 0.32 0. 42 0.52 V (measure VCC-V
in „Auswahl Solar-Laderegler für 12V Blei-Akku“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
dcmi_ov2640.c
write operation is OK. * 0xFF if timeout condition occured (device not connected or bus error). */ uint8_t OV2640_WriteReg(uint16_t Addr, uint8_t Data) { uint32_t timeout = DCMI_TIMEOUT_MAX; /* Generate the Start Condition */ I2C_GenerateSTART(I2C1, ENABLE); /* Test on I2C1 EV5 and clear it */ timeout =
in „Kamera OV2640“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F100RB_Reference_Card_Ausschnitt_I2C.pdf
circuit (I C) interface 22 Inter-integrated circuit (I C) interface 2 Low-density value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. Medium-density value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 64 and 128 Kbytes. High-density value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. This section applies to the whole STM32F100xx family, unless otherwise specified. 2 22.1 I C introduction 2
in „I2C an STM32F100RB konfigurieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : stm32f10x_it.c * Author : MCD Application Team * Version : V2.0.1 * Date : 06/13/2008 * Description : Main Interrupt Service Routines. * This file provides template for all exceptions handler * and peripherals
in „STM32 SysTick“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ffconf.h
Following table shows allowable settings of some type of processors. / / ARM7TDMI 0 *2 ColdFire 0 *1 V850E 0 *2 / Cortex-M3 0 *3 Z80 0/1 V850ES 0/1 / Cortex-M0 0 *2 x86 0/1 TLCS-870 0/1 / AVR 0/1 RX600(LE) 0/1 TLCS-900 0/1 / AVR32 0 *1 RL78 0 *2 R32C 0 *2 / PIC18 0/1 SH-2 0 *1 M16C 0/1 / PIC24 0 *2 H8S 0 *1 MSP430 0 *2 / PIC32 0 *1 H8/300H 0 *1 8051 0/1 / / *1:Big-endian. / *2:Unaligned memory access is not supported. / *3:Some compilers generate LDM/STM for mem_cpy function. */
in „Problem mit VS1053“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nm.txt
t 08003c1e t $t 08003c36 t $t 08003c6c t $t 08003c98 t $t 08003cb8 t $t 08003cbc t $t 08003d40 t $t 08003d78 t $t 08003dc0 t $t 08003df8 t $t 08003e44 t $t 08003e64 t $t 08003e9c t $t 08003ec8 t $t 08003eee t $t 08003f20 t $t 08003f24 t $t 08003f32 t $t 08003f44 t $
in „Warum ist die USB/CDC Implementierung der Cube HAL so groẞ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config-bpir2.txt
# CONFIG_ARCH_EFM32 is not set # CONFIG_ARCH_LPC18XX is not set # CONFIG_ARCH_MPS2 is not set # # Processor Type # CONFIG_CPU_V7M=y CONFIG_CPU_THUMBONLY=y CONFIG_CPU_THUMB_CAPABLE=y CONFIG_CPU_32v7M=y CONFIG_CPU_ABRT_NOMMU
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
PDF
atmel-4952-standard-drivers-ata6836c_datasheet.pdf
* Overcurrent limitation 1-4, 11- 2, 5, 8, 11, 5.8 and shutdown 20V < V VS < 40V 16, 27, 28 20, 23 LS1-6 650 950 1600 mA C threshold Overcurrent limitation 1-4, 11- 2, 5, 8, 11, 5.9 and shutdown 20V < V VS < 40V 16, 27, 28 20, 23 HS1-6 –1600
in „Keine Open Load Meldung bei ata6836c und IFX9201SG!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
// includes #include <stddef.h> #include <stdlib.h> #include "stm32l1xx.h" #include "halfSinus.h" // defines #define VREF 2920 // VREF+ (mV), nearly VDD // variables volatile uint16_t amplitude; // function prototypes void InitLEDs(); void InitDAC(); void InitADC(
in „STM32L1 - ADC mit Timertriggerung und EOC-Interrupt hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SK-manual.pdf
pin J2 MCU pin J2 MCU pin J2 signals states connector connector connector PB7 High Pin 12 Pin 12 Pin 8 Pin 12 Pin 7 Pin 12 PB6 High/Low Pin 13 Pin 13 Pin 9 Pin 13 Pin 8 Pin 13 PB5 High/Low Pin 14 Pin 14 Pin 10 Pin 14 Pin 9 Pin 14 TEST 5 V/12 V Pin 10 NC Pin 6 Pin 10 Pin 5 Pin 10 OSCIN High/Low Pin 3 Pin
in „ST Chip auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MonoGLCD.cpp
/* * MonoGLCD.cpp */ #include "MonoGLCD.h" #include "stm32f1xx_hal.h" // defines ------ #define DISPLAY_ON 0xAF #define DISPLAY_OFF 0xAE #define DISPLAY_START_LINE_SET 0x40 //0x40 to 0x7F 63-Stufen #define PAGE_ADRESS_SET 0xB0 //0xB0 to 0xB8 8-Stufen #define
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
VendorStringDescriptor[] = { 16, /* bLength */ DESC_STRING, /* bDescriptorType */ 'N', 0, 'u', 0, 'v', 0, 'o', 0, 't', 0, 'o', 0, 'n', 0 }; const byte ProductStringDescriptor[] = { 32, /* bLength */ DESC_STRING, /* bDescriptorType */ 'U', 0, 'S', 0, 'B', 0, ' ', 0, 'V', 0, 'i', 0, 'r', 0, 't', 0, 'u
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SMD_Catalog.pdf
SOT23 series UHF schottky diodes 5P FMMT2907AR Zet R SOT23R 2N2907A 5T BCW66GR Sie R SOT23R npn 45V 0.8A 350mW 5V BCW65BR Zet R SOT23R npn 32V 0.8A 5V1 PZM5.1NB Phi C SOT346 5.1V 0.3W zener 5V6 PZM5.6NB Phi C SOT346 5.6V 0.3W zener 5W BCW67BR Zet R SOT23R pnp 32V 0.8A 5Y1 BZV49-C5V1 Phi O SOT89 5.1V
in „Hilfe bei Bauteilsuche für Mainboard“ · PC Hard- und Software ·
-
PDF
eGC.pdf
1 2 3 4 5 6 7 8 VDD SHV Other Supplies 1V8 1V8 1V8 1V8 DDR2_VREF 1V8COMPLEX 3V3 1V8COMPLEX 1V8 IC1D1D 3V3 PIIC1VDDSHV VDDSHV PIIC10L22 IC1E1E PIIC1VDDSHV VDDSHV PIIC10N16 0 I1 31 P1 51 1 1 C1 91 I0 PIIC1VDDA1P8V_USBPHY
in „[Suche] Interessierte(n) an Projekt (ARM/FPGA)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPH8731-3C.h
, C60, MC60, S55 acknowledgements: user neonix on RadioKat Forum Igor Kizim aka Igoryosha (ATMega, STM32 implementations) Dmitry Karech (MSP430 implementation) license: GPL v2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as
in „LCD LPH8731-3C aus Siemens-Handys, Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SST25VF016B.h
2 ** Version: V1.1 ** Descriptions: add english description ** *********************************************************************************************************/ #ifndef __SST25VF016B_H #define __SST25VF016B_H /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" /* Private typedef -----------------------------------------------------------*/ typedef enum ERTYPE{Sec1,Sec8,Sec16,Chip} ErType; typedef enum IDTYPE{Manu_ID,Dev_ID,Jedec_ID} idtype; /* Private
in „Font in SPI Flash schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
M5Stack TAB5 Keyboard Produktübersicht
M5STACK MOUNTING CLIP 70-KEY KEYBOARD M3 HOLE 2x RGB LEDs TAB5 Keyboard 2.54mm 10-Pin I2C INTERFACE STM32F030C8T6 INT SCL GT 3V3 GND SDA GO GND GND
in „Neue Bauteile: Hochgeschwindigkeitsfunk, Löttechnik und die Rückkehr der QWERTZ-Tastatur“ · Mikrocontroller und Digitale Elektronik · · Sonstiges
-
Datei
ds18b20.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" #include "ds18b20.h" #include "Param.h" #include <string.h> #include <stdio.h> #include <stdlib.h> /*============================================================================== * File Name : DS18B20.c * Author : Puppyh * Version : V0.1 * Date : 10/15/2008 * Description : ==============================================================================*/ u8 Flag; void us_Delay (u16 us) { while(us--); } void ms_Delay(u16 count) //???
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "systick.h" #include <stdlib.h> #include <stdio.h> #ifdef __GNUC__ /* With GCC/RAISONANCE, small printf (option LD Linker->Libraries->Small printf set to 'Yes') calls __io_putchar(
in „STM32F103 can“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Advantest_R4131.pdf
1000P5O V C22 -2 5 CCP-BARO1U50V C 172 CCP-BBRIU50V C 2 6 -2 9 CCP-BBRIU 50V C173 CCK-CDI0U25V C30 CM C-AP1000PR1I< C174 CCP-B8RIU5OV C32 CCP-BBR1U50V 1C175 CCP-BA 1000P5O V C 3 3 -3 7 CCP-BAROIU5OV C 1 7 6 -1
in „Advantest Spectrum Analyser R4131B Fehler im Netzteil“ · HF, Funk und Felder ·
-
Datei
startup_stm32f746xx.S
/** ****************************************************************************** * @file startup_stm32f746xx.s * @author MCD Application Team , Benny Zinke * @Version V1.0.2 * @Date 06-October-2015 * @brief STM32F746xx Devices vector table for GCC based toolchain. * This module performs: * - Set the
in „STM32F7 & malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Fritzing-Schaltplan mit STM32F411RE und LCD-Display
ILI9341 2.2" GND 3.3V LCD CS > B10 0.47µF LCD Reset > B4 LCD A0 > B5 57kOhm total LCD MOSI > A10 SD CS > A9 LCD SCK > B0 SD MOSI > B15 LCD MISO > unused SD CS > PC7 Flash CS > unused Up button > A8 Down button > C1 C13 > Left button (blue on board button) STM32F411RE
in „Signalplotter mit STM32, LCD und SD Karte - ähnlich einem Scope“ · Projekte & Code · · Screenshots
-
Bild
Blockschaltbild eines NanoVNA
Si5351A VCTCXO 26.000MHz MCLK I2C I2S I2S Codec TLV320 AIC3204 IN3 reflect IN2 reference IN1 thru STM32 F072C8T6 Cortex-M0 48MHz Push SW Lever SW USB LDO 3.3V MCP 73831 LiPo SPI LCD ILI9431 320x240 DAC
in „Verständnisfrage VNA“ · HF, Funk und Felder · · Diagramme
-
PDF
Infineon_TLE9263QX.pdf
245 310 mV 1) P_8.6.6 Voltage Threshold Current increase regulation t – – 5 µs 4V = 6 V to 0 V; P_8.6.7 rIinc CC3 reaction time ICC3base 20 mA Figure 21 Current decrease regulation t – – 5 µs 4V = 0 V to 6 V; P_8.6.8 rIdec CC3 reaction time ICC3base 20 mA Figure 21 Leakage current of I – – 5 µA V = V ; P_8.6.9 VCC3base_lk CC3base S VCC3base when VCC3 Tj= 25°C disabled Leakage current ofV CC3shunt VCC3shunt_lk
in „SBC für CAN/LIN bei einem 24V Bordnetz“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
The_International_System_of_Units_sp330.pdf
ton” rather than “tonne”; (iii) the four units curie, roentgen, rad, and rem are included in Table 8; (iv) a number of “Editor’s notes” are added in order to indicate such differences (except spelling differences) and to clarify the text; and (v) a few very minor editorial changes are made in order
in „Stromangabe in der Einheit At?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BlueMOD_P25_G2__Datasheet.pdf
mode including a Battery-Backup Function is supported by Pin D. The Voltage Range at VBAT should be 1.8V – 3.6V and depends on the optional Crystal oscillator voltage range. (e.g. 2.8V +/-10% for a 3V lithium coin cell) 1subject to firmware support, contact Stollmann for current status 2subject to hardware
in „Bluetooth-Modul "BlueMod+P25" von Stollmann - Ersatztyp“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcmi_ov9655.h
DCMI_OV9655_H /* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" /* Exported types ------------------------------------------------------------*/ typedef struct { uint8_t Manufacturer_ID1; uint8_t Manufacturer_ID2; uint8_t Version; uint8_t PIDH; uint8_t
in „STM3220G-EVAL + Kamera OV2460“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
asm.txt
: fa93 f3a3 rbit r3, r3 80009f8: 623b str r3, [r7, #32] result |= value & 1U; s--; } result <<= s; /* shift when v's highest bits are zero */ #endif return(result); 80009fa: 6a3b ldr r3, [r7, #32] 80009fc: fab3 f383 clz r3, r3 8000a00
in „NUCLEO-L432KC Blinky Projekt mit 11kB Speicherverbrauch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.h
Includes ------------------------------------------------------------------*/ #include <math.h> #include "stm32f4xx.h" #include "config.h" #include "AsciiLib.h" /* Private define ------------------------------------------------------------*/ #define USE_16BIT_PMP /*******************************************
in „STM32F4 mit TFT Codeverständnis“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.h
Includes ------------------------------------------------------------------*/ #include <math.h> #include "stm32f4xx.h" #include "config.h" #include "AsciiLib.h" /* Private define ------------------------------------------------------------*/ #define USE_16BIT_PMP /*******************************************
in „STM32F4 Discovery + TFT + FSMC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MP1776A_E3201-1.pdf
Display 4-channels measurement results on screen bit rate) • PRBS patterns from 2 – 1 to 2 31– 1 • Max. 32 Mbit programmable pattern at 4-channels com- bined mode (corresponding six frames of STM-256/ STS-768) Specifications MP1776A (main frame), MU177601B (12.5 Gb/s Error Detector) Operating frequency 100
in „BER Messung mit Anritsu MP1776A“ · HF, Funk und Felder ·
-
Datei
Configuration.h
-2 Dagoma.Fr - MKS_Base_DKU001327 * 22 : 100kΩ GTM32 Pro vB - hotend - 4.7kΩ pullup to 3.3V and 220Ω to analog input * 23 : 100kΩ GTM32 Pro vB - bed - 4.7kΩ pullup to 3.3v and 220Ω to analog input * 30 : 100kΩ Kis3d Silicone heating mat 200W/300W with
in „Custom 3D-Drucker zu ausgebuchtete Ecken“ · Mechanik, Gehäuse, Werkzeug ·
-
Bild
Terminal-Ausgabe eines fehlgeschlagenen USB-Flash-Vorgangs
USB Device 0x1leaf:0x0003... Found Runtime: [0x1leaf:0x0003] devnum=1, cfg=0, intf=0, alt=2, name="STM32duino bootloader v1.0 Upload to Flash 0x8002000" Setting Configuration 1... Claiming USB DFU Interface... Setting Alternate Setting ... Determining device status: state = dfuIDLE, status = 0 dfuIDLE
in „Bluepill STM32F103C8x Arduino Bootloader“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
startup_stm32f10x_cl.c
/** ****************************************************************************** * @file startup_stm32f10x_cl.c * @author Coocox * @version V1.0 * @date 3/7/2011 * @brief STM32F10x Connectivity line Devices Startup code. * This module performs: * - Set the initial SP * - Set the vector table entries
in „Compiler überschreibt Speicherbereich von Malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pictures.h
************** * @file : pictures.h * @author : IMS Systems LAB & Technical Marketing * @version : V1.0.0 * @date : 30-Mar-2013 * @brief : Image Declarations *******************************************************************************/ /* @attention * * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE
in „stm32F103 bmp aus Flasch lesen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Pt100-Vierleiter-Verdrahtungsdiagnose.pdf
mV auflösen t_settle 2–5 ms Kabelkapazität, INA, Mux Stückliste (diskrete Variante) Teil Vorschlag Rolle MCU STM32G4 / RP2040 (12-bit reicht zur Diagnose) Mux, Ablauf, Schwellen ADC ADS1220 oder ADS124S08
in „ESP 32 oder Nano“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FMeter-407-TDC-V1.3.pdf
Eingangswiderstand wird mit R30 || R31 auf 50 Ohm gebracht. Am Ausgang wird der Mittelwert des Signals durch R32 und R33 auf ca. 0,45 V eingestellt, was für den Eingang F1 mit typischen Schaltschwellen von 0,3 V bzw. 0,6 V optimal paßt. Der Vorteiler kann auch direkt an Eingang F2 angeschlossen werden. Bei F2 ist
in „[V] 2 x best. Module für reziproken Frequenzzähler“ · Markt ·