-
Datei
ws2812.c
current rgb buffer index static uint_fast8_t next_rgb_buf_idx; // next rgb buffer index #if defined (STM32F4XX) // STM32F4xx typedef uint16_t DMA_BUFFER_TYPE; // 16bit DMA buffer, must be aligned to 16 bit #else // STM32F10x typedef uint8_t DMA_BUFFER_TYPE; // 8bit DMA buffer saves RAM #endif static volatile
in „WS2812B mit Lib von Martin Hubáček auf F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
twi.c
@addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Defines * @{ */ /// @brief I2C timout in tick unit #define I2C_TIMEOUT_TICK 100 #define SLAVE_MODE_TRANSMIT 0 #define SLAVE_MODE_RECEIVE 1 /** * @} */ /** @addtogroup STM32F4xx_System_Private_Macros * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Variables * @{ */ /* Family specific
in „Wer nutzt das Nucleo-64 und kann mir“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32mx_minimum_include_paths-symbols.xml
ProjDirPath}/Drivers/CMSIS/RTOS/</includepath> <includepath>${ProjDirPath}/Drivers/CMSIS/Device/ST/STM32F4xx/Include</includepath> <includepath>${ProjDirPath}/Drivers/STM32F4xx_HAL_Driver/Inc/</includepath> </language> <language name="C Source File"> <includepath>${ProjDirPath}/Inc</includepath> <includepath
in „STM32-Toolchain mit Eclipse CDT 4.3, GnuArmEclipse, OpenOCD 0.8.0, Gnu Arm GCC 4.8, STM32CubeMX“ · 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 ·
-
Datei
init_system.c
********************** */ #include "tools.h" #include <stdint.h> #include <ctype.h> #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_ds18b20.h" #include "config.h" #include "init_system.h" #include "graphik.h
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Zacher_Projektarbeit_2015.pdf
GUIDE MATLAB erstellen 5 Modellbasierte Softwareentwicklung: C Code mit MATLAB generieren und in STM32F4-Discovery Board implementieren 6 Rapid Control Prototyping: Den embedded Controller (STM32F4-Discovery) mit dem Antennen-Modell testen und ggf. optimieren 7 Implementierung: Die Positionsregelung implementieren, d.h. die Antenne mit dem embedded Controller (STM32F4-Discovery) regeln. Literaturquellen: [1] S. Zacher/M. Reuter: Regelungstechnik für Ingenieure, 14. Auflage Verlag Springer-Vieweg, 2014 [2] S. Zacher: Übungsbuch Regelungstechnik, 5. Auflage, 2014
in „STM32F4-Discovery Board mit Matlab/Simulink“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Zacher_Projektarbeit_2015.pdf
GUIDE MATLAB erstellen 5 Modellbasierte Softwareentwicklung: C Code mit MATLAB generieren und in STM32F4-Discovery Board implementieren 6 Rapid Control Prototyping: Den embedded Controller (STM32F4-Discovery) mit dem Antennen-Modell testen und ggf. optimieren 7 Implementierung: Die Positionsregelung implementieren, d.h. die Antenne mit dem embedded Controller (STM32F4-Discovery) regeln. Literaturquellen: [1] S. Zacher/M. Reuter: Regelungstechnik für Ingenieure, 14. Auflage Verlag Springer-Vieweg, 2014 [2] S. Zacher: Übungsbuch Regelungstechnik, 5. Auflage, 2014
in „STM32F4-Discovery Board mit Matlab/Simulink“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi1.c
---------------------------------------------*/ #include "stdio.h" #include "stdint.h" #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_dma.h" #include "spi1.h" /** @addtogroup SPI1 * @{ */ // these two bytes are dummy bytes
in „STM32 SPI Init“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tools.c
> #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·
-
Datei
build.xml
standalone="no"?> <project default="postbuild" name="test"> <property name="project.name" value="STM32F4_Discovery_CoOS"/> <property name="project.debug" value="Debug"/> <property name="project.obj" value="Debug/obj"/> <property name="project.bin" value="Debug/bin"/> <!-- associate current path to the
in „STM32F4 CoOS“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32F4DISCOVERY TFT Display mit Text und Zahlen
STM32F4DISCOVERY 3.2 TFT Display Text und Graphic Controller SSD1289 1234567 OK!
in „Einstieg TFT“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
Datei
main.c
#include <stm32f4xx_gpio.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_tim.h> #include <stm32f4xx_exti.h> #include <stm32f4xx_syscfg.h> #include <misc.h> GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef
in „STM32 - Problem beim Compilieren mit CooCox ([cc] collect2.exe: error: ld returned 1 exit status)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_uart.h
--------------------- //-------------------------------------------------------------- #ifndef __STM32F4_UB_UART_H #define __STM32F4_UB_UART_H //-------------------------------------------------------------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h
in „STM32F4 USART“ · 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
main_stm32f429.c
#include "stm32f4xx.h" #include "stm32f4xx_conf.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "stm32f4xx_gpio.h" #define ARM_MATH_CM4 #include "arm_math.h" unsigned long ulCapturedTimerValue1 =
in „XMC4500 vs stm32f429.warum gibt es Unterschiede in der Berechnungsdauer?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
.syntax unified .cpu cortex-m4 .thumb @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ BIT3, 0x00000008 .equ BIT4, 0x00000010 .equ BIT5, 0x00000020 .
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
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 according
in „STM32F4 + Timer 3 + DMA1 schreibt nicht ins ODR => TEIF“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi2_slave.h
--------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "misc.h" //-------------------------------------------------------------- // Defines //-------------
in „RaspberryPI <- SPI -> STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "system_stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_dma.h" #include "stm32f4xx_gpio.h" #include "misc.h" #include "uart.h" #include "timer.h" #include "adc.h" #include
in „Assembler aufrufen aus C (ARM STM32)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
one_wire.c
Groppe * pic-projekte.de/Download/1-Wire-Projekt-V1_3.pdf * * Umgeschrieben zur Verwendung auf dem STM32F4 Discovery * * von Malte Becker * Projekt-Seminar WS 12/13 */ // Includes #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "global_variables.h" // Sensor-Konfiguration
in „1-Wire Stm32f4discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
.syntax unified .cpu cortex-m4 .thumb @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ BIT3, 0x00000008 .equ BIT4, 0x00000010 .equ BIT5, 0x00000020 .
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
------------------------------------------------------------*/ #include "main.h" /** @addtogroup STM32F4_Discovery_Peripheral_Examples * @{ */ /** @addtogroup SysTick_Example * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define -------------------
in „STM32F4 SysTick Fehler ?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Programmcode in einer Entwicklungsumgebung
stm32f4xx_tim.c // Exported functions static inline void LL_Timer_EnableCounter(TIM_TypeDef* TIMx) { SET_BIT(TIMx->CR1, TIM_CR1_CEN); } static inline uint8_t LL_Timer_IsEnableCounter(TIM_TypeDef* TIMx) {
in „STM32 - Timer steht still“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
main.c
/* einfache WQVGA-TFT-Ansteuerung mit STM32F4 480x270 mit 64 Farben Der Bildspeicher liegt im internen RAM (128k), der mit höchster Geschwindigkeit beschrieben werden kann. Die Ausgabe des Bildes erfolgt per DMA über das FSMC-Interface, wobei
in „TFT-direct-drive, WQVGA-TFT an STM32F4“ · Projekte & Code ·
-
Datei
main.h
* * main.h * * Created on: Jan 27, 2018 * Author: a */ #ifndef MAIN_H_ #define MAIN_H_ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_it.h" void initialiseTimer(void); void SysTick_Init(void); void Delay_ms(unsigned long); void enable_Tim_Interrupts(void); void init_led(void);
in „STM32F411VE TIM Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
pragma GCC optimize ("O0") /* -------------- System Include Files ----------------- */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_delay.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen--------------------- */ /* -------------- Defintionen
in „GCC Optimierung killt Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
codecIntegerSineWave.ino
// sine wave generator using the 16 bit codec of the // STM32F4 Discovery // // you need to copy the library from here // https://github.com/mubase/STM32F4-Arduino-core // to ... \arduino-1.6.9\hardware\Arduino_STM32 // after you installed the STM32 support like
in „STM32F4 Discovery Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <math.h> #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "system_stm32f4xx.h" void Delay(volatile uint32_t nCount) { while(nCount--) { } } void init(void) { GPIO_InitTypeDef GPIO_InitStructure; // Clock Enable
in „STM32F4, FPU klappt nicht mit sqrtf()“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart.c
-----------------------------------------------------------------*/ #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 ·
-
Datei
cj_gol.c
stdint.h> #include <string.h> #include <ctype.h> // Special Libs #include "defines.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_ili9341_ltdc.h" #include "tm_stm32f4_fonts.h" #include "tm_stm32f4_rng.h" // Projekt Header #include "cj_gol.h" ///////////////////////////////////////////// // Conways
in „Bedarf an eigenbau STM32F429 Evaluation Board ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
.syntax unified .cpu cortex-m4 .thumb .set LSE_fitted,0 @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ BIT3, 0x00000008 .equ BIT4, 0x00000010 .equ BIT5, 0x00000020 .
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
.syntax unified .cpu cortex-m4 .thumb .set LSE_fitted,0 @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ BIT3, 0x00000008 .equ BIT4, 0x00000010 .equ BIT5, 0x00000020 .
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · 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 kmatrix
in „STECCY - ZX-Spectrum-Emulator mit STM32“ · Projekte & Code ·
-
Datei
delay.h
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_1_US 1 #define DELAY_RESOLUTION_5_US 5 #define DELAY_RESOLUTION_10_US 10 #define
-
Datei
main.c
Version : 1.0 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Funktion : Demo der IRSND-Library // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" //-------------------------------------------------------------- #include "stm32f0xx.h" #include "stm32_ub_irsnd.h" #include "stm32f0308_discovery.h" #include <stdint.h> void Delay(volatile uint32
in „IRSND auf STM32F0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32Tutorial.pdf
Inhalt: Schritte zur Erzeugung von *.hex / *.bin Dateien zum direkten Übertragen des Programms in das STM32F4 Discovery-Board. Der Aufruf erfolgt über das Kommandozeilentool ST-LINK direkt aus der EMBlocks IDE heraus. START: Schritt 1: Rechtsklick auf Projekt Properties… Schritt 2: Unter Build targets
in „Neues STM32 Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tools.c
stdint.h> #include <stdio.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include Files ---------------- */ #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tools.c
stdint.h> #include <stdio.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include Files ---------------- */ #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
" #include "io.h" #include "hw_config.h" #include "sw_config.h" #include "hw_config.h" #include "stm32f4xx_conf.h" #include "usart.h" #if defined( STM32F10x ) || defined( STM32F4XX ) /* Zielplattform (Debug, Release, Modultests) */ #define MAINFUN int main(void) #else #error "unknown platform" #endif
in „STM32F446: USART DMA-Transfer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SSD1963.h
#ifndef __SSD1963_H #define __SSD1963_H #include "stdint.h" #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" #include "stm32_ub_systick.h" //---------------------------------------------------------------- // FSMC Address
in „7 Zoll LCD Display“ · 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" //#include "spi.h" //#include
in „STM32F429 - kein Takt am SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "stm32f4_discovery_audio_codec/stm32f4_discovery_audio_codec.h" #include <string.h> //#include "audio_sample.h" void GPIO_A0_Init(void); uint32_t retVal_Init; uint32_t retVal_Play; uint32
in „STM32F4 Discovery Audio DAC CS43L22“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan STM32F4xxRx TFT-Button-Board
100u 100n AMS 1117-3.3 OUT +3.3V IN 10u +3.3V 7 60 reset boot0 32.768 kHz 3 4 5 6 12 18 31 47 63 STM32F4xxRx LQFP64 10k 27p 27p 27p STM32F4xxRx TFT-Button-Board 14.10.25 JJFlash
in „STM32F4 - Spiele“ · Projekte & Code · · Schaltpläne
-
Datei
main.c
: $ ID: $Id: $ **********************************************************************/ #include "stm32f4xx_conf.h" #include "stm32f4xx.h" #include "stm32f4xx_spi.h" int main(void) { init_SPI1(); while(1) { } } void init_SPI1(void) { GPIO_InitTypeDef GPIO_InitStruct; SPI_InitTypeDef SPI_InitStruct; NVIC_InitTypeDef
in „STM32F4 SPI1 Slave“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
Prescaler 64 => Fspi = 1.3 Mhz */ /* -------------- System Include Files ----------------- */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_delay.h" #include "tm_stm32f4_disco.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen------------------
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Datei
nrf24l01.c
pragma GCC optimize ("O0") /* -------------- System Include Files ----------------- */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_delay.h" #include "tm_stm32f4_disco.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen------------------
in „NRF24L01 SPI Problem bringt mich noch zum Wahnsinn!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „Codearchiv: STM32F4xx MAX7219 7-Segment Ansteuerung“ · Projekte & Code ·
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·