-
PDF
CD00273528.pdf
management, the reset control, the boot mode settings and the debug management. It shows how to use STM32L1xxx product families and describes the minimum hardware resources required to develop an STM32L1xxx application. Detailed reference design schematics are also contained in this document with descriptions
in „STM32F4 Grundschaltung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STMPE811QTR.h
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 * @{ */ /** * @brief Touch Screen Information structure */ typedef struct { uint16
in „STM32F4 Touch Display Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
stdlib.h> #include <stdint.h> #include <math.h> #include <stdarg.h> // StdPeripheral Libs #include "stm32f4xx.h" #include "stm32f4xx_spi.h" // ---- Spezielle Includes --------- #include "defines.h" #include "tm_stm32f4_sdram.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_ili9341_ltdc.h" #include "tm_stm32f4_fonts.h" // Typdefinition diverser RAM Typen, Verwendung <Typ> <CCRAM> <Variablenname> #define CCRAM __attribute__((section(".ccram"))) #define SDRAM __attribute__((section(".sdram"))) // ------
in „STM32F4 GCC Toolchain: syscalls.c printf und malloc Errors“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
log.txt
/docs.platformio.org/page/boards/ststm32/nucleo_f303k8.html PLATFORM: ST STM32 (16.1.0) > ST Nucleo F303K8 HARDWARE: STM32F303K8T6 72MHz, 12KB RAM, 64KB Flash DEBUG: Current (stlink) On-board (stlink) External (blackmagic, cmsis-dap, jlink)
in „Nucleo + PlatformIO upload Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
UM08001_JLinkARM.pdf
STM32F101T8 STM32F101T8 ST STM32F101V8 STM32F101V8 ST STM32F101VB STM32F101VB ST STM32F101VC STM32F101VC ST STM32F101VD STM32F101VD ST STM32F101VE STM32F101VE ST STM32F101ZC STM32F101ZC ST STM32F101ZD STM32F101ZD ST STM32F101ZE STM32F101ZE ST STM32F102C6 STM32F102C6 ST STM32F102C8 STM32F102C8 ST STM32F102CB STM32F102CB ST STM32F103C6 STM32F103C6 ST STM32F103C8 STM32F103C8 ST STM32F103CB STM32F103CB ST STM32F103R6 STM32F103R6
in „[V] J-Link JTAG Adapter USB für ARM abzugeben“ · Markt ·
-
Datei
adc.c
########################################################################################## */ void STM32F1_ADC_init(void) { STM32F1_GPIO_configInput(GPIOA, 0, STM32F1_ANALOG); STM32F1_GPIO_configInput(GPIOA, 1, STM32F1_ANALOG); STM32F1_GPIO_configInput(GPIOA, 2, STM32F1_ANALOG); // Divide APB2 clock
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00031020.pdf
RM0090 Reference manual STM32F40xxx, STM32F41xxx, STM32F42xxx, STM32F43xxx advanced ARM-based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32F405xx/07xx, STM32F415xx/17xx, STM32F42xxx and STM32F43xxx microcontroller memory and peripherals. The STM32F405xx/07xx, STM32F415xx/17xx, STM32F42xxx and STM32F43xxx constitute a family of microcontrollers with different
in „fsmc am stm32f4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
r_manuel.pdf
RM0090 Reference manual STM32F40xxx, STM32F41xxx, STM32F42xxx, STM32F43xxx advanced ARM-based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32F405xx/07xx, STM32F415xx/17xx, STM32F42xxx and STM32F43xxx microcontroller memory and peripherals. The STM32F405xx/07xx, STM32F415xx/17xx, STM32F42xxx and STM32F43xxx constitute a family of microcontrollers with different
in „Hilfe bei Programmierung STM32F407VG bei TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE.pdf
6 01.03.2012 01:36:34 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 4/5) 1 2 3 4 5 6 B 7 B B . 1 1 . / X X / B 8 T _ _ T . 7 / A _ 2 2 _ / / X A 2 R R 2 C X _ JP9 R A A R _ _ N 4 1 2 5 A U JP7 U A T N A JP8 $ 5 +3V3 3 4 P 1
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
User_Setup.h
// // ################################################################################## // Define STM32 to invoke optimised processor support (only for STM32) //#define STM32 // Defining the STM32 board allows the library to optimise the performance // for UNO compatible "MCUfriend" style shields //#define NUCLEO_64_TFT //#define NUCLEO_144_TFT // STM32 8 bit parallel only: // If STN32 Port A or B pins 0-7 are used for 8 bit parallel data bus bits 0-7 // then this will improve rendering performance by a factor of ~8x //#define STM_PORTA_DATA_BUS
in „Powerpins am ESP32-DevKitC, WDT_RTC_RESET“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
basic_interpreter.pdf
Den preiswertesten Microcontroller den ich gefunden (und sogar verfügbar) hatte war im Jahr 2016 ein STM8S103F3P6. Stand 2023 wäre ein STM32F030f4 bei sehr deutlich besseren Leistungsdaten preiswerter. Hier jedoch jetzt die finale Version für einen STM8S103. Da der Speicherplatz des Mikrocontrollers nun
-
Datei
OpenOCD_Ausgabe.txt
again in 100ms Polling target stm32f1x.cpu failed, GDB will be halted. Polling again in 300ms Polling target stm32f1x.cpu failed, GDB will be halted. Polling again in 700ms Polling target stm32f1x.cpu failed, GDB will be halted. Polling again in 1500ms Polling target stm32f1x.cpu failed, GDB will be halted. Polling again in 3100ms Polling target stm32f1x.cpu failed, GDB will be halted. Polling again in 6300ms Polling target stm32f1x.cpu failed, GDB will be halted. Polling
in „USBprog4: Diverse Probleme und Fragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_simple_stm32f4xx.c
/* * adc_simple_stm32.c * * Einfache ADC-Routinen fuer Testzwecke. Freilaufender ADC, letzter Wert * wird gepollt. * * Created: 19.01.2018 * Author: Nicolas */ /* Beschreibung ADC STM32F4xx im RM0390 S. 353...399 */ #include
in „Initialisierung ADC STM32F446 - gelöst“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Atollic_Develop_Debug_BootloaderApps_ARMCortex.pdf
STM32F4-Discovery • STM32F4_Discovery_Bootloader_APP • STM32F4_Discovery_Bootloader_BL BL = Bootloader. APP = Application. Both must be downloaded. 2016-04-20 6 Memory map • Bootloader and application
in „GDB - ARM, Debug mit Offset“ · 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
main.c
------------------- // File : main.c // Datum : 09.09.2014 // Version : 1.0 // Autor : AJ // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" //---------
in „STM32F4 DISCOVERY und SainSmart 3.2″ Display“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AppNote_v1.1.pdf
eine UART-Schnittstelle z.B. zur Kommunikation mit einem PC (Tabelle 11). Pin Bezeichnung Funktion STM32-Port 2 UART TX UART-Ausgang des STM32 PA9 3 UART RX UART-Eingang des STM32 PA10 Tabelle 11: Pinbelegung der Stiftleiste UART stellt die Stiftleiste GPIO mehrere universelle GPIOs des STM32F429 zur
-
PDF
STM32F4-BASE.pdf
6 01.03.2012 03:41:37 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 4/5) 1 2 3 4 5 6 B B . . . . / / / / T R T T R 2 2 C A 2 R R 2 JP9 A R A A R 1 2 A U JP7 U A 1 +3V3 3 4 U 1 2 U CAN1_RX/1.8B 2 8 5 6 3 4 CAN1_TX/1.7B 3 1 5
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
delay.h
-------------------------------------------------- */ #ifndef DELAY_H #define DELAY_H #if defined (STM32F10X) #include "stm32f10x.h" #include "stm32f10x_rcc.h" #elif defined (STM32F4XX) #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #endif // resolution of delay functions #define DELAY_RESOLUTION_
-
Datei
main.h
seiner Nutzung. * * Some parts of the touch implementation are inspired of https://github.com/pyrohaz/STM32F0-SoftTouch * The code was changed to work also without an external 1M resitor at an further pin. * * History * 10.05.2019 markus Start of work * 23.05.2019 markus first working release */ #ifndef __MAIN #define __MAIN // Includes #include "stm32f0xx.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_usart.h" #include "stm32f0xx_adc.h" #include <string.h> #include <stdlib.h> // Defines
in „2 Kanal Touch Button Haussteuerungserweiterung“ · Projekte & Code ·
-
Datei
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" // GPIO Library für die Peripherie #include "stm32f0xx_rcc.h" // RCC Library für den Takt, der widerrum die Peripherie versorgt #include "stm32f0xx_spi.h" // SPI Library für die SPI-Schnittstelle #include "stm32_led.h" // Library für die Kontroll-LED #include "stm32_user_button.h" // Library für den User-Button #include "stm32_spi_eigen.h" //typedef enum //{ // Cntrl = 00, // Freq0 = 01, // Freq1 = 10, //
in „AD9833 mittels STM32F072 per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32H7XX_M_schematics.pdf
BAT54C BAT Header 22X2 COB1 D GND W25QXX D GND GND 扩展 I/O 接口 实时时钟备用电池接口 B1 (预留) USB 供电接口 外部存储 FLASH (STM32 USB Slave) Title STM32H750VB /H743VI 核心板( M 版) Size Number DevEBox 大越电子 嵌入式开发网 Revision A2 mcudev.taobao.com 大越电子出品 Date: 2019-11-23 Sheet of File: Z:\VMDOC\..\STM32_H7XX_M.SchDoc Drawn By: 1 2 3
in „Problem mit USB auf STM32H743“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f4xx.c
HASH_RNG_IRQHandler, /*!< 53: Hash and Rng */ FPU_IRQHandler, /*!< 53: FPU */ UART7_IRQHandler, /*!< ??: UART7 (STM32F429) */ UART8_IRQHandler, /*!< ??: UART8 (STM32F429) */ SPI4_IRQHandler, /*!< ??: SPI4 (STM32F429) */ SPI5_IRQHandler, /*!< ??: SPI5 (STM32F429) */ SPI6_IRQHandler, /*!< ??: SPI6 (STM32F429) */ SAI1_IRQHandler, /*!< ??: SAI1 (STM32F429) */ LTDC_IRQHandler, /*!< ??: LTDC (STM32F429) */ LTDC_ER_IRQHandler, /*!< ??: LTDC_ER (STM32F429) */ DMA2D_IRQHandler /*!< ??: DMA2D (STM32F429) */ }; /** * @brief This is the code that gets
in „STM32F429 Disco Board: SDRAM benutzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429x.c
HASH_RNG_IRQHandler, /*!< 53: Hash and Rng */ FPU_IRQHandler, /*!< 53: FPU */ UART7_IRQHandler, /*!< ??: UART7 (STM32F429) */ UART8_IRQHandler, /*!< ??: UART8 (STM32F429) */ SPI4_IRQHandler, /*!< ??: SPI4 (STM32F429) */ SPI5_IRQHandler, /*!< ??: SPI5 (STM32F429) */ SPI6_IRQHandler, /*!< ??: SPI6 (STM32F429) */ SAI1_IRQHandler, /*!< ??: SAI1 (STM32F429) */ LTDC_IRQHandler, /*!< ??: LTDC (STM32F429) */ LTDC_ER_IRQHandler, /*!< ??: LTDC_ER (STM32F429) */ DMA2D_IRQHandler /*!< ??: DMA2D (STM32F429) */ }; /** * @brief This is the code that gets
in „STM32F4 GCC Toolchain: syscalls.c printf und malloc Errors“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429x.c
HASH_RNG_IRQHandler, /*!< 53: Hash and Rng */ FPU_IRQHandler, /*!< 53: FPU */ UART7_IRQHandler, /*!< ??: UART7 (STM32F429) */ UART8_IRQHandler, /*!< ??: UART8 (STM32F429) */ SPI4_IRQHandler, /*!< ??: SPI4 (STM32F429) */ SPI5_IRQHandler, /*!< ??: SPI5 (STM32F429) */ SPI6_IRQHandler, /*!< ??: SPI6 (STM32F429) */ SAI1_IRQHandler, /*!< ??: SAI1 (STM32F429) */ LTDC_IRQHandler, /*!< ??: LTDC (STM32F429) */ LTDC_ER_IRQHandler, /*!< ??: LTDC_ER (STM32F429) */ DMA2D_IRQHandler /*!< ??: DMA2D (STM32F429) */ }; /** * @brief This is the code that gets
in „STM32F4 Linker Scripte: Ich will es jetzt kapieren!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429.c
HASH_RNG_IRQHandler, /*!< 53: Hash and Rng */ FPU_IRQHandler, /*!< 53: FPU */ UART7_IRQHandler, /*!< ??: UART7 (STM32F429) */ UART8_IRQHandler, /*!< ??: UART8 (STM32F429) */ SPI4_IRQHandler, /*!< ??: SPI4 (STM32F429) */ SPI5_IRQHandler, /*!< ??: SPI5 (STM32F429) */ SPI6_IRQHandler, /*!< ??: SPI6 (STM32F429) */ SAI1_IRQHandler, /*!< ??: SAI1 (STM32F429) */ LTDC_IRQHandler, /*!< ??: LTDC (STM32F429) */ LTDC_ER_IRQHandler, /*!< ??: LTDC_ER (STM32F429) */ DMA2D_IRQHandler /*!< ??: DMA2D (STM32F429) */ }; /** * @brief This is the code that gets
in „STm32Fxxx: Kleiner Gefallen vom einem Profi erbeten“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Clock_Tree.pdf
Reset and clock control (RCC) RM0444 Figure 10. Clock tree LSI RC LSI to IWDG 32 kHz RTC WAKEUP from RTC LSI LSI RTCCLK LSCO to RTC LSE LSE HSE OSC32_OUT /32 LSE OSC 32.768 kHz LSE LSE OSC32_IN to CEC Clock HSI16 / 488 detector to UCPD1/2(1) LSE HSI16 LSI to PWR SYSCLK MCO HSE /
in „Problem mit Clock Configuration beim STM32G031“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
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
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
fiostdv20_datasheet.pdf
FiO Std Datasheet - High capacitance (0.33F) capacitor as FEATURES RTC backup battery Built-inRapidSTM32native-supportbootloader. - RS232 (3232-series) level converter - Micro SD card socket ARM 32-bits Cortex TM – M3 Processor (STM32F103RET6) Four built-in operating modes selectable via - 90MIPS
in „Aimagin FioStd wird nicht mehr erkannt.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
STM32 device used in your application */ #if !defined (STM32F10X_LD) && !defined (STM32F10X_LD_VL) && !defined (STM32F10X_MD) && !defined (STM32F10X_MD_VL) && !defined (STM32F10X_HD) && !defined (STM32F10X_CL) /* #define STM32F10X_LD */ /*!< STM32F10X_LD: STM32 Low density devices */ /* #define STM32F10X_LD_VL */ /*!< STM32F10X_LD_VL: STM32 Low density Value Line devices */ #define STM32F10X_MD */ /*!< STM32F10X_MD: STM32
in „COIDE 2.7.0 und STMF103C8T6 (china board), startprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
http.cpp
) { case HW_STM32F103: stm32_filename_idx = 0; break; case HW_STM32F401: stm32_filename_idx = 1; break; case HW_STM32F411: stm32_filename_idx = 2; break; } switch (hardware_configuration & HW_WC_MASK) { case HW_WC24H
-
Datei
irmpconfig.h
--------- * Hardware pin for ARM STM32 (HAL) - don't change here, define IRMP_RECEIVE_GPIO_Port & IRMP_RECEIVE_PIN in STM32Cube (Main.h) *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32_HAL) // STM32: IRMP_RECEIVE_GPIO_Port & IRMP_RECEIVE_PIN must be defined in STM32Cube # define IRMP_PORT_LETTER IRMP_Receive_GPIO_Port # define IRMP_BIT_NUMBER IRMP_Receive_Pin /*-----------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
rs485.c
#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 „STM32 Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
RCC_BASE + 0x34 .equ RCC_APB1ENR , RCC_BASE + 0x40 .equ RCC_APB2ENR , RCC_BASE + 0x44 @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips: pp. 1018 in RM0090 (dm00031020-stm*.pdf) .equ USART3_BASE , 0x40004800 .equ USART3_SR , USART3_BASE + 0x00 .equ USART3_DR , USART3_BASE + 0x04 .equ USART3
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
------------------------------------------------------------------*/ #include "stdio.h" #include "stm32746g_discovery.h" #include "stm32746g_discovery_ts.h" #include "stm32746g_discovery_lcd.h" #include "stm32746g_discovery_sd.h" #include "stm32746g_discovery_sdram.h" #include "stm32746g_discovery_eeprom.h" #include "stm32746g_discovery_camera.h" #include "stm32746g_discovery_audio.h" #include "stm32746g_discovery_qspi.h" /* Macros --------------------------------------------------------------------*/ #ifdef USE_FULL_ASSERT
in „Discovery_STM32F746 Linking Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rtc_user.h
#ifndef RTC_USER_H_INCLUDED #define RTC_USER_H_INCLUDED #include "defines.h" #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_general.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_gpio.h" #endif /* RTC_USER_H_INCLUDED */ #
in „Code: Berechnung von Sonnenauf- und Untergang mit einem uC“ · Projekte & Code ·
-
Datei
adc_simple_stm32f4xx.c
/* * adc_simple_stm32.c * * Einfache ADC-Routinen fuer Testzwecke. Freilaufender ADC, letzter Wert * wird gepollt. * * Created: 19.01.2018 * Author: Nicolas */ /* Beschreibung ADC STM32F4xx im RM0390 S. 353...399 */ #include
in „Initialisierung ADC STM32F446 - gelöst“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
* Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]; /* Alle GPIO-Ports, an denen benutzte ADC-Kanaele haengen, passend einstellen */
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm8s.h
- High-Density STM8A devices are the STM8AF52xx STM8AF6269/8x/Ax, STM8AF51xx, and STM8AF6169/7x/8x/9x/Ax microcontrollers where the Flash memory density ranges between 32 to 128 Kbytes - Medium-Density STM8A devices are the STM8AF622x/4x, STM8AF6266/68, STM8AF612x/4x, and STM8AF6166/68 microcontrollers where the Flash memory density ranges between 8 to 32 Kbytes - High-Density STM8S devices are the STM8S207xx, STM8S007 and
in „sdcc source code in mehrere Dateien aufteilen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE.pdf
GND GND GND GND GND B B C C D D 1 2 3 4 5 6 29.02.2012 17:56:40 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 3/5) 1 2 3 4 5 6 A A B B C C D D 1 2 3 4 5 6 29.02.2012 17:56:40 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 4/5) 1
in „STM32F407 (100pin) Basisboard - Review bitte“ · 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
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup TIM_6Steps * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define --
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup TIM_6Steps * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define --
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_it.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup TIM_6Steps * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "stm32f4xx_conf.h" /** @addtogroup STM32F4xx_StdPeriph_Examples * @{ */ /** @addtogroup GPIO_IOToggle * @{ */ /* Private typedef ---------------------------------------------------
in „Stm32f4 UART löst kein receive Interrupt aus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_dma.c
#include "stm32f0xx_gpio.h" #include "stm32f0xx.h" #include "typedef.h" #include "init.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_tim.h
in „ATM32F030 + ADC + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_dma.c
#include "stm32f0xx_gpio.h" #include "stm32f0xx.h" #include "typedef.h" #include "init.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_tim.h
in „ATM32F030 + ADC + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Usart.c
reserved. *----------------------------------------------------------------------------*/ #include <stm32f10x_lib.h> // STM32F10x Library Definitions #include <stdio.h> #include "STM32_Init.h" // STM32 Initialization /*---------------------------------------------------------------------------- Notes:
in „UART Ring Buffer volatile?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
* Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]; /* Alle GPIO-Ports, an denen
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
* Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]; /* Alle GPIO-Ports, an denen
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·