-
Datei
system_stm32f4xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „Keil Debugger mit STM32F4Discovery / veraltete Firmware im ST-Link“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
* @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Defines
in „[STM32F407VG, Discovery-board] Timer-interrupt verwirrt mich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
* @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Defines
in „STM32f4 TIM Base-Init“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Resources_STM32WL_UFQFPN48_REF_BOARD_Low_Power_High_Band_868-915MHz.pdf
PC15-OSC32_OUT NRST PI41 P ONRST T VDDSMPS 32.768KHz Close 1 2 P1 P0 6.8pF CO2 PI 1 47 74VLXSMPS STM32WLxx_QFN48 P0 U 1 C10 CO1 P0 0 C12 V P P1 4.7uF P0 100nF L2 1 45 5404UIP P0 100nF C CSB3 2 VFBSMPS L Close 15µH
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
Datei
system_stm32f4xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32 mit timer frequenz ausgeben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
diskio.c
2013 */ /*-----------------------------------------------------------------------*/ #include "diskio.h" /* FatFs lower layer API */ #include "ffconf.h" #include "stm32f4xx.h" #include "integer.h" #ifdef STM32_SD_USE_DMA // #warning "Information only: using DMA" #pragma message "*** Using DMA ***" #endif
in „Schreiben auf SD-Karte über SPI funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
-------|----|---| 17 TxD PA9 | | +--------+ | +---| 4 CH340G | | | | | | | | | | +----|---| 4 NRST STM32F030F4P6 - TSSOP20 PF0 2 |----+ | | | | | | | | | | | | | | +---| 1 Boot0 | | | | | 7 8 | | | | | | | | +---------------------+ | | | GND PA0 PA1 PA2 PA3 PA4 PA5 PA6 PA7 PB1 PA13 PA14 PF1 | | | | 100n
-
Datei
adc.c
## */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wpadded" #include <CMSIS_Device/stm32f1xx.h> #pragma GCC diagnostic pop #include <stdtypes.h> #include "adc.h" #include "dma.h" #include "gpio.h" /* #####################################################################################
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
* @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Defines
in „STM32 - Fragen zum Einstieg“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f40xx.lst
\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40xx.s At line 304 in file ..\..\STM32F4xx_DSP_StdPeriph_Lib_V1.3.0\Libraries\CM SIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40xx.s DMA2_Stream7
in „Stm32f4 UART löst kein receive Interrupt aus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
* @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Defines
in „STM32F4 SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_conf.h
/** ****************************************************************************** * @file stm32f4x7_eth_conf.h * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief Configuration file for the STM32F4x7 Ethernet driver. *********************************************
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
code.txt
#include "stm32f10x.h" #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> #include <typedef.h> #include <init.h> #include "stm32f10x_adc.h" #include "stm32f10x_dac.h" #include "stm32f10x_usart.h" #include "stm32f10x_dma.h
in „USART Remapping“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
define _NVIC //#define _ADC //#define _GPIO //#define _EXTI #include "stm32f10x_lib.h" // STM32F10x Library Definitions #include "STM32_Reg.h" // missing bit definitions #define _SysTick //#include "..\_stdlibrary_V2_03_patch\inc\stm32f10x_systick.h" //#include "stm32f10x.h" //#include "stm32f10x_gpio.h" //#include "stm32f10x_nvic.h" // #include "stm32f10x_rcc.h" // #include "stm32f10x_tim.h" // #include "stm32f10x_exti.h" #endif //-------- <<< Use Configuration Wizard in Context Menu
in „Frage zu ST-Mikrocontrollern mit eMios“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_hard_dma_stm32f4xx.c
0200 (Sa, 31 Aug 2019) $ * $Revision: 884 $ * * @date 25.08.2019 Nicolas */ #include "spi_hard_dma.h" #if defined( STM32F4XX ) #include "hw_config.h" #include "stm32f4xx_spi.h" #include <stdlib.h> /* In hw_config.h : #define SPI_HARD_DMA spi_hard_STM32F4XX_SPI1_PA5_PA6_PA7 oder #define SPI_HARD_DMA
in „10k Pull-Up zerstört SPI-Signal (STM32F407)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USART.c
----------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_adc.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_tim.h" #include "stm32f4xx_can.h" #include "stm32f4xx_dma.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_sdio.h" #include "stm32f4xx_usart.h" #include "misc.h" #include "def.h" #include "USART.h" //-------------------------------------------------------------- // Definition
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f7xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f7xx_system * @{ */ /** @addtogroup STM32F7xx_System_Private_Includes * @{ */ #include "stm32f7xx.h" #if !defined (HSE_VALUE) #define HSE_VALUE ((uint32_t)25000000) /*!< Default value of the External
in „STM32F7 & malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
diff_doxygen_config.txt
EXTRACT_ALL = YES EXTRACT_STATIC = YES 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
-
PDF
stm32-comstick-ds.pdf
Data Sheet STM32-comStick Contents 1 Scope 2 2 Connections and Controls 3 3 Interfaces 4 4 Technical Data 7 Rev. 07/2009 – 001 Windows®, Windows XP® and Windows Vista® are registered trademarks of the Microsoft corp
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Scratch_MegaSample.c
#include "stm32f4xx.h" #include "system_stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "misc.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_syscfg.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_usart.h" #include "stm32f4xx_adc.h" #include "stm32f4xx_dma.h" #include "Scratch_MegaSample.h" void Init_USART2(){ // Enabling the Clock for the USART1 RCC_APB1PeriphClockCmd(RCC_APB1Periph_USART2
in „STM32F4 ADC/DMA Phänomene“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Build_options.txt
F:\SVN\[...]\common\src_glcd\glcd_textfun.c F:\SVN\[...]\cmsis_boot\startup\startup_stm32f10x_md.c F:\SVN\[...]\stm_lib\src\stm32f10x_gpio.c F:\SVN\[...]\main.c F:\SVN\[...]\common\src_pwm\pwm_stm32.c F:\SVN\[...]\stdio\printf.c F:\SVN\[...]\stm_lib\src\stm32f10x_rcc.c F:\SVN\[...]\stm_lib
in „ARM-GCC: makefile“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Noname.map.txt
comment 0x00000000000000f7 0x7d Drivers/STM32F0xx_HAL_Driver/stm32f0xx_hal_cortex.o .comment 0x00000000000000f7 0x7d Drivers/STM32F0xx_HAL_Driver/stm32f0xx_hal_dma.o .comment 0x00000000000000f7 0x7d Drivers/STM32F0xx_HAL_Driver
in „Problem mit STM32F103 und RAM-Größe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_rcc.lst
include "stm32f10x_rcc.h" 23:lib/stm32f10x_rcc.c **** 24:lib/stm32f10x_rcc.c **** // BATH: 25:lib/stm32f10x_rcc.c **** #include "stm32f10x_conf.h" 26:lib/stm32f10x_rcc.c **** 27:lib/stm32f10x_rcc.c **** /** @addtogroup
in „Seltsame Initialisierungen und Abstürze.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eth_conf.h
/** ****************************************************************************** * @file stm32f4x7_eth_conf.h * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief Configuration file for the STM32F4x7 Ethernet driver. *********************************************
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_BSP_H #define __STM32F4x7_ETH_BSP_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "lwip/netif.h" /* Exported
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
* @{ */ /** @addtogroup STM32F10x_System_Private_Includes * @{ */ #include "stm32f10x.h" /** * @} */ /** @addtogroup STM32F10x_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F10x_System_Private_Defines
in „STM32 HSE Frage zur Clock-Konfiguration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
* @{ */ /** @addtogroup STM32F10x_System_Private_Includes * @{ */ #include "stm32f10x.h" /** * @} */ /** @addtogroup STM32F10x_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F10x_System_Private_Defines
in „STM32 PWM allgemein“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
* @{ */ /** @addtogroup STM32F10x_System_Private_Includes * @{ */ #include "stm32f10x.h" /** * @} */ /** @addtogroup STM32F10x_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F10x_System_Private_Defines
in „STM32F1, Delay stimmt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
fiostdv20_datasheet.pdf
student’s science and engineering Minimum requirements for FiO Std to fully projects. function with RapidSTM32 Blockset. TM When used together with RapidSTM32 Matlab 2009a (v7.8) Blockset, FiO Std offers several capabilities, for Simulink TM (v7.3) examples: Real-Time Workshop TM (v7.3) Real-Time Hardware
in „Aimagin FioStd wird nicht mehr erkannt.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
preiswertesten Microcontroller den ich gefunden (und sogar verfuegbar) hatte war im Jahr 2016 ein STM8S103F3P6. Stand 2023 waere ein STM32F030f4 bei sehr deutlich besseren Leistungsdaten preiswerter. Hier jedoch die Version fuer STM8S103. #############################################################
-
PDF
picomon_v3.pdf
um ggf. den erhöhten RAM-Bedarf des Programms bedienen zu können, für LSCRIPT steht zur Verfügung: stm32f030x4.ld , stm32f030x6.ld , stm32f030x8.ld , stm32f070x6.ld , stm32f042x6.ld • picomon.c ◦ Quellcode und Main-Programm der Firmware • spi_tft.c ◦ Quellcode zur Ansteuerung der internen Hardware-SPI
in „PicoMon für CH32V003 oder STM32F0xx“ · Projekte & Code ·
-
Datei
ws2812.c
------------------- */ #include <string.h> #include "ws2812.h" //#include "ws2812-config.h" //#include "delay.h" //#include "io.h" //#include "log.h" #define STM32F103 #define STM32F10X #define DSP_USE_WS2812_RGB 1 static TIM_OC_InitTypeDef
in „WS2812B mit Lib von Martin Hubáček auf F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
---- // Hardware : STM32F4 Discovery // Takt : 53,76 MHz // Sprache : ARM C // Datum : 08.12.2013 // Version : 1 // Autor : nicolas //---------------------------------------------------------------------- #include <stddef.h> #include <stdlib.h> //#include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" void initApplication(void) { SysTick_Config(SystemCoreClock/100); RCC_AHB1PeriphClockCmd
in „Anfängerfrage STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STMPE811QTR.h
Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STMPE811QTR_H #define __STMPE811QTR_H /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "stm32f4xx_i2c.h" #include "stm32f4xx_dma.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_syscfg.h" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_DISCOVERY * @{ */ /** @defgroup STM32F4_DISCOVERY_IOE * @{ */ /** @defgroup STM32F4_DISCOVERY_IOE_Exported_Types
in „STM32F4 Touch Display Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
* @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Defines
in „STM32F4 Discovery - I2S bitte um Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32746g_discovery_lcd.c
STM32746G_DISCOVERY LCD Private Defines * @{ */ #define POLY_X(Z) ((int32_t)((Points + Z)->X)) #define POLY_Y(Z) ((int32_t)((Points + Z)->Y)) /** * @} */ /** @defgroup STM32746G_DISCOVERY_LCD_Private_Macros
in „STM32F7 Disco und das Display-->hard fault error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm8s.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM8S_H #define __STM8S_H /** @addtogroup STM8S_StdPeriph_Driver * @{ */ /* Uncomment the line below according to the target STM8S or STM8A device used in your application. */ /* #define STM8S208 */ /*!
in „sdcc source code in mehrere Dateien aufteilen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CD00273528.pdf
design 6 Reference design 6.1 Description The reference design shown in Figure 15, is based on the STM32L152VB(T6) . This reference design can be tailored to any STM32L1xxx device with a different package, using the pin correspondence given in Table 7: Reference connection for all packages. 6.1.1 Clock
in „STM32F4 Grundschaltung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c.logging.F30x.diff
irmp.c.orig 2021-01-27 13:09:16.000000000 +0100 +++ irmp.c 2021-01-28 03:49:25.062008857 +0100 @@ -856,7 +856,7 @@ irmp_protocol_names[IRMP_N_PROTOCOLS + 1 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" -#elif defined(ARM_STM32F10X) +#elif defined
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
system_stm32f2xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f2xx_system * @{ */ /** @addtogroup STM32F2xx_System_Private_Includes * @{ */ #include "stm32f2xx.h" /** * @} */ /** @addtogroup STM32F2xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32F105R8T6 + USART2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f0xx_system * @{ */ /** @addtogroup STM32F0xx_System_Private_Includes * @{ */ #include "stm32f0xx.h" /** * @} */ /** @addtogroup STM32F0xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
Euro. Dieser Chip benoetigt einen 12 MHz Quarz, 20 Stueck kosten 1,49 Euro. Ebay Suchbegriffe: 2pcs stm8s103 minimum 5pcs ch340g 20pcs 12 mhz crystal 5pcs mini-usb pcb adapter 10pcs adapter smd dip16 Zum Flashen des Controllers benoetigt man einen ST-LINK v2 (den ich jedoch fuer die STM32 Programmierung
-
Datei
network_interface.h
#ifndef NETWORK_INTERFACE_H #define NETWORK_INTERFACE_H //-------------------------------------------------------------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_syscfg.h" #include "stm32f4xx_exti.h" #include "misc.h" #include "stm32f4x7_eth_bsp.h" //#include "stm32f4x7_eth.h" #include "netconf.h"
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AppNote_v1.1.pdf
bereitgestellt werden. ACTRON AG ACT I Application Note (v1.1) Seite 22 von 26 Pin Bezeichnung Funktion STM32-Port 1 GND Masse - 2 3V3 3.3V - 3 PB7 Universal GPIO PB7 4 PC3 Universal GPIO PC3 5 PC8 Universal GPIO PC8 6 PC11 Universal GPIO PC11 7 PC12 Universal GPIO PC12 9 PC14 Universal GPIO PC14 10 PC15
-
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
in „STM32F303 USART2 DMA1 funktioniert halblebig ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32f4_xtal_168mhz_test.pdf
interrupt unused RCC global interrupt unused FPU global interrupt unused * User modified value Page 7 stm32f4_xtal_168mhz_test Project Configuration Report 7. Power Consumption Calculator report 7.1. Microcontroller Selection Series STM32F4 Line STM32F407/417 MCU STM32F407VGTx Datasheet 022152_Rev8 7.2
in „STM32 Clock Configuration“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TestArmTurtorialDeu.pdf
Entwicklungsboards mit diesen Controllern verfügbar, zum Beispiel: Nucleo-F103, „/ users / hudakz / code / STM32F103C8T6_Hello / Blue Pill (suchen Sie nach „stm32f103c8t6“ auf AliExpress, Ebay oder Amazon), Quellhardware Olimexino-STM32, STM32-P103, / STM32-H103 / STM32-H103, STM3210E-EVAL. Prozessortyp & Dokumentation
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f0xx_system * @{ */ /** @addtogroup STM32F0xx_System_Private_Includes * @{ */ #include "stm32f0xx.h" #include <stm32f0xx_hal.h> /** * @} */ /** @addtogroup STM32F0xx_System_Private_TypesDefinitions
in „STM32F0 Verständnisproblem Clock Konfiguration bzw. Clock Tree“ · 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;
in „STM32F303 USART2 DMA1 funktioniert halblebig ?“ · Mikrocontroller und Digitale Elektronik ·