-
Datei
F2_messung_pwm.c
/* Reziproke Frequenzmessung mit STM32H750 mit 8-stelliger Auflösung. Eingangsfrequenbereich: 0,1 Hz - 100 MHz Die Frequenz wird aus den Eingangsimpulsen/Zeit errechnet. Dazu werden die Timer15 und Timer16 verwendet. Als Zeitbasis für
-
Datei
eeprom_24Cx_stm.c
/* * Lesen und Schreiben eines externen EEPROMs 24C02 per I2C (STM32) * * * Created: 02.02.2014 * Author: Nicolas */ #ifdef STM32F10x #elif STM32F4XX #warning "Routine has never been tested with STM32F4xx" #else #error "unknown MCU" #endif #include "../src_avrcom/delay.h" #include "i2c_simple.h" #include "eeprom_24Cx.h" enum {ee_ok, ee_invalidAddress, ee_noStart, ee_invalidSize, }; /* Einzelnes Byte aus EEPROM auslesen */ /* Nur getesten fuer EEPROMS vom Typ 24C02, bei groesseren muss die *
in „STM32 I2C mit EEPROM - funktioniert nur zuverlässig mit Bus-Sniffer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* Includes ------------------------------------------------------------------*/ #include <stdlib.h> #include <stdio.h> #include "stm32f1xx_hal.h" #include "bme280.h" #include "u8g.h" #include "u8g_com_arm_stm32.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---
in „STM32 F103 - I2C Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pushbutton.c
/* pushbutton.c * * Mehrere (1...8) Taster entprellen und abfragen * * 5.11.2017 */ #include <stdlib.h> #include <stdbool.h> #include "stm32f4xx.h" #include "system_stm32f4xx.h" uint_fast8_t pushbutton_poll(void); void error(const char *s); static uint32_t io_bitIsSet(GPIO_TypeDef
in „Böse Falle Boolean“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx__20xxx__21xxx_L1xxxx_Cortex-M3_programming_manual.pdf
return from an interrupt service routine. Bit 0 Reserved, must be kept cleared 136/156 DocID15491 Rev 5 PM0056 Core peripherals 4.4.7 Configuration and control register (SCB_CCR) Address offset: 0x14 Reset value: 0x0000 0200 (STM32F2 and STM32L series) Reset value: 0x0000 0000 (STM32F1 series) Required
in „Einstieg in STM32 : STM32F103C8T6 --> Kompilieren und Flashen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup TIM_Input_Capture * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define
in „Timer/Counter STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bitbang_spi.h
bb_miso_port D #define bb_miso_pin 0 #define bb_mosi_port D #define bb_mosi_pin 1 #endif #if bb_port==5 #define bb_sck_port A//stm-spi1 #define bb_sck_pin 5 #define bb_miso_port A #define bb_miso_pin 6 #define bb_mosi_port A #define bb_mosi_pin 7 #endif #if bb_port==6 #define bb_sck_port B//stm-spi2 #define
in „LPC1758 und PN532 über SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
------------------------------------- */ #if IRMP_LOGGING == 1 // logging via UART #if defined(ARM_STM32F4XX) # define STM32_GPIO_CLOCK RCC_AHB1Periph_GPIOA // UART2 on PA2 # define STM32_UART_CLOCK RCC_APB1Periph_USART2 # define STM32_GPIO_PORT GPIOA # define STM32_GPIO_PIN GPIO_Pin_2 # define STM32_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
tools.c
/* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* -------------- Standard Include Files ---------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* ----------
in „Matrix indizierbar machen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MiniF4x1Cx_V31.pdf
PIU1 013 PA3 PB3 PIU 1039 PB3 P IP2 04 PB10 PIP 104 4 CO9 PA4 1PIU1 014 PIU 1040 PB4 PB15 4 PIP 105 PA5 15 PA4 PB4 41 PB5 STM32 电源部分 PA8P IP2 05 5 PB2 5 GND PI90 PC90 PIU1 015 PA5 PB5 PIU 1041 PA9P IP2 06 6 PB1 PIP 106 6 PA6 1PIU1 016 PA6 PB6 PIU 1042 PB6 P IP2 07 PB0 PIP 107 7 1.5pF P0 PA7 1PIU1 017 PIU
in „was kommt nach dem Bluepill-Board?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tools.c
/* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* -------------- Standard Include Files ---------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* ----------
in „STM32F1xx: Wie GOL am "Leben" halten?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
define prescaler for timer2 e.g. 1,4,16 # define PIC_Scaler 2 // PIC needs /2 extra in IRSND_FREQ_32_KHZ calculation for right value # endif /*--------------------------------------------------------------------------------------------------------------------------------------------------- * ARM STM32
in „Umfrage: welche IR-Protokolle nutzt ihr mit IRMP?“ · PC Hard- und Software ·
-
Datei
ILI9488.h
/* * ILI9488.h * * Created: 02.01.2016 09:17:18 * Author: Dipl.- Ing. C. Graci */ #ifndef ILI9488_H_ #define ILI9488_H_ // Delay fürs CS #define CSDELAY 0 #include "stdint.h" #include "ili9488_regs.h" #include "stm32f7xx_hal.h" #include "stdlib.h" #include "stm32f7xx_nucleo_144.h" #include <math.h> #include <string.h> #include "stm32f7xx_hal_spi.h" #include "rgbfarbtabelle.h" typedef int16_t ili9488_coord_t; //typedef uint16_t ili9488_color_t
in „STM32 F746zg nucleo und ILI9488 TFT per SPI langsam ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_ED2109-015-A.pdf
GND R3 R4 R6 SMBJ40CA GND GND T2 GND XL6009-DC-DC GND 39k 33k 220k R10 GND MP1584-DC-DC GND BC847CR32 MBUS-B J1 JST B2B-EH-A(LF)(SN) VUSB D5 +5V 10 1 2 1k R9 T1 RX2 BC857C 1 2 Vishay SL22-E3/52T 1k T5 D1 BC847C GND TX2 R1 T6 R11 R5 R8 +VBAT GND 1.5..4.5V -> 5V D3 NichiconUWT1V221MNL1GS D7 1k BC847C 22k
-
Datei
main.c
#include "stm32f10x_conf.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #define TFT_RS_PIN GPIO_Pin_10 #define TFT_RS_GPIO_PORT GPIOB #define TFT_RS_GPIO_CLK RCC_APB2Periph_GPIOB #define TFT_RS_HIGH()
in „STM32 + SSD1289“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_conf.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #define TFT_RS_PIN GPIO_Pin_10 #define TFT_RS_GPIO_PORT GPIOB #define TFT_RS_GPIO_CLK RCC_APB2Periph_GPIOB #define TFT_RS_HIGH()
in „STM32 + SSD1289“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
f_mess.c
// reziproke Frequenzmessung mit STM32F4-Discovery-Board /* Beispielprogramm für Frequenzmessung an PE5 mit Timer9. Das Ergebnis wird 8-stellig mit max. 2 Mess./s oder minimal 1 Periodendauer angezeigt. Der Frequenzbereich ist 0,05Hz -
in „reziproker Frequenzzähler mit STM32F4Discovery“ · Projekte & Code ·
-
PDF
ArmAssemblerTutorial.pdf
development boards with these controllers are available, for example: Nucleo-F103, “Blue Pill” (search for “stm32f103c8t6” on AliExpress, Ebay or Amazon), Olimexino-STM32, STM32-P103, STM32-H103, STM3210E-EVAL. Processor type & documentation First, the microcontroller manufacturer’s documentation is used to find
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_spi.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" /** @addtogroup STM32F4xx_StdPeriph_Driver * @{ */ /** @defgroup SPI * @brief SPI driver modules * @{ */ /* Private typedef ----------------------------------
in „GCC Optimierung killt Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include <stdbool.h> #include <stdio.h> #include "main.h" // ---------------------------------------------------------------------------- /* * * RAM Bank of 5 23LC1024 SPI memory chips testing
in „SPI-RAM-Bank an STM32F0-Discovery - write, kein read“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.h
#ifndef CONFIG_H_INCLUDED #define CONFIG_H_INCLUDED /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_rtc.h" /* -------------- Projekt Include Files ---------------- */ /* -------------- Defintionen ---------------------------- */ // Typdefinition diverser RAM Typen
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include <stdbool.h> #include <stdio.h> #include "main.h" // ---------------------------------------------------------------------------- /* * * RAM Bank of 5 23LC1024 SPI memory chips testing
in „SPI-RAM-Bank an STM32F0-Discovery - write, kein read“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_ED2109-015.pdf
Molex 22-28-4031 T2 GND XL6009-DC-DC GND R10 BC847CR32 MBUS-B NP 10 D4 1k T1 1 2 RX2 R9 BC857C 1k T5 Vishay SL22-E3/52T U1 +3.3V BC847C 1 5 GND TX2 D1 R1 T6 R11 R5 R8 IN OUT BC847C 22k 3.3k 82 3 LL4148 1k C2 EN D5 1uF C5 VUSB 2 GND NC 4 1 2 1uF GND GND DiodesAP2112K
-
Datei
nrf24l01.c
Christian Julius ******************************************** SPI1: MOSI = PA7 MISO = PA6 SCLK = PA5 CE = PD7 CSN = PD4 IRQ = --- APB2 Clock = 1/2 SystemClock = 168 / 2 = 84 Mhz 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
in „Wer hat noch Ärger mit NRF24L01+ Funkmodulen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*************************************************** * @file : main.c * @author : Auto-generated by STM32CubeIDE * @brief : Main program body ****************************************************************************** * @attention * * Copyright (c) 2021 STMicroelectronics. * All rights reserved. *
in „STM32F1 Probleme mit Frings I2C-Bus Routine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
------------------------------------- */ #if IRMP_LOGGING == 1 // logging via UART #if defined(ARM_STM32F4XX) # define STM32_GPIO_CLOCK RCC_AHB1Periph_GPIOA // UART2 on PA2 # define STM32_UART_CLOCK RCC_APB1Periph_USART2 # define STM32_GPIO_PORT GPIOA # define STM32_GPIO_PIN GPIO_Pin_2 # define STM32_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmp.c
------------------------------------- */ #if IRMP_LOGGING == 1 // logging via UART #if defined(ARM_STM32F4XX) # define STM32_GPIO_CLOCK RCC_AHB1Periph_GPIOA // UART2 on PA2 # define STM32_UART_CLOCK RCC_APB1Periph_USART2 # define STM32_GPIO_PORT GPIOA # define STM32_GPIO_PIN GPIO_Pin_2 # define STM32_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
rm0444-stm32g0x1-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
I2S2 HSI48 (2) HSE to USB PLLQCLK PCLK HSE to FDCAN (2) PLLQCLK BOLD: clock origin 1. Only applies to STM32G071xx and STM32G081xx and to STM32G0B1xx and STM32G0C1xx. 2. Only applies to STM32G0B1xx and STM32G0C1xx. 166/1390 RM0444 Rev 5 RM0444 Reset and clock control (RCC) 5.2.1 HSE clock The high speed
in „Problem mit Clock Configuration beim STM32G031“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
#ifndef MAIN_H_INCLUDED #define MAIN_H_INCLUDED #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* Standard Includes */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <string.h> // Steuersymbole
in „STM32F1xx: Wie GOL am "Leben" halten?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
smcfor.c
#include "stm32f0xx.h" #include "stm32f0308_Discovery.h" #define in0 GPIO_Pin_0 #define in1 GPIO_Pin_1 #define in2 GPIO_Pin_2 #define in3 GPIO_Pin_3 #define in4 GPIO_Pin_4 #define in5 GPIO_Pin_5 #define in_GPIO GPIOA
-
Datei
smcfor.c
#include "stm32f0xx.h" #include "stm32f0308_Discovery.h" #define in0 GPIO_Pin_0 #define in1 GPIO_Pin_1 #define in2 GPIO_Pin_2 #define in3 GPIO_Pin_3 #define in4 GPIO_Pin_4 #define in5 GPIO_Pin_5 #define in_GPIO GPIOA
-
Datei
main.c
Date: $ 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;
in „STM32F4 SPI1 Slave“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdint.h> #include <stdio.h> #include "stm32f1xx.h" #include "main.h" // This variable is used by some CMSIS functions uint32_t SystemCoreClock=8000000; // Milliseconds counter volatile uint32_t systick_count
in „Frage: STM32F103 beide SPI benutzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
// // ---------------------------------------------------------------------------- #include <stdio.h> #include "stm32f10x.h" #include "stm32f10x_conf.h" #include "stm32f10x_tim.h" /* Private typedef -----------------------------------------------------------*/ /* Private define ---------------------
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
P-145-E-04-2014-v1_ST_Wireless_Connectivity.pdf
commands.The modules are configured around a single-chip 802.11 transceiver with integrated PA and an STM32 32-bit microcontroller with effective way to use the modules via AT commands.The modules are configured around a extsingle-chip 802.11 transceiver with integrated PA and an STM32 32-bit microcontroller
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f7xx.h" #include "stm32f769i_discovery.h" #include "stm32f769i_discovery_lcd.h" // LCD specific configurations #define LAYER0_ADDRESS (LCD_FB_START_ADDRESS) // DMA specific configurations #define DMAx_CLK_ENABLE
in „SPDIF empfangen per DMA mit einem STM32F769“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f30x_gpio.c
/** ****************************************************************************** * @file stm32f30x_gpio.c * @author MCD Application Team * @version V1.0.1 * @date 23-October-2012 * @brief This file provides firmware functions to manage the following * functionalities of the GPIO peripheral:
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm8_uhr.pdf
www.mikrocontroller.net/topic/425431#5745227 zu flashen. Die Gerberfiles der Platine sind im Ordner /uhr_tm1637/docs/stm8_uhr_gerber.zip zu finden. Programm der Uhr Das Main-Programm der Uhr benötigt 2 weitere Softwaresourcen, my_time.c / my_time.h für Uhrzeit und Datumsberechnungen, sowie tm16xx.c / tm16xx.h für das
-
Datei
stm32F43x.lib.txt
EESchema-LIBRARY Version 2.2 Date: 08/04/16-12:40:10 # # stm32F43x # DEF stm32F43x U 0 40 Y Y 1 0 N F0 "U" 0 -100 50 H V C C F1 "stm32F43x" 0 100 50 H V C C F2 "MODULE" 0 0 50 H I C C F3 "DOCUMENTATION" 0 0 50 H I C C DRAW S -1900 1900 1900 -1900 1 0 0 N X BOOT0
-
Datei
BLDCMotorControlTimer.c
#include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" #include "stm32f4xx_gpio.h" #include <stdbool.h> void enableHallCommutateSignal(); void configMotorBridgeTimer(void)
in „STM32F4 BLDC mit Hall Sensoren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Akkuschutz-V0.2.pdf
RESET R9 R11 RESET 1M 1M GND GND siehe VIA`s SWCLK SWCLK SWDIO SWDIO PACK- SWO SWO R1 VCC +3V3 CSS2H-2512R-1L00F T1 T2 SIDR500EP-T1-RE3 SIDR500EP-T1-RE3 0.47mOhm 0.47mOhm GND R36 X6-1 LED1 R38 X6-2 LED2 STM32WB5MM Wassermelder und Bedienung R39 X6-3 LED3 1 1 2 2 R40 +3V3 +3V3 E +3V3 M E +3V3 R E +3V3 R X6-4 LED4 S R C T C T R41 U2B U2A A L Ä S Ä S X6-5 LED5 STM32WB5MMGH6TR STM32WB5MMGH6TR W A F T F T 1M E X1-5 GND 2 of 2 2 S 9 1 79 PE0 VBAT 15 TEMP-R_SENSE 3 PA0 PC0 12 NTC4 R 1 A R 1 R 1 64 PE1 TEMP-R_DISCH 2 PA1 PC1 9 NTC3 W 78 PE2 VDDA 6 1 PA2 PC2
in „Ersatzbauteil - BMS incl. Balancer“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
// Hello World - Echo Test von S.F. webseite, usb.c file vom 27.2. 19:05 #include <stdio.h> #include "stm32f0xx.h" //[ALEX] #include "usb.h" // The current clock frequency //uint32_t SystemCoreClock=8000000; // Counts milliseconds //volatile uint32_t systick_count=0; // Interrupt handler [ALEX] -> in stm32f0xx_it.c //void SysTick_Handler(void) //{ // systick_count++; //} // Delay some milliseconds void delay_ms(int ms) { //[ALEX] uint32_t start=systick_count; uint32_t start=HAL_GetTick(); while (HAL_GetTick
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
/* USB als virtuellen COM Port betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / uint16_t access schema (e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE) */ //#define UMEM_SHIFT 0 //#define UMEM_FAKEWIDTH uint16_t /* For devices with 1 x 16 bits / uint16_t access schema (e.g. STM32F103, STM32F302, STM32F303xB and xC) */ #define UMEM_SHIFT 1 #define UMEM_FAKEWIDTH uint32_t /* The name of the IRQ handler must match startup_stm32.s */ #define NAME_OF_USB_IRQ_HANDLER USB_LP_CAN_RX0
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
16.10.2014_Entwurf.pdf
1 BOOT1 / PB2 55 TDO +3.3V k k k k k k VBAT JTDO / PB3 56 NJTRST 1 1 1 1 1 1 L101 51nH 13 NJTRST / PB4 57 PB5 0 0 1 X102 Ferrite Bead 32 VDDA I2S3_SD / PB5 58 TASTER R R R VDD_1 PB6 RST 1 2 TDO 48 VDD_2 PB7 59 LED2 1 1 1 S100 TCK 3 4 NJTRST 0 7 8 9 64 VDD_3 PB8 61 LED1 TMS 5 6 TDI 1 1
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
PDF
20.10.2014_Entwurf_4.pdf
2 k GND VBAT JTDO / PB3 56 NJTRST 1 n 1 L101 51nH 100nF 13 NJTRST / PB4 57 PB5 0 0 1 S100 C 0 X102 Ferrite Bead 32 VDDA I2S3_SD / PB5 58 TASTER R R R 1 VDD_1 PB6 RST 1 2 TDO 48 VDD_2 PB7 59 LED2 1 1 1 TCK 3 4 NJTRST 0 7 8 9 64 VDD_3 PB8 61 LED1 TMS
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
Datei
main.c
------------------------------------------------------------*/ #define SYSCLK_FREQ_48MHz #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* Standard Includes */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* Projekt Includes */ #include "main.h" #include "sysinit.h" #include "tools.h" /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------------------------------------------*/ /* Private macro
in „STM32F1xx: Wie GOL am "Leben" halten?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "v_includes.h" #include "stdio.h" //#include "stm32f1xx_nucleo.h" /* Private variables ---------------------------------------------------------*/ #define LOOP_DLY_100US 2000 #define
in „STM32 ,TDC GP22 antwortet nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
User_Guide_ETEMB043013XDHAL_Interface_Description_V1.0.pdf
EVENTOUT EXTI12 UART5_TX 9 SD_CMD PD2 Analog GPIO EVENTOUT EXTI2 UART5_RX 10 SD_DETECT PH7 Analog GPIO EVENTOUT EXTI7 11 VSS 12 +5V Please check STM32F750 Datasheet for additional functions if needed Connector type: MOLEX
in „EDT Display Interface mit STM32F7“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
#include "stm32f4xx.h" #include "stm32f429i_discovery.h" #include "stm32f429i_discovery_lcd.h" static void SystemClock_Config(void); static void MX_TIM2_Init(void); static void Error_Handler(void); TIM_HandleTypeDef
in „Timer im Encodermode auf STM32F429-Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
smcattach.c
#include "stm32f0xx.h" #include "stm32f0308_Discovery.h" #define in0 GPIO_Pin_0 #define in1 GPIO_Pin_1 #define in2 GPIO_Pin_2 #define in3 GPIO_Pin_3 #define in4 GPIO_Pin_4 #define in5 GPIO_Pin_5 #define in_GPIO GPIOA
in „mapping the exact input to the output“ · µC & Digital Electronics ·