-
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 ·
-
Datei
rtc_main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" #include "stm32_eval.h" /** @addtogroup STM32F2xx_StdPeriph_Examples * @{ */ /** @addtogroup RTC_LSI * @{ */ /* Private typedef -----------------------------------------------------------*/
in „RTC Initialisierung auf STM32F4 geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE.pdf
für VDD & VSS VCAP1 & 2 müssen <2R ESR haben! (LOW ESR!) 1 2 3 4 5 6 7 8 29.02.2012 17:56:40 f=0.74 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 1/5) 1 2 3 4 5 6 Stellung: 1-2 Akku Betrieb 2-3 Versorgung über USB +5V V A P 1 2 P 1 2 3 + 5V zu 1,8V A J J U1
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
graphik.h
ifndef 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 ·
-
PDF
debug_all_demo.pdf
1. Description 1.1. Project Project Name debug_all_demo Board Name debug_all_demo Generated with: STM32CubeMX 4.25.1 Date 11/22/2018 1.2. MCU MCU Series STM32F1 MCU Line STM32F103 MCU name STM32F103C8Tx MCU Package LQFP48 MCU Pin number 48 Page 1 debug_all_demo Project Configuration Report 2. Pinout
in „CubeMX und HAL - I2C hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
basic_interpreter.pdf
Den preiswertesten Microcontroller den ich gefunden (und sogar verfügbar) hatte war im Jahr 2016 ein STM8S103F3P6. Stand 2023 wäre ein STM32F030f4 bei sehr deutlich besseren Leistungsdaten preiswerter. Hier jedoch jetzt die finale Version für einen STM8S103. Da der Speicherplatz des Mikrocontrollers nun
-
PDF
MINI-STM32-Schematic-Diagram.pdf
12 GND VDDAP I U 1 VDDA STM32F103 PB15 P I U 1 0 2 8 RX PIP80221 22 PIP8022 20pF PA0 PIU1010 PA0-WKUP PB14 PIU1027B14 GND PIP80223 24 PIP8024 GND C8C PA1 PIU1011 PA1 PB13 PIU1026B13 3V3 P10K01 PIR202 NRST PA2 P I U 1 PA2 2 1 PB12
in „Löttemperatur STM32“ · 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 ·
-
PDF
Resources_STM32WL_UFQFPN48_REF_BOARD_Low_Power_High_Band_868-915MHz.pdf
PC15-OSC32_OUT NRST PI41 P ONRST T VDDSMPS 32.768KHz Close 1 2 P1 P0 6.8pF CO2 PI 1 47 74VLXSMPS STM32WLxx_QFN48 P0 U 1 C10 CO1 P0 0 C12 V P P1 4.7uF P0 100nF L2 1 45 5404UIP P0 100nF C CSB3 2 VFBSMPS L Close 15µH
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
Datei
adc.c
########################################################################################## */ void STM32F1_ADC_init(void) { STM32F1_GPIO_configInput(GPIOA, 0, STM32F1_ANALOG); STM32F1_GPIO_configInput(GPIOA, 1, STM32F1_ANALOG); STM32F1_GPIO_configInput(GPIOA, 2, STM32F1_ANALOG); // Divide APB2 clock
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pwm_init.c
einstellen * * @param[in] f: Frequenz. f = 0 bedeutet ausgeschaltet * @return EXIT_SUCCESS */ exit_t buzzer_pwm_setFrequency_hz(unsigned int f) { TIM_TypeDef* TIMx; switch( BUZZER_PWM ) { case buzzer_STM32F4XX_TIM3_PB5: TIMx = TIM3; break; case buzzer_STM32F4XX_TIM4_PB7: TIMx = TIM4; break; default: assert(false); break; } volatile TIM_TypeDef* TIMxx = TIMx; // FIXME: Nur fuer Debug if( f == 0 ) { /* Disable Buzzer */ TIM_Cmd(TIMx, DISABLE); } else {
in „STM32F446RE - Timer 4 PB7 geht nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm8s.h
uint8_t FR13; __IO uint8_t FR14; __IO uint8_t FR15; __IO uint8_t FR16; }Filter; struct { __IO uint8_t F0R1; __IO uint8_t F0R2; __IO uint8_t F0R3; __IO uint8_t F0R4; __IO uint8_t F0R5; __IO uint8_t F0R6; __IO uint8_t F0R7; __IO uint8_t F0R8; __IO uint8_t F1R1; __IO uint8_t F1R2; __IO uint8_t F1R3; __IO
in „sdcc source code in mehrere Dateien aufteilen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sd_spi_stm32.c
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ //#include "stm32f10x.h" //#include "core_cm3.h" //#include "system_stm32f10x.h" #include "stm32f10x_conf.h" #include "defines.h" #include "main.h" //#include "stm32f10x.h" #include "ffconf.h" #include "diskio.h" /
in „STM32 - SPI Schnittstelle empfängt mal korrekt und dann wieder nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE.pdf
VSS VCAP1 & 2 müssen <2R ESR haben! (LOW ESR!) guenes@ieee.org 1 2 3 4 5 6 7 8 01.03.2012 06:27:06 f=0.74 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 1/4) 1 2 3 4 5 6 Stellung: 1-2 Akku Betrieb 2-3 Versorgung über USB +5V V A P 1 2 P 1 2 3 + 5V zu 1,8V A J J U1
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE.pdf
VSS VCAP1 & 2 müssen <2R ESR haben! (LOW ESR!) guenes@ieee.org 1 2 3 4 5 6 7 8 01.03.2012 18:44:41 f=0.74 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 1/4) 1 2 3 4 5 6 Stellung: 1-2 Akku Betrieb 2-3 Versorgung über USB +5V V A P 1 2 P 1 2 3 + 5V zu 1,8V A J J U1
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
stdlib.h> #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
main.c
#include "stm32f4xx.h" #include <stdio.h> #include "string.h" #include "stdlib.h" #include "hardware.h" #include "AvrXSerialIo.h" #include "stm32_ub_usb_cdc.h" #include "math.h" //--------------------------------
in „Controller mit FPU“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CMSIS_Doulos_Tutorial.pdf
0 /*!< STM32 does not provide a MPU present or not*/ #define __NVIC_PRIO_BITS 4 /*!< STM32 uses 4 Bits for the Priority Levels */ #define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config
in „stm32 tutorial“ · 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
debugme.c
nstdlib.h" #include <string.h> #include <stdbool.h> #include <inttypes.h> #include <stdio.h> #if defined( STM32F4XX ) #include "stm32f4xx_conf.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #elif defined( STM32F10x ) #include "stm32f10x_conf.h" #elif MOCKUP_SDL #endif enum spi_caliper_e { spi_caliper_STM32F4XX_SPI2_PB13_PB14, }; #define SPI_CALIPER spi_caliper_STM32F4XX_SPI2_PB13_PB14 /** Messschieber per SPI einlesen - simplex mode (RM0390 S. 850f.) - Steigende Flanke, Zweite Flanke -> CPHA=0, CPOL=0 - MOSI bleibt drin, bis alles getestet ist */ void spi_caliper_init
in „STM32F4XX SPI Slave“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_spi_eigen.h
// File: stm32_spi_eigen.h #ifndef _stm32_spi_eigen_h // Wenn _stm32_spi_eigen_h noch nicht als define_Konstante definiert wurde. wird der Sourcecode eingebunden #define _stm32_spi_eigen_h // und _stm32_spi_eigen_h
in „AD9833 mittels STM32F072 per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Makefile.txt
= $(CMSISCOREDIR)/core_cm3.c SRC += $(CMSISDEVDIR)/system_stm32f10x.c ## used parts of the STM-Library SRC += $(STMSPDSRCDIR)/stm32f10x_usart.c SRC += $(STMSPDSRCDIR)/stm32f10x_flash.c SRC += $(STMSPDSRCDIR)/stm32f10x_gpio.c SRC += $(STMSPDSRCDIR)/stm32f10x_rcc.c SRC += $(STMSPDSRCDIR)/stm32f10x_spi.c SRC += $(STMSPDSRCDIR)/stm32f10x_rtc.c SRC += $(STMSPDSRCDIR)/stm32f10x_bkp.c SRC += $(STMSPDSRCDIR)/stm32f10x_pwr.c SRC += $(STMSPDSRCDIR)/stm32f10x_dma.c SRC += $(STMSPDSRCDIR)/stm32f10x_tim.c
in „Nur geänderte datein compilieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F746G_Discovery.pdf
AUDIO_SDADA USB HS i OTG_HS_O rverrrent ULPI_STP DCMII i DCMI_PIXCKCK DCMI_HSYNC AUDIO_SCLCL AUDIO_SDA U_STM32F7 OSC_24M OTG_HS_OverCurrent DCMII i DCMI_SDADA DCMI_PIXCK SAI2_MCLKAKA AUDIO_SCL STM32F7.SchDoc CLOCK i OSC_24M DCMI_SCLCL DCMI_SDA SPDIF_RX0X0 SAI2_MCLKA PA[0..15] ARD_A[0..5] DCMI_SCL SAI1_SD_A0A
in „STM32F7 Discovery Board“ · 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
startup_stm32f4xx.c
HASH_RNG_IRQHandler, /*!< 53: Hash and Rng */ FPU_IRQHandler, /*!< 53: FPU */ UART7_IRQHandler, /*!< ??: UART7 (STM32F429) */ UART8_IRQHandler, /*!< ??: UART8 (STM32F429) */ SPI4_IRQHandler, /*!< ??: SPI4 (STM32F429) */ SPI5_IRQHandler, /*!< ??: SPI5 (STM32F429) */ SPI6_IRQHandler, /*!< ??: SPI6 (STM32F429) */ SAI1_IRQHandler, /*!< ??: SAI1 (STM32F429) */ LTDC_IRQHandler, /*!< ??: LTDC (STM32F429) */ LTDC_ER_IRQHandler, /*!< ??: LTDC_ER (STM32F429) */ DMA2D_IRQHandler /*!< ??: DMA2D (STM32F429) */ }; /** * @brief This is the code that gets
in „STM32F429 Disco Board: SDRAM benutzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429x.c
HASH_RNG_IRQHandler, /*!< 53: Hash and Rng */ FPU_IRQHandler, /*!< 53: FPU */ UART7_IRQHandler, /*!< ??: UART7 (STM32F429) */ UART8_IRQHandler, /*!< ??: UART8 (STM32F429) */ SPI4_IRQHandler, /*!< ??: SPI4 (STM32F429) */ SPI5_IRQHandler, /*!< ??: SPI5 (STM32F429) */ SPI6_IRQHandler, /*!< ??: SPI6 (STM32F429) */ SAI1_IRQHandler, /*!< ??: SAI1 (STM32F429) */ LTDC_IRQHandler, /*!< ??: LTDC (STM32F429) */ LTDC_ER_IRQHandler, /*!< ??: LTDC_ER (STM32F429) */ DMA2D_IRQHandler /*!< ??: DMA2D (STM32F429) */ }; /** * @brief This is the code that gets
in „STM32F4 GCC Toolchain: syscalls.c printf und malloc Errors“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429x.c
HASH_RNG_IRQHandler, /*!< 53: Hash and Rng */ FPU_IRQHandler, /*!< 53: FPU */ UART7_IRQHandler, /*!< ??: UART7 (STM32F429) */ UART8_IRQHandler, /*!< ??: UART8 (STM32F429) */ SPI4_IRQHandler, /*!< ??: SPI4 (STM32F429) */ SPI5_IRQHandler, /*!< ??: SPI5 (STM32F429) */ SPI6_IRQHandler, /*!< ??: SPI6 (STM32F429) */ SAI1_IRQHandler, /*!< ??: SAI1 (STM32F429) */ LTDC_IRQHandler, /*!< ??: LTDC (STM32F429) */ LTDC_ER_IRQHandler, /*!< ??: LTDC_ER (STM32F429) */ DMA2D_IRQHandler /*!< ??: DMA2D (STM32F429) */ }; /** * @brief This is the code that gets
in „STM32F4 Linker Scripte: Ich will es jetzt kapieren!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429.c
HASH_RNG_IRQHandler, /*!< 53: Hash and Rng */ FPU_IRQHandler, /*!< 53: FPU */ UART7_IRQHandler, /*!< ??: UART7 (STM32F429) */ UART8_IRQHandler, /*!< ??: UART8 (STM32F429) */ SPI4_IRQHandler, /*!< ??: SPI4 (STM32F429) */ SPI5_IRQHandler, /*!< ??: SPI5 (STM32F429) */ SPI6_IRQHandler, /*!< ??: SPI6 (STM32F429) */ SAI1_IRQHandler, /*!< ??: SAI1 (STM32F429) */ LTDC_IRQHandler, /*!< ??: LTDC (STM32F429) */ LTDC_ER_IRQHandler, /*!< ??: LTDC_ER (STM32F429) */ DMA2D_IRQHandler /*!< ??: DMA2D (STM32F429) */ }; /** * @brief This is the code that gets
in „STm32Fxxx: Kleiner Gefallen vom einem Profi erbeten“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
textdisplayadapter_2.pdf
Quelldateien für folgende Mikrocontrollerfamilien zur Verfügung: Controllerfamilie Verzeichnis im Archiv STM8 ./stxlcd/stm8_pwm ./stxlcd/stm8_uart AVR ./stxlcd/avr_pwm ./stxlcd/avr_uart Padauk PFS154 ./stxlcd/pfs154/stx_lcd_transmit STM32F0 ./stxlcd/stm32f0 Auch hier gilt: Die Software ist unter Linux entstanden
in „"Intelligenter" Textdisplayadapter mit Padauk PFS154“ · Projekte & Code ·
-
PDF
UM08001_JLinkARM.pdf
STM32F101T6 STM32F101T6 ST STM32F101T8 STM32F101T8 ST STM32F101V8 STM32F101V8 ST STM32F101VB STM32F101VB ST STM32F101VC STM32F101VC ST STM32F101VD STM32F101VD ST STM32F101VE STM32F101VE ST STM32F101ZC STM32F101ZC
in „[V] J-Link JTAG Adapter USB für ARM abzugeben“ · Markt ·
-
Datei
i2c_simple_stm32.c
Variante von I2C-Routinen // als Übung zur Inbetriebnahme // angelehnt an: http://eliaselectronics.com/stm32f4-tutorials/stm32f4-i2c-master-tutorial/ // // 22.12.13 Nicolas #ifdef STM32F10x #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_i2c.h" #elif STM32F4XX #define STM32F4xx #include "stm32f4xx_gpio.h" #warning not implemnted and tested for STM32F4xx #else #error "unknown MCU" #endif #include <stdio.h> // Nur zum testen #include "misc.h" #include "i2c_simple.h" static uint8_t i2c_status
in „STM32 I2C mit EEPROM - funktioniert nur zuverlässig mit Bus-Sniffer“ · 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 ·
-
Datei
myfirst.s
RCC_CFGR , RCC_BASE + 0x08 .equ RCC_AHB1ENR , RCC_BASE + 0x30 .equ RCC_AHB2ENR , RCC_BASE + 0x34 .equ RCC_APB1ENR , RCC_BASE + 0x40 .equ RCC_APB2ENR , RCC_BASE + 0x44 @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
OpenOCD_Ausgabe.txt
interface, timings, target power, etc. Error: Trying to use configured scan chain anyway... Error: stm32f1x.cpu: IR capture error; saw 0x00 not 0x01 Warn : Bypassing JTAG setup events due to errors Warn : Invalid ACK 0 in JTAG-DP transaction Polling target stm32f1x.cpu failed, GDB will be halted. Polling again in 100ms Polling target stm32f1x.cpu failed, GDB will be halted. Polling again in 300ms Polling target stm32f1x.cpu failed, GDB will be halted. Polling again in 700ms Polling target stm32f1x.cpu failed, GDB will be halted. Polling
in „USBprog4: Diverse Probleme und Fragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
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
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
configx.h
endif #if USE_MMC //+++++++++++++++++++++ mmc +++++++++++++++++++++++++++++++++++ #include "C:\zuc\stm32_sd\ffconf.h" #include "C:\zuc\stm32_sd\integer.h" #include "C:\zuc\stm32_sd\diskio.h" #if zucSTM32 || zucLPC176x #include "C:\zuc\stm32_sd\mmc_32f1.c.h" //#include "C:\zuc\chan_sdx\ff_mmc_lowlevel.h" //VCT6 hw ok //VCT6 sw ok //avr sw ok //avr hw err #endif #if zucAVR // #include "C:\zuc\stm32_sd\mmc_32f1.c.h" //avr uspi ok #include "C:\zuc\chan_sdx\ff_mmc_lowlevel.h" //avr hw ok //avr sw ok //avr uspi err #endif #include "C:\zuc\stm32_sd\ff.h" #include "C:\zuc\stm32_sd\ff.c.h" FATFS FatFsx
in „Header Datei für Konfiguration erstellen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB997.pdf
44 C21µF_X5R_0603 BAT60JFILM P2 COC1 02COC13 02OC1 D P0 100nF 0 10nF_X7R_06030 100nF STMicroelectronics D Title: STM32F4DISCOVERY ST-LINK/V2 (SWD only) NumberMB997 Rev:B.2(PCB.SCH) Date1/9/2012 Shee2 of 6 1 2
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
network_interface.h
----------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_syscfg.h" #include "stm32f4xx_exti.h" #include "misc.h" #include "stm32f4x7_eth_bsp.h" //#include "stm32f4x7_eth.h
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
fiostdv20_datasheet.pdf
FiO Std Datasheet - High capacitance (0.33F) capacitor as FEATURES RTC backup battery Built-inRapidSTM32native-supportbootloader. - RS232 (3232-series) level converter - Micro SD card socket ARM 32-bits Cortex TM – M3 Processor (STM32F103RET6
in „Aimagin FioStd wird nicht mehr erkannt.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
//#include <assert.h> #include <Arduino.h> #include "stm32f103.h" #define DEBUG 0 /* Symbolic names for bit rate of CAN message */ // typedef enum {CAN_50KBPS, CAN_100KBPS, CAN_125KBPS, CAN_250KBPS, CAN_500KBPS, CAN_1000KBPS} BITRATE; /* Real speed for bit
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
#define IRSND_SUPPORT_RCMM_PROTOCOL 0 // RCMM 12,24, or 32 >= 20000 DON'T CHANGE, NOT SUPPORTED YET! #define IRSND_SUPPORT_LGAIR_PROTOCOL 0 // LG Air Condition >= 10000 ~150 bytes. #define IRSND_SUPPORT_SAMSUNG48_PROTOCOL 0 // Samsung48
in „IRSND Daten für Roomba“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
#define IRSND_SUPPORT_RCMM_PROTOCOL 0 // RCMM 12,24, or 32 >= 20000 DON'T CHANGE, NOT SUPPORTED YET! #define IRSND_SUPPORT_LGAIR_PROTOCOL 0 // LG Air Condition >= 10000 ~150 bytes. #define IRSND_SUPPORT_SAMSUNG48_PROTOCOL 0 // Samsung48
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
-----------------------Testweise auskommentiert #include <assert.h> #include <Arduino.h> #include "stm32f103.h" #define DEBUG 0 typedef struct { uint32_t id; /* 29 bit identifier */ uint8_t data[8]; /* Data field */ uint8_t len; /* Length of data field in bytes */ uint8_t ch; /* Object channel(Not use
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
#include <assert.h> #include <Arduino.h> #include "stm32f103.h" #define DEBUG 0 /* Real speed for bit rate of CAN message */ uint32_t SPEED[6] = {50*1000, 100*1000, 125*1000, 250*1000, 500*1000, 1000*1000}; typedef struct { uint16_t baud_rate_prescaler;
in „Arduino Blue Pill CAN bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Atollic_Develop_Debug_BootloaderApps_ARMCortex.pdf
the bootloader • Start with a project template generated by the project wizard. (STM32F4-Discovery board, code in flash memory.) • Linker configuration file (stm32f4_flash.ld) will, by default, place the code at the start of flash at 0x08000000. This is what we want! 2016-04-20 8 Constructing
in „GDB - ARM, Debug mit Offset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-------------------------------------------- // File : main.c // Datum : 09.09.2014 // Version : 1.0 // Autor : AJ // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c
in „STM32F4 DISCOVERY und SainSmart 3.2″ Display“ · 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
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup TIM_6Steps * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define --
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup TIM_6Steps * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define --
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
/* * * STM32F030F4P6 Uart Example using Interrupt Read & Write * */ // Includes #include "stm32f0xx.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_usart.h" #include "stm32f0xx_flash.h" #include <stdio.h> // Defines #define TX_BUFFER_SIZE 32 #define RX_BUFFER_SIZE 256 #if TX_BUFFER_SIZE < 2 #error TX_BUFFER_SIZE is too small, It must be larger then 1. #elif ((TX_BUFFER_SIZE
in „STM32F030F4 HSI Clock mit PLL“ · Mikrocontroller und Digitale Elektronik ·