-
Datei
rtc_user.h
----- */ #include <stdint.h> /* ------------ Special Include Files --------------- */ #include "tm_stm32f4_rtc.h" /* ------------ Projekt Include Files --------------- */ /* ------------ Typen Deklarationen-------------------- */ // Globaler Struct für Sonnenaufgang/Untergangszeiten typedef struct {
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
erb.pdf
FH12-40S-0.5SH X1 3 F 1 F F F C n C n C C n C 1 C 1 C 1C 1 100nF Fn001 C_C9 C_C14 T µ 1$U Fn001 100nF _ . 06C_C C_C8 100nF 66C_2 16C_C C_T4 Fn001IC2 3 Fn001 C_C7F C_C15 56C_C 1 2.2µF 100nF S Fn001 100nF Fn001 4 C_C6 C_C16 STM32F769BIT6 36C_C 100nF C_C5 100nF Fn001 100nF C_C17 46C_C C_T3 z100nF 220 C_C3 C_C19 n 2 n8 C n C 1µF 0 _ 07 CCC2 R2MHz100n0 nCF01n2 1 2C 12 1 0 1 _ _ X 3 4 4 1 C C F F 2 3 C p C1 p 2 2 C C C 1 C 1 1
in „1. PCB Layout - Unterstützung, µC, Ram, ADC, Co“ · Platinen ·
-
Datei
SPI_Setup.c
#include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "gDef.h" #include "gVar.h" #include "gType.h" #include "gFunc.h" void SPI_Setup(void) { GPIO_InitTypeDef GPIO_InitStruct; SPI_InitTypeDef SPI_InitStruct;
in „STM32F4: Flash Speicher Zugriff über SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lwipopts.h
based on Utilities\lwip-1.3.1\src\include\lwip\opt.h * and contains the lwIP configuration for the STM32F107 demonstration. ****************************************************************************** * @copy * * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING
in „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Teileliste-04-19-1539.pdf
Artikelnummer Artikelnummer Artikelnummer Verfügbar Händler Reduziert Durchsteckmontage 1 Elko, radial 0,1 uF 100V, 85°C 0 0,02 EUR 2 Elko, radial 1 uF 100V, 105°C 0 0,01 EUR 3 Elko, radial 2,2 uF 100V, 105°C 0 0,01 EUR 4 Elko, radial 3,3 uF 100V, 105°C 0 0,01 EUR 5 Elko, radial 4,7 uF 100V, 105°C 0 0,01 EUR
in „Bauelemente abzugeben“ · Markt ·
-
PDF
Teileliste-04-19-1957.pdf
Artikelnummer Artikelnummer Artikelnummer Verfügbar Händler Reduziert Durchsteckmontage 1 Elko, radial 0,1 uF 100V, 85°C 0 0,02 EUR 2 Elko, radial 1 uF 100V, 105°C 0 0,01 EUR 3 Elko, radial 2,2 uF 100V, 105°C 0 0,01 EUR 4 Elko, radial 3,3 uF 100V, 105°C 0 0,01 EUR 5 Elko, radial 4,7 uF 100V, 105°C 0 0,01 EUR
in „Bauelemente abzugeben“ · Markt ·
-
PDF
Teileliste-04-20-1111.pdf
Artikelnummer Artikelnummer Artikelnummer Verfügbar Händler Reduziert Durchsteckmontage 1 Elko, radial 0,1 uF 100V, 85°C 0 0,02 EUR 2 Elko, radial 1 uF 100V, 105°C 0 0,01 EUR 3 Elko, radial 2,2 uF 100V, 105°C 0 0,01 EUR 4 Elko, radial 3,3 uF 100V, 105°C 0 0,01 EUR 5 Elko, radial 4,7 uF 100V, 105°C 0 0,01 EUR
in „Bauelemente abzugeben“ · Markt ·
-
Datei
eeprom.h
EEPROM_H /* Includes ------------------------------------------------------------------*/ #include "stm32f3xx_hal.h" /* Exported constants --------------------------------------------------------*/ /* EEPROM emulation firmware error codes */ #define EE_OK (uint32_t)HAL_OK #define EE_ERROR (uint32_t)HAL_ERROR
in „STM32F3 Virtual EEPROM für große Look Up“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
EEPROM_H /* Includes ------------------------------------------------------------------*/ #include "stm32f3xx_hal.h" /* Exported constants --------------------------------------------------------*/ /* EEPROM emulation firmware error codes */ #define EE_OK (uint32_t)HAL_OK #define EE_ERROR (uint32_t)HAL_ERROR
in „STM32F3 Virtual EEPROM für große Look Up“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CANmc.cpp
#include "stm32f4xx_conf.h" #define USE_CAN1 #ifdef USE_CAN1 #define CANx CAN1 #define CAN_RX_PIN GPIO_Pin_0 #define CAN_TX_PIN GPIO_Pin_1 #define CAN_RX_SOURCE GPIO_PinSource0 #define CAN_TX_SOURCE GPIO_PinSource1
in „STM32F4 CAN Mailbox Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MyFunctions.c
Geraet: ******************************************************************************/ #include <stm32f10x_conf.h> #include "MyFunctions.h" #include "EXTI_HW_Init.h" #include <stm32f10x_spi.h> #include <stdio.h> #include "stm32f10x_usart.h" // globale Variablen // statische Variablen uint8_t s_Rx =
in „UART Problem beim senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.c
/ Librarys -------- */ /* ---------------- System Include Files -------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* ----------------- C Standard Include Files --------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include
in „STM32F103: EEPROM Abstürze abfangen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Controller.pdf
23P 22 STM32F091CCT6 +3.3V R8R t L D R R LDR PIR801PIR802 R D E _ E 2CC26 ICC272 100K C1100N e p o e a e N0T Lor 0B 10U 100N M U D S C S S E H 20C0805 I0 0 GND GND 7 Segment Display C C NSeg_B R1R0901PIR470 TIM1
in „RTC Kapazitäten abgleichen, Genauigkeit erhöhen (STM32)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f20x.S
/** ****************************************************************************** * @file startup_stm32f2xx.s * @author MCD Application Team * @version V1.0.0 * @date 18-April-2011 * @brief STM32F2xx Devices vector table for Atollic TrueSTUDIO toolchain. * This module performs: * - Set the initial SP
in „STM32 FreeRTOS Projekt (Makefile - GCC)“ · Projekte & Code ·
-
Datei
i2c_referenz.c
#include <stdio.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "i2c.h" #include "debug.h" static void I2C1_InitI2C(void); static void I2C2_InitI2C(void); static int8_t I2C1_Timeout(I2C_TypeDef* I2Cx, int8_t val)
in „STM32F103C8T6 Blue Pill - SSD1306 - u8g2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
#include <stdio.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "i2c.h" #include "debug.h" static void I2C1_InitI2C(void); static void I2C2_InitI2C(void); static int8_t I2C1_Timeout(I2C_TypeDef* I2Cx, int8_t val)
in „STm32Fxxx: I2C Hardware Experten gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_test.c
/* ------------------------------------------------------- adc_test.c MCU : STM8S103F3 Takt : interner Takt 16 MHz 19.05.2016 R. Seelig ------------------------------------------------------ */ #include "stm8s.h" #define u_ref 331ul // gemessene Betriebsspg.: 3.31 V ( * 100 ) #
in „STM8 und ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LedVuMeter.ino
// LED VU-Meter // turns on the LEDs depending on the sound level detected from the microphon // STM32F4 Discovery #define USERBUTTON PA0 #define GREENLED PD12 #define ORANGELED PD13 #define GREDLED PD14 #define BLUELED PD15 #define REDLEDOTGOVERCURRENT PD5 #define MICROPHON_CLK_INPUT PB10 #define
in „STM32F4 Discovery Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan eines STM32G030K8T6 Mikrocontrollers
+3.3V C1 4.7uF GND VIN HDR-M-2.54_1x2 2 1 U2 ZX-QC4545-4.5CJ R1 1k 1 2 3 4 +5V U1 STM32G030K8T6 PB9 32 PB8 OUTPUT HDR-M-2.54_1x2 1 +3.3V 2 PB7 31 PB6 30 GND J1 HDR-M-2.54_1x3 1 2 3 PB5 29 PB4 28 PA15 27 PA14-BOOT0
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
eeprom.c
/ Librarys -------- */ /* ---------------- System Include Files -------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* ----------------- C Standard Include Files --------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include
in „Lebensdauer von lokalen Variablen“ · Softwareentwicklung ·
-
PDF
bmpm_v2_1c_schematic.pdf
LED0 A C 74LVC2T45 100n GND GND <- DIR = GND -> DIR = VCC GND MCU TPWR U3 +3V3 STM32F103CBUx R9 +5V 4k7 10 PA0-WKUP/ADC1_IN0/ADC2_IN0/SYS_WKUP/TIM2_CH1/TIM2_ETR/USART2_CTS PB0/ADC1_IN8/ADC2_IN8/TIM1_CH2N/TIM3_CH3 18 1 iSWDIO_DIR iTMS_DIR 11 19 PWR_BR P7 PA1/ADC1_IN1/ADC2_IN1/TIM2_
in „MOSFET Ersatztypen für DMG1024 u. DMG1023 gesucht“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Schaltbild_v2_2.pdf
dni=1 RFSW−ECAL0 PC13−TAMPER−RTC VSS_2 2 0402 F m 8 2 8 2 dni=1 3 LED2 BAT 6 2C2u C 1206 2 1 m RFSW−ECAL1 3 PC14−OSC32_IN SWDIO 34 4 k R313 50 6 SDO (MISO) 0 m 5 u 5 u 7 7 PTC 2A 6V R702 V 0 . V 4 LED3 D KEY 5 7 8 1 1 1 U1 4 PC15−OSC32_OUT PA12 33
-
PDF
ABX00042-ABX00045-ABX00046-datasheet.pdf
Datasheet 9 FCC Caution 23 10 Company Information 24 11 Reference Documentation 24 12 Revision History 24 4 / 24 Arduino® Portenta H7 Collective Datasheet Modified: 21/10/2024 Arduino® Portenta H7 Collective Datasheet 1 Features 1.1 Microcontroller Component Details Supported boards ST STM32H747XI Processor
in „Problem mit der SPI Datenübertragung zwischen einem Arduino Portenta H7 und einem ADS8684 (ADC)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
*************** ** ** File : LinkerScript.ld ** ** Author : Ac6 ** ** Abstract : Linker script for STM32F429ZI Device with ** 2048KByte FLASH, 192KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** Environment : System Workbench for MCU ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ************************************************************
in „STM32 linker script stack größe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
** ** ** File : LinkerScript.ld ** ** Author : Ac6, Benny Zinke ** ** Abstract : Linker script for STM32F746NG Device with ** 1024KByte FLASH, 320KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** Environment : System Workbench for MCU ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ************************************************************
in „STM32F7 & malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F439VITx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F439VITx Device with ** 2048KByte FLASH, 192KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „STM32F439VI und das stm32_flash.ld File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F429VITx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F429VITx Device with ** 2048KByte FLASH, 192KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „STM32F439VI und das stm32_flash.ld File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F407VGTx Device with ** 1024KByte FLASH, 128KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „CubeMX mit Coocox verwenden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F407VGTx Device with ** 1024KByte FLASH, 128KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F407VGTx Device with ** 1024KByte FLASH, 128KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „STM32F4 - LinkerScript - Ac6 System Workbench“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc.c
/ ST includes //************************************************************************ #include "stm32f4xx_hal.h" //************************************************************************ // Project includes //************************************************************************ #include "adc.h
in „STM32F4 - triple ADC mit DMA funktioniert nur 1x“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_ld_vl.s
/** ****************************************************************************** * @file startup_stm32f10x_ld_vl.s * @author MCD Application Team * @version V3.3.0 * @date 04/16/2010 * @brief STM32F10x Low Density Value Line Devices vector table for RIDE7 * toolchain. * This module performs: * - Set
in „STM32-Discoveryboard: FTDI Treiber/OpenOCD/Degugging“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH_modified.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F407VGTx Device with ** 1024KByte FLASH, 128KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
H616_JC_6Z_V1_2_MCU.pdf
C O I I M J 4 5 4 N _ O _ K _ _ C _ C A S M D D D T M _ _ C 4 M B C M C M M M / / / / / / S T I I M I I P 3 S M F S S R 9 9 X X T W 0 D D S / P O 2 1 F 5 _ / E T N _ _ 4 3 P )/ ) _ 8 _ I _ E 6 P 4 3 3 U _ T T T S
in „Induktiver Näherungsschalter tauschen Probleme“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
mmc_stm32f1.c
/*------------------------------------------------------------------------*/ /* STM32F100: MMCv3/SDv1/SDv2 (SPI mode) control module */ /*------------------------------------------------------------------------*/ /* / Copyright (C) 2014, ChaN, all right reserved. / / * This software
in „SD-Karte mit SPI: Warteroutinen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
--------------------------------------------------------------*/ #include "main.h" /** @addtogroup STM32F4xx_HAL_Examples * @{ */ /** @addtogroup TIM_ParallelSynchro * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ----------------------------
in „STM32 Timer synchronisieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Labornetzteil.pdf
wurden anstelle der 4 angegebenen 4700µF Kondensatoren 2 Kondensatoren BAT43 2 BAT43 0,04 € 0,08 € 10000µF/63V von Conrad Electronic (Bestellnr. SB560 6 SB 560 0,28 € 1,68 € 446237-94) für 6 € das Stück liegend eingebaut.
in „Labornetzgerät als Projekt“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
#include "stm32f10x.h" #include <stdbool.h> #include <stdio.h> #include "ov7670-regs.h" #include "main.h" // ---------------------------------------------------------------------------- /* * Timelapse Camera Project
in „OV7670 an STM32F102“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BTS462T_20040127.pdf
Typ. slew rate on Typ. slew rate off dV/dt on = f(T j ; R L 47 Ω dV/dt off = f(T j; R L 47 Ω 2 2 V/µs V/µs 1.6 1.6 o V o d d 1.4 - dt1.4 1.2 1.2 1 1 0.8 0.8 32V 32V 0.6 0.6 13.5V 13.5V 0.4 9V 0.4 9V 0.2 0.2 -40 -20 0 20 40 60 80 100 120 °C 160 -40 -
in „Schaltregler-Diskussion“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
nrf24l01_drv.c
to standby-I mode immediately if CE is set low. */ /* ******************************************** STM32F103 Mini Board Modul : NRF24L01 Routinen für dasNRF24L01 Funkmodul Autor : Christian Julius ******************************************** SPI2: MOSI = PB15 MISO = PB14 SCLK = PB13 CE = PB11 CSN = PB12 IRQ = PA2 */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> /* -------------- Special Include Files / Librarys ------ */ /
in „NRFL24L01+ - Immer Ärger mit den Paarungen“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan eines STM32F407VET6 Mikrocontrollers
STM32F407VET6, IO_DisplayPort[4A], IO_DisplayPort[4B], Support[1A], Support[5B], SD_CD, R11 100Ohm, MCU[4D] RCC OSC IN, MCU[4D] RCC OSC OUT, MCU[1B] DATA REQUEST, SD LED Support[6A], RUN LED Support[6A]
in „STM32F4 zieht zu viel Strom“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
LCD.c
Includes ------------------------------------------------------------------*/ #include "LCD.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" /* Private define ------------------------------------------------------------*/ #define LCD_REG (*((volatile unsigned short *) 0x60000000
in „STM32F4 mit TFT Codeverständnis“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.c
Includes ------------------------------------------------------------------*/ #include "LCD.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" /* Private define ------------------------------------------------------------*/ #define LCD_REG (*((volatile unsigned short *) 0x60000000
in „STM32F4 Discovery + TFT + FSMC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
file.pdf
Hardware and layout UM1472 Figure 6. STM32F407VGT6 block diagram ##-▯DATA▯2!-▯▯▯▯+" %XTERNAL▯MEMORY #,+▯▯.%▯;▯▯▯=▯▯!;▯▯▯▯= CONTROLLER▯▯&3-# $;▯▯▯▯=▯▯/%.▯▯7%.▯▯ .*4234▯▯*4$)▯▯ !("▯ 32!-▯▯032!-▯▯./2▯&LASH▯ .",;▯▯▯=▯▯.,▯▯.2%' *4$/▯37$▯▯*4$/ *
in „STM32 FW_LIB wozu dient RCC_APB2PeriphClockCmd?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
navico_3g.pdf
J4 to motor Opto Opto RS-485 RS-485 Designator Package Pins Marking Manufacturer MPN Description Q27 P506TVC50 F7240 IR Q5 PSMND70 Q8 FDS6912A on semi Dual n-ch mosfets, 30V, 6A Q9 FDS6912A on semi Dual
in „Reparaturbericht: i.MX6 Resetschaltung in Navico Schiffsradar“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan mit STM32G030K8T6 Mikrocontroller
VIN HDR-M-2.54_1x2 2 1 GND C1 4.7uF +3.3V U1 STM32G030K8T6 32 PB8 31 PB7 30 PB6 29 GND J1 HDR-M-2.54_1x3 1 2 3 J2 HDR-M-2.54_1x3 1 2 3 GND PA8 17 PB2 PA9 18 PC9 PA10 21 PA11[PA9] PA12[PA10] PA13 24 PA14-BOOT0 PA15 25 PA0 PA1 26 PB3 PB4 27 PB5 28 GND PB6 29 PB7 30 PB8 31 32 VDD/VDDA 5 VSS/VSSA 6 NRST 7 PA0 8 PA1 9 PA2 10 PA3 11 PA4 12 PA5 13 PA6 14 PA7 15 PB0 16 PB1 1 R2 10k +3.3V U3 ZX-QC4545-4.5CJ 3 4 C3 0.1u
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
dcmi_ov2640.c
0x00, 0x70, 0x02, 0x71, 0x94, 0x73, 0xc1, 0x12, 0x40, 0x17, 0x11, 0x18, 0x43, 0x19, 0x00, 0x1a, 0x4b, 0x32, 0x09, 0x37, 0xc0, 0x4f, 0x60, 0x50, 0xa8, 0x6d, 0x00, 0x3d, 0x38, 0x46, 0x3f, 0x4f, 0x60, 0x0c, 0x3c, 0xff, 0x00, 0xe5, 0x7f, 0xf9, 0xc0, 0x41, 0x24, 0xe0, 0x14, 0x76, 0xff, 0x33, 0xa0, 0x42,
in „Kamera OV2640“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Core429I-Schematic.pdf
14 171 PDR_ON PF5 30 A4 DQ4 10 PE8 PF3 17 18 PF4 PG7 19 20 PG8 22 VSS_1 NC/PDR_ON A5 DQ5 19 20 21 22 VSS_2 PF12 31 A6 DQ6 11 PE9 PF5 21 22 PF6 PC6 23 24 PC7 BYPASS 48 VSS_3 2.2uF PF13 32 A7 DQ7 13 PE10 PF7 23 24 PF8 PC8 25
in „STM32F4x9 - FMC - SSD196x“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01_drv.c
/* ******************************************** STM32F103 Mini Board Modul : NRF24L01 Routinen für dasNRF24L01 Funkmodul Autor : Christian Julius ******************************************** SPI2: MOSI = PB15 MISO = PB14 SCLK = PB13 CE = PB11 CSN = PB12 IRQ = PB10 */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> /* -------------- Special Include Files / Librarys ------ */ /
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Datei
nrf24l01_drv.c
/* ******************************************** STM32F103 Mini Board Modul : NRF24L01 Routinen für dasNRF24L01 Funkmodul Autor : Christian Julius ******************************************** SPI2: MOSI = PB15 MISO = PB14 SCLK = PB13 CE = PB11 CSN = PB12 IRQ = PB10 */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> /* -------------- Special Include Files / Librarys ------ */ /
in „Basteltip: STM32F103 DIP40 Board“ · Mikrocontroller und Digitale Elektronik ·