-
Datei
test.cpp
test.cpp * * Created on: 12.08.2013 * Author: Florian */ static void initClock_ext_Oszi() { if (xpcc::stm32::Clock::enableHse(xpcc::stm32::Clock::HSE_BYPASS)) { xpcc::stm32::Clock::enablePll(xpcc::stm32::Clock::PLL_HSE, 8, 336); xpcc::stm32::Clock::switchToPll(); } } MAIN_FUNCTION { initClock_ext_Oszi(); xpcc::stm32::SysTickTimer::enable(); I2C2BUS::init_I2C2(); //LSM303DLH & Motors & Supply-Monitor Bluetooth::init(); //Bluetooth Communication to PC PreciseTimer::init(); //Timer needed for Filtering & other Stuff
in „I2C-Kommunikation stoppt nach ca. 1-5 Sekunden“ · 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=
in „Probleme das Ili9341 Board zum laufen zu bekommen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
======================================== // For devices with 2x16 bits/word access schema // (e.g. STM32L0x2, STM32L0x3, STM32F04x, STM32F072, STM32F078, STM32F303xD, STM32F303xE) #define UMEM_SHIFT 0 #define UMEM_FAKEWIDTH uint16_t // For devices with 1x16 bits/word access schema // (e.g. STM32F103, STM32F302, STM32F303xB, STM32F303xBxC) // #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 „USB HID Device mit STM32F042“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.h
/** ****************************************************************************** * @file system_stm32f4xx.h * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief CMSIS Cortex-M4 Device System Source File for STM32F4xx devices. *****************************************
in „STM32F4 SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F746-DISCO-OSCI.pdf
STM32F746G-DISCO-OSCI – recording into “Wave file” on SD-Card STM32F746G-DISCO-OSCI – only an “Estimation-Iron” (free translation from “Schätzeisen” ;-) or maybe a little bit more? The intention for this
in „STM32F746G-DISCO-OSCI mit WAV-Recording auf SD-Karte“ · Projekte & Code ·
-
Datei
main.c
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
stm32746g_discovery_lcd.c
/** ****************************************************************************** * @file stm32746g_discovery_lcd.c * @author MCD Application Team * @version V1.0.0 * @date 25-June-2015 * @brief This file includes the driver for Liquid Crystal Display (LCD) module * mounted on STM32746G-Discovery
in „STM32F7 Disco und das Display-->hard fault error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_REGS.h
/* * STM32_REGS.h * * Created on: 22.07.2019 * Author: Arndt */ #ifndef STM32_REGS_H_ #define STM32_REGS_H_ #include "Arduino.h" //Timer2 //CR1 const byte CEN = 0; const byte DIR = 4; volatile uint16_t* TIM2
in „STM32 Ratsuchend“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32H7-Disco_full.PDF
PA13_DBG_SWDIO PF12 P636 PF13_SDRAM_A7 IC00043 SWDIO/PA13PI137 PA14_DBG_SWCLK PF13 P646 PF14_SDRAM_A8 STM32H743IIT6 SWCLK/PA14PI517 NLA15S 0S PF14 PU56 NLPF150DRAM09 PA15PI518 PA15_SPI1_C PF15 PU56 PF15_SDRAM_A IC00043 IC00043 STM32H743IIT6 STM32H743IIT6 U5B 6 PB0_LTDC_ 3 U5G 66 PG0_SDRAM_A 10 PB0PI576
in „STM32H7-Disco erster Test“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LUHE_AD9650.h
---------------------*/ #ifndef __LUHE_AD9850_H #define __LUHE_AD9850_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_DISCOVERY * @{ */ /** @addtogroup STM32F429I_DISCOVERY * @{ */ /** @addtogroup STM32F429I_DISCOVERY_LOW_LEVEL * @{ */ /** @defgroup STM32F429I_DISCOVERY_LOW_LEVEL_Exported_Types * @{ */ typedef enum { AD98502 = 0, AD98503 = 1, AD98504 =
in „AD9850 Steuerwort,Berechnung richtig?“ · HF, Funk und Felder ·
-
Datei
main.c
============== - this file must be inserted in a project containing the following files : o system_stm32l0xx.c, startup_stm32l053xx.s o stm32l0xx.h to get the register definitions o CMSIS files =============================================================================== ##### How to test this example
in „STM32: SysTick_Config“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
initialize ok"); } else { Serial.println("CAN1 initialize fail!!"); return false; } return true; } #define STM32_CAN_TIR_TXRQ (1U << 0U) // Bit 0: Transmit Mailbox Request #define STM32_CAN_RIR_RTR (1U << 1U) // Bit 1: Remote Transmission Request #define STM32_CAN_RIR_IDE (1U << 2U) // Bit 2: Identifier Extension #define STM32_CAN_TIR_RTR (1U << 1U) // Bit 1: Remote Transmission Request #define STM32_CAN_TIR_IDE (1U << 2U) // Bit 2: Identifier Extension #define CAN_EXT_ID_MASK 0x1FFFFFFFU #define CAN_STD_ID_MASK 0x000007FFU
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
initialize ok"); } else { Serial.println("CAN1 initialize fail!!"); return false; } return true; } #define STM32_CAN_TIR_TXRQ (1U << 0U) // Bit 0: Transmit Mailbox Request #define STM32_CAN_RIR_RTR (1U << 1U) // Bit 1: Remote Transmission Request #define STM32_CAN_RIR_IDE (1U << 2U) // Bit 2: Identifier Extension #define STM32_CAN_TIR_RTR (1U << 1U) // Bit 1: Remote Transmission Request #define STM32_CAN_TIR_IDE (1U << 2U) // Bit 2: Identifier Extension #define CAN_EXT_ID_MASK 0x1FFFFFFFU #define CAN_STD_ID_MASK 0x000007FFU
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
initialize ok"); } else { Serial.println("CAN1 initialize fail!!"); return false; } return true; } #define STM32_CAN_TIR_TXRQ (1U << 0U) // Bit 0: Transmit Mailbox Request #define STM32_CAN_RIR_RTR (1U << 1U) // Bit 1: Remote Transmission Request #define STM32_CAN_RIR_IDE (1U << 2U) // Bit 2: Identifier Extension #define STM32_CAN_TIR_RTR (1U << 1U) // Bit 1: Remote Transmission Request #define STM32_CAN_TIR_IDE (1U << 2U) // Bit 2: Identifier Extension #define CAN_EXT_ID_MASK 0x1FFFFFFFU #define CAN_STD_ID_MASK 0x000007FFU
in „Arduino Blue Pill CAN bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
reference_manual.pdf
event interrupt 0x0000_00BC 32 39 settable I2C1_ER IC1 error interrupt 0x0000_00C0 2 33 40 settable I2C2_EV I C2 event interrupt 0x0000_00C4 2 34 41 settable I2C2_ER IC2 error interrupt 0x0000_00C8 35 42 settable SPI1
in „I2S zwischen STM32F103RET6 und PCM3168A möglich?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stm32f10x.h> #include <stm32f10x_conf.h> #include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #include <misc.h> //#include <stm32f10x_i2c.h> #include <stm32f10x_tim.h> #define xF_DELAY 6536//72MHZ #define
in „stm32f103 3phase-generator“ · 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
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
seiner Nutzung. * * Some parts of the touch implementation are inspired of https://github.com/pyrohaz/STM32F0-SoftTouch * The code was changed to work also without an external 1M resitor at an further pin. * * History * 10.05.2019 markus Start of work * 23.05.2019 markus first working release */ #ifndef __MAIN #define __MAIN // Includes #include "stm32f0xx.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_usart.h" #include "stm32f0xx_adc.h" #include <string.h> #include <stdlib.h> // Defines
in „2 Kanal Touch Button Haussteuerungserweiterung“ · Projekte & Code ·
-
Datei
main.c
//-------------------------------------------------------------- // File : main.c // Datum : 14.06.2013 // 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
in „IRSND auf STM32F0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linkfile.txt
******************************************************** Portables GCC Linker Script /*SEARCH_DIR("C:\Programme\Hitex\GnuToolPackageCortex\bin\..\lib\gcc\arm-hitex-elf\4.4.0\thumb2\soft" ) INPUT ( .\objects\cpuinit.o .\objects\flop.o .\objects\main.o .\objects\misc.o .\objects\startup_stm32f10x_ld.o .\objects\stm32f10x_adc.o .\objects\stm32f10x_dma.o .\objects\stm32f10x_flash.o .\objects\stm32f10x_gpio.o .\objects\stm32f10x_it.o .\objects\stm32f10x_rcc.o .\objects\stm32f10x_tim.o ) /* provide kann vom Objektfile
in „GCC Linker File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_stm32f10x.c
die Hardware-Adressen direkt hinterlegt werden. * * Erzeugt: 31.03.2014 * Author: Nicolas */ #ifndef STM32F10x #error "only STM32F10x supported" #endif #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_i2c.h" #include "../src_misc/clock.h" // glu_millis #include "../../main.h"
in „STM32F10x : Fehler bei I2C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
configured, this is done through SystemInit() function which is called from startup file (startup_stm32f10x_xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f10x.c file */ /* System Clocks Configuration */ RCC_Configuration
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
configured, this is done through SystemInit() function which is called from startup file (startup_stm32f10x_xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f10x.c file */ /* System Clocks Configuration */ RCC_Configuration
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32u5xx_hal.c
---------------------*/ /** @defgroup HAL_Private_Defines HAL Private Defines * @{ */ /** * @brief STM32U5xx HAL Driver version number 1.2.0 */ #define __STM32U5xx_HAL_VERSION_MAIN (0x01U) /*!< [31:24] main version */ #define __STM32U5xx_HAL_VERSION_SUB1 (0x02U) /*!< [23:16] sub1 version */ #define __STM32U5xx_HAL_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */ #define __STM32U5xx_HAL_VERSION_RC (0x00U) /*!< [7:0] release candidate */ #define __STM32U5xx_HAL_VERSION ((__STM32U5xx_HAL_VERSION_MAIN <
in „STM32U599 reagiert nicht: Keine Funktion auf dem Custom Board“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32VL_Manual.pdf
be displayed. Select the part you will be testing with (the STMicroelectronics part mounted on the STM32VLDiscovery board). a) Double-click on the STMicroelectronics. b) Scroll down and select the STM32F100RB Part. c) Click OK. Figure 14. Select test device 4. The “Copy STM32 Startup Code” message is
in „STM32VL mit uVision flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
errors.txt
Build target 'Target1' assembling startup_stm32f4xx.s... startup_stm32f4xx.s(1): error: A1167E: Invalid line start startup_stm32f4xx.s(2): error: A1137E: Unexpected characters at end of line startup_stm32f4xx.s(3): error: A1159E: Label missing from line start startup_stm32f4xx.s(4): error: A1159E: Label missing from line start startup_stm32f4xx.s(5): error: A1159E: Label missing from line start startup_stm32f4xx.s(6): error: A1159E: Label missing from line start startup_stm32f4xx.s
in „Fehler bei der Bibliothekinitialisierung in Keil 5“ · 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
main.c
0, 45, 31 #define GRASGRUEN 0, 63, 10 #define RotFlag 2 #define GruenFlag 1 #define BlauFlag 0 #include <stdio.h> #include <stdlib.h> #include "main.h" #include "stm32_ub_lcd_ili9341.h" #include "stm32f4xx_i2c.h" #include "stm32_ub_i2c3.h" #include "stm32_ub_font.h" #include "stm32_ub_touch_stmpe811.h" #include "stm32_ub_rng.h" uint16_t Farbwahl (uint8_t Rot, uint8_t Gruen, uint8_t Blau); void Bunt(void); void Ballistico_PanzerMalen
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
picomon_v3.pdf
und linkt alle benötigten Programmteile zu einer flashbaren Binärdatei ◦ Hinweis: Im Makefile für STM32F0xx kann/muß der Controller korrekt gewählt sein, um ggf. den erhöhten RAM-Bedarf des Programms bedienen zu können, für LSCRIPT steht zur Verfügung: stm32f030x4.ld , stm32f030x6.ld , stm32f030x8.ld , stm32f070x6.ld , stm32f042x6.ld • picomon.c ◦ Quellcode und Main-Programm der Firmware • spi_tft.c ◦ Quellcode zur Ansteuerung der internen Hardware-SPI, sendet Daten vom Controller zum Display • spi_tft.h
in „PicoMon für CH32V003 oder STM32F0xx“ · Projekte & Code ·
-
Datei
usb_vcp.c
(*(volatile uint32_t *)(0x40005C00)) #define USB_EP1R (*(volatile uint32_t *)(0x40005C04)) #define USB_EP2R (*(volatile uint32_t *)(0x40005C08)) #define USB_EP3R (*(volatile uint32_t *)(0x40005C0C)) #define USB_EP4R (*(volatile uint32_t *)(0x40005C10)) #define USB_EP5R (*(volatile uint32_t *)(0x40005C14)) #define USB_EP6R (*(volatile uint32_t *)(0x40005C18)) #define USB_EP7R (*(volatile uint32_t *)(0x40005C1C)) #define USB_CNTR (*
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
miclog.txt
=NB_INST_MAX ID=11 flag=0 NB_INST_MAX register not supported by GDI DiGdiSetConfig(STM8S105C6) chip_config_t::SetCurrentMcu(STM8S105C6) InitDaoAccess() m_sDbFileName = C:\Programme\STMicroelectronics\st_toolset\stvd\swim\config
in „STM8S-Testboard“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Clock_Tree.pdf
Reset and clock control (RCC) RM0444 Figure 10. Clock tree LSI RC LSI to IWDG 32 kHz RTC WAKEUP from RTC LSI LSI RTCCLK LSCO to RTC LSE LSE HSE OSC32_OUT /32 LSE OSC 32.768 kHz LSE LSE OSC32_IN to CEC Clock HSI16 / 488 detector to UCPD1/2(1) LSE HSI16 LSI to PWR SYSCLK MCO HSE /
in „Problem mit Clock Configuration beim STM32G031“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32G0x1_advanced_Arm_-based_32-bit_MCUs_-_Reference_manual.pdf
RAM 0x2000 0000 0x0801 FFFF (2) block 0 Code Main Flash memory 0x0800 0000 0x0000 0000 0x0001 FFFF (1) Addressable Main Flash memory / System memory / space (3) RAM 0x0000 0000 MSv39700V5 1. Applies to STM32G071xx and STM32G081xx. For STM32G031xx and STM32G041xx, the value is 0x0000 FFFF. 2. Applies to STM32G071xx and STM32G081xx. For STM32G031xx and STM32G041xx, the value is 0x0800 FFFF. 3. Depends on boot configuration
in „STM32G0x - Clock für Schreiben der Register notwendig?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
****************************** * @file BSP/Inc/main.h * @author MCD Application Team * @version V1.0.0 * @date 25-June-2015 * @brief Header for main.c module ****************************************************************************** * @attention * * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics
in „Discovery_STM32F746 Linking Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
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 */ #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 ·
-
PDF
Block_Diagram.pdf
Converter 5.5 x 2.1 x 8mm 15-48V / 3.3V Microcontroller 1 UART TX/RX SCL/SDA I max = 4 A EEPROM I2C STM32H7 LQFP 93C46CT Microcontroller 2 UART TX/RX UART <-> USB STM32H7 LQFP FT4232H UART TX/RX Microcontroller 3 USBDP1 / USBDN1 STM32H7 LQFP B B UART TX/RX Microcontroller 4 2 Port USB HUB STM32H7 LQFP
in „FTDI ft232rl - mehrere Chips an einem Bus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
WeAct-STM32G0xxC0xxCoreBoard_V10_SchDoc.pdf
2 0 1 PB7 VDD33 PI P 1 01 1 SWDIO PI P 1 02 2 GND P I U 2 0 5 VSS/VSSA SWCLK PI P 1 03 3 PI P 1 04 GND 4 STM32C011F6P6/STM32G031F8P6/STM32G030F6P6 Header 4H SW2 2 GND PPW SWDIO PA13 Y RR1 E SWCLK PA14 C
in „STM32G031G8 Grundbeschaltung / keine Verbindung über SWD“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Tabelle mit STM32CubeMX Release Summary
Table 1. STM32CubeMX 6.12.0 release summary Type Summary Major release – Added the support for the STM32WB0 series – Added the support for the STM32MP25xx microprocessors – Added the support for new microcontrollers in the STM32C0 series – Added the support for new microcontrollers in the STM32G4 series – Added the support of the memory management tool for the STM32WB0 series and the single-core microcontrollers in the STM32H7Rx
in „CubeMX- und Raspberry Pi OS-Updates, neuer OrangePi uvm“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
en.DM00091010.pdf
system memory: the system memory is aliased in the boot memory space (0x0000 0000), but still accessible from its original memory space (0x1FFF EC00 on STM32F030x4, STM32F030x6 and STM32F030x8 devices, 0x1FFF C400 on STM32F070x6 devices, 0x1FFF C800 on STM32F070xB and 0x1FFF
in „EFM32F030 und Standby“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**************************** */ #include <stdio.h> #include <string.h> #include <math.h> #include "stm32f30x.h" #include "stm32f30x_rcc.h" #include "stm32f30x_misc.h" #include "stm32f30x_gpio.h" #include "stm32f30x_dma.h" #include "stm32f30x_usart.h" #include "stm32f30x_spi.h" #include "stm32f30x_i2c.h" #include "stm32f30x_syscfg.h" #include "stm32f30x_exti.h" #include "defines.h" #include "gpioctrl.h" #include "usart2dmactrl.h" #include "l3gd20ctrl.h" #include "lsm303ctrl.h" GPIO_InitTypeDef GPIO_InitStructure;
in „STM32F303 USART2 DMA1 funktioniert halblebig ?“ · Mikrocontroller und Digitale Elektronik ·
-
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
in „stm32 lib compiler error“ · 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 ·
-
Datei
ssi_cgi_handle.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "lwip/debug.h" #include "httpd.h" #include "lwip/tcp.h" #include "fs.h" ///#include "main.h" #include <stdio.h> #include <string.h> #include <stdlib.h> u8 LED1 = 0; u8 LED2 = 0; u8
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define UMEM_SHIFT 0 // ********************************************************* // <o> USB_IRQ_NUMBER
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE // <i> On for devices with 1 x 16 bits / uint16_t access
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
spectrum 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
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
/* * adc_multiplex_avr.c * * ADC-Routinen fuer EDM * Gemultiplexted auslesen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ino.txt
initialize ok"); } else { Serial.println("CAN1 initialize fail!!"); return false; } return true; } #define STM32_CAN_TIR_TXRQ (1U << 0U) // Bit 0: Transmit Mailbox Request #define STM32_CAN_RIR_RTR (1U << 1U) // Bit 1: Remote Transmission Request #define STM32_CAN_RIR_IDE (1U << 2U) // Bit 2: Identifier Extension #define STM32_CAN_TIR_RTR (1U << 1U) // Bit 1: Remote Transmission Request #define STM32_CAN_TIR_IDE (1U << 2U) // Bit 2: Identifier Extension #define CAN_EXT_ID_MASK 0x1FFFFFFFU #define CAN_STD_ID_MASK 0x000007FFU
in „Arduino Blue Pill & CAN mit SN65HVD230“ · 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 ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
TAMPER-RTC VSS_2 PIU9974 PE6 PIJ201313 14 PIJ2014PC13 R161 NLPA00WK0 P 12P 32.768K NLPC PIU908 PC14/OSC32_IN VSS_3 PIU2799 PC0 PIJ201515 16 PIJ2016PC1 STM32 工作模式已经默认接地:通过 R7 和 R8 接地 3V3 PIR1602PIR16P0I1K0UPPIK0UP02 GND PCOC9PIC902 PIU209 PC15/OSC32_OUT VSS_4 PIU2027 PIJ201717
in „Neues Entwicklungsboard STM32F407“ · Mikrocontroller und Digitale Elektronik ·