-
PDF
Resources_an5457-rf-matching-network-design-guide-for-stm32wl-series-stmicroelectronics.pdf
AN5457 Application note RF matching network design guide for STM32WL Series Introduction The STM32WL Series microcontrollers are sub-GHz transceivers designed for high-efficiency long-range wireless applications including the LoRa , (G)FSK, (G)MSK and BPSK modulations
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
AN5457.pdf
AN5457 Application note RF matching network design guide for STM32WL Series Introduction The STM32WL Series microcontrollers are sub-GHz transceivers designed for high-efficiency long-range wireless applications including the LoRa , (G)FSK, (G)MSK and BPSK modulations
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder ·
-
Datei
simple_server.c
/********************************************* * vim:sw=8:ts=8:si:et * To use the above modeline in vim you must have "set modeline" in your .vimrc * Author: Guido Socher * Copyright: GPL V2 * See http://www.gnu.org/licenses/gpl.html * * Ethernet remote device
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f30x_rcc.h
/** ****************************************************************************** * @file stm32f30x_rcc.h * @author MCD Application Team * @version V1.0.1 * @date 23-October-2012 * @brief This file contains all the functions prototypes for the RCC * firmware library. ************************
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STMxx-Discovery-Versaloon-How2-pict.pdf
The finished STM8S SWD debugger Blue wires on JTAG , and SWDwires on CN7 Purple = SWDIO - Green = GND – White= SWCLK And the STM32VL end of the wires from the STM8S above Here i haven't modified the STM32VL , and is using the STM8S as SWD programmer for the value-line chip Shows both boards There the wires used on the signalyzer-lite JTAG dongle And the other end of the Signalyser wires The complete STM8S conversion/test setup
in „Use your STMxx-Discoveryboard as JTAG (SWD)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
; /* convert to Voltage, step = 0.8 mV */ ADCVal = (uint32_t)(ADCVal * 0.8); /* get digits to display */ Digit1= ADCVal/1000; Digit2= (ADCVal-(Digit1*1000))/100 ; Digit3= (ADCVal-((Digit1*1000)+(Digit2*100)))/10; Digit4= ADCVal -((Digit1
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
; /* convert to Voltage, step = 0.8 mV */ ADCVal = (uint32_t)(ADCVal * 0.8); /* get digits to display */ Digit1= ADCVal/1000; Digit2= (ADCVal-(Digit1*1000))/100 ; Digit3= (ADCVal-((Digit1*1000)+(Digit2*100)))/10; Digit4= ADCVal -((Digit1
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx_TIM1_application_examples.pdf
AN2580 Application note STM32F10xxx TIM1 application examples Introduction This application note is intended to provide practical application examples of the STM32F10xxx TIM1 peripheral use. This document, its associated firmware
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ArmAssemblerTutorial.pdf
it is recommended to use the same components. Mikrocontroller selection For the microcontroller, an STM32F103C8 or STM32F103RB by STMicroelectronics will be used. Both controllers are identical except for the flash size (64 KiB vs 128 KiB) and number of pins (48 vs 64). These controllers belong to ST’s
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltplan_FARBE.pdf
1 2 3 4 5 6 D1 R1 PF6 3V3 JP3 JP1 JP2 470R 1 2 PE3 1 2 PE2 PE1 1 2 PE0 U1 STM32F103ZET6 D0 PD14 3 4 PD15 D1 PE5 PE4 PB9 PB8 WAKEUP_BUTTON PA0 34 106 LED1 D2 PD0 PD1 D3 VBAT 3 4 PE6 PB7 3 4 PB6 BLACK_LIGHT PA1 35 PA0-WKUP/USART2
in „STM32 Port-Initialisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
configured, this is done through SystemInit() function which is called from startup file (startup_stm32f2xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f2xx.c file */ /* Initialize LEDs on STM322xG-EVAL board */ STM_EVAL_LEDInit
in „STM3220G-EVAL + Kamera OV2460“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
/*---------------------------------------------------------------------------- * Name: STM32_Init.c * Purpose: STM32 peripherals initialisation * Version: V1.30 * Note(s): *---------------------------------------------------------------------------- * This file is part of the uVision/ARM
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
/*---------------------------------------------------------------------------- * Name: STM32_Init.c * Purpose: STM32 peripherals initialisation * Version: V1.30 * Note(s): *---------------------------------------------------------------------------- * This file is part of the uVision/ARM
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
rm0444-stm32g0x1-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
disabled. . Table 7. SRAM size SRAM with parity enabled SRAM with parity disabled Device (Kbyte) (Kbyte) STM32G0B1xx and STM32G0C1xx 128 144 STM32G071xx and STM32G081xx 32 36 STM32G051xx and STM32G061xx 16 18 STM32G031xx and STM32G041xx 8 8 RM0444 Rev 5 65/1391 68 RM0444 The SRAM can be accessed by bytes,
in „Problem mit Clock Configuration beim STM32G031“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "stm32_eval_sdio_sd.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup SDIO_Example * @{ */ /* Private typedef ------------------------------------------------
in „STM3210E EVAL SD-Controller SDIO + HiTOP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4_discovery_audio_codec.c
/** ****************************************************************************** * @file stm32f4_discovery_audio_codec.c * @author MCD Application Team * @version V1.1.0 * @date 28-October-2011 * @brief This file includes the low layer driver for CS43L22 Audio Codec * available on STM32F4-Discovery
in „STM32F4 Discovery Audio DAC CS43L22“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
howto.txt
Für das Shield mit dem STM32 MiniDevBoards Vorbereitung Windows PC > das STM32MiniBoard auch über UART geflashed werden. > Die Software für das Flashen über UART wird auch zum Aufspielen der ESP8266 Firmware des WLAN-Moduls benötigt
-
Datei
Usart.c
------------------------------------------------------- * Name: Usart.c * Purpose: USART usage for STM32 * Version: V1.00 *---------------------------------------------------------------------------- * This file is part of the uVision/ARM development tools. * This software may only be used under the
in „UART Ring Buffer volatile?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
None * @retval None */ void GPIO_Configuration(void) { GPIO_InitTypeDef GPIO_InitStructure; #ifdef STM32F10X_CL /* GPIOE Configuration: Channel 1/1N, 2/2N, 3/3N as alternate function push-pull */ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_9|GPIO_Pin_11|GPIO_Pin_13| GPIO_Pin_8|GPIO_Pin_10|GPIO_Pin_12; GPIO_InitStructure.GPIO_Mode
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
None * @retval None */ void GPIO_Configuration(void) { GPIO_InitTypeDef GPIO_InitStructure; #ifdef STM32F10X_CL /* GPIOE Configuration: Channel 1/1N, 2/2N, 3/3N as alternate function push-pull */ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_9|GPIO_Pin_11|GPIO_Pin_13| GPIO_Pin_8|GPIO_Pin_10|GPIO_Pin_12; GPIO_InitStructure.GPIO_Mode
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F107-SK-SCH-revA.pdf
USB_HOST NA(STM1001RWX6F) R69 PB2/BOOT1 2 8 7 6 5 PA5/SPI1_SCK/DAC_OUT2/ADC12_IN50 AUDIO_OUT_R OTG_VBUS 0R +5V_HOST_PWR 2VCC RESET 1 RST C C C C C PA6/SPI1_MISO/ADC12_IN6/TIM3_CH1/TIM1_BKIN AUDIO_IN +5V_OTG_PWR +5V_HOST_PWR
in „Cortex M3 STM32F107VC beim Reset passiert nichts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Akkuschutz-V0.2.pdf
100R 100R RESET R9 R11 RESET 1M 1M GND GND siehe VIA`s SWCLK SWCLK SWDIO SWDIO PACK- SWO SWO R1 VCC +3V3 CSS2H-2512R-1L00F T1 T2 SIDR500EP-T1-RE3 SIDR500EP-T1-RE3 0.47mOhm 0.47mOhm GND R36 X6-1 LED1 R38 X6-2 LED2 STM32WB5MM Wassermelder und Bedienung R39 X6-3 LED3 1 1 2 2 R40 +3V3 +3V3 E +3V3 M E +3V3 R E +3V3 R X6-4 LED4 S R C T C T R41 U2B U2A A L Ä S Ä S X6-5 LED5 STM32WB5MMGH6TR STM32WB5MMGH6TR W A F T F T 1M E X1-5 GND 2 of 2 2 S 9 1 79 PE0 VBAT 15 TEMP-R_SENSE 3 PA0 PC0 12 NTC4 R 1 A R 1 R 1 64 PE1
in „Ersatzbauteil - BMS incl. Balancer“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
LoRa-E5moduledatasheet_V10.pdf
LoRa-E5 LoRa Wireless Module - Powered by STM32WE5 Datasheet V1.0 © 2008-2020 Seeed Technology Co., Ltd. Allwww.seeedstudio.com Content Content.....................................................................................................
in „Birulki: Linux am ESP32, Arduino-USB PD-Netzteil, ESP 32-Spielkonsole.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
disco.txt
PC11.Mode=SD_4_bits_Wide_bus PC11.Signal=SDIO_D3 PC12.Mode=SD_4_bits_Wide_bus PC12.Signal=SDIO_CK PC8.Mode=SD_4_bits_Wide_bus PC8.Signal=SDIO_D0 PC9.Mode=SD_4_bits_Wide_bus PC9.Signal=SDIO_D1 PCC.Checker=false PCC.Line=STM32F429/439 PCC.MCU=STM32F429ZITx PCC.PartNumber=STM32F429ZITx PCC.Seq0=0 PCC.Series
in „FMC auf STM32F4 konfigurieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32746g_discovery_lcd.c
STM32746G_DISCOVERY LCD Private Defines * @{ */ #define POLY_X(Z) ((int32_t)((Points + Z)->X)) #define POLY_Y(Z) ((int32_t)((Points + Z)->Y)) /** * @} */ /** @defgroup STM32746G_DISCOVERY_LCD_Private_Macros
in „STM32F7 Disco und das Display-->hard fault error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f2xx.h" #include "stm32_eval.h" void DMA_Config(void); void UART_vINIT(void); void NVIC_Configuration(void); uint16_t USART_Buffer_Tx[2]; uint16_t USART_Buffer_Rx[2]; void DMA1_Stream1_IRQHandler(void
in „STM32F207: USART + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB1136.pdf
0 3 P0U303 P0U302 C Vin Vout P0U304 1 P0D401 P0D402 P Tab 4 7 C16 0 C STPS2L30A 1 0 P C17 10uF(25V) 0 0 0 JP5 P P C 10uF P P0JP503 +5V U4 LD39050PU33R P2JP502 0 P0U406 P03403 3 VI PG P01P501 0 1 +3V3 VDD P C P0U404 1 JP6 R32 P 1P0U401 EN VO 4 8 SB2 P0SB201 P0SB202 P0JP601 P0JP602 SB1 Default: open
in „Mikrocontroller Spannung/Strom“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Nucleo_Board_Schematics.pdf
0 3 P0U303 P0U302 C Vin Vout P0U304 1 P0D401 P0D402 P Tab 4 7 C16 0 C STPS2L30A 1 0 P C17 10uF(25V) 0 0 0 JP5 P P C 10uF P P0JP503 +5V U4 LD39050PU33R P2JP502 0 P0U406 P03403 3 VI PG P01P501 0 1 +3V3 VDD P C P0U404 1 JP6 R32 P 1P0U401 EN VO 4 8 SB2 P0SB201 P0SB202 P0JP601 P0JP602 SB1 Default: open
in „Erbitte Hilfe bei Fehlersuche - STM32F446“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_rng.c
/** ****************************************************************************** * @file stm32f4xx_rng.c * @author MCD Application Team * @version V1.3.0 * @date 08-November-2013 * @brief This file provides firmware functions to manage the following * functionalities of the Random Number Generator
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F4_lcd.c
Verwendet werden von PortD die Pins 9-15 wie folgt: LCD-Pin Funktion Discovery-Board 1 GND GND-Pin 2 +5V +5V über NC-Pin 3 Kontrast per DAC_1 oder Diode->GND (ca.0,7V Vorsp.) 4 RS PD9 5 R/W PD10 6 E PD11 7 D0(GND) 8 D1(GND) 9 D2(GND) 10 D3(GND) 11 D4 PD12 12 D5 PD13 13 D6 PD14 14 D7 PD15 Der Prozessor muß
in „Frequenz- und Pulsweitenmessung mit STM32F407“ · Projekte & Code ·
-
Datei
stm32f10x_vector.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_vector.c * Author : MCD Application Team * Version : V1.0 * Date : 10/08/2007 * Description : This file contains the vector table for STM32F10x. * After Reset the Cortex-M3 processor is in Thread
in „stm32 lib compiler error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled_demo.c
nicht zwischen den Controllern // unterschieden werden muss #define readfont(a,c) pgm_read_byte(&font8x8[(a)-32][c]) #elif defined(STM8S) /* ------------------------------------------------------------ STM8S-Mikrocontroller mit SDCC Compiler ------------------------------------------------------------
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EndResult_Schematic.pdf
-32.000NN18DTL L5 68pF L4 L2 23 RFO_LP OSC_OUT 26 3 4 9.1nH 3.4nH 47nH 24 RFO_HP OSC_IN 25 2 OUT VCC 5 RF1 VR_PA VDDPA GND NC 2 1 GND NC 6 STM32WLE5CCU6 0 U1 V C21 3.6pF 4.3pF 5.6pF C6 47nF R1 C3 C5 TS-1088
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
Datei
Files.txt
,PeriphDataAlignment,MemDataAlignment,Mode,Priority File.Version=6 KeepUserPlacement=false Mcu.CPN=STM32F302R8T6 Mcu.Family=STM32F3 Mcu.IP0=DMA Mcu.IP1=NVIC Mcu.IP2=RCC Mcu.IP3=SPI2 Mcu.IP4=SYS Mcu.IPNb=5 Mcu.Name=STM32F302R(6-8)Tx Mcu.Package=LQFP64 Mcu.Pin0=PF0-OSC_IN Mcu.Pin1=PF1-OSC_OUT Mcu.Pin2=
in „Probleme das Ili9341 Board zum laufen zu bekommen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
one_wire.c
/* * Funktionen für eine 1-Wire Kommunikation * * aus "1-Wire-Projekt-V1_3.pdf" * von Bernd vom Berg und Peter Groppe * pic-projekte.de/Download/1-Wire-Projekt-V1_3.pdf * * Umgeschrieben zur Verwendung auf dem STM32F4 Discovery * * von Malte Becker * Projekt-Seminar WS 12/13 */ // Includes #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "global_variables.h" // Sensor-Konfiguration void SetupPeripherie(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_AHB1PeriphClockCmd
in „1-Wire Stm32f4discovery“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Akkuschutz-V0.6.pdf
ZELLE1 Zelle 1 Zelle 2 Zelle 3 Zelle 4 Wassermelder und Bedienung R7 GND 1k F R13 n 10k Q1 X2-1 +3V3 X8-4 +3V3 7 0 BSS84 C 1 X8-5 WASSER X8-3 FLÄCHE1 R14 NTC-VERSORGUNG NTC-VERSORGUNG MESSGND 10k GND X8-2 +3V3 R8 T 1 S 0 0 e 1k RSENSE- RSENSE+ O T 0 1 5 1 4 X8-1 FLÄCHE2 d e C2 C1 C3 B 3 R R w n 100nF
in „STM32WB5MMG -* ADC wackelt um 10 digits“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM86312.pdf
Recommended operating conditions Symbol Parameter Min Typ Max Unit VDD Logic Supply Voltage 4.5 5 5.5 V VIH High Level Input Voltage 0.7xVDD VDD V V Low Level Input Voltage 0 0.3xV V IL DD V Driver Supply Voltage 0 V -35 V EE DD 6/24 STM86312 Maximum rating Maximum power consumption P MAX = VFD driver
in „STM86312 Funzt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
======================================== // For devices with 2x16 bits/word access schema // (e.g. STM32L0x2, STM32L0x3, STM32F04x, STM32F072, STM32F078, STM32F303xD, STM32F303xE) #define UMEM_SHIFT 0 #define UMEM_FAKEWIDTH uint16_t // For devices with 1x16 bits/word access schema // (e.g. STM32F103, STM32F302, STM32F303xB, STM32F303xBxC) // #define UMEM_SHIFT 1 // #define UMEM_FAKEWIDTH uint32_t // The name of the IRQ handler must match startup_stm32.s #define NAME_OF_USB_IRQ_HANDLER USB_LP_CAN_RX0
in „USB HID Device mit STM32F042“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-----------------*/ /** * @brief Main program * @param None * @retval None */ int main(void) { uint8_t lcd_status = LCD_OK; CPU_CACHE_ENABLE(); /* STM32F7xx HAL library initialization: - Configure the Flash prefetch, instruction and Data caches - Configure the Systick to generate an interrupt each 1
in „Discovery_STM32F746 Linking Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Verlauf.txt
JTAG/SWD adapter speed: 950 kHz adapter_nsrst_delay: 100 Info : clock speed 950 kHz Info : STLINK v2 JTAG v27 API v2 M v15 VID 0x0483 PID 0x374B Info : using stlink api v2 Info : Target voltage: 3.248915 Info : Stlink adapter speed set to 950 kHz Info : STM32F107VCTx.cpu: hardware has 6 breakpoints
in „SW4STM32 hängt bei in procedure 'ocd_bouncer'“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STLinkMini.pdf
R6 10k BOOT1 20 39 PB2 PB3 1 2 3 4 40 PB4 C C C C 41 PB5 I2C1_SCL 42 I2C1_SDA 43 PB6 PB7 TP2 45 PB8 TP3 46 PB9 +3,3V TP4 21 PB10 X2 22 R9 100 TP5 25 PB11 PB12 26 PB13 1 RST R11 22 T_NRST T_JTMS 27 PB14 2 28 3 SWCLK R10 22 T_JTCK PB15 4 STM32F103C8T6 5 RX R14 22 STLINK_RX 6 7 TX R13 22 STLINK_TX 8 T_JTMS
in „STM32F103C8T6.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STLinkMini.pdf
R6 10k BOOT1 20 39 PB2 PB3 1 2 3 4 40 PB4 C C C C 41 PB5 I2C1_SCL 42 I2C1_SDA 43 PB6 PB7 TP2 45 PB8 TP3 46 PB9 +3,3V TP4 21 PB10 X2 22 R9 100 TP5 25 PB11 PB12 26 PB13 1 RST R11 22 T_NRST T_JTMS 27 PB14 2 28 3 SWCLK R10 22 T_JTCK PB15 4 STM32F103C8T6 5 RX R14 22 STLINK_RX 6 7 TX R13 22 STLINK_TX 8 T_JTMS
in „Erstes PCB mit Eagle: STM32 Breakout Board“ · Platinen ·
-
Datei
tbasic.c
keywords: AND, OR, XOR, <> ADC() DELAY(ms) BYTEOUT(pin, value) PEEK(addr) POKE addr, value EEPROM(32) */ #include <stdint.h> #include <stdlib.h> #include <string.h> #include "stm8s.h" #include "stm8_init.h" #include "stm8_gpio.h" #include "uart.h" #define autorun_init() PA1_input_init() #define is_autorun
-
PDF
STM_DEV.pdf
PA12 PC12 PI7C1080 PC131 POSD_CLK 0R P OJTMS M S PA141 PIUC7672 PA13/JTMS/SWDIO PC13-TAMPER-RTC P 8 U C 1 0 7 PC141 P OJTCK C K PA151 PIUC7776 PA14/JTCK/SWCLK PC14-OSC32_IN P 9 U C 1 0 8 PC151 P OJTDI D I PIUC1077 PA15/JTDI PC15-OSC32_OUT P I U C 1 0 9 NLPB NLPD0 BOOT0 BOOT1 PB0 PIUC1035 PB0 PD0 PIUC1081
in „STM32 Development Board“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
___Voltcraft_PSP1405__SCHALTNETZTEIL_Schaltplan.pdf
5 4 3 2 1 C23 100nF C10 U6D 4 10uF\35V 100E 12 + V R58 3 D 1 R9 OUT N IN OUT 14 I G CN17 M 13 - 100nF 220E 33E 1206 R LM7805 2 U1 5 J10 1 - VLM324 C17 33nF AVDD J6 R7 E \ 2 C14 / C2 u 1 1 9 0 1 C1 2 2pinSTM U6C 4 8 / LM324 7 n CN1 D 10 +
in „Labor Schaltnetzteil PSP1405 (Voltcraft) haut es immer die beiden IRF840 durch.“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
000512411-qs-01-en-SCHALTPLAN_PROGRAM__SCHALTNETZTEIL_PSP_1.pdf
5 4 3 2 1 C23 100nF C10 U6D 4 10uF\35V 100E 12 + V R58 3 D 1 R9 OUT N IN OUT 14 I G CN17 M 13 - 100nF 220E 33E 1206 R LM7805 2 U1 5 J10 1 - VLM324 C17 33nF AVDD J6 R7 E \ 2 C14 / C2 u 1 1 9 0 1 C1 2 2pinSTM U6C 4 8 / LM324 7 n CN1 D 10 +
in „Labor Schaltnetzteil PSP1405 (Voltcraft) haut es immer die beiden IRF840 durch.“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Schematic_ED2109-015-A.pdf
PB4 41 4 PA5 PB5 MISO 16 PA6 PB6 42 VUSB GND MOSI 17 PA7 PB7 43 Molex 22-27-2041 MBUS_PWR_EN 29 PA8 PB8 45 +VBAT 30 PA9 PB9 46 31 21 C X3 R23 USBDM 32 PA10 PB10 25 DIO0 R24 C 1 USBDP 33 PA11 PB12 26 DIO1 +3.3V 100k Vcc 2 NP +3.3V SWDIO 34 PA12 PB13 27 DIO2 R25 D- 3 SWCLK 37 PA13 PB14 28 D+ 4 +3.3V
-
Datei
bootloader_105.asm
/* ----------------------------------------------------------------------- bootloader105_v03.as8 Serieller Bootloader fuer STM8S105 Bootloader belegt den Speicher ab Adresse 0x9E40 sodass fuer ein Userprogramm der Speicherplatz von 0x8000 . 0x9E3F zur Verfuegung steht (7744 Bytes = 121 * 64
in „Serial Bootloader für STM8S103F3P6 (Linux)“ · Projekte & Code ·
-
PDF
KSGER_STM32_Ver2_1S_schematic_rev__1_floobydust.pdf
KSGER STM32 T12 Ver. 2.1S Pump Power VCC GND +3.3V OLED_SCL U1 +3.3V OLED_SDA STM32F103CBU6 +3.3V Pump Solenoid Pump Motor UFQFPN48 4 3 2 1 28 PB15 VDD_1 24 D4 D3 A L D C 27 PB14 VDD_2 36 D7 RS1M RS1M S S G V
in „Lötstation Quikko / Ksger T12 dtl Vorteil?“ · Mechanik, Gehäuse, Werkzeug ·