-
Datei
stm32f10x_it.c
************************************************************************ * @file TIM/TIM9_OCToggle/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 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
TFT-direct-drive.htm#tft-b 2012-12-12 Michael Nowak www.mino-elektronik.de Alle Angaben ohne Gewähr. */ #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" #include "stm32f4xx_dma.h" #include "cp850-8x16.dat" // Datei mit Zeichensatz #define TFT_ADR 0x60000000 // CS-Bereich #define SCHWARZ
in „TFT-direct-drive, WQVGA-TFT an STM32F4“ · Projekte & Code ·
-
Datei
stm32f2xx_rcc.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F2xx_RCC_H #define __STM32F2xx_RCC_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" /** @addtogroup STM32F2xx_StdPeriph_Driver
in „STM32F2xx USART weigert sich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
to enable both Overcurrent protection and LCD UI." #endif #define FIRMWARE_VERS "STM32 FOC SDK\0Ver.3.3.0" const char s_fwVer[32] = FIRMWARE_VERS; #ifdef __GNUC__ /* With GCC/RAISONANCE, small printf (option LD Linker->Libraries->Small printf set to 'Yes') calls __io_putchar() */ #define
in „STM32F4 - CAN1 empfängt nichts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx_TIM1_application_examples.pdf
AN2580 Application note STM32F10xxx TIM1 application examples Introduction This application note is intended to provide practical application examples of the STM32F10xxx TIM1 peripheral use. This document, its associated firmware
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_mod.c
#include "stm32f10x_lib.h" #include "stm32f10x_map.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include "bits.h" #include"stm32f10x_usart.h" #include"stm32f10x_usart.c" #define STACK_TOP 0x20000800
in „Problem mit STM32-H103+Eclipse+OpenOCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_lib.h" #include "stm32f10x_map.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include "bits.h" #include"stm32f10x_usart.h" #include"stm32f10x_usart.c" #define STACK_TOP 0x20000800
in „[Cortex-M3] Problem mit dem UART“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
USB3320_STM32F4.pdf
_RTS/USART4_RX VDD33 25 PA2/USART2_TX +1V8 VDD18 REFCLK VDD18 STM32F407VX +3V VDDIO NC N GND U$1G$2 G 26 PA3/USART2_RX 27 VSS2 28 VDD2 29 PA4/SPI1_NSS/SPI3_NSS/USART2_CK 30 31 PA5/SPI1_SCK 32 PA6/SPI1_MISO 33 PA7/SPI1_MOSI 34 PC4 35 PC5 36 PB0 37 PB1 38 PB2/BOOT1 39 PE7 PE8 40 PE9 41 PE10 42 PE11 43 PE12 44 PE13 45 PE14 46 PE15 47 PB10/I2C2_SCL/SPI2_SCK/USART3_TX 48 PB11/I2C2_SDA/USART3_RX 49 VCAP_1 50 VDD3 STM32F407VX STM32F407VX 51 52 PB12/SPI2_NSS/I2C2_SMBA/USART3_CK/CAN2_RX 53 PB13/SPI2_SCK_USART3_CTS_CAN2_TX 54 PB14/SPI2_MISO/USART3_RTS 55 PB15/SPI2_MOSI
in „STM32F4 USB High Speed VCP mit USB3320 PHY“ · Projekte & Code ·
-
Datei
main.c
---------------------*/ #define USE_STDPERIPH_DRIVER #include "main.h" #include <math.h> #include <stm32f4xx.h> #include <misc.h> // I recommend you have a look at these in the ST firmware folder #include <stm32f4xx_spi.h> // under Libraries/STM32F4xx_StdPeriph_Driver/inc and src #include <stm32f4xx_rcc.h> #include <stdint.h> #include "stm32f4xx_conf.h" #include "usart.h" #include "dprintf.h" #include "common.h" //#include "tabellen.h" USART_TypeDef* USARTx = USART1; volatile uint8_t stopsampling=0; volatile uint32_t timercnt=0; volatile
in „Hook up a MEMS microphone to the I2S of a Cortex M4“ · Projekte & Code ·
-
PDF
STM32H7XX_M_schematics.pdf
/FDCAN2_TX PIU5152 PB12 PB12/CS PD6 PIJ20331 32 PIJ2032PD5 GND PIK202 PIK201 NLP5 3V3 PIU2050VDD PB12/SPI2_NSS/FDCAN2_RX PIU2051 PB3 PIJ20335 36 PIJ2036PD7 Key PB5 PIJ20337 38 PIJ2038PB4 STM32H750VB /H743VI 核心板( M 版) PB7 PIJ20339 40 PIJ2040PB6 STM32H7xx
in „Problem mit USB auf STM32H743“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
********************************************************************** */ /* Includes */ #include "stm32f4xx.h" #include "stm32f4_discovery.h" /* Private macro */ /* Private variables */ /* Private function prototypes */ /* Private functions */ /** **==================================================
in „STM32F4 Discovery - I2S bitte um Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
diff_doxygen_config.txt
SHOW_INCLUDE_FILES = YES INPUT = main.c \ ./Inc/build_timestamp.h \ ./Inc/crash.h \ ./Inc/FreqCounter.h \ ./Inc/stm32f7xx_it.h \ ./Inc/sdram_heap.h \ ./Inc/stm32f7xx_hal_conf.h \ ./Inc/main.h \ ./analyzer/gen/adf4351.h \ ./analyzer/gen/si5338a.h \ ./analyzer/gen/gen.h \ ./analyzer/gen/si5351.h \ ./analyzer/gen/rational.h \ ./analyzer/gen/adf4350.h \ ./analyzer/adc/stm32_ub_adc3_single.h \ ./analyzer/adc/stm32_ub_system.h \ ./analyzer/uartcomm/aauart.h \ ./analyzer/uartcomm/fifo.h \ ./analyzer/lcd/bitmaps/logo.h \ ./analyzer/lcd/bitmaps/bitmaps.h \ ./analyzer/lcd/
-
Datei
main.c
/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" // In Configuration diese Define hinzufügen : // "STM32F429_439xx" , "__ASSEMBLY__" , "USE_STDPERIPH_DRIVER" //-------------------------------------------
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart2dmactrl.c
***************************************************************** */ #include <string.h> #include "stm32f30x.h" #include "stm32f30x_rcc.h" #include "stm32f30x_gpio.h" #include "stm32f30x_dma.h" #include "stm32f30x_usart.h" #include "usart2dmactrl.h" GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef
in „STM32F303 USART2 DMA1 funktioniert halblebig ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart2dmactrl.c
***************************************************************** */ #include <string.h> #include "stm32f30x.h" #include "stm32f30x_rcc.h" #include "stm32f30x_gpio.h" #include "stm32f30x_dma.h" #include "stm32f30x_usart.h" #include "usart2dmactrl.h" GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef
in „STM32F303 USART2 DMA1 funktioniert halblebig ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
User_Guide_ETEMB043013XDHAL_Interface_Description_V1.0.pdf
redesigned PCB Board. We have added the most obvious Alternate functions in the Tables. You can consult the STM32F750 datasheet for more details. 4.1 CN10 SD Card Pin Name PORT Alternate Functions 1 +3V3 2 SPI5_CK PH6 Analog GPIO EVENTOUT EXTI6 3 SPI5_MOSI PF9 Analog GPIO EVENTOUT EXTI9 TIM14_CH1 4 SD_D0 PC8
in „EDT Display Interface mit STM32F7“ · 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 ·
-
Bild
STM32F429I-DISC1 Discovery Board in Verpackung
STM32 F4 Discovery ST life.augmented STM32F429 MCU, HIGH PERFORMANCE WITH CORTEX-M4 AND CHROM-ART ACCELERATOR™ Evaluation board with STM32F429ZIT6 MCU (180 MHz/225 DMIPS execution performance from Flash
in „[V] STM32F4 Evalboard, Neu und OVP“ · Markt · · Fotos
-
Datei
main.c
main function. ** ** Functions : main ** ** Environment : Atollic TrueSTUDIO(R) ** STMicroelectronics STM32F4xx Standard Peripherals Library ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify it
in „STM32F4 + Timer 3 + DMA1 schreibt nicht ins ODR => TEIF“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_it.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" #include "stm32f4xx.h" #include "stm32f4xx_it.h" /* USER CODE BEGIN 0 */ /* USER CODE END 0 */ /* External variables --------------------------------------------------------*/ extern DMA_HandleTypeDef
in „STM32F4 Timer Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compiler_options.txt
fpv4-sp-d16" /> <Add option="$stack=0x0100" /> <Add option="$heap=0x0000" /> <Add option="$lscript=./stm32f446ze_flash.ld" /> </Device> <Compiler> <Add option="-mfloat-abi=hard" /> <Add option="-fno-strict-aliasing" /> <Add symbol="ARM_MATH_CM4" /> <Add symbol="__FPU_USED" /> <Add symbol="STM32F446ZE" /> <Add symbol="STM32F4XX" /> <Add symbol="USE_STDPERIPH_DRIVER" /> <Add directory=".\inc" /> <Add directory=".\src" /> <Add directory=".\cmsis" /> <Add directory=".\SPL\inc" /> <Add directory=".\SPL\src" /> </Compiler
in „Böse Falle Boolean“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart.c
Libraries -----------------------------------------------------------------*/ #include "usart.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_usart.h" #include "stm32f4xx_dma.h" /* Functions -----------------------------------------------------------------*/ /** * @brief Configure
in „STM32F4 - USART3 Rx und DMA will nicht“ · 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 ·
-
PDF
STPicProgL.pdf
RST 5 GND2 GND1 4 C8 24 TC4429 36 VCC.1 R24 100nF VCC.2 +3,3V 48 VCC.3 100k 9 VCC.A +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
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PitschLight_Doku_V1.2.pdf
Ô➽➮➵ ➳ äââ ➲Þäß ➻➵ ➼➮➘➾➵ ùõ ➽➾➵ á ➚➽➳➵ ❒➘➷ ➘Ô➳ù Die Hardware Das Bild zeigt nur die zusätzlich zum STM32F4discovery Board benötigte Schaltung. Das STM Board besitzt 2 Pfostenstecker, auf die eine Zusatzplatine mit den gezeigten Bauteilen aufgesteckt wird. Die Beschaltung des TVP5150 entspricht der im
in „Ambilight mit STM32F4discovery und TVP5150AM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi2_slave.h
//-------------------------------------------------------------- // File : stm32_ub_spi2_slave.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __SPI2_SLAVE_H #define __SPI2_SLAVE_H //--
in „RaspberryPI <- SPI -> STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#define STM32F429_439xx #include "stm32f4xx.h" #include "stm32f4xx_conf.h" //#include "core_cm4_simd.h" //#include "core_cm4.h" //#include "core_cmFunc.h" //#include "core_cmInstr.h" //#include "system_stm32f4xx.h
in „STM32F429 - kein Takt am SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
WC_MiniDev_Shield_v6.pdf
GND GND GND GND JP14 SPK GND IC1 mit LDR: R1 bestücken mit TSOP: R5, C1 bestücken VB 1 40 STM32_3V3_2 R2 frei lassen R16 frei lassen C C13 2 39 GND ohne TSOP: R5, C1 frei lassen S1 JP13 C C14 3 38 +5V ohne LDR: R1 frei lassen R16 bestücken WPS 3 C15 4 37 B9 3 R2 bestücken JP8 3 V 1 JP2 5 36
-
PDF
HY-SmartSTM32_SCH.pdf
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 2 3 KEYB BOOT1 A 104 104 104 104 104 104 106 104 106 BOOT R41 Title 510R Multi Media
in „STM32 can Message“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HWMonitor.txt
SIT1 [ ] UDC0 UDC1 [ ] UDT0 UDT1 [ ] ICF0 ICF1 [ ] WPPE [ ] FAS0 FAS1 PRIM _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF SECD _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF IDE2 _ADR PCI_ [ ] ITM0 ITM1 SIT0 SIT1 [ ] UDC0 [ ] UDC1 [ ] UDT0 UDT1 [ ] ICF0 ICF1 [ ] WPPE [ ] FAS0 FAS1 PRIM _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF SECD _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF GTM_ STM_ H15P GTF0 GTF1 PX43 _ADR PBAS [ ] BAS0 SMBB AZAL _ADR _PRW BUFA BUFB IRQV LNKA _HID _UID
in „Gibt Festplatte langsam Geist auf?“ · PC Hard- und Software ·
-
PDF
mb1045_changed.pdf
PF10 PI10 P0R24402 P0R24401 20pF STM32F4 P0SDNRAS PF110PF11 RP0R5202 P0R5201 P8 P0U3B0P8 P0U3B0F3 3 PI11PI11 P0ULPI0DIR P0R4302 [P0R4301 P0MII0RX0ER 25MHz(with socket) X2 SDNRAS A6N0A6 PF120PF12 R253 33 M6 PF11 PI11 P0U3B0E3 3 PI12PI12
-
PDF
mb1045_changed_korrigiert.pdf
PF10 PI10 P0R24402 P0R24401 20pF STM32F4 P0SDNRAS PF110PF11 RP0R5202 P0R5201 P8 P0U3B0P8 P0U3B0F3 3 PI11PI11 P0ULPI0DIR P0R4302 [P0R4301 P0MII0RX0ER 25MHz(with socket) X2 SDNRAS A6N0A6 PF120PF12 R253 33 M6 PF11 PI11 P0U3B0E3 3 PI12PI12
-
Datei
stm32f4_sdio_sd.c
----------------------------*/ #include "main.h" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_SDIO_SD * @brief This file provides all the SD Card driver firmware functions. * @{ */ /** @defgroup STM32F4_SDIO_SD_Private_Types * @{ */ /** * @} */ /** @defgroup STM32F4_SDIO_SD_Private_Defines
in „Probleme bei SDIO mit STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00428288.pdf
Getting started with the STEVAL-SPIN3202 evaluation board, advanced BLDC controller with embedded STM32 MCU Introduction The STEVAL-SPIN3202 3-phase brushless DC motor driver board is based on the STSPIN32F0A 3- phase controller with integrated STM32 MCU. It implements a single shunt resistor current
in „Problem mit ST-Board zur BLDC-Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart2dmactrl.c
********************************************** */ #include <stdio.h> #include <string.h> #include "stm32f30x.h" #include "stm32f30x_rcc.h" #include "stm32f30x_gpio.h" #include "stm32f30x_dma.h" #include "stm32f30x_usart.h" #include "gpioctrl.h" #include "usart2dmactrl.h" GPIO_InitTypeDef GPIO_InitStructure
in „STM32F303 USART2 DMA1 funktioniert halblebig ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ARM-STM32F4-Serie-Daten.txt
Anzahl der Timer/Zähler: 14 Timer Prozessor-Serie: ARM Cortex-M Art des Programmspeichers: Flash Serie: STM32F4 STM32F407VGT6 ============= ARM Mikrocontroller - MCU ARM M4 1024 FLASH 168 Mhz 192kB SRAM Kern: ARM Cortex M4 Datenbus-Weite: 32 bit Maximale Taktfrequenz: 168 MHz Programmspeichergröße: 1024 kB
in „STM32F407VGT6 Pinkompatibilität zu den F427/F437 Typen ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "system_stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" int main(void) { SystemInit(); // Initialize the GPIO / LEDs
in „[STM32F407VG, Discovery-board] Timer-interrupt verwirrt mich“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx__20xxx__21xxx_L1xxxx_Cortex-M3_programming_manual.pdf
PM0056 Programming manual STM32F10xxx/20xxx/21xxx/L1xxxx Cortex-M3 programming manual This programming manual provides information for application and system-level software developers. It gives a full description of the STM32F10xxx/20xxx/21xxx/L1xxxx Cortex™-M3 processor programming model, instruction set and core peripherals. The STM32F10xxx/20xxx/21xxx/L1xxxx Cortex™-M3 processor is a high performance 32-bit processor designed for the microcontroller market
in „Einstieg in STM32 : STM32F103C8T6 --> Kompilieren und Flashen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32G0x1_advanced_Arm_-based_32-bit_MCUs_-_Reference_manual.pdf
0x4001 5BFF block 5 APB 0xA000 0000 0x4001 0000 0x4000 A7FF block 4 APB 0x8000 0000 0x4000 0000 block 3 0x1FFF 787F 0x6000 0000 Option bytes 0x1FFF 7800 Engineering bytes block 2 0x1FFF 7500 Peripherals OTP 0x1FFF 73FF 0x4000 0000 0x1FFF 7000 System memory block 1 0x1FFF 0000 RAM 0x2000 0000 0x0801 FFFF
in „STM32G0x - Clock für Schreiben der Register notwendig?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32F4 Discovery Evaluation Board in Verpackung
STM32 F4 Discovery ST life.augmented STM32F429I-DISCO STM32F429, HIGH PERFORMANCE 32-BIT CORTEX-M4 MCU + 3-AXIS SENSORS MEM Evaluation board with STM32F429IT6U MCU (180 MHz/225 DMIPS execution performance
in „[V] STM EVAL Board - STM32F429IDISCOVERY / 15,-€ incl.“ · Markt · · Fotos
-
Datei
stm32f10x_it.h
*************************************************************************** * @file CAN/Networking/stm32f10x_it.h * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief This file contains the headers of the interrupt handlers. *************************************************
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "STM32f4xx_tim.h" void configMotorBridgeTimer(void); void configHallSensorTimer(void); int main(void) { SystemInit(); GPIO_InitTypeDef
in „STM32F4 BLDC mit Hall Sensoren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Resources_an5457-rf-matching-network-design-guide-for-stm32wl-series-stmicroelectronics.pdf
less inductors with a high-Q factor are better. AN5457 - Rev 3 page 14/75 AN5457 STM32WL RF description 4 STM32WL RF description In this section, the Tx path (RF output) and Rx path (RF input) are described. The functionality of each part of the RF circuitry, plus
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
AN5457.pdf
less inductors with a high-Q factor are better. AN5457 - Rev 3 page 14/75 AN5457 STM32WL RF description 4 STM32WL RF description In this section, the Tx path (RF output) and Rx path (RF input) are described. The functionality of each part of the RF circuitry, plus
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder ·
-
Datei
stm32f30x_gpio.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F30x_GPIO_H #define __STM32F30x_GPIO_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f30x.h" /** @addtogroup STM32F30x_StdPeriph_Driver * @{ */ /** @addtogroup GPIO * @{ */ /* Exported types ------------------------------------------------------------*/ #define IS_GPIO_ALL_PERIPH(PERIPH) (((PERIPH) == GPIOA) |
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
56000 / 2 / Pre_Scaler / PIC_Scaler) - 1) # define IRSND_FREQ_455_KHZ (IRSND_FREQ_TYPE) ((F_CPU / 455000 / 2 / Pre_Scaler / PIC_Scaler) - 1) #elif defined (ARM_STM32) // STM32 # define IRSND_FREQ_TYPE uint32_t # define IRSND_FREQ_30_KHZ (IRSND_FREQ_TYPE) (30000) # define IRSND_FREQ_32_KHZ (
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief STM32F4x7 Ethernet hardware configuration. ************************************************************
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
56000 / 2 / Pre_Scaler / PIC_Scaler) - 1) # define IRSND_FREQ_455_KHZ (IRSND_FREQ_TYPE) ((F_CPU / 455000 / 2 / Pre_Scaler / PIC_Scaler) - 1) #elif defined (ARM_STM32) // STM32 # define IRSND_FREQ_TYPE uint32_t # define IRSND_FREQ_30_KHZ (IRSND_FREQ_TYPE) (30000) # define IRSND_FREQ_32_KHZ (
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
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 ·
-
Bild
Ausschnitt einer Pin-Definitionstabelle aus einem Datenblatt
STM32F401xB STM32F401xC Pinouts and pin description Table 8. STM32F401xB/STM32F401xC pin definitions (continued) Pin Number UQFN48 WLCSP40 LQFP64 LQFP100 UFBGA100 Pin name (function after reset)(1) Pin type I/O structure Notes Alternate functions Additional functions 47 A6 63 99 H3 PDR_ON I FT - B6 - - - 48 A7 64 100 VDD S 2. PC13, PC14 and PC15 are supplied through the power switch. Since the switch only sinks a limited amount of current (3 mA), the use of GPIOs PC13 to PC15
in „STM32 Timer2 Interrupt“ · Mikrocontroller und Digitale Elektronik · · Screenshots