-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user application
in „STM32F4 SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.h
*********************************************** */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** * @brief Define to prevent recursive inclusion */ #ifndef __SYSTEM_STM32F4XX_H #define __SYSTEM_STM32F4XX_H #ifdef __cplusplus extern "C" { #endif /** @addtogroup STM32F4xx_System_Includes
in „STM32F4 SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
*********************************************** */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" #if !defined (HSE_VALUE) #define HSE_VALUE ((uint32_t)25000000) /*!< Default value of the External
in „STM32 Clock Configuration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f4xx.S
/* File: startup_ARMCM4.S * Purpose: startup file for Cortex-M4 devices. Should use with * GCC for ARM Embedded Processors * Version: V1.3 * Date: 08 Feb 2012 * * Copyright (c) 2012, ARM Limited * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_rcc.c
** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_rcc.h" /** @addtogroup STM32F4xx_StdPeriph_Driver * @{ */ /** @defgroup RCC * @brief RCC driver modules * @{ */ /* Private typedef -----------------------------------------------------------*/ /
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.1.0.xls * * 1. This file provides two functions and one global variable to be called from * user application
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f4xx.S
/* File: startup_ARMCM4.S * Purpose: startup file for Cortex-M4 devices. Should use with * GCC for ARM Embedded Processors * Version: V1.3 * Date: 08 Feb 2012 * * Copyright (c) 2012, ARM Limited * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · 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 „STM32F401 Embitz1.1 Toolchain gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F4_Discovery_Blink.ino
/* Blink Turns on an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the Uno and Leonardo, it is attached to digital pin 13. If you're unsure what pin the on-board LED is connected to on your Arduino model, check the documentation at http://www.arduino.cc This example code is in the public domain. modified 8 May 2014 by Scott Fitzgerald */ #define REDLED PD12 // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin 13 as an output. pinMode(REDLED, OUTPUT); } // the loop function
in „STM32F4 Discovery Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.1.xls * * 1. This file provides two functions and one global variable to be called from * user application
in „[STM32F407VG, Discovery-board] Timer-interrupt verwirrt mich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_it.c
//=========================================================================== // stm32f4xx_it.c //=========================================================================== /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_it.h" #include
in „STM32: Drama mit "Hard Fault Error"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_it.h
//=========================================================================== // stm32f4xx_it.h //=========================================================================== /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4xx_IT_H #define __STM32F4xx_IT_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" /* Exported types ----------------------------
in „STM32: Drama mit "Hard Fault Error"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user application
in „STM32f4 TIM Base-Init“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.1.0.xls * * 1. This file provides two functions and one global variable to be called from * user application
in „STM32 mit timer frequenz ausgeben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_spi.c
/** ****************************************************************************** * @file stm32f4xx_spi.c * @author MCD Application Team * @version V1.6.1 * @date 21-October-2015 * @brief This file provides firmware functions to manage the following * functionalities of the Serial peripheral interface
in „GCC Optimierung killt Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.1.0.xls * * 1. This file provides two functions and one global variable to be called from * user application
in „stm32f411re timer clock speed ermitteln?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_rng.c
/** ****************************************************************************** * @file stm32f4xx_rng.c * @author MCD Application Team * @version V1.3.0 * @date 08-November-2013 * @brief This file provides firmware functions to manage the following * functionalities of the Random Number Generator
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_rng.h
** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4xx_RNG_H #define __STM32F4xx_RNG_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" /** @addtogroup STM32F4xx_StdPeriph_Driver
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_it.txt
void SPI1_IRQHandler(void) { uint32_t uiSpRegisterValue; uint16_t uiBuffer; uint8_t uiTemp; // ON // GPIOD->BSRRL = LED3_PIN; uiSpRegisterValue = SPI1->SR; // receive data if((uiSpRegisterValue & SPI_SR_RXNE) != 0) { // byte received uiBuffer = SPI1->DR; if(bRecCount_g == 0) { // shift data because MSB first uiRecData_g |= ((uiBuffer & 0x00FF) << 8); } else { uiRecData_g |= (uiBuffer & 0x00FF); // set CS signal to 1 GPIO_SetBits(GPIOA, GPIO_Pin_15); SPI_Cmd(SPI1, DISABLE); } bRecCount_g++; } // send data if((uiSpRegisterValue & SPI_SR_TXE) != 0) { if(bRecCount_g == 0) { SPI1->DR = bSendData_g;
in „STM32F4 verliert letztes Bit bei SPI-Kommunikation (MISO)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f4xx.c
* ****************************************************************************** * @file startup_stm32f4xx.s * @author Coocox * @version V1.0 * @date 03/05/2012 * @brief STM32F4xx Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP * - Set the initial PC == Reset_Handler
in „STM32 ohne CMSIS aber mit den includes etc. in CoIDE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f4xx.S
/* File: startup_ARMCM4.S * Purpose: startup file for Cortex-M4 devices. Should use with * GCC for ARM Embedded Processors * Version: V1.3 * Date: 08 Feb 2012 * * Copyright (c) 2012, ARM Limited * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
in „Eclipse kompiliert asm startup nicht bei STM32“ · 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
stm32f4xx_flash.ld
/* Default linker script for STM32F4xx_1024K_192K */ /* include the common STM32F4xx sub-script */ /* Common part of the linker scripts for STM32F devices*/ /* default stack sizes. These are used by the startup in order to allocate stacks
in „STM32F405 int64_t lehren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
*********************************************** */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" #if !defined (HSE_VALUE) #define HSE_VALUE ((uint32_t)8000000) /*!< Default value of the External
in „STM32F4 Discovery Audio CS43L22 I2C Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-Basic-Syntax.pdf
STM32F429-Basic Version : C.01 ===================================================================== Projekt : STM32F429-Basic Version : C.01 Datum : 02.11.2014 EMail : mc-4u(@)t-online.de Web : www.mikrocontroller-4u.de ===================================================================== ============================= Inhalt ============================= Seite 2 = Syntaxhinweise / Konventionen Seite 3 = Rechenoperationen [*,-,*,/,%] Seite 4 = Logik-Operationen [&,|,^] Seite 5 = Grundbefehle [REM, LET, PRINT, IF/THEN/ELSE] [FOR/TO/STEP, NEXT, GOTO, GOSUB, RETURN, END] Seite 7 = System-Befehle
in „Basic Editor und Interpreter auf dem STM32F429-Disco“ · Projekte & Code ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
Slave 接口 Title Size Number Revision A2 Date: 2016-1-5 Sheet of File: C:\Documents and Settings\..\STM32_F4VDE.rSacwhnDBocy: 1 2 3 4 5 6 7 8 COP1 COU5 COJ4 PAU50 U1 PAJ40 PAJ40 453 P2 1 COJP2 PAP102PAP104PAP106PAP108PA10 PAP1012PA104PA106PA108PA102 PAP101PAP103PAP105PAP107PAP109PAP101PA103PA105PA10COJ609
in „Neues Entwicklungsboard STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
Slave 接口 Title Size Number Revision A2 Date: 2016-1-5 Sheet of File: C:\Documents and Settings\..\STM32_F4VDE.rSacwhnDBocy: 1 2 3 4 5 6 7 8 COP1 COU5 COJ4 PAU50 U1 PAJ40 PAJ40 453 P2 1 COJP2 PAP102PAP104PAP106PAP108PA10 PAP1012PA104PA106PA108PA102 PAP101PAP103PAP105PAP107PAP109PAP101PA103PA105PA10COJ609
in „STM32F407 Black und Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MK_STM32F4_Sensorboard.pdf
13.08.2013 11:33:44 f=3.00 E:\SkyDrive\Diplomarbeit\Eagle\Projekte\SensorPlatine - v2 - fertige Variante ohne USB mit Filter\MK_
in „I2C-Kommunikation stoppt nach ca. 1-5 Sekunden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
USB3320_STM32F4.pdf
1 U$1G$1 PE2 2 PE3 3 PE4 4 PE5 5 PE6 USB3320 IC1 6 VBAT 7 PC13/RTC_AF1 RESETB REFSEL2 D 8 PC14/OSC32_IN REFSEL1 N 9 PC15/OSC32_OUT 5 DP REFSEL0 G 10 VSS 4 DM 11 VDD 3 VBUS D0 12 PH0/OSC_IN 2 ID D1 13 PH1/OSC_OUT R1 +3V 14 1 D2 15 NRST 10k SPK_L D3 16 PC0 SPK_R D4 17 PC1 D R2 D5 18 PC2/SPI2_MISO N RBIAS D6 19 PC3/SPI2_MOSI G 8060 1% D7 20 VDD1 CPEN 21 VSSA STP 22 VREF+ XO NXT 23 VDDA DIR PA0/USART2_CTS/USART4_TX/WKUP +3V VBAT CLKOUT 24 PA1/USART2_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
in „STM32F4 USB High Speed VCP mit USB3320 PHY“ · Projekte & Code ·
-
Datei
gccout.txt
=fpv4-sp-d16 -mcpu=cortex-m4 -mthumb -lm -fno-math-errno -specs=nosys.specs -T./lib/stm32f4xx_flash.ld -o ./main.out obj/main.o obj/usart.o obj/dprintf.o obj/system_stm32f4xx.o obj/stm32f4xx_gpio.o obj/stm32f4xx_tim.o obj/stm32f4xx_usart.o obj/stm32f4xx_rcc.o obj/stm32f4xx_adc.o obj/stm32f4xx_it.o
in „ARM Cortex M4 hängt beim Sinus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
console_oszi_ub.txt
ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Startup/cmsis_boot/startup/startup_stm32f4xx.d" -MT"Startup/cmsis_boot/startup/startup_stm32f4xx.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Startup/cmsis_boot/startup/startup_stm32f4xx.o" arm-none-eabi-gcc "../Startup
in „Coocox Projekt in STMCubeIDE importieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32f4_xtal_168mhz_test.pdf
stm32f4_xtal_168mhz_test Project Configuration Report 1. Description 1.1. Project Project Name stm32f4_xtal_168mhz_test Board Name stm32f4_xtal_168mhz_test Generated with: STM32CubeMX 4.25.0 Date 03/23/2018 1.2. MCU MCU Series STM32F4 MCU Line STM32F407/417 MCU name STM32F407VGTx MCU Package LQFP100 MCU Pin number 100 Page 1 stm32f4_xtal_168mhz_test Project Configuration Report 2. Pinout Configuration Page 2 stm32f4_xtal_168mhz_test
in „STM32 Clock Configuration“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
discoveryf4.pdf
UM1472 User Manual STM32F4DISCOVERY STM32F4 high-performance discovery board Introduction The STM32F4DISCOVERY helps you to discover the STM32F4 high-performance features and to develop your applications. It is based on an
in „Hilfe bei Programmierung STM32F407VG bei TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
make_d_ohne_shEXE.txt
_Edu.hex'. Pruning file `obj/STM32F4_Edu.elf'. Finished prerequisites of target file `obj/STM32F4_Edu.hex'. Prerequisite `obj/STM32F4_Edu.elf' is older than target `obj/STM32F4_Edu.hex'. No need to remake target `obj/STM32F4_Edu.hex'
in „Makefile STM32 Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STN32F4DIS-EXT.pdf
STM32F4DIS-EXT Expansion boards for the STM32F4 Discovery kit Data brief Features • Base board: ™ – microSD card slot – 10/100 Ethernet with IEEE 1588v2 (RJ45 connector) – Connector for camera board – Connector
in „Neues Projekt - welcher µC?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STEVAL-3DP001V1_Manual.pdf
files: Inc/ffconf.h: FAT file system configuration file Inc/main.h: main header file Inc/stm32f4xx_hal_conf.h: AL configuration file for stm32f4 devices Inc/stm32f4xx_it.h: header for the interrupt handler for stm32f4 devices Src/main.c: main program (application entry point) Src/stm32f4_hal_msp.c: HAL initialization routines for stm32f4 devices Src/stm32f4xx_it.c: interrupt handler for stm32f4 devices Src/system_stm32f4xx.c: system initialization for stm32f4 devices Src/clock_f4.c: clock initialization for stm32f4 devices 3.3
in „3D-Drucker Board bzw CNC-Board mit STM32F401“ · Mechanik, Gehäuse, Werkzeug ·
-
Bild
Verpackung eines STM32F4 Discovery Kits
STM32F4 Discovery kit for STM32F429 GETTING STARTED 1/ Ensure that the jumpers JP3 and CN4 are set to "on" for discovery mode. 2/ Connect the STM32F429 Discovery board to a PC using a USB cable type A/mini-B
in „[V] STM EVAL Board - STM32F429IDISCOVERY / 15,-€ incl.“ · Markt · · Fotos
-
Datei
readme.txt
Hardware and Software environment - This example runs on STM32F105/7 Connectivity line, STM32F2xx and STM32F4xx devices. - This example has been tested with STM3210C-EVAL RevB (STM32F105/7 devices), STM322xG-EVAL RevB (STM32F2xx) and STM324xG-EVAL RevB (STM32F4xx) - STM3210C-EVAL Set-up - use CN2 connector
in „STM32F2 - USB HID“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
libSTM32F4xx_StdPeriph_Driver.a
WWDG_SetWindowValue WWDG_EnableIT WWDG_SetCounter WWDG_Enable WWDG_GetFlagStatus WWDG_ClearFlag // 356 ` stm32f4xx_cryp_aes.o/ stm32f4xx_cryp_des.o/ stm32f4xx_cryp_tdes.o/ stm32f4xx_cryp_des.o/ stm32f4xx_dbgmcu.o/ stm32f4xx_dcmi.o/ stm32f4xx_exti.o/ stm32f4xx_flash.o/ stm32f4xx_fsmc.o/ stm32f4xx_gpio.o/ stm32f4xx_hash_md5.o/ stm32f4xx_hash_sha1.o/ stm32f4xx_hash.o/ stm32f4xx_iwdg.o/ stm32f4xx_sdio.o/ stm32f4xx_syscfg.o/ stm32f4xx_usart.o/ stm32f4xx_wwdg.o/ misc.o/ 1333286288 1000 1000 100664 1134 ` ELF ( È 4 ( OômC@ðŸaÎò Aô Ø
in „STM32F4 Discovery: USB CDC (serielle Schnittstelle) arbeitet!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407G-DISC1.pdf
STM32F4DISCOVERY Discovery kit with STM32F407VG MCU Data brief Features STM32F407VGT6 microcontroller featuring 32-bit ARM Cortex -M4 with FPU core, 1-Mbyte Flash memory, 192-Kbyte RAM in an LQFP100 package
in „Neues Projekt - welcher µC?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
, 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 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" #include "stm32f4xx_dma.h" // PORTA GPIO_Pin_3 wird zwischen 0 und 1 hin und her geschaltet
in „STM3F4 Bitstream erzeugen“ · 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
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" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_gpio.h" /* LCD settings */ #define ILI9341_WIDTH 240 #define ILI9341_HEIGHT 320 // Transformiert Koordinaten auf 0,0 bezogen auf linke, untere Ecke #define TransX(x) (x) #define TransY(y) (ILI9341
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_hard_dma_stm32f4xx.c
/** @file spi_hard_dma_stm32f4xx.c * * SPI-Interface (Hardware mit DMA) * * Vorgehen nach STM32F4xx_StdPeriph_Examples\SPI\SPI_TwoBoards\SPI_DataExchangeDMA * * Die Funktionen sind nicht optimal schnell, aber schnell genug. * *
in „10k Pull-Up zerstört SPI-Signal (STM32F407)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_conf.h
/** ****************************************************************************** * @file stm32f4x7_eth_conf_template.h * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief Configuration file for the STM32F4x7xx Ethernet driver. * This file should be copied to the application
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
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" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_hd44780.h" /* ------------ Projekt Include Files --------------- */ #include "config.h" #include "rtc_user.h" #include "init_system.h" #include "graphik.h" #include "eeprom.h" #include "tools.h" #
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32F experimentelle Platine
gnd vbat 32.768 kHz gnd 5v schottky 3.3V ledger PB15 10k PB12 10k PB14 10k PB13 1k STM32F experimental board v0.0.1 05-09-2024 by R. Seelig Vcc gnd cs rst dssda skled I2C sp gnd +LED-suppyl vref A0 A1 A2 C5 C4 A3 A7 A5 A6 A10 A9 B7 B6 C9 C8 5v 3.3V gnd
in „Zeigt her eure Kunstwerke (ab 2023)“ · Projekte & Code · · Platinenfotos
-
Bild
STM32F Experimentierboard mit Display
Bitmap aus image2c gnd 3.3vst reset board 05-09-2024 by R. Seelig STM32F exper board v0.0.1 J2 mosi sck miso lxd sdi sdo spi 3.3v 5v gnd schottky 10k PB15 PB12 PB14 PB13 10k 3.3v 5v Vo A0 A1 A2 C5 C4 A3 A7 A5 A6 A10 A9 B7 B6 C9 C8 5V 3.3V GND
in „Zeigt her eure Kunstwerke (ab 2023)“ · Projekte & Code · · Platinenfotos
-
Bild
Sammlung von Spiele-Screenshots für ein STM32 Display
REVERSAL by R. Seelig Score 18 THREE COLOR Score 99 Level 3 Todo 8 coded color Press up-key Raetsel: 2648 Menu Bricks Another Breakout Sc: 9 TETRAIS TETRAIS 4 GEWINN by R. Seelig MineSweeper 2025 by R. Seelig ScreenShots STM32F402RCT mit SPI-TFT Display 160x128 und 4 Buttons
in „STM32F4 - Spiele“ · Projekte & Code · · Screenshots
-
Bild
STM32F experimental Board mit Display und Spielen
STM32F experimental board v0.0.1 05-09-2024 by Seelig C5 USB CLK SDA TFT LCD GND VCC SCK MOSI A0 A1 A2 A3 A4 A5 A6 A7 A8 A9 B7 B8 B9 C9 C8 C5 3.3V GND 12C LED-supply PB12 PB13 PB14 PB15 schaltky 3.3V GND 5V 100uF 47pF CodedColor Breakout Tetris Reversi Vier Gewinnt Minesweeper Three A Color
in „STM32F4 - Spiele“ · Projekte & Code · · Platinenfotos