-
Datei
stm32f10x_it.c
------*/ /* Private variables ---------------------------------------------------------*/ __IO uint8_t Tx_Idx1=0, Rx_Idx1=0; __IO uint8_t Tx_Idx2=0, Rx_Idx2=0; extern __IO uint32_t NumbOfBytes1; extern __IO uint32_t NumbOfBytes2; extern uint8_t Buffer_Rx1[]; extern uint8_t Buffer_Tx1[]; extern uint8_t Buffer_Rx2[]; extern uint8_t Buffer_Tx2[]; extern __IO uint32_t I2CDirection ; extern uint8_t Address; /* Private function prototypes -----------------------------------------------*/ /* Private functions ---------------------
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
------*/ /* Private variables ---------------------------------------------------------*/ __IO uint8_t Tx_Idx1=0, Rx_Idx1=0; __IO uint8_t Tx_Idx2=0, Rx_Idx2=0; extern __IO uint32_t NumbOfBytes1; extern __IO uint32_t NumbOfBytes2; extern uint8_t Buffer_Rx1[]; extern uint8_t Buffer_Tx1[]; extern uint8_t Buffer_Rx2[]; extern uint8_t Buffer_Tx2[]; extern __IO uint32_t I2CDirection ; extern uint8_t Address; /* Private function prototypes -----------------------------------------------*/ /* Private functions ---------------------
in „Cortex I2C zu kurze Impulsdauer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
navico_3g.pdf
Freescale i.mx6SoloLite 1GHz; 1.2-1.4V Vcore, 1.5V VDDR3 U15 Sot23 VG 74LVC1G32 U19 soic8 tc4427ae Microchip MOSFETdriver U22 soic8 LT1719 Linear LT1719 4.5nscomparator U23 Sot-23 LKEB LP5951 2.5V LDO U24 tc4427ae Microchip MOSFETdriver U26 SOIC8 VP21 TI SN65HVD2x RS-485 transceiver U30 soic8
in „Reparaturbericht: i.MX6 Resetschaltung in Navico Schiffsradar“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32L073RZTx Device from STM32L0 series ** 20Kbytes RAM ** 192Kbytes ROM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size
in „ARM Cortex M0+ Startupcode Minimal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f407vet6_flash.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F407VG Device with ** 1024KByte FLASH, 192KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. **
in „Merkwürdiges Verhalten mit Jlink“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
06072010.txt
) 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 */ USART2Init(); // char highBits1; // char lowBits1;
in „STM32 Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
bom-v1-0.pdf
comparator MCP 6542-I/SN 0,55 € 0,55 € U50 1AT45DB641-S, 64MBit SPI flash AT45DB641E-SHN 3,58 € 3,58 € U60 1STM32L452RET, 80MHz, 160KiB RAM 189-4029 8,22 € 8,22 €min order 2 U61 1Low power comparator, 1x MCP 65R41T-2402E 0,43 € 0,43 € U100, U101 2BD6221F-E2, motor driver 7-15V, 1A 699-6746 3,11 € 6,22 € U110
in „Universalplatine für STM32, grobe Fehler vor der Herstellung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SHT11.asm
;---------------------------------------------------------------------------------------- ; CRC x^8+x^5+x^4+1 ; 21 Word/131 Cycles (32µs @ 4MHz) ; ; in : r16 Byte ; r17 CRC alt ; out : r17 CRC neu sht11_crc: push r16 push r18 push r19 ldi r19,8 ; 8 Bits sht11_crc10: clr r18 lsl r16 ror r18 ; Bit7 nach
in „SHT71 Assembler Code für Atmega8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pushbutton.c
/* pushbutton.c * * Mehrere (1...8) Taster entprellen und abfragen * * 5.11.2017 */ #include <stdlib.h> #include <stdbool.h> #include "stm32f4xx.h" #include "system_stm32f4xx.h" uint_fast8_t pushbutton_poll(void); void error(const char
in „Böse Falle Boolean“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ds18b20.h
--------------------------------------------------------- ** File name: seriell.h ** Descriptions: STM32 FSMC TFT²Ù×÷º¯Êý¿â ** **------------------------------------------------------------------------------------------------------ ** Created by: poweravr ** Created date: 2010-11-7 ** Version: 1.0 **
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
core.pdf
core.sch Title: FX2Grok Flat Size: A3 Date: Rev: V0.2 KiCad E.D.A. eeschema 5.1.5 Id: 1/4 F 1 2 3 4 5 6 7 8 F 1 2 3 4 5 6 7 8 A A B B +3V3 +3V3 C301 C302 C303 C304 C305 k 1 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
in „Review Eierlegende Wollmilchsau“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup.asm
RTCAlarm_IRQHandler ; RTC Alarm through EXTI Line DCD USBWakeUp_IRQHandler ; USB Wakeup from suspend DCD TIM8_BRK_IRQHandler ; TIM8 Break DCD TIM8_UP_IRQHandler ; TIM8 Update DCD TIM8_TRG_COM_IRQHandler ; TIM8 Trigger and Commutation DCD TIM8_CC_IRQHandler ; TIM8 Capture Compare DCD ADC3_IRQHandler ; ADC3 DCD
in „Erste Schritte: Bekomme STm32 nicht zum Laufen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
include "string.h" #include "main.h" #include "timer.h" #include "analog.h" #include "i2c.h" #include "stm32_adafruit_lcd.h" #include "vl6180x.h" uint32_t SystemCoreClock=8000000; // Variable Systemtakt int16_t count=0; uint8_t str_out[32]; int main(void) { init_clock(); // Systemtakt auf 72MHz Init_Timer1
in „STM32F1 Probleme mit Frings I2C-Bus Routine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
IOTaskSTestSPI.cpp
: sn */ /* Kernel includes. */ #include "FreeRTOS.h" #include "task.h" #include "mbed.h" #include "stm32f4xx_conf.h" #include "stm32f4xx_spi.h" #include "IOTask.h" inline FlagStatus __attribute__((optimize("Os"))) SPI_I2S_GetFlagStatus(SPI_TypeDef* SPIx, uint16_t SPI_I2S_FLAG) { FlagStatus bitstatus
in „STM32F4xx: Kann mal jemand die SPI testen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STPicProgK.pdf
R20 40 PB3 VT3 PB4 +3,3V BSS123 41 PB5 I2C1_SCL 42 PB6 1k5 I2C1_SDA 43 PB7 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
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
F2_messung_pwm.c
/* Reziproke Frequenzmessung mit STM32H750 mit 8-stelliger Auflösung. Eingangsfrequenbereich: 0,1 Hz - 100 MHz Die Frequenz wird aus den Eingangsimpulsen/Zeit errechnet. Dazu werden die Timer15 und Timer16 verwendet. Als Zeitbasis für
-
Datei
STM32L476VGTx_FLASH_modified.ld
*) /* .rodata* sections (constants, strings, etc.) */ . = ALIGN(8); } >FLASH .ARM.extab : { . = ALIGN(8); *(.ARM.extab* .gnu.linkonce.armextab.*) . = ALIGN(8); } >FLASH .ARM : { . = ALIGN(8); __exidx_start = .; *(.ARM.exidx*) __exidx_end = .; . = ALIGN(8); } >FLASH .preinit_array : { . = ALIGN(8); PROVIDE_HIDDEN (__preinit_array_start = .); KEEP (*(.preinit_array*)) PROVIDE_HIDDEN (__preinit_array_end = .); . = ALIGN(8); } >FLASH .init_array : { . = ALIGN(8); PROVIDE_HIDDEN (__init_array_start
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Zitat von SpaceX über STM32V8 Nutzung
“The STM32V8's high computing performance and integration of large embedded memory and digital features were critical in meeting our demanding real-time processing requirements, while providing a higher level
in „STM32 Summit - 18nm-STM32, STM32WL3R, STM32-AI-Assistent und Erweiterungen des Ökosystems“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
16.10.2014_Entwurf.pdf
PC6 37 PC5 / ADC15 ADC5 / PA5 22 PA6 6 PC2 6 PC9 PC7 38 PC6 / I2S2_MCK ADC6 / PA6 23 PA7 7 PC3 7 PC8 PC8 39 PC7 / I2S3_MCK ADC7 / PA7 41 PA8 8 8 PC8 USART1_CK / PA8 9 PA0 9 PC7 PC9 40 PC9 USART1_TX / PA9 42 PA9 10 PA1 10 PC6 PC10 51 PC10 / I2S3_CK USART1_RX / PA10 43 PA10 11 PA2 11 PB15 PC11 52 PC11
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
PDF
16.10.2014_Entwurf_2.pdf
PC6 37 PC5 / ADC15 ADC5 / PA5 22 PA6 6 PC2 6 PC9 PC7 38 PC6 / I2S2_MCK ADC6 / PA6 23 PA7 7 PC3 7 PC8 PC8 39 PC7 / I2S3_MCK ADC7 / PA7 41 PA8 8 8 PC8 USART1_CK / PA8 9 PA0 9 PC7 PC9 40 PC9 USART1_TX / PA9 42 PA9 10 PA1 10 PC6 PC10 51 PC10 / I2S3_CK USART1_RX / PA10 43 PA10 11 PA2 11 PB15 PC11 52 PC11
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
PDF
17.10.2014_Entwurf_3.pdf
PC6 37 PC5 / ADC15 ADC5 / PA5 22 PA6 6 PC2 6 PC9 PC7 38 PC6 / I2S2_MCK ADC6 / PA6 23 PA7 7 PC3 7 PC8 PC8 39 PC7 / I2S3_MCK ADC7 / PA7 41 PA8 8 8 PC8 USART1_CK / PA8 9 PA0 9 PC7 PC9 40 PC9 USART1_TX / PA9 42 PA9 10 PA1 10 PC6 PC10 51 PC10 / I2S3_CK USART1_RX / PA10 43 PA10 11 PA2 11 PB15 PC11 52 PC11
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
PDF
20.10.2014_Entwurf_4.pdf
PC6 37 PC5 / ADC15 ADC5 / PA5 22 PA6 6 PC2 6 PC9 PC7 38 PC6 / I2S2_MCK ADC6 / PA6 23 PA7 7 PC3 7 PC8 PC8 39 PC7 / I2S3_MCK ADC7 / PA7 41 PA8 8 8 PC8 USART1_CK / PA8 9 PA0 9 PC7 PC9 40 PC9 USART1_TX / PA9 42 PA9 10 PA1 10 PC6 PC10 51 PC10 / I2S3_CK USART1_RX / PA10 43 PA10 11 PA2 11 PB15 PC11 52 PC11
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l1xx_conf.h" #include "stm32l1xx.h" #include "stdio.h" #include "stm32l1xx_syscfg.h" //!! hier /* Private typedef -----------------------------------------------------------*/ typedef struct { uint16
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 section: *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use A6 as IR output on STM32 # define IRSND_PORT_LETTER A # define IRSND_BIT_NUMBER 6 # define IRSND_TIMER_NUMBER 10 # define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment, others won't work /*-----
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 section: *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use A6 as IR output on STM32 # define IRSND_PORT_LETTER A # define IRSND_BIT_NUMBER 6 # define IRSND_TIMER_NUMBER 10 # define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment, others won't work /*-----
in „IR Signal falsch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HallSensorTimer.c
#include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" void decCommutationDelay(void); void incCommutationDelay(void); void BLDCMotorPrepareCommutation
in „STM32F4 BLDC mit Hall Sensoren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USART_HW_Init.c
***********************************************************************/ // Header Files #include <stm32f10x_gpio.h> #include <stm32f10x_usart.h> #include <stm32f10x.h> // #defines // globale Variablen // Funktionsprototyen /****************************************************************************
in „UART Problem beim senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
main.c ** ** Abstract : main function. ** ** Functions : main ** ** Environment : Atollic TrueSTUDIO/STM32 ** STMicroelectronics STM32F10x Standard Peripherals Library ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this
in „helix MP3 Decoder, gibt keinen error aber auch keine Daten“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Code_TIM1_ADC1.pdf
C:\Users\haer\Documents\Ansteuerung_BLDC\STM32F030_AnsteuerungBLDC\Src\main.c 84 /*************************************************************************/ 85 /*! 86 * \fn int main (void) 87 * 88 * \brief main 89 * 90 */ 91 /*****************
in „STM32F030 TIM1 soll ADC1 triggern (kein HAL)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
P-145-E-04-2014-v1_ST_Wireless_Connectivity.pdf
commands.The modules are configured around a single-chip 802.11 transceiver with integrated PA and an STM32 32-bit microcontroller with effective way to use the modules via AT commands.The modules are configured around a extsingle-chip 802.11 transceiver with integrated PA and an STM32 32-bit microcontroller
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_tim.h
(PERIPH) == TIM17)) /* LIST1: TIM 1 and 8 */ #define IS_TIM_LIST1_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ ((PERIPH) == TIM8)) /* LIST2: TIM 1, 8, 15 16 and 17 */ #define IS_TIM_LIST2_PERIPH(PERIPH) (((PERIPH) == TIM1) || \ ((PERIPH) == TIM8)
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test6-spi-dma.cc
#include "config.h" #include "../stm32-dma.h" #include "../stm32-spi.h" #include "../UART.hh" //----------------------------------------------------------------------------- // USART UARTc<1, PriorityUART1, 30, 100> usart1; #if BufferedUART
in „STM32 SPI1 und DMA (für Rx und Tx)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/************************* * stm32 uart main.c *************************/ #include "stm32f10x.h" #include "print.h" /* User defined function prototypes */ void GPIOB_Init(void); void USART1_Init(void); int main(void) { SystemInit()
in „STM32F103: bei UART1 remapped funktioniert der UART1 Interrupt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_ED2109-015-A.pdf
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
-
Datei
startup_stm32.s
RTCAlarm_IRQHandler /* RTC alarm interrupt */ .word USB_WKUP_IRQHandler /* USB wakeup from Suspend */ .word TIM8_BRK_IRQHandler /* TIM8 break interrupt */ .word TIM8_UP_IRQHandler /* TIM8 update interrupt */ .word TIM8_TRG_COM_IRQHandler /* TIM8 Trigger and commutation interrupts */ .word TIM8_CC_IRQHandler /*
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
RTCAlarm_IRQHandler /* RTC alarm interrupt */ .word USB_WKUP_IRQHandler /* USB wakeup from Suspend */ .word TIM8_BRK_IRQHandler /* TIM8 break interrupt */ .word TIM8_UP_IRQHandler /* TIM8 update interrupt */ .word TIM8_TRG_COM_IRQHandler /* TIM8 Trigger and commutation interrupts */ .word TIM8_CC_IRQHandler /*
in „Timer Interrupt am STM32F103RB“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Abfotografierter Bildschirm einer Web-Oberfläche für ein STM32-Projekt
Ambilight Timers DFPlayer Files Update Local Update Name Value Board BluePill RTC online Processor STM32F103C8 EEPROM online Oscillator 8 MHz EEPROM Version 2.9 Frequency 72MHz DFPlayer offline Hardware WC12h Display power on Display WS2812 RGB Version 3.1.2 ESP8266 version 3.1.2 YYYY MM DD hh mm Action
in „WordClock mit WS2812“ · Projekte & Code · · Fotos
-
Datei
stm32-gpio.c
#include "config.h" #include "stm32/stm32-gpio.h" static unsigned gpio_config_half(unsigned cfreg, unsigned bits, unsigned cnfmode) { for (int i = 0; i < 8; ++i) if (bits & (1 << i)) cfreg = (cfreg & ~(0xF << (4*i))) | (cnfmode << (
in „STM32 ST-Library Pro oder Kontra“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
pensor.pdf
1 2 3 4 5 6 7 8 +3.3V +3.3V A 0 0 A 1 9 k 1 1 C39 V+ D1 R R 4 O D N1 STM32G051 6 CSB D V 100n MIC5236-3.3 +3.3V V SCL 2 SCK X2:2 2 IN OUT 3 4 VDD INT 7 L1 SDA 4 SDI 4 EN ERR 1 F.B.,0.2A 4 5 SDO 1 C3 C12 * C11 C10 C8
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_ED2109-015.pdf
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
-
PDF
Schematic_Prints.pdf
21 22 PA10 A6 D+ D- B7 PB10 23 24 PB11 PA9 23 24 PA8 A7 D- D+ B6 MISO A8 SBU1 CC2 B5 GND A9 B4 U1A A10 VBUS VBUS B3 R4 STM32F407VGT6 A11 RX2- TX2- B2 5k1 PA0 23 35 PB0 A12 RX2+ TX2+ B1 PA1 24 PA0-WKUP(PA0) PB0 36 PB1 GND GND GND GND PA2 25 PA1 PB1 37 PB2
-
Datei
gfx_pictures.c
, 5 Bit fuer blau) Verfuegbare Formate sind: PCX 256 Farben BMP s/w, 4, 16, 256 Farben MCU : AVR / STM32 / STM8 25.01.2019 R. Seelig ------------------------------------------------------ */ #include "gfx_pictures.h" /* ---------------------------------------------------------- bmpsw_show Kopiert ein
-
Datei
gfx_pictures.c
, 5 Bit fuer blau) Verfuegbare Formate sind: PCX 256 Farben BMP s/w, 4, 16, 256 Farben MCU : AVR / STM32 / STM8 25.01.2019 R. Seelig ------------------------------------------------------ */ #include "gfx_pictures.h" /* ---------------------------------------------------------- bmpsw_show Kopiert ein
-
Datei
startup_stm32f10x_md.s
/** ****************************************************************************** * @file startup_stm32f10x_md.s * @author MCD Application Team * @version V3.2.0 * @date 03/01/2010 * @brief STM32F10x Medium Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „STM32 Interrupt Rücksprung ins Nirvana“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
230V-messen.pdf
I USB PC, USB I RS-422 RMS- T Linux, T STM32, Multimeter F C F C D1 STM32L412 +5V N14 MAX6071AAUT33 L6 4 6 VREF VREF 5 IN OUT VDDA F.B.,0.2A 3 5 C5 EN OUTS C45 +3.3V C44 L12 100n 1 2 2u2 10n F.B.,0.2A 7 C67 C68 2 7 5 10n 2u2 E 2 N7 X1:5 T2 5 GERTH-153.09 3 LTC6240 R56 +3.3V X1:4 L R42 R39 R23 1 SSM 9 PA3 ADC2.8 ADC1.8 12VAC X2:1 X3:3 12VAC 4 3k6 33k2,0.1% 33k2,0.1% 33k2,0.1% 2 2 5 4 4 1 1 E7.R3 C27 4 1 k R 1 C63 C50 . k . k C1 3 6 10n R R 3 D2 A 7 1 7 1 1 7 DS24xx C 10n 10n E 5 E 8 10n 5k 29 230V~ R 4 1 3 SCL1
in „Netzspannung messen für arme Leute“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Extra_MCU.pdf
TAMPER-RTC VSS_3 47 GND 3 PC14-OSC32_IN PB9TIM4_CH4 46 MC_HEATER1 4 45 MC_DIR_E1 OSC_IN 5 PC15-OSC32_OUT PB8TIM4_CH3 44 2 1 3V3 PD0-OSC_IN BOOT0 R43 OSC_OUT 6 PD1-OSC_OUT PB7I2C1_SDATIM4_CH2 43 10K/0603/±5%H_IN1 RESET 7 NRST PB6I2C1_SCLTIM4_CH1 42 MC_BL_TOUCH_OUT1 8 41 R0603 2 GND VSS_A PB5I2C1_SMBA 3V3 9 VDD_A
in „Induktiver Näherungsschalter tauschen Probleme“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
Modul1.txt
senden Eingestellt als funktion definiert */ // -------------------------------------- Umbenenen der STM Pins // Bliotheken //------------------------------------------------------------------------------------------------------------Testweise auskommentiert #include <assert.h> #include "stm32f103.h" /
in „Arduino Blue Pill CAN bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup ADC_RegSimul_DualMode * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private
in „STM32F103: Auswahl des richtigen ADC Modus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
triple_interleaved.c
-----------------*/ #include "triple interleaved.h" #define TripleADCMessungen 120 /** @addtogroup STM32F4xx_StdPeriph_Examples * @{ */ /** @addtogroup ADC_TripleModeInterleaved * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ----------------
in „STM32, triple mode Interleaved mode, periodisch falsch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_irsnd.c
//-------------------------------------------------------------- // File : stm32_ub_irsnd.c // Datum : 14.06.2013 // Version : 1.0 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : IRSND, TIM
in „IRSND auf STM32F0“ · Mikrocontroller und Digitale Elektronik ·