-
Datei
Makefile.txt
= $(CMSISCOREDIR)/core_cm3.c SRC += $(CMSISDEVDIR)/system_stm32f10x.c ## used parts of the STM-Library SRC += $(STMSPDSRCDIR)/stm32f10x_usart.c SRC += $(STMSPDSRCDIR)/stm32f10x_flash.c SRC += $(STMSPDSRCDIR)/stm32f10x_gpio.c SRC += $(STMSPDSRCDIR)/stm32f10x_rcc.c SRC += $(STMSPDSRCDIR)/stm32f10x_spi.c SRC += $(STMSPDSRCDIR)/stm32f10x_rtc.c SRC += $(STMSPDSRCDIR)/stm32f10x_bkp.c SRC += $(STMSPDSRCDIR)/stm32f10x_pwr.c SRC += $(STMSPDSRCDIR)/stm32f10x_dma.c SRC += $(STMSPDSRCDIR)/stm32f10x_tim.c
in „Nur geänderte datein compilieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EndResult_Schematic.pdf
11 VDD PC13 38 PC13 5 GND NC 6 C 100k▯'S-1088-AR02016 12 37 13 PA4 VBAT 36 1 14 PA5 PA13 35 15 PA6 PA12 34 RFSW_V1 SCL 16 PA7 PA11 33 RFSW_V3 17 PA8 PA10 32 RFSW_V2 C20 U2 18 PA9 PB12 31 3.6pF 12nH 19 NRST PB2 30 2 1 C15 20 PH3-BOOT0 PB0-VDD_TCXO 29 RF2 2.5pF L3 21 RFI_P VDDRF1V55 28 X2 4.4nH 22 RFI_N VDDRF 27 8121S-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
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
Datei
ir.c
möglichst passen. // Bei unpassendem Decoder-IC entstehen "Zufallscodes". // // // Implementation für den STM32. // Frank Bösing, Januar 2010 // // Used Periphals/Benutzte Peripherie: // - Timer6 (kann beliebig geändert werden) // - PB4 (kann beliebig geändert werden) // - CRC // - AFIO // // License: GNU GENERAL
in „Universeller IR-Receiver für viele Protokolle“ · Projekte & Code ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stlogo.h" /** @addtogroup STM32F7xx_HAL_Examples * @{ */ /** @addtogroup BSP * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ----
in „Discovery_STM32F746 Linking Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpconfig.h
--------------------------------------------------------------- * Change hardware pin here for ARM STM32 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input on STM32 # define IRMP_PORT_LETTER C # define IRMP_BIT_NUMBER 13 /*------------------------------------------------------------------------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmpconfig.h
--------------------------------------------------------------- * Change hardware pin here for ARM STM32 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input on STM32 # define IRMP_PORT_LETTER C # define IRMP_BIT_NUMBER 13 /*------------------------------------------------------------------------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
MB997.pdf
AIN_10 U R I I IMR I M P I D P I D 2 01002021 F S S S S S S S OCN BAT60JFILM E E Not Fitted 3V 8 7 6 5 4 3 2 1 0 9 8 7 CN2 R1212 T_JTCKC D R P4 4 4 4 4 4 4 4 4 3 3 3 U2U 2 PICN202 PIR12P221202 PISB3B3ISB302 PISB2B2ISB202 3V __ B B T B B B SO D K STM32F103C8T6 3 PICN203 PISB5B5ISB502 PISB4B4ISB402TCKCK
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpconfig.h
--------------------------------------------------------------- * Change hardware pin here for ARM STM32 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input on STM32 # define IRMP_PORT_LETTER C # define IRMP_BIT_NUMBER 13 /*------------------------------------------------------------------------------------------------------------------------------------------
in „Umfrage: welche IR-Protokolle nutzt ihr mit IRMP?“ · PC Hard- und Software ·
-
Datei
stm32f10x_it.c
**************************************************************************** * @file GPIO/IOToggle/stm32f10x_it.c * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and peripherals *
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
*************************************************************************** * @file CAN/Networking/stm32f10x_it.c * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and * peripherals
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
} const char* LEDS_CGI_Handler(int iIndex, int iNumParams, char *pcParam[], char *pcValue[]){ uint32_t i=0; /* All leds off */ STM_EVAL_LEDOff(LED5); STM_EVAL_LEDOff(LED6); STM_EVAL_LEDOff(LED3); STM_EVAL_LEDOff(LED4); /* Check cgi parameter : example GET /leds.cgi?led=2&led=4 */ for (i=0; i<iNumParams
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
-> See irsndconfig.h #elif defined (ARM_STM32) //STM32 //Nothing here to do here -> See irsndconfig.h #else # if !defined (unix) && !defined (WIN32) # error mikrocontroller not defined, please fill in definitions here. #
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
triple_interleaved.c
------------------------------------------------------------------*/ #include "triple interleaved.h" #define TripleADCMessungen 120 /** @addtogroup STM32F4xx_StdPeriph_Examples * @{ */ /** @addtogroup ADC_TripleModeInterleaved * @{ */ /* Private typedef ---------------------------------------------
in „STM32, triple mode Interleaved mode, periodisch falsch“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
test.pdf
: D9 PB2: D2 PC2: - PA3: D8 PB3: D19 PC3: - PA4: D7 PB4: D18 PC4: - PA5: D6 PB5: D17 PC5: - PA6: D5 PB6: D16 PC6: - PA7: D4 PB7: D15 PC7: - PA8: D27 PB8: D32 PC8: - PA9: D26 PB9: - PC9: - PA10: D25 PB10: D1 PC10: - PA11: D24 PB11: D0 PC11: - PA12: D23 PB12: D31 PC12: - PA13
in „Wie kann ich diese Webseite ausdrucken?“ · PC Hard- und Software ·
-
Datei
F030.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" int Test=0; void wait(void); int main(void) { GPIO_InitTypeDef GPIO_InitStruct; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE); GPIO_InitStruct.GPIO_Pin
in „STM32 Takt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HY-SmartSTM32_SCH.pdf
100 VDD_3 VSS_3 99 28 VDD_4 VSS_4 27 2 3 11 VDD_5 VSS_5 10 22 19 C25 Y2 C26 VDDA 21 VDDA VSSA 20 10P 32.768K 10P VREF+ VREF- VREF+ STM32F103VCT6 3V3 L1 VDDA 3V3 L2 VREF+ 3V3 R40 10uH 10uH 3V3 S2 510R C11 C27 C12 C28 1 4 BOOT0 BOOT0 A C6 C7 C8 C9 C10
in „STM32 can Message“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
06072010.txt
BY CUSTOMERS OF THE * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. * * <h2><center>© COPYRIGHT 2010 STMicroelectronics</center></h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "USART.h" unsigned
in „STM32 Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
-> See irsndconfig.h #elif defined (ARM_STM32) //STM32 //Nothing here to do here -> See irsndconfig.h #else # if !defined (unix) && !defined (WIN32) # error mikrocontroller not defined, please fill in definitions here. #
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
STPicProgL.pdf
+3,3V 1 VBAT R3 8 GND.A 220 2 C3 C4 C5 23 D 35 GND.1 V 100n 100n 100n 47 GND.2 GND.3 STM32F103C8T6 Bezeichnung: STPicProgL Blatt: Datum: 13.03.2017 14:22 1/1 X4 D4 R8 R9 VD1 VD2 2k2 2k2 R37 SOD-323F 3k3 K A K A R36 1 5 U5 220 220 U3 12k R32
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief STM32F4x7 Ethernet hardware configuration. *********************************************************
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
/ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_disco.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen--------------------- */ #define PAYLOAD_SIZE
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Datei
config.h
#ifndef CONFIG_H_INCLUDED #define CONFIG_H_INCLUDED #include <stdbool.h> #include <stdint.h> #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_rtc.h" // Typdefinition diverser RAM Typen, Verwendung <Typ> <CCRAM> <Variablenname
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F4_lcd.c
// Anschluß einer LC-Anzeige 2x16 an das STM32F4-Discovery-Board // lcd_init() muss als erste Funktion aufgerufen werden. Danach sollten // lcd_cmd() und lcd_zeichen() Befehle und Daten korrekt ausgeben. /* Das LCD-Modul wird im 4-Bit Modus betrieben
in „Frequenz- und Pulsweitenmessung mit STM32F407“ · Projekte & Code ·
-
Datei
ws2812b.c
28.9.2016 Author: Martin Hubacek http://www.martinhubacek.cz @hubmartin Licence: MIT License original CPU STM32F302xx @64MHz adapted to STM32F103C8 @72MHz */ #include <string.h> //#include "stm32f3xx_hal.h" #include "stm32f1xx_hal.h" #include "ws2812b.h" extern WS2812_Struct ws2812b; // Define source arrays
in „WS2812B mit Lib von Martin Hubáček auf F103“ · 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 ·
-
Datei
iirBenchmark.ino
// print with manual made software serial the // STM32F4 Discovery #include "softwareSerial.h" //#define SOFTSERIALPIN_TX PC1 // STM32F4_DISCOVRERY //#define SOFTSERIALPIN_TX PA9// STM32F103 BluePill #define SOFTSERIALPIN_TX PD1 // ARDUINO_UNO // https
in „STM32 Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Akkuschutz-V0.6.pdf
Ladezustand Entlade/Heizdraht STM32WB5MM Wassermelder und Bedienung R36 +3V3 +3V3 R +3V3 1 +3V3 1 2 +3V3 2 X6-5 LED1 X10 HEIZVCC E M H E H E R38 S A C T C T X6-4 LED2 X11 HEIZDRAHT- U2B U2A A L L A L A R39 STM32WB5MMGH6TR STM32WB5MMGH6TR
in „STM32WB5MMG -* ADC wackelt um 10 digits“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CAN.c
/* * CAN.c * * Created on: 22.04.2012 * Author: Peter */ #include <stddef.h> #include "can.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_can.h" #include "misc.h" #define CAN_EN_Low GPIO_ResetBits(GPIOC, GPIO_Pin_5); #define CAN_EN_High GPIO_SetBits
in „CAN mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
pensor.pdf
+3.3V V+ D1 N1 STM32G051 +3.3V MIC5236-3.3 +3.3V X6:10 V+ 2 IN OUT 3 4 VDD 0 X6:9 L1 1 9 k 1 1 4 EN ERR 1 R R 4 C39 6 CSB D D 100n F.B.,0.2A 1 C3 D V 5 Volt C12 * C11 C10 C8 C7 C2 100n SCL-INT 2 V 5 D2 SCK 7 68u 68u 100n
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4_sdio_sd.c
It implements a high level communication layer for read and write * from/to this memory. The needed STM32 hardware resources (SDIO and * GPIO) are defined in stm324xg_eval.h file, and the initialization is * performed in SD_LowLevel_Init() function declared in stm324xg_eval.c * file. * You can easily
in „Probleme bei SDIO mit STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_Ethernet_Start_Point_20180307.pdf
GettingStartedwithEthernetontheSTM32Nucleo Using STM32CubeMX with Light-Weight IP (LwIP) and System Workbench for STM32 (Eclipse) Daniel W Rickey CancerCare Manitoba drickey@cancercare.mb.ca 2018-03-07 Introduction TheNucleoboardsproducedbySTMicroelectronicsarewonderfullypowerfulandcheap
in „STM32 LwIP + HTTPD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
neigungsmessung.c
Crashdemon.... *** HAVE A LOT OF PHUN! *** *** Motorcycle IMU *** inertial measurement unit *** ver 0.1 (STM32) *** ARM Cortex-M3 *** ***********************************************/ #define STM32F10X_HD //#define USE_STDPERIPH_DRIVER #include <math.h> #include <stdio.h> #include <stdint.h> #include <stddef.h> #include <stm32f10x.h> //#include <stm32f10x_adc.h> //#include <misc.h> //#include <stm32f10x_lib.h> // Constants #define M_PI 3.14159265358979323846 // USART #define BAUD 115200 // Baudrate für serielle Kommunikation
in „[STM32] Keil SysTick_Config Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
#include <xpcc/architecture.hpp> #include <stdint.h> #include <xpcc/workflow.hpp> typedef xpcc::stm32::SpiMaster3 MySpi3; GPIO__OUTPUT(MPL115A1_CS, B, 5); static bool initClock() { xpcc::stm32::Clock::enablePll(xpcc::stm32::Clock::PLL_HSI, 8, 168); return xpcc::stm32::Clock::switchToPll(); } MAIN_FUNCTION { initClock(); xpcc::stm32::SysTickTimer::enable(); MPL115A1_CS::setOutput(true); MySpi3::initialize(MySpi3::MODE_0, MySpi3::PRESCALER_256); MySpi3::configurePins
in „MOSI-Pegel viel zu niedrig, aber warum?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32 ST-LINK Utility Speicheranzeige
STM32 ST-LINK Utility Device STM32F411xC/E Device ID 0x431 Revision A Flash size 256KBytes Address: 0x08000000 Size: 0xD755 Data Width: 32 bits Device Memory @ 0x08000000 File: [wc12h-stm32f103-ws2812-grb.hex
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
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
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
bom-v1-0.pdf
€ C24 110nF X7R-G0805 10N 0,04 € 0,04 € C25 1470nF KEM X7R0805 470N 0,07 € 0,07 € C130 14.7µF KEM X5R0805 4,7U 0,10 € 0,10 € C66 04.7µF only for STM32F4, F7 or H7 KEM X5R0805 4,7U 0,10 € 0,00 € C71 04.7µF only for STM32H7 KEM X5R0805 4,7U 0,10 € 0,00 € C67, C68 222pF KEM C0G0805 22P 0,04 € 0,08 € C69
in „Universalplatine für STM32, grobe Fehler vor der Herstellung?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Memory_LCD_Theory__Programming__and_Interfaces.pdf
*******************************************************************/ #include “MLCD User Functions.h” #include “MLCD Driver.h” #include “stm32f072xb.h” // Note: Both the stm32f0xx_hal_spi.c and stm32f0xx_hal_dma.c routines were // streamlined for this application. These routines may be obtained // by contacting your local Sharp SMA office. #include “stm32f072_sma_spi.h” #include “stm32f0xx_sma_dma.h” static SPI_HandleTypeDef spi_blk; static SPI_IBLK_TypeDef spi_iblk; void MLCD_Init_SPI(void) { // Set up the SPI blocks so the SPI can be configured spi_iblk.SPI_CR1
in „LS032B7DD02 Datenblatt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HD66766_example.c
Disclaimer: // This code can't be used directly as is, but has to be included in the STM32IDE framework // ======================================================================================== #include "main.h" #include "image_data.h" #define LCD_WIDTH 120 #define LCD_HEIGHT 160 #define INFOBAR_HEIGHT 16 // Using STM32 FSMC mode to communicate with the LCD in 16-bit mode // The FSMC (Flexible Static Memory Controller) is a hardware engine inside the STM32 // that allows the MCU to treat the LCD as if it were a piece
in „LCD-Modul F51661GNCJU-MLW-AA * Info *“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stddef.h> #include "stm32f2xx.h" /*#include "stm32f2xx_gpio.h" #include "stm32f2xx_rcc.h"*/ void configureClock() { ErrorStatus HSEStartUpStatus; RCC_DeInit(); //reset RCC_HSEConfig(RCC_HSE_ON); //turn on external
in „STM32F2xx USART weigert sich“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TC1797_UM_v1.1.pdf
Offset Access Mode Reset Name Address Read Write D5 Data Register 5 FF14 H U,SV, SV, Class 3 Reset 32 32 XXXX XXXX H D6 Data Register 6 FF18 H U,SV, SV, Class 3 Reset 32 32 XXXX XXXX H D7 Data Register 7 FF1C H U,SV, SV, Class 3 Reset 32 32 XXXX XXXX
in „TC1797 - keine Datenblätter?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
example.txt
nxp_driver (BSD-3-Clause) . /oofatfs (BSD-1-clause) . /pico-sdk (BSD-3-clause) . /re15 (BSD-3-clause) . /stm32lib (BSD-3-clause) . /tinytest (BSD-3-clause) . /tinyusb (MIT) . /uzlib (Zlib) . /logo (uses OFL-1.1) . /ports . /cc3200 . /hal (BSD-3-clause) . /simplelink (BSD-3-clause) . /FreeRTOS (GPL-2.0 with FreeRTOS exception) . /stm32 . /usbd*.c (MCD-ST Liberty SW License Agreement V2) . /stm32_it.* (MIT + BSD-3-clause) . /system_stm32*.c (MIT + BSD-3-clause) . /boards . /startup_stm32*.s (BSD-3-clause) . /*/stm32*.h (BSD-3-clause
-
Datei
irsndconfig.h
define prescaler for timer2 e.g. 1,4,16 # define PIC_Scaler 2 // PIC needs /2 extra in IRSND_FREQ_32_KHZ calculation for right value # endif /*--------------------------------------------------------------------------------------------------------------------------------------------------- * ARM STM32
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
kk_bb.c
#include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #include "C:\zuc\fat\integer.h" #include "C:\zuc\fat\diskio.h" #define use_bitbang 01 #define ll_cs_port_x B #define ll_cs_pin_x 12 #define ll_ck_port B// A
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x.h" #include "STM32vldiscovery.h" GPIO_InitTypeDef GPIO_InitStructure; EXTI_InitTypeDef EXTI_InitStructure; NVIC_InitTypeDef NVIC_InitStructure; void Delay(__IO uint32_t nCount); void PeripheralInit(void); void ButtonInit(void); int ints = 0; int main(void) { PeripheralInit(); ButtonInit(); STM32vldiscovery_LEDInit(LED3); STM32vldiscovery_LEDInit(LED4); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, ENABLE); GPIO_InitStructure.GPIO_Speed = GPIO_Speed_2MHz; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP
in „Hardwareentprellung Problem“ · 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 ·
-
PDF
schema_stm32_primer2_1_2.PDF
S S R 100K V V V V V V V CONTRACT NO. COMPANY NAME RAISONANCE SAS 4 7 9 2 1 1 2 APPROVALS DATE DWG STM32F103VET6 STM32F103VET6 DRAWN FL Jun.2008 SIZE FSCM NO. DWG NO. REV. CHECKED YR Sept.2008 A V1.1 ISSUED SCALE SHEET 2 of 8 VCC5_USB VBAT VCCS VCCS VCCS VCCIN VCC2V8 L2 4.7µH 1 1 2 U12 R15 U15 5 2 470K
in „STM32 USB Virtual COM Port“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SimpleRTC_bearbeitet.ino
author WI6LABS * @version V1.0.0 * @date 12-December-2017 * @brief Simple RTC example. */ #include <STM32RTC.h> /* Get the rtc object */ STM32RTC& rtc = STM32RTC::getInstance(); /* Change these values to set the current initial time */ const byte seconds = 0; const byte minutes = 36; const byte hours
in „RTC: Tag, Monat, Jahr lässt sich nicht auslesen bei BluePill STM32F103C8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32Quelltext.txt
#include "stm32f10x.h" #include "USART.h" unsigned char it_active=1; int stop; ////////////////////// ADC u32 ADCValue1; /* Private typedef -----------------------------------------------------------*/ /* Private
in „STM32-F103 AD-Wandler Werte übertragen“ · Mikrocontroller und Digitale Elektronik ·