-
Datei
http.cpp
uint_fast8_t rtc = 0; flash_stm32_filename[0] = '\0'; sv = get_strvar (VERSION_STR_VAR); version = sv->str; #if 0 hardware_configuration = get_numvar (HARDWARE_CONFIGURATION_NUM_VAR); switch (hardware_configuration & HW_STM32_MASK) { case HW_STM32F103: stm32_filename_idx = 0; break; case HW_STM32F401: stm32_filename_idx = 1; break; case HW_STM32F411: stm32_filename_idx = 2; break; } switch (hardware_configuration & HW_WC_MASK) { case HW_WC24H
-
Datei
u8g_com_arm_stm32.h
/** \author Wojciech Domski */ #ifndef U8G_COM_ARM_STM32_SSD_I2C_HEADER #define U8G_COM_ARM_STM32_SSD_I2C_HEADER #include "u8g.h" #include "hw_config.h" #define SSD1306_I2C_ADDRESS 0x78 uint8_t ssd1306_i2c_init(I2C_HandleTypeDef *hi2c); uint8_t u8g_com_arm_stm32_ssd_i2c_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr); #endif
in „STM32 F103 - I2C Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f429i_discovery_lcd.c
/** ****************************************************************************** * @file stm32f429i_discovery_lcd.c * @author MCD Application Team * @version V1.0.1 * @date 28-October-2013 * @brief This file includes the LCD driver for ILI9341 Liquid Crystal * Display Modules of STM32F429I-DISCO
in „STM32F429 Display per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Pinout.pdf
1 BOOT0 I B Boot memory selection 2 PF0-OSC_IN (PF0) I/O FT I2C1_SDA OSC_IN (5) 3 PF1-OSC_OUT (PF1) I/O FT I2C1_SCL OSC_OUT 4 NRST I/O RST Device reset input / internal reset output (active low) 5 VDDA S Analog
in „µC für n00bs“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F429_V1.2.pdf
PH10 P I U 2 0 8 82 3V3 SDIO_CPIU20141 PC11 PH11 P I U 2 0 8 93 IS42S16400J GND PC13 P I U 2 0 812 PH12 PIU20128DC_G2 OSC32_IN 9 PC13 PH13 129 DCMI_D4 3V3 BOOT0 COR OSC32_OU1T0 2 0PC14 PH14 PI130 LTDC_G4 COC393V3 PIR301
in „Hat jemand Erfahrungen mit diesem Board auf Ebay.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
) #define RCC_APB2RSTR_IOPFRST ((uint32_t)0x00000080) /*!< I/O port F reset */ #define RCC_APB2RSTR_IOPGRST ((uint32_t)0x00000100) /*!< I/O port G reset */ #endif #ifdef STM32F10X_XL #define RCC_APB2RSTR_TIM9RST ((uint32_t)0x00080000) /*!<
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
) #define RCC_APB2RSTR_IOPFRST ((uint32_t)0x00000080) /*!< I/O port F reset */ #define RCC_APB2RSTR_IOPGRST ((uint32_t)0x00000100) /*!< I/O port G reset */ #endif #ifdef STM32F10X_XL #define RCC_APB2RSTR_TIM9RST ((uint32_t)0x00080000) /*!<
in „C-Libs for USB and OLED-Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debounce.c
defined(USE_HAL_DRIVER) #include "cm_atomic.h" #endif #if defined(USE_STDPERIPH_DRIVER) #if defined(STM32L1XX_MD) || defined(STM32L1XX_MDP) || defined(STM32L1XX_HD) #include <stm32l1xx.h> #else #error Device not specified. #endif #elif defined(USE_HAL_DRIVER) #if defined(STM32F103xB) #include "stm32f1xx_hal.h" #elif defined(STM32L151xB) #include "stm32l1xx_hal.h" #else #error Device not specified. #endif #else #include <avr/io.h> // for PORT/ PIN access #include <avr/interrupt.h> // for cli() and sei() #include <util/atomic.h
-
PDF
STM32F107-SK-SCH-revA.pdf
/TRACESWO 40 R81 NA STM32F107VCT6 FTSH-110-01-L-DV(pin7-CUT) PC15/OSC32_OUT PB4/JNTRST 41 AUDIO OUT 27pF 3 PB5/I2C1_SMBAI42 JTAG_SEL TRST R100 0R(NA) TRSTIN R88 130R TRSTOUT PC14/OSC32_IN PB6/I2C1_SCL/TIM4_CH43 1 HN1x2 TDI
in „Cortex M3 STM32F107VC beim Reset passiert nichts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00051352.pdf
PM0215 Programming manual STM32F0xxx Cortex-M0 programming manual Introduction This programming manual provides information for application and system-level software developers. It gives a full description of the STM32 Cortex™-M0
in „Umbau von STM32F030F4P6 auf AVR mit Software“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" #include "stm32_eval.h" #include "stm322xg_eval_lcd.h" #include "stm32f2xx_spi.h" #include <stdio.h> GPIO_InitTypeDef GPIO_InitStruct; SPI_InitTypeDef SPI_InitStructure; static uint8_t key_state
in „STM32 SPI Mosi Pegel zu niedrig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
****************************** * @file BSP/Src/main.c * @author MCD Application Team * @version V1.0.0 * @date 25-June-2015 * @brief This example code shows how to use the STM32746G Discovery BSP Drivers ****************************************************************************** * @attention * *
in „Discovery_STM32F746 Linking Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SK6812.cpp
addressable RGB LED, becuase it relies on a division multiple of the 72Mhz clock frequence on the STM32 SPI to generate the correct width T0H pulse, of 400ns +/- 150nS SPI DIV32 gives a pulse width of 444nS which is well within spec for the SK6812 but is probably too long for the WS2812 which needs
in „STM32 Bluepill -> SK6812 (auf Basis von WS2812B Lib)“ · Projekte & Code ·
-
PDF
Bulb_Ohm.pdf
DC-Waveform Generator for Higher Current and Lower Frequencies In this project we use a STM32F103C8 – mounted on a Black Pill – to control via I2C a 12-Bit Digital-to-Analog Converter (DAC) to generate signals like e.g. Sinus-, Triangle-, Rectangle-signals, in a voltage range of e.g. U0=0V
in „I2C STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F2X7VGT6-DK-A.pdf
\Mywork\ARM\STM32F2x7\Schematic\Sra3w2xy7:VG.ddb 1 2 3 4 5 6 1 2 3 4 5 6 U3 J2 +5V AS1117-3.3 +3.3V 1 3 Vin Vout 2 2 D Vout 4 N C26 C18 G C27 C28 C19 C20 C21 C22 C23 C24 C25 D 3 4.7uF 0.1uF 4.7uF 4.7uF 0.1uF 0.1uF
in „STM32F207 Ethernet + RMII“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F2X7VGT6-DK-A.pdf
\Mywork\ARM\STM32F2x7\Schematic\Sra3w2xy7:VG.ddb 1 2 3 4 5 6 1 2 3 4 5 6 U3 J2 +5V AS1117-3.3 +3.3V 1 3 Vin Vout 2 2 D Vout 4 N C26 C18 G C27 C28 C19 C20 C21 C22 C23 C24 C25 D 3 4.7uF 0.1uF 4.7uF 4.7uF 0.1uF 0.1uF
in „STM32F2xx USART weigert sich“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·
-
Datei
WC-Arduino_1.txt
\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.5.0-beta2\\libraries\\esp8266\\src" "C:\\Users\\Heiko\\AppData\\Local\\Temp\\arduino_build_123708\\sketch\\stm32flash.cpp" -o "C:\\Users\\Heiko\\AppData\\Local\\Temp\\arduino_build_123708\\sketch\\stm32flash.cpp.o
-
Datei
main.c
#include <string.h> #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> char data[64]; void delay_us(uint32_t us) { SysTick->LOAD = 72/8 * us - 1; SysTick->VAL = 0; SysTick->CTRL = SysTick_CTRL_ENABLE_Msk; while ((SysTick->CTRL &
in „STM32: gcc 5.4.1 vs. 6.3.1 und memset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled_demo.c
= '4' { 0x00, 0x27, 0x67, 0x45, 0x45, 0x7d, 0x39, 0x00 }, // Ascii 53 = '5' { 0x00, 0x3e, 0x7f, 0x49, 0x49, 0x7b, 0x32, 0x00 }, // Ascii 54 = '6' { 0x00, 0x01, 0x01, 0x71, 0x79, 0x0f, 0x07, 0x00 }, // Ascii 55
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STPicProgK.pdf
TIM4_CH3 45 TIM4_CH4 46 PB8 CLOCK PB9 21 PB10 3 E+ 5 DATA 22 PB11 1 RD_DATA 25 4 ENA_USB 26 PB12 4k7 R32 E- 2 27 PB13 PB14 R16 220 LED 28 PB15 U6 LD2 R31 4k7 MCP6561T-E/OT STM32F103C8T6 R6 10k +3,3V XPRG G1 R17 R18 +3,3V 1 I2C1_SDA 2 I2C1_SCL 3 - 1 470 470 PGM_SWDCLK 4 S X2 BLDR_RX1 5 R 1 BLDR_TX1 6 - D1
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FK723M1-ZGT6.zh-CN.en.pdf
PF15 55 PF15 SCCB_SDA - PF15 STM32H723ZE/G 0.1uF BAT54C_KL3 PC1 27 PC1 PC2_C 28 56 PG0 PC3_C 29 PC2_C PG0 57 PG1 GND PC4 44 PC3_C PG1 87 PG2 PC5 45 PC4 PG2 88 PG3 PC5 PG3 DCMI_D0 - PC6 PC6 96 PC6 PG4 89 PG4 DCMI_D1 - PC7 PC7 97 PC7
in „Neues Blackboard mit STM32H723“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
core.pdf
1 R U300 1 4 6 8 9 100n 100n 100n 100n 100n 2 3 4 RESET_STM32 7 NRST A D D D D B V V V D GND GND GND GND GND C315 10k V V U2002 BOOT0 44 BOOT0 R2011 MAX14850 GND +3V3 22R 100n R2004 R2012 T_SWCLK2 IN_A1 OUT_B1 15SWCLK_ISO 4 XTAL1 5 PD0 6 RST_OUT T_RST_OUT 3
in „Review Eierlegende Wollmilchsau“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define UMEM_SHIFT 0 // ********************************************************* // <o> USB_IRQ_NUMBER
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define UMEM_SHIFT 1 // ********************************************************* // <o> USB_IRQ_NUMBER
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STLinkMini.pdf
30 1 T_SWO_RX1 31 PA9 +5V 2 R1 33 USB_DM 32 PA10 D- PA11 D+ 3 USB_DP 33 PA12 ID 4 R2 33 PGM_SWDIO 34 PA13 GND 5 PGM_SWDCLK 37 R17 R18 38 PA14 PA15 MINIUSB T_NRST 18 PB0 470 470 TP6 19 PB1 G G G G R6 10k BOOT1 20 39 PB2 PB3 1 2 3 4 40 PB4 C C C
in „STM32F103C8T6.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STLinkMini.pdf
30 1 T_SWO_RX1 31 PA9 +5V 2 R1 33 USB_DM 32 PA10 D- PA11 D+ 3 USB_DP 33 PA12 ID 4 R2 33 PGM_SWDIO 34 PA13 GND 5 PGM_SWDCLK 37 R17 R18 38 PA14 PA15 MINIUSB T_NRST 18 PB0 470 470 TP6 19 PB1 G G G G R6 10k BOOT1 20 39 PB2 PB3 1 2 3 4 40 PB4 C C C
in „Erstes PCB mit Eagle: STM32 Breakout Board“ · Platinen ·
-
Datei
bsp.c
/* Includes */ #include <stddef.h> #include "stm32f10x.h" #include "stm32f10x_gpio.h" #include "stm32f10x_tim.h" #include "main.h" #include "SysTickHandler.h" #include "abstraction.h" #include <math.h> #include "IRQ_Handler.h" /* Private typedef *
in „Konfiguration eines Timers auf dem STM32F100RB6“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define UMEM_SHIFT 1 // ********************************************************* // <o> USB_IRQ_NUMBER
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB997.pdf
1 2 3 4 ST_LINK_V2.SCHDOC U_ST_LINK U_STM32Fx U_Audio STM32Fx.SchDoc Audio.SchDoc NLPA4 NLPB10 MCO MCO PA0 PA0 PE0 PE0 PA4 PA4 PB10 PB10 PA14 PA14 TCK/SWCLK PA1A PA1 PE1 PE1 PC12C1 PC12 PC3 PC3C PA13 PA13 TMS/SWDIO PA2A PA2 PE2 PE2E PC10C1
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
test.pdf
. EXTI Line Pins EXTI0 D3, D11 EXTI1 D10, D33 EXTI2 D2, D9 EXTI3 D8, D19 EXTI4 D7, D18 EXTI5 D6, D17 EXTI6 D5, D16 EXTI7 D4, D15 EXTI8 D27, D32 EXTI9 D26 EXTI10 D1, D25 EXTI11 D0, D24 EXTI12 D23, D31 EXTI13 D14, D22, D30 EXTI14
in „Wie kann ich diese Webseite ausdrucken?“ · PC Hard- und Software ·
-
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
main.c
#include <string.h> #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> void delay_ms(uint16_t ms) { for (uint32_t j=0; j<2000*ms; j++) { __NOP(); } } void HardFault_Handler() { while(1) { GPIOC->ODR ^= GPIO_Pin_13; delay_ms(50);
in „STM32: gcc 5.4.1 vs. 6.3.1 und memset“ · Mikrocontroller und Digitale Elektronik ·
-
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
EclipseInstallation.txt
message length gesetzt Warnings - nur haken bei enable all common warnings (-Wall) Debugging - level: -g3 - format: dwarf-2 Cross ARM C Compiler - Preprocessor: Defined Symbols -D (kann per copy und paste in das Feld eingefügt werden!) USE_STDPERIPH_DRIVER USE_FULL_ASSERT USE_ULPI_PHY STM32F4XX USE_USB_OTG_FS
in „Ambilight mit STM32F4discovery und TVP5150AM1“ · 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 + V R59 470nF 6 VDDI0 0 D 5 1 VSense OUT 8 C8 RX 4 3 9 - - 220E 470nF 2 GND V C12 TX 100nF 1206 1 33nF 1 1 C13 FB1 CN8 V C4 C3 \ R5 1k U6B 4 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 F 8 7 7 7 7 7 7 7 7 7 7 6 6 6 6 6 6 6 6 6 0 5 + V LM324 R61 VDD10 AVDD R8 1 U3 220E 3 2 1 0 1 D D D D D D F F D . . . . . . 2R2 OUT 7 D D D D C V V V G G G R R G
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 + V R59 470nF 6 VDDI0 0 D 5 1 VSense OUT 8 C8 RX 4 3 9 - - 220E 470nF 2 GND V C12 TX 100nF 1206 1 33nF 1 1 C13 FB1 CN8 V C4 C3 \ R5 1k U6B 4 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 F 8 7 7 7 7 7 7 7 7 7 7 6 6 6 6 6 6 6 6 6 0 5 + V LM324 R61 VDD10 AVDD R8 1 U3 220E 3 2 1 0 1 D D D D D D F F D . . . . . . 2R2 OUT 7 D D D D C V V V G G G R R G
in „Labor Schaltnetzteil PSP1405 (Voltcraft) haut es immer die beiden IRF840 durch.“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Schematic_ED2109-015-A.pdf
VSS UART_EN R20 B B PH1-OSC_OUT VCAP1 100nF 100nF 100nF 9 8 S S STM32F401CCU6 C18 VDDA/VREF+ VSSA/VREF- 10k U U 1uF GND GND STM32F401CCU6 GND IC3 GND C19 GND USB_DP+ 16 VCC TXD 2 OSCA_1 2 USB_DP- 4 V3 RXD 3 2 22pF Y3 C9 C12 RTS# 14 XTAL1 3 GND 100nF 100nF 13 1 5 DTR# 12 C13 AbraconAB26TRQ-32.768KHZ-T GND GND 6 D+ DCD# 11 OSCA_2 D- RI# I 10 1 DSR# 9 GND 22pF AbraconABS07-LR-32.768KHZ-6-1-T CTS# 15 R232 C14 D X0 8 OSCB_1 D 1 GND X1 7 3 Y1 4 Y2 MurataCSTCE12M0G52-R0 22pF H 1 G 2 GND GND 2 R15
-
PDF
Schematic_ED2109-015.pdf
VSS UART_EN R20 B B PH1-OSC_OUT VCAP1 100nF 100nF 100nF 9 8 S S STM32F401CCU6 C18 VDDA/VREF+ VSSA/VREF- 10k U U 1uF GND GND STM32F401CCU6 GND X2 IC3 GND A4 VBUS1 D+ A6 C19 GND A9 VBUS2 D+ B6 USB_DP+ 16 VCC TXD 2 OSCA_1 2 B4 VBUS3 D- A7 USB_DP- 4 V3 RXD 3 2 B9 VBUS4
-
Datei
zxkeyboard.diff
========= --- zxkeyboard/zxKeyboard.c (nonexistent) +++ zxkeyboard/zxKeyboard.c (working copy) @@ -0,0 +1,199 @@ + +#include "stm32f4xx_gpio.h" +#include "zxKeyboard.h" +#include "stm32f4xx.h" +#include "stm32f4xx_gpio.h" +#include "stm32f4xx_rcc.h" +#include "io.h" +#include "string.h" +#include "ps2key.h
in „STECCY - ZX-Spectrum-Emulator mit STM32“ · Projekte & Code ·
-
PDF
0269394001287118911.pdf
RS 1 2 VO 10uF STM32F103RBT6(LQFP64) PA2-P 1 2 PA3-P PA10 1 2 PA11 PC10 EN 3 4 RW PC11 ferrite bead 560 PA4 3 4 PA5 PA12 3 4 PA13 D1 5 6 D0 C3 13 26 PB0 PA6 5 6 PA7 PA14 5 6 PA15 D3 7 8 D2 100n VDD_A PB0/ADC8/TIM3_CH3
in „Quarz an STM32F103 / Widerstand?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f0xx.s
/** ****************************************************************************** * @file startup_stm32f0xx.s * @author MCD Application Team * @version V1.5.0 * @date 05-December-2014 * @brief STM32F030 Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP * - Set
in „STM32F030F4P6 und USART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Endlosschleife.txt
00061 this is done through SystemInit() function which is called from startup 00062 file (startup_stm32f4xx.s) before to branch to application main. 00063 To reconfigure the default setting of SystemInit() function, refer to 00064 system_stm32f4xx.c file 00065 */ 00066 00067 /* Initialize the LCD */ 00068 STM324xG_LCD_Init(); 00069 00070 /* Clear the LCD */ 00071 LCD_Clear(White); 00072 00073 /* Set the LCD Back Color */ 00074 LCD_SetBackColor(Blue); 00075 00076 /* Set the LCD Text Color */ 00077 LCD_SetTextColor
in „Endlosschleife in RTC Beispiel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
__STM32F10X_STDPERIPH_VERSION_MAIN (0x03) /*!< [31:16] STM32F10x Standard Peripheral Library main version */ #define __STM32F10X_STDPERIPH_VERSION_SUB1 (0x02) /*!< [15:8] STM32F10x Standard Peripheral Library
in „COIDE 2.7.0 und STMF103C8T6 (china board), startprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_hd.s
/** ****************************************************************************** * @file startup_stm32f10x_hd.s * @author MCD Application Team * @version V3.3.0 * @date 04/16/2010 * @brief STM32F10x High Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP
in „STM32 Rücksprung defekt von IRQ“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f0xx.s
/** ****************************************************************************** * @file startup_stm32f0xx.s * @author MCD Application Team * @version V1.2.0 * @date 31-July-2013 * @brief STM32F0xx Medium-density devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „STM32 Takt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f0xx.s
/** ****************************************************************************** * @file startup_stm32f0xx.s * @author MCD Application Team * @version V1.2.0 * @date 31-July-2013 * @brief STM32F0xx Medium-density devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „Startup: Funktion vor Konstruktoren aufrufen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
/** ****************************************************************************** * @file startup_stm32.s dedicated to STM32L073RZTx device * @author Ac6 * @version V1.0.0 * @date 2019-03-18 ****************************************************************************** */ .syntax unified .cpu cortex-m0plus
in „ARM Cortex M0+ Startupcode Minimal“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_STM32L05__HSN-TTN_Mini_Node_LoRa_v1.2_2021-02-27.pdf
VCC BAT 1 18650in HT7833 2 2 LDO LDO VCC-OUT 8 C13 2 3 A CE EP 9 10nF INA219 IN DOUT A U3 R2 LDO LDO G 0,1-RL1210FR-070R1L 7 CHRG# TEMP 1 1 A1 VIN+ 8 2 1 2 A0 VIN- 7 18650IN 1L▯ötbr▯ücke C10 C11 C8 3 SDA GND 6 1u 2,2uF 10nF 6 STDBY# PROG 2 4 SCL VS 5 D R3 C9 N R1 10K VCC 0.1u G 1,2k I 3 5 GND 8 SCL R4