-
Datei
stm32f10x_it.c
h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_it.h" #include "platform_config.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup USART_Interrupt * @{ */ /* Private typedef ----------------------------------------------
in „Stm32: Übertragungsfehler bei dauerhafter Übertragung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CANTestcase.cpp
/* * \file CANTestcase.cpp * \brief Test case to figure out why the CAN bus works on a STM32F103RBT6 (medium-density device) but not * on a STM32RET6 (high-density device). Just create an instance of CANTestcase and call the * sendTestMessageInALoop() method. */ //Inclusions #include "CANTestcase.h" #include "../../libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h" #include "../../libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h" /** * \brief Constructor implementation. */ CANTestcase::CANTestcase(){ this->setUp(); return; }//eof /**
in „STM32F103: CAN - Bus funktioniert bei Medium-Density-, nicht aber bei High-Density device“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
C-Aktuell_14_07.txt
#include <stm32f10x_lib.h> // STM32F10x Library Definitions #include "STM32_Init.h" // STM32 Initialization int temp; int s; //schwarz int sz; //schwarz zucker int w; //weiß int wz; //weiß zucker int kg; //kaffee
in „Funktionsaufruf ARM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
*** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_it.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup TIM9_OCToggle * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_it.c
* */ /* Includes ------------------------------------------------------------------*/ //#include "stm32f0xx_hal.h" //#include "stm32f0xx.h" //#include "stm32f0xx_it.h" /* USER CODE BEGIN 0 */ #include "definitions.h" #include "digitcommands.h" /* USER CODE END 0 */ /* External variables -------------
in „Interrupt wird ständig aufgerufen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
button.c
#include "stdio.h" #include "System/System.h" #include "misc.h" #include "stm32f10x_tim.h" #include "stm32f10x_usart.h" #include "stm32f10x_rtc.h" #include "stm32f10x_rcc.h" #include "stm32f10x_exti.h" #include "USART1.h" #include "config_gpio.h" void BUTTON_Init(){ GPIO_InitTypeDef
in „STM32 Input Pin Logic Level nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
usr_scm_stm32com-a2-1.pdf
STM32COM-A2 [1] Contents [2] Reserved [3] uC (STM32F107) [4] User-Interface/USB/ETH [5] Power Supply This document may not be passed A2 / 10.04.2009 / Ma Contents on, duplicated or its contents utilized,
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
GPIOB_AFRH , GPIOB_BASE + 0x24 .equ GPIOB_BRR , GPIOB_BASE + 0x28 @ System control registers @ 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
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 ·
-
PDF
Resources_STM32WL_UFQFPN48_REF_BOARD_Low_Power_High_Band_868-915MHz.pdf
NF P0 PI P0 68 pF RFI_N P3 P1 (0402) C28 C29 CSB 4 CO30 NC NC PS42 PS41 PI P0 Close P3 3.6 pF 1 2 STM32WLxx_QFN48 PX P XX 1 1 1CON3 1CN4 R R 3X 44 32MHz E E VDDRF VDDPA VDDRF1V55 capacitors close to D PC D P0 STM32WL E E CC1 H H 3 D IP12PI30 PI P P4 GND GND D C32 CO3 CO34 6.8pF PI 33pF P 33pF P4 33pF Withthermal barrier * Title STM32WL UFQFPN48 REF BOARD * Size: A3 Number:MB1582 * Revision:A * 1001BSIP Date: 20-Aug-20 Time:11:36:29AM Sheet1 of 1 * 1001BSIP 200CS80P 1 2 3 4 5 6 7 8 PS12 PS81
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
Datei
howto.txt
Für das Shield mit dem STM32 MiniDevBoards Vorbereitung Windows PC > das STM32MiniBoard auch über UART geflashed werden. > Die Software für das Flashen über UART wird auch zum Aufspielen der ESP8266 Firmware des WLAN-Moduls benötigt
-
Datei
stm32f10x_it.h
*** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F10x_IT_H #define __STM32F10x_IT_H /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /* Exported types -----------------------------------------
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_dma.c
#include "string.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_tim.h" volatile uint16_t ADCReadBuffer[] = { 0xAAAA, 0xAAAA
in „ATM32F030 + ADC + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Diagramm der Frequenzabweichung
2880s 3240s 360s Trace Input Freq Sample Interval Freq at 2151s Duration Elapsed Acquired Instrument STM32F434 MC01_PLL_Q Test1 25 MHz / 5192 / 20 / 1 = 48MHz 1 s 48 001 307.842 Hz 58m 43s 3523 pts FA-2 STM32F434 MC01_PLL_Q Test2 25 MHz / 5192 / 20 / 1 = 48MHz 1 s 48 001 329.947 Hz 55m 14s 3314 pts FA-2 STM32F434 MC01_PLL_Q Test3 25 MHz / 5192 / 20 / 1 = 48MHz 1 s 48 001 325.947 Hz 20m 33s 1255 pts FA-2 STM32F434 MC02_PLL_P Test1 25 MHz / 200 / 10 / 5 = 20MHz 1 s 25 000 511.809 Hz 54m 4s 3244 pts FA-2 STM32F434
in „STM32H743 PLL“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
stm32f10x_it.h
*** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F10x_IT_H #define __STM32F10x_IT_H /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /* Exported types -----------------------------------------
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
main.h" #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
stm32f10x_it.h
h2> */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F10x_IT_H #define __STM32F10x_IT_H /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /* Exported types -----------------------------------------
in „Cortex I2C zu kurze Impulsdauer“ · 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 "tlc.h" #include "stm32_ub_spi1.h" uint8_t spi_send(uint8_t wert) { uint8_t ret_wert; // hier Code einfügen und // ChipSelect-Pin auf LO legen // byte senden und empfangen ret_wert=UB_SPI1_SendByte(wert); // hier Code einfügen
in „STM32F429 - kein Takt am SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
disco.txt
FMC_SDRAM_CLOCK_PERIOD_2 FMC.SDClockPeriod2=FMC_SDRAM_CLOCK_PERIOD_2 File.Version=6 KeepUserPlacement=true Mcu.Family=STM32F4 Mcu.IP0=FMC Mcu.IP1=NVIC Mcu.IP2=RCC Mcu.IP3=SDIO Mcu.IP4=SYS Mcu.IPNb=5 Mcu.Name=STM32F429ZITx Mcu.Package=LQFP144 Mcu.Pin0=PF0 Mcu.Pin1=PF1 Mcu.Pin10=PF14 Mcu.Pin11=PF15 Mcu.Pin12=PG0 Mcu.Pin13
in „FMC auf STM32F4 konfigurieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Files.txt
PeriphDataAlignment,MemDataAlignment,Mode,Priority File.Version=6 KeepUserPlacement=false Mcu.CPN=STM32F302R8T6 Mcu.Family=STM32F3 Mcu.IP0=DMA Mcu.IP1=NVIC Mcu.IP2=RCC Mcu.IP3=SPI2 Mcu.IP4=SYS Mcu.IPNb=5 Mcu.Name=STM32F302R(6-8)Tx Mcu.Package=LQFP64 Mcu.Pin0=PF0-OSC_IN Mcu.Pin1=PF1-OSC_OUT Mcu.Pin2=PA2
in „Probleme das Ili9341 Board zum laufen zu bekommen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debounce.c
defined(USE_HAL_DRIVER) #include "cm_atomic.h" #endif #if defined(USE_STDPERIPH_DRIVER) #if defined(STM32L1XX_MD) || defined(STM32L1XX_MDP) || defined(STM32L1XX_HD) #include <stm32l1xx.h> #else #error Device not specified. #endif #elif defined(USE_HAL_DRIVER) #if defined(STM32F103xB) #include "stm32f1xx_hal.h" #elif defined(STM32L151xB) #include "stm32l1xx_hal.h" #else #error Device not specified. #endif #else #include <avr/io.h> // for PORT/ PIN access #include <avr/interrupt.h> // for cli() and sei() #include <util/atomic.h
-
Datei
stm32f10x_vector.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_vector.c * Author : MCD Application Team * Version : V1.0 * Date : 10/08/2007 * Description : This file contains the vector table for STM32F10x. * After Reset the Cortex-M3 processor is in Thread
in „stm32 lib compiler error“ · Mikrocontroller und Digitale Elektronik ·
-
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
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_tim.h" #include "stm32f0xx_misc.h" #include <stdlib.h> #include <stddef.h> void init_Timer(void); void init_Application
in „stm32 SysTickFunction wird nie ausgeführt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0001-Add_Frre_Text_Support_To_STM32.patch
-------- + */ +#ifndef FREETEXT_H +#define FREETEXT_H + +#include "eeprom-data.h" + +#if defined (STM32F10X) +# include "stm32f10x.h" +#elif defined (STM32F4XX) +# include "stm32f4xx.h" +#endif + +typedef struct +{ + char free_text[EEPROM_DATA_SIZE_FREE_TEXT+1]; +} FREETEXT_GLOBALS; + +extern FREETEXT_GLOBALS
-
Datei
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_tim.h" #include "stm32f0xx_misc.h" #include <stdlib.h> #include <stddef.h> void init_Timer(void); void init_Application
in „stm32 SysTickFunction wird nie ausgeführt“ · Mikrocontroller und Digitale Elektronik ·
-
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
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
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_tim.h" #include "stm32f0xx_misc.h" #include <stdlib.h> #include <stddef.h> #include <math.h> void init_Timer(void);
in „stm32f030f4p6 PWM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compiler_options.txt
fpv4-sp-d16" /> <Add option="$stack=0x0100" /> <Add option="$heap=0x0000" /> <Add option="$lscript=./stm32f446ze_flash.ld" /> </Device> <Compiler> <Add option="-mfloat-abi=hard" /> <Add option="-fno-strict-aliasing" /> <Add symbol="ARM_MATH_CM4" /> <Add symbol="__FPU_USED" /> <Add symbol="STM32F446ZE" /> <Add symbol="STM32F4XX" /> <Add symbol="USE_STDPERIPH_DRIVER" /> <Add directory=".\inc" /> <Add directory=".\src" /> <Add directory=".\cmsis" /> <Add directory=".\SPL\inc" /> <Add directory=".\SPL\src" /> </Compiler>
in „Böse Falle Boolean“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
main.c ** ** Abstract : main function. ** ** Functions : main ** ** Environment : Atollic TrueSTUDIO/STM32 ** STMicroelectronics STM32F10x Standard Peripherals Library ** ** Distribution: The file is distributed �as is,� without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use
in „Konfiguration eines Timers auf dem STM32F100RB6“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.h
include "irmpsystem.h" #ifndef IRSND_USE_AS_LIB # include "irsndconfig.h" #endif #if defined (ARM_STM32) // STM32 # define _CONCAT(a,b) a##b # define CONCAT(a,b) _CONCAT(a,b) # define IRSND_PORT CONCAT(GPIO, IRSND_PORT_LETTER) # if defined (ARM_STM32L1XX) # define IRSND_PORT_RCC CONCAT(RCC_AHBPeriph_GPIO
in „IR Fernbedienung mit IRSND“ · 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
build.xml
="."> <include name="**/*.c"/> <include name="**/*.cpp"/> <include name="**/*.s"/> <exclude name="stm32f4xx_it.c"/> <exclude name="stm32f4xx_it.h"/> <exclude name="CoOS/portable/Keil/port.c"/> <exclude name="CoOS/Other/OsConfig.h"/> </fileset> <project outfile="${project.name}.elf" overwrite="true" type="xcode"/> <!-- defines --> <defineset> <define name="__FPU_USED"/> <define name="STM32F4XX"/> <define name="USE_STDPERIPH_DRIVER"/> <define name="__ASSEMBLY__"/> <define name="STM32F407VG"/> </defineset> <!-- include compile path --> <includepath path="."/> <includepath path="cmsis"/
in „STM32F4 CoOS“ · 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
main.c
*********************************************************************//** * @file main.c * @brief STM32 Timer interrupt demo * * MCU läuft nur mit 16MHz, da die PLL usw. nicht konfiguriert ist. * ************************************************************************** */ #include <stm32g071xx.h> #include <stm32g0xx_hal.h> #include <stm32g0xx_hal_gpio.h> #include <stm32g0xx_hal_tim.h> static TIM_HandleTypeDef my_tim2; /**************************************************************************//** * @brief
in „STM32G0xx Timer Interrupt“ · 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
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 ·
-
Datei
myfirst.s
clock generation register .set RCC_PLLI2SCFGR, 0x84 @ RCC I2S PLL configuration register @ 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 „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
clock generation register .set RCC_PLLI2SCFGR, 0x84 @ RCC I2S PLL configuration register @ 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 „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB997.pdf
1 2 3 4 ST_LINK_V2.SCHDOC U_ST_LINK U_STM32Fx U_Audio STM32Fx.SchDoc Audio.SchDoc NLPA4 NLPB10 MCO MCO PA0 PA0 PE0 PE0 PA4 PA4 PB10 PB10 PA14 PA14 TCK/SWCLK PA1A PA1 PE1 PE1 PC12C1 PC12 PC3 PC3C PA13 PA13 TMS/SWDIO PA2A PA2 PE2 PE2E PC10C1 PC10
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
============= - this file must be inserted in a project containing the following files : o system_stm32f0xx.c, startup_stm32f072xb.s o stm32f0xx.h to get the register definitions o CMSIS files =============================================================================== ##### How to test this example
in „RS485 - viele Teilnehmer - hohe Geschwindigkeit“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_stm32f10x.c
/* * I2C (polling-Modus) fuer STM32F10x * nach Application Note AN2824 * Beruecksichtigt Hardwarefehler im I2C-Modul * * Timeouts benoetigen externen Timer uint_least24_t glu_millis * * Die CMSIS-Structs koennen wegen des Hardwarefehlers
in „STM32F10x : Fehler bei I2C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
// Simple GPIO Example for STM32F10x und STM32F30x Discovery Modul Juni 2013 // A.Schnell #include "stm32f30x.h" #include "stm32f30x_gpio.h" #include "stm32f30x_rcc.h" #define BUTTON GPIO_Pin_0 // User Button #define LED6 GPIO_Pin
in „AVR ARM STM32F3 Discovery GPIO Einführung“ · Projekte & Code ·
-
PDF
sammelbestellung.pdf
und Treiber 8 - 45V 7.0A 1/128 Microstepping SPI RoHS: RoHS-konform 12,27 € 12,27 € Mouser-Nr.: 511-STM32F4DISCOVERY 1 Verfügbarkeit Herst.- Nr.: STM32F4DISCOVERY Hersteller: STMicroelectronics 1 Versand sofort Beschr.: Entwicklungsboards und Kits - ARM STM32F407 HIGH PERF DISCOVERY BOARD RoHS: RoHS-konform 8,87 € 8,87 € Mouser-Nr.: 511-STM32F3DISCOVERY 1 Verfügbarkeit Herst.- Nr.: STM32F3DISCOVERY 0 Versand sofort Hersteller: STMicroelectronics 1 Im Lieferrückstand Beschr.: Entwicklungsboards und Kits - ARM STM32F3 Discovery 32-Bit ARM
-
Datei
stm32f4xx_it.c
** ****************************************************************************** * @file Project/STM32F4xx_StdPeriph_Templates/stm32f4xx_it.c * @author MCD Application Team * @version V1.5.0 * @date 06-March-2015 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions
in „STM32 Interrupt / I/O“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi2_slave.h
//-------------------------------------------------------------- // File : stm32_ub_spi2_slave.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __SPI2_SLAVE_H #define __SPI2_SLAVE_H //---
in „RaspberryPI <- SPI -> STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Pinout.pdf
These GPIOs must not be usedas currentsources (e.g. to drive an LED). 2. This feature is available on STM32F030x6 and STM32F030x4 devices only. 3. This feature is available on STM32F030x8 devices only. 4. For STM32F030x4/6/8 devices only. 5. For STM32F030xC devices only. 6. On LQFP32 package, PB2 and PB8
in „µC für n00bs“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Präsentation des STM32WL3R Mikrocontrollers durch STMicroelectronics
NEW STM32WL3R ST STM32 Summit the STM32WL3R, a version of our STM32WL3 tailored
in „STM32 Summit - 18nm-STM32, STM32WL3R, STM32-AI-Assistent und Erweiterungen des Ökosystems“ · Mikrocontroller und Digitale Elektronik · · Screenshots