-
Datei
nrf24l01.c
(uint8_t); static void RF_WriteRegSingle(uint8_t, uint8_t); static void RF_WriteRegMulti(uint8_t, const uint8_t*, size_t); static uint8_t RF_ReadRegSingle(uint8_t); static void RF_ReadRegMulti(uint8_t, uint8
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Bild
Diagramm der Frequenzabweichung
Drift (Hz/hr) +7.26E-6 +1.3E-3 +4.41E-0 +4.9E-7 +2.49E-4 -2.40E-5 +1.70E-7 +1.14E-4 +4.05E-6 +2.70E-8 +3.15E-5 +1.16E-6 +2.13E-7 -9.11E-5 -3.20E-6 0s 360s 720s 1080s 1440s 1800s 2160s 2520s 2880s 3240s 360s Trace Input Freq Sample Interval Freq at 2151s Duration Elapsed Acquired Instrument STM32F434
in „STM32H743 PLL“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
STM32H7XX_M_schematics.pdf
寸、 2.0 寸 TFT 高清液晶屏 DevEBox 大越电子 mcudev.taobao.com 大越电子出品 1.44 寸、 1.8 寸 TFT 液晶屏 2.4寸、 2.8 寸 TFT 液晶屏 SD/TF 卡接口 (小卡座,自弹 ) 大越电子出品 : shop389957290.taobao.com ▯D▯e▯ 大越电子出品 : shop389957290.taobao.com Yv 还有其他规格,欢迎到店咨询 ▯ 店铺: mcudev.taobao.com e ▯ ° o ▯ x▯ COJ STM32H750VB /H743VI
in „Problem mit USB auf STM32H743“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_simple_stm32f4xx.c
/* * adc_simple_stm32.c * * Einfache ADC-Routinen fuer Testzwecke. Freilaufender ADC, letzter Wert * wird gepollt. * * Created: 19.01.2018 * Author: Nicolas */ /* Beschreibung ADC STM32F4xx im RM0390 S. 353...399 */ #include
in „Initialisierung ADC STM32F446 - gelöst“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Build_options.txt
cortex-m3 -mthumb -Wall -ffunction-sections -g -O3 -std=gnu99 -pedantic -gdwarf-2 -Wextra -c -DSTM32F103V8 -DSTM32F10X_MD -DUSE_STDPERIPH_DRIVER -D__ASSEMBLY__ -DSTM32 -DSTM32F10x -IF:\SVN\[...]\stm_lib -IF:\SVN\[...]\common\src_misc -IF:\SVN\[...]\common\src_pwm -IF:\SVN\[...]\cmsis_boot -IF:\SVN\[...]\common
in „ARM-GCC: makefile“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HWMonitor.txt
SB_ PWRB _HID _STA PCI0 _HID _CID _ADR _UID _BBN PCIA _REG SUPP CTRL _OSC MBIO _HID _UID _CRS NATA _S3D _STA LDT3 [ ] UCFG _CRS PICM APIC _PRT HUB0 _ADR _STA PICM APIC _PRT _PRW SAT1 _ADR PRI0 _ADR SPTM _GTM _STM MAST _ADR _GTF SEC0 _ADR SSTM _GTM _STM MAST _ADR _GTF DRMP SAT2 _ADR PRI0 _ADR SPTM _GTM
in „CPU Temperatursensor defekt => Absturz“ · PC Hard- und Software ·
-
Datei
main.c
#include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_spi.h" #include "system_stm32f10x.h" #include "stm32f10x_lib.h" void SysTick_Configuration(); void Delay(vu32 nTime); void SPI_WriteByte(
in „STM32 SPI-Bus Probleme mit Prescaler und delay() Realisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Open_On-Chip_Debugger_0.3.1-snapshot__384_K.txt
jtag_ntrst_delay: 100 trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain Warn : stm32.bs: nonstandard IR mask Warn : use 'stm32.cpu' as target identifier, not '0' Info : device: 4 "2232C" Info : deviceID: 364511235 Info : SerialNumber: FTOO8MMMA Info : Description: Olimex OpenOCD JTAG
in „STM32 hat zu wenig Flash?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
bytes #define IRSND_SUPPORT_PENTAX_PROTOCOL 0 // Pentax >= 10000 ~150 bytes #define IRSND_SUPPORT_S100_PROTOCOL 0 // S100 >= 10000 ~150 bytes #define IRSND_SUPPORT_ACP24_PROTOCOL 0 // ACP24 >= 10000 ~150 bytes #define IRSND_SUPPORT_TECHNICS_PROTOCOL 0 // TECHNICS >= 10000 DON'T CHANGE, NOT SUPPORTED
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
GPIO_OType_PP; GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP; // TX-Pin GPIO_InitStructure.GPIO_Pin = STM32_GPIO_PIN; GPIO_Init(STM32_GPIO_PORT, &GPIO_InitStructure); // Oversampling USART_OverSampling8Cmd(STM32_UART_COM, ENABLE); // init mit Baudrate, 8Databits, 1Stopbit, keine Parität, kein RTS+CTS USART_InitStructure.USART_BaudRate
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „Codearchiv: STM32F4xx MAX7219 7-Segment Ansteuerung“ · Projekte & Code ·
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „NRF24L01: Handauflegen hilft?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
techb_GraficLCD_de_en.pdf
Schnittstellendaten Interface Data LCD Belegung (4 Bit Modus) / LCD Configuration (4 Bit mode) Steckerleiste / STM32 F4 Discovery Male pin header PLUS LCD Beschreibung / Description 1 PIN E8 LCD PIN 6 DB0 = Datenbit 0 /data bit 0 2 PIN E9 LCD PIN 7 DB1 = Datenbit 1 /data bit 1 3 PIN E10 LCD PIN 8 DB2 = Datenbit
in „LCD Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00428288.pdf
2 2 S 2 3 S 2 3 S 2 4 S 2 4 S 2 8 X R W 6 R W 6 R W 6 R W 6 R W 6 R W 6 M G 3 4 4 4 5 4 6 4 7 4 8 4 D 4 D 4 D 4 D 4 D 4 D 4 T E U T U V T V W T W G S U S S U S S U S A H O L H O L H O L _ L C T P O R 7 7 0
in „Problem mit ST-Board zur BLDC-Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
make_output_mw.txt
STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_i2s.o STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_dcmi_ex.o STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_rtc_ex.o STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_hash.o STM32F7xx_HAL_Driver
in „Discovery_STM32F746 Linking Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Open_On-Chip_Debugger_0.3.1-snapshot__256_K.txt
jtag_ntrst_delay: 100 trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain Warn : stm32.bs: nonstandard IR mask Warn : use 'stm32.cpu' as target identifier, not '0' Info : device: 4 "2232C" Info : deviceID: 364511235 Info : SerialNumber: FTOO8MMMA Info : Description: Olimex OpenOCD JTAG
in „STM32 hat zu wenig Flash?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
zxkeyboard.diff
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" + + +static uint8_t
in „STECCY - ZX-Spectrum-Emulator mit STM32“ · Projekte & Code ·
-
Datei
main.c
configured, this is done through SystemInit() function which is called from startup file (startup_stm32f10x_xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f10x.c file */ /* System Clocks Configuration */ RCC_Configuration
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
configured, this is done through SystemInit() function which is called from startup file (startup_stm32f10x_xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f10x.c file */ /* System Clocks Configuration */ RCC_Configuration
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
------------------- // File : main.c // Datum : 09.09.2014 // Version : 1.0 // Autor : AJ // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" //---------
in „STM32F4 DISCOVERY und SainSmart 3.2″ Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HWMonitor.txt
(s) Cache descriptor Level 1, I, 32 KB, 2 thread(s) Cache descriptor Level 2, U, 256 KB, 2 thread(s) Cache descriptor Level 3, U, 8 MB, 16 thread(s) FID/VID Control yes Turbo Mode supported, enabled Max
in „Gibt Festplatte langsam Geist auf?“ · PC Hard- und Software ·
-
PDF
LoRa-E5moduledatasheet_V10.pdf
.................................................................................................. 8 4.1 LoRa-E5-LF Performance Testing....................................................................................................... 8 4.2 LoRa-E5-HF Performance Testing ........................
in „Birulki: Linux am ESP32, Arduino-USB PD-Netzteil, ESP 32-Spielkonsole.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
bytes #define IRSND_SUPPORT_PENTAX_PROTOCOL 0 // Pentax >= 10000 ~150 bytes #define IRSND_SUPPORT_S100_PROTOCOL 0 // S100 >= 10000 ~150 bytes #define IRSND_SUPPORT_ACP24_PROTOCOL 0 // ACP24 >= 10000 ~150 bytes #define IRSND_SUPPORT_TECHNICS_PROTOCOL 0 // TECHNICS >= 10000 DON'T CHANGE, NOT SUPPORTED
in „IRSND Daten für Roomba“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
(maintained for legacy purpose) */ typedef int32_t s32; typedef int16_t s16; typedef int8_t s8; typedef const int32_t sc32; /*!< Read Only */ typedef const int16_t sc16; /*!< Read Only */ typedef const int8_t sc8; /*!< Read Only */ typedef __IO int32_t
in „COIDE 2.7.0 und STMF103C8T6 (china board), startprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
freq - 1); /* Set duty cycle */ TIM_SetCompare1(IRSND_TIMER, (freq + 1) / 2); # elif defined (ARM_STM32_HAL) // STM32 with Hal Library TIM_MasterConfigTypeDef sMasterConfig; TIM_OC_InitTypeDef sConfigOC; uint32_t uwPrescalerValue = (uint32_t) ((IRSND_TIMER_SPEED_APBX) / (freq*10)) - 1; //1kHz //IRSND_TIMER_HANDLER.Instance
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
clean_built.txt
-mcpu=cortex-m3 -mthumb -g3 -o "Startup/startup_stm32f10x_cl.o" "/opt/stm32-workspace/projects/STM32F1xx_StdPeriph_Template/startup_stm32f10x_cl.S" Finished building: /opt/stm32-workspace/projects/STM32F1xx_StdPeriph_Template/startup_stm32f10x_cl.S Building
in „Komisch, komisch. STM32, Eclipse, Ubuntu.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_simple_stm32f4xx.c
/* * adc_simple_stm32.c * * Einfache ADC-Routinen fuer Testzwecke. Freilaufender ADC, letzter Wert * wird gepollt. * * Created: 19.01.2018 * Author: Nicolas */ /* Beschreibung ADC STM32F4xx im RM0390 S. 353...399 */ #include
in „Initialisierung ADC STM32F446 - gelöst“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm8_uhr.pdf
Digitaluhr mit STM8Sxx3, TM1637, DS18B20 und 6-Digit 7-Segmentanzeige R. Seelig Die hier vorgestellte Uhr ist aus einer Diskussion im Forum www.mikrocontroller.net entstanden innerhalb dieser eine Uhr mit 7-Segmentanzeigen
-
Datei
irsndconfig.h
bytes #define IRSND_SUPPORT_PENTAX_PROTOCOL 1 // Pentax >= 10000 ~150 bytes #define IRSND_SUPPORT_S100_PROTOCOL 1 // S100 >= 10000 ~150 bytes #define IRSND_SUPPORT_ACP24_PROTOCOL 1 // ACP24 >= 10000 ~150 bytes #define IRSND_SUPPORT_TECHNICS_PROTOCOL 0 // TECHNICS >= 10000 DON'T CHANGE, NOT SUPPORTED
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
main.c
function common result code */ uint32_t byteswritten, bytesread; /* File write/read counts */ uint8_t wtext[] = "This is STM32 working with FatFs"; /* File write buffer */ uint8_t rtext[100]; /* File read buffer */ /* STM32F107xC HAL library initialization: - Configure the Flash prefetch - Systick
in „FatFS Beispiel STM3210C-EVAL f_open Fehler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Praktikumsbeleg_A3_1_.pdf
Einschleifige Drehzahlregelung 3.2.1 Verhalten des ungeregelten Motors U Asoll IA Ω N 1 1 cΦ 1 60 1 N mess R A sT A +1 k R sT M +1 2 π 0.25s +1 G A G M G 3 G 6 cΦ 1.2KV 0.8KV 0.4KV 0V 0s 1s 2s 3s 4s 5s 6s 7s 8s 9s 10s V(Nmess) Time Abbildung 1: Sprungantwort N (t) bei U (t)=4V* ε (t) mess Asoll 1.0V 0.5V 0V 0s
in „Frage zu Übertragungsfunktion, Sprungantwort“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
(uint8_t); static void RF_WriteRegSingle(uint8_t, uint8_t); static void RF_WriteRegMulti(uint8_t, const uint8_t*, size_t); static void RF_ReadRegMulti(uint8_t, uint8_t*,size_t); static void RF_GetStatus(status_t
in „STM32F4 und NRF24L01: Frage zu Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MINI_STM32-V3.0_SCH.pdf
USART3_CK/TIM1/BKIN VBAT 1 VBAT C9 GND 5 PA6 17 18 PA7 DB13 PB13 34 PB13/SPI2_SCK/USART3_CTS/TIM1_CH1N S4 3V3 PB8 19 20 PB9 DB14 PB14 35 PB14/SPI2_MISO/USART3_RTS/TIM1_CH2N BAT 104 RESET SHIELD 0 PB10 PB11 DB15 PB15 36 3 PB12 21 22 PB13 PB15/SPI2_MOSI/TIM1_CH3N MINI-USB PB14 23 24 PB15 32 31 333 25 26 3V3
in „ISP Bootloader über USART bei STM32 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MPPT_charger_20A.pdf
0.10 KiCad E.D.A. kicad (2017-11-18 revision ff5ee05de)-makepkg Page: 2/6 1 2 3 4 5 6 1 2 3 4 5 6 MCU STM32F072 Reset and boot circuit A A +3.3V PWR_FLAG _ U L4 C O S C 600R O S +3.3V C34 +3.3V U2 O 1 3Y1 100n 9 VDDA PD1-OSC_OUT 6 OSC_OUT 8MHz 24 2 +3.3V 9 M VDD_1 PC13-TAMPER-RTC SSEL R 1 36 VDD_2 PC14-
in „EMV-Test DC/DC - Verbesserungsvorschläge gesucht“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
STPicProgL.pdf
BSS123 R16 VT1 TC4429 1 0 VD1 R 4 MCLR_LO 220 4k7 VPPVAR R29 R30 R26 +3,3V XPRG 2 2 G1 R8 R9 10k 10k 2 R +3,3V 1 I2C1_SDA 2 I2C1_SCL 3 B 2k2 2k2 - D6 D7 D8 D9 PGM_SWDCLK 4 S X4 BLDR_RX1 5 S 1 CLOCK BLDR_TX1 6 B 2 DATA PGM_SWDIO 7 1 BLDR_BOOT S 3 8 T 4 VCCSWI RESET 9 J 5 R31 +3,3V 10 G2 k
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f1xx_hal_can.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F1xx_HAL_CAN_H #define __STM32F1xx_HAL_CAN_H #ifdef __cplusplus extern "C" { #endif #if defined(STM32F103x6) || defined(STM32F103xB) || defined(STM32F103xE) || \ defined(STM32F103xG) || defined(STM32F105xC
in „STM32 CAN Botschaft empfangen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
512410-sp-01-en-PROGRAM__SCHALTNETZTEIL_PSP_12010.pdf
680E 1206 PSP 12010-OUTPUTCONVERTER R21 CON2 DRV 5 4 3 2 1 5 4 3 2 1 +V +VDDIO R26 R17 R30 470E 2K2 6K8 R18 Q5 D 6 D R25 Q8 6 8 TX 8 5 B C1 B U5A 1K CN14 5K6 PC817 U5B 1 PC817 2 3 +V 2 4 R19 3PinSTM 4K7 R13 -V 6 5K6 8 Q3 C +VDDIO B +V 1 C D5 C R23 R16 D 4148W Q7 2 CN13 R21 2K2 10E R28 BC856 R20 1 4K7 1K
in „Tipps zum Reparieren eines Voltcraft PSP12010“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Atollic_Develop_Debug_BootloaderApps_ARMCortex.pdf
20 7 Constructing the bootloader • Start with a project template generated by the project wizard. (STM32F4-Discovery board, code in flash memory.) • Linker configuration file (stm32f4_flash.ld) will, by default, place the code at the start of flash at 0x08000000. This is what we want! 2016-04-20 8 Constructing
in „GDB - ARM, Debug mit Offset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
f_mess.c
// reziproke Frequenzmessung mit STM32F4-Discovery-Board /* Beispielprogramm für Frequenzmessung an PE5 mit Timer9. Das Ergebnis wird 8-stellig mit max. 2 Mess./s oder minimal 1 Periodendauer angezeigt. Der Frequenzbereich ist 0,05Hz -
in „reziproker Frequenzzähler mit STM32F4Discovery“ · Projekte & Code ·
-
PDF
Resources_an5457-rf-matching-network-design-guide-for-stm32wl-series-stmicroelectronics.pdf
Forward transmission (dB) Output reflection coefficient Frequency (800 MHz to 8 GHz) Frequency (GHz) m3 m4 Freq = 868.0 MHz -5 Freq = 868.0 MHz dB(S(2,1)) = -8.344 e dB(S(4,3)) = -0.177 Note: At 868 MHz, the impedance is in the center of the chart, with a forward transmission coefficient
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
AN5457.pdf
Forward transmission (dB) Output reflection coefficient Frequency (800 MHz to 8 GHz) Frequency (GHz) m3 m4 Freq = 868.0 MHz -5 Freq = 868.0 MHz dB(S(2,1)) = -8.344 e dB(S(4,3)) = -0.177 Note: At 868 MHz, the impedance is in the center of the chart, with a forward transmission coefficient
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder ·
-
PDF
STM32MP151A_Block_Diagram.pdf
GPIOH 16b 16 M PLLUSB C I T MDMA 9 GPIOI 16b 16 O I F 32 Channels 0 31 24b L(LCD) F X ( GPIOJ 16b A I STM i 16 8 8b GPIOZ T F t a GPIOK 8b 8 17 16b Trace port 8I async m F u TIM2 32b 5 3 I2C4 / SMBUS T b Cortex-M4 CPU 209 MHz B TIM3 16b 5 T AHB2APB + MPU + FPU H 3 I2C6 / SMBUS D-Bus - TIM4 16b 5 O T l 4
in „STM32MP1 von ST“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spc560b50.h
_t S_WKUP:1; vuint32_t S_SIU:1; vuint32_t:4; } BIT; } PS2; /* Peripheral Status Register 2 */ union { vuint32_t REG; struct { vuint32_t:23; vuint32_t S_CMU:1; vuint32_t:8; } BIT; } PS3; /* Peripheral Status
in „Toolchain für PowerPC mit VLE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
f_mess_lcd.c
// reziproke Frequenzmessung mit STM32F4-Discovery-Board // Ausgabe der Ergebnisse auf LCD 2x16 /* Beispielprogramm für Frequenzmessung an PE5 mit Timer9. Das Ergebnis wird 7-stellig mit max. 5 Mess./s oder minimal 1 Periodendauer angezeigt
in „reziproker Frequenzzähler mit STM32F4Discovery“ · Projekte & Code ·
-
PDF
Akkuschutz-V0.2.pdf
C41 1 T C15 GND GND - N R2 R3 R 100nF R 100nF 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 TEMP-R_DISCH 2
in „Ersatzbauteil - BMS incl. Balancer“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
tools.c
stdint.h> #include <stdio.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include Files ---------------- */ #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx_TIM1_application_examples.pdf
waveform can be displayed using an oscilloscope. This firmware is provided as TIM1 example 1 in the STM32F10xxx firmware library, available from the STMicroelectronics microcontrollers website. 1.3 TIM1 output signal behavior Connect the TIM1 pins to an oscilloscope: ● TIM1_CH1 pin (PA8) ● TIM1_CH1N pin
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FK723M1-ZGT6.zh-CN.en.pdf
PD5 119 PD5 Trigger MCU reset when power is turned on or SW2 is pressed PD6 122 PD6 RST PD7 123 PD8 77 PD7 C PD9 78 PD8 C PD10 79 PD9 T1 PD10 R2 8050 SW2 PD11 80 PD11 C1 PD12 81 PD12 10K 0.1uF PD13 82 PD13 PD14 85 PD14 R3 C3 PD15 86 10K PD15 0.1uF STM32H723ZE/G GND In normal state, the two transistors
in „Neues Blackboard mit STM32H723“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f2xx_rcc.h
RCC_RTCCLKSource_HSE_Div30) || \ ((SOURCE) == RCC_RTCCLKSource_HSE_Div31)) /** * @} */ /** @defgroup RCC_I2S_Clock_Source * @{ */ #define RCC_I2S2CLKSource_PLLI2S ((uint8_t)0x00) #define RCC_I2S2CLKSource_Ext ((uint8_t)0x01) #define IS_RCC_I2SCLK_SOURCE(SOURCE) (((SOURCE) == RCC_I2S2CLKSource_PLLI2S) || ((SOURCE
in „STM32F2xx USART weigert sich“ · Mikrocontroller und Digitale Elektronik ·