-
Datei
stm32f4xx_ip_dbg.h
************************************************************ * @file Lib_DEBUG/Lib_DEBUG_Example/stm32f4xx_ip_dbg.h * @author MCD Application Team * @version V1.0.1 * @date 13-April-2012 * @brief Header for stm32f4xx_ip_dbg.c file **********************************************************************
in „Keil Debugger mit STM32F4Discovery / veraltete Firmware im ST-Link“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4_discovery_audio_codec.c
======== User NOTES 1. How To use this driver: -------------------------- - This driver supports STM32F4xx devices on STM32F4-Discovery Kit. - Configure the options in file stm32f4_discovery_audio_codec.h in the section CONFIGURATION. Refer to the sections 2 and 3 to have more details on the possible
in „STM32F4 Discovery Audio DAC CS43L22“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.h
** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_H #define __STM32F4x7_ETH_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4x7_eth_conf.h" /** @addtogroup STM32F4x7_ETH_Driver * @{ */ /** @defgroup ETH_Exported_Types * @{ */ /** * @brief ETH MAC Init structure definition * @note The user should not configure all the ETH_InitTypeDef structure's fields. * By
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.c
/** ****************************************************************************** * @file stm32f4x7_eth.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief This file is the low level driver for STM32F4x7xx Ethernet Controller. * This driver does not include low level
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_caliper_stm32f4xx.c
/** @file spi_caliper_stm32f4xx.c * * Messschieber/Messuhr ueber den SPI auslesen * * $Date: 2019-08-23 21:38:31 +0200 (Fr, 23 Aug 2019) $ * $Revision: 860 $ * * @date 23.08.2019 Nicolas */ #include "spi_caliper.h" #include "hw_config.h
in „STM32 "SPI"-Slave 24 Bit ohne Chip Select“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ARM-STM32F4-Serie-Daten.txt
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
adc_simple_stm32f4xx.c
ADC, letzter Wert * wird gepollt. * * Created: 19.01.2018 * Author: Nicolas */ /* Beschreibung ADC STM32F4xx im RM0390 S. 353...399 */ #include "adc_simple.h" #include <stdio.h> #include <stdlib.h> #include "assert.h" #include "io.h" // fuer initGpioClock //#include "resources.h" #if defined(STM32F4XX) #include "stm32f4xx_adc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" /* Hilfsfunktion: Kalibrierung vornehmen */ //TODO: Relikt von STM32F10x - ueberpruefen, inwieweit das auf die F4xxx auch zutrifft static
in „Initialisierung ADC STM32F446 - gelöst“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_simple_stm32f4xx.c
ADC, letzter Wert * wird gepollt. * * Created: 19.01.2018 * Author: Nicolas */ /* Beschreibung ADC STM32F4xx im RM0390 S. 353...399 */ #include "adc_simple.h" #include <stdio.h> #include <stdlib.h> #include "assert.h" #include "io.h" // fuer initGpioClock #if defined(STM32F4XX) // Hardwarespezifische Funktionen #include "stm32f4xx_adc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" /* Hilfsfunktion: Kalibrierung vornehmen */ static void adc_calib(ADC_TypeDef *ADCx) { (void) ADCx; // Die STM32F4xx haben/brauchen
in „Initialisierung ADC STM32F446 - gelöst“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.c
/** ****************************************************************************** * @file stm32f4x7_eth.c * @author MCD Application Team * @version V1.0.0 * @date 14-October-2011 * @brief This file is the low level driver for STM32F407xx/417xx Ethernet Controller. * This driver does not include
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.h
** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_H #define __STM32F4x7_ETH_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4x7_eth_conf.h" /** @addtogroup STM32F4x7_ETH_Driver * @{ */ /** @defgroup ETH_Exported_Types * @{ */ /** * @brief ETH MAC Init structure definition * @note The user should not configure all the ETH_InitTypeDef structure's fields. * By
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_hal_msp.c
tttttttttt ****************************************************************************** * File Name : stm32f4xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** * * COPYRIGHT
in „STM32F4 Timer Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.c
/** ****************************************************************************** * @file stm32f4x7_eth.c * @author MCD Application Team * @version V1.0.0 * @date 14-October-2011 * @brief This file is the low level driver for STM32F407xx/417xx Ethernet Controller. * This driver does not include
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.h
** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_H #define __STM32F4x7_ETH_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "eth_conf.h" /** @addtogroup STM32F4x7
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MK_STM32F4_Sensorboard_Schematic.pdf
1 2 3 4 5 6 1 2 3 4 5 6 3 3 3 3 EXTI TP24 TP25 TP20 TP29 V V V V + + + + TP32 TP27 TP21 TP31 TP30 C15 C12 ADC LSM330DLC L3GD20 5 k 2 k 1 . 1 . 1uF 4.7uF U$8 3 9 2 3 8 8 5 5 6 R 4 R 4 U$7 V U$3 A A A 21 24 + 1 2 A BOOT0 BOOT1 GND GND B E E E D D 1 1 1 25 VDD_IO SCK_A/G 28 SPI3_1_SCK 16 VDDIO SCK 3 SPI1_SCK 1 P P P P P P P P P 87 7 VDD_IO SDI_A/G SPI3_1_MOSI 15 VDD SDI 4 SPI1_MOSI CON-BOOT0 CON-BOOT1 BUTTON1 91 PE2/BUTTON PD6 88 DRDY_LSM303DLHC V 8 VDD 27 10uF 0.1uF RES SDO 5 SPI1_MISO 1 2 ALERT 46 PB5/ALERT PD7 4 INT1_LSM303DLHC 3 9 VDD SDO_A 26 SPI3_1_MISO 8 CS SPI1_CS_L3GD20 LED_YELLOW PE15/LED_Y
in „I2C-Kommunikation stoppt nach ca. 1-5 Sekunden“ · 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 ·
-
Datei
stm32_ub_spi1.h
--------------------- //-------------------------------------------------------------- #ifndef __STM32F4_UB_SPI1_H #define __STM32F4_UB_SPI1_H //-------------------------------------------------------------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" //-------------------------------------------------------------- // SPI-Mode (Full-Duplex) //---------------------------------------
in „STM32F429 - kein Takt am SPI“ · 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 separated
in „GDB - ARM, Debug mit Offset“ · 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
stm32_ub_rng.h
--------------------- //-------------------------------------------------------------- #ifndef __STM32F4_UB_RNG_H #define __STM32F4_UB_RNG_H //-------------------------------------------------------------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_rng.h" //-------------------------------------------------------------- // Globale Funktionen //-------------------------------------------------------------- void UB_Rng_Init
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bma020.h
#ifndef BMA020_H #define BMA020_H #include <stm32f4xx.h> #include <stm32f4xx_gpio.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_usart.h> #include <stm32f4xx_spi.h> #include <stm32f4xx_conf.h> /************************Defines********************
in „STM32F4: BMA020 per SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
build_log.txt
STM32F37x_StdPeriph_Driver/inc' '-I' 'Trace' '-D' 'USE_STDPERIPH_DRIVER' '-D' 'HSE_VALUE=8000000' '-D' 'STM32F4XX' '-D' 'GCC_ARMCM3' '-D' 'VECT_TAB_OFFSET=0x0000' '-Wno-attributes' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-Wno-unused-variable' '-v' '-c' '-o' 'obj/stm32f37x_i2c.o' /home/tobias/IDE/gcc-arm-none-eabi
in „Umleitung printf“ · 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 */ #ifndef
in „Code: Berechnung von Sonnenauf- und Untergang mit einem uC“ · Projekte & Code ·
-
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_t TouchDetected; uint16_t X; uint16_t Y;
in „STM32F4 Touch Display Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Blinky.txt
****************** /* Hinweis zum Clock fuer 8MHz Quarz, damit er auf 168MHz läuft (betrifft das stm32F4Discovery): in der system_stm32f4xx.c muss eingetragen sein: PLL_M = 8 in der stm32f4xx.h muss eingetragen sein: HSE_VALUE = 8000000 */ // Includes #include <stdio.h> #include <stdlib.h> #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" // Defines // LEDs #define LD_3_AUS GPIO_ResetBits(GPIOD,GPIO_Pin_13) // orange LED #define LD_3_EIN GPIO_SetBits(GPIOD,GPIO_Pin_13) static
in „Delay für STM32F4Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debugme.c
" #include <string.h> #include <stdbool.h> #include <inttypes.h> #include <stdio.h> #if defined( STM32F4XX ) #include "stm32f4xx_conf.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #elif defined( STM32F10x ) #include "stm32f10x_conf.h" #elif MOCKUP_SDL #endif enum spi_caliper_e { spi_caliper_STM32F4XX_SPI2_PB13_PB14, }; #define SPI_CALIPER spi_caliper_STM32F4XX_SPI2_PB13_PB14 /** Messschieber per SPI einlesen - simplex mode (RM0390 S. 850f.) - Steigende Flanke, Zweite Flanke -> CPHA=0, CPOL=0 - MOSI bleibt drin, bis alles getestet ist */ void spi_caliper_init
in „STM32F4XX SPI Slave“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
include "usbd_desc.h" #include "usbd_cdc_vcp.h" //Library config for this project!!!!!!!!!!! #include "stm32f4xx_conf.h" /** @addtogroup STM32F4-Discovery_Demo * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------------------------------------------*/ // #define STM32F4_DISCOVERY /* Private macro -------------------------------------------------------------*/ /* Private variables ---------------------------------------------------------*/ #ifdef USB_OTG_HS_INTERNAL_DMA_ENABLED
in „STM32F4 - Virtual Com Port (CDC)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
graphik.h
GRAPHIK_H_INCLUDED #define GRAPHIK_H_INCLUDED // Special Libs #include "defines.h" #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_rng.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_general.h" /* LCD settings */ #define ILI9341_WIDTH
in „Zeigt her eure Kunstwerke (2017-2019)“ · Projekte & Code ·
-
Datei
main.c
--- */ #include <stdint.h> /* ------------ Special Include Files --------------- */ #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_adc.h" #include "tm_stm32f4_exti.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_low_power.h" /* ------------ Projekt Include Files
in „Organisation der Header und Includes“ · 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
pwm_init.c
* * @return EXIT_SUCCESS */ exit_t buzzer_pwm_deinit(void) { switch( BUZZER_PWM ) { case buzzer_STM32F4XX_TIM3_PB5: io_setInput(PB5); io_clearBit(PB5); break; case buzzer_STM32F4XX_TIM4_PB7: io_setInput(PB7); io_clearBit(PB7); break; default: assert(false); break; } return EXIT_SUCCESS; } /** Summer-Frequenz
in „STM32F446RE - Timer 4 PB7 geht nicht“ · 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 ·
-
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
Code_Test_23062023.txt
mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../USB_DEVICE/App -I../USB_DEVICE/Target -I../Middlewares/
in „DAC mit STM32CubeIDE und STM32F411CEU unter Linux“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.STM32F30x.patch
stm32f30x.h> +# define ARM_STM32 +# define ARM_STM32F30X +# define F_CPU (SysCtlClockGet()) #elif defined(STM32F4XX) // ARM STM32 # include <stm32f4xx.h> # define ARM_STM32 diff -Nrup A/irsnd.c B/irsnd.c --- A/irsnd.c 2018-09-06 16:52:14.000000000 +0200 +++ B/irsnd.c 2019-12-05 01:42:51.466724300 +0100 @@ -864,6
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
stm32f4x7_eth_bsp.h
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.h * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief Header for stm32f4x7_eth_bsp.c file. ********************************************************************
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_simple_stm32.c
Variante von I2C-Routinen // als Übung zur Inbetriebnahme // angelehnt an: http://eliaselectronics.com/stm32f4-tutorials/stm32f4-i2c-master-tutorial/ // // 22.12.13 Nicolas #ifdef STM32F10x #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_i2c.h" #elif STM32F4XX #define STM32F4xx #include "stm32f4xx_gpio.h" #warning not implemnted and tested for STM32F4xx #else #error "unknown MCU" #endif #include <stdio.h> // Nur zum testen #include "misc.h" #include "i2c_simple.h" static uint8_t i2c_status
in „STM32 I2C mit EEPROM - funktioniert nur zuverlässig mit Bus-Sniffer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
techb_GraficLCD_de_en.pdf
Controller from Displaytech with Sitronix ST7565R controller • Steckerleiste für den Anschluss an ein mySTM32 F4 • Male pin header to connect with a mySTM32 F4 Discovery PLUS Discovery PLUS • Buchsenleiste für den Anschluss weiterer Module • Female connector for other modules • Raster für flexible Anwendung
in „LCD Ansteuerung“ · 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 ·
-
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 ·
-
Datei
main.c
LED an PD15 //---------------------------------------------------------------------- // 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(RCC_AHB1Periph_GPIOD
in „Anfängerfrage STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.h
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.h * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief Header for stm32f4x7_eth_bsp.c file. *****************************************************************
in „STM32-E407 Ethernet / UDP“ · 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
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
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 „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
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
stm32f4x7_eth_bsp.h
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.h * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief Header for stm32f4x7_eth_bsp.c file. *****************************************************************
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MK_STM32F4_Sensorboard_Schematic-2.pdf
1 2 3 4 5 6 1 2 3 4 5 6 3 3 3 3 EXTI TP24 TP25 TP20 TP29 V V V V + + + + TP32 TP27 TP21 TP31 TP30 C15 C12 ADC LSM330DLC L3GD20 5 k 2 k 1 . 1 . 1uF 4.7uF U$8 3 9 2 3 8 8 5 5 6 R 4 R 4 U$7 V U$3 A A A 21 24 + 1 2 A BOOT0 BOOT1 GND GND B E E E D D 1 1 1 25 VDD_IO SCK_A/G 28 SPI3_1_SCK 16 VDDIO SCK 3 SPI1_SCK 1 P P P P P P P P P 87 7 VDD_IO SDI_A/G SPI3_1_MOSI 15 VDD SDI 4 SPI1_MOSI CON-BOOT0 CON-BOOT1 BUTTON1 91 PE2/BUTTON PD6 88 DRDY_LSM303DLHC V 8 VDD 27 10uF 0.1uF RES SDO 5 SPI1_MISO 1 2 ALERT 46 PB5/ALERT PD7 4 INT1_LSM303DLHC 3 9 VDD SDO_A 26 SPI3_1_MISO 8 CS SPI1_CS_L3GD20 LED_YELLOW PE15/LED_Y
in „EAGLE: Sprungfahnen“ · Platinen ·
-
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 ·
-
Bild
MX Embedded Software Packages Manager Fenster
Packages STMicroelectronics Description Installed Version Available Version STM32Cube MCU Package for STM32F4 Series (Size : 149.93 MB) 1.3.0 STM32Cube MCU Package for STM32F4 Series 1.2.0 1.2.0 STM32Cube MCU Package for STM32F4 Series (Size : 149.28 MB) 1.1.0 STM32Cube MCU Package for STM32F4 Series 1.0.0
in „STM32CubeIDE: bekomme blinky läuft nicht“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
main.c
----------------------------------------------------------------------------------- * Breadboard STM32F4 Discovery Board * HC-SR04 Pins * ----------------------------------------------------------------------------------------- * 5V 5V * TRIG PC6 * ECHO PB7 * GND GND */ /* Includes */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_tim.h" /************************************************************** Funktionen *********************************************************
in „STM32F4 Discovery Board: Aufruf Funktionen in Atollic TrueStudio“ · Mikrocontroller und Digitale Elektronik ·