-
Datei
edm_adc_multiplex_stm32.c
* Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]; /* Alle GPIO-Ports, an denen
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STMxx-Discovery-Versaloon-How2.pdf
4: SWCLK/T_JTCK STM32VL ONBOARD Programmer When using the onboard JTAG to program the onboard target chip (the value-line chip) , you can't place the two CN3 jumpers as the manual says. The CN3 Pins are
in „Use your STMxx-Discoveryboard as JTAG (SWD)“ · 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 ·
-
PDF
en.DM00108129.pdf
, delivered per series (such as STM32CubeF4 for STM32F4 series) – The STM32Cube HAL, an STM32 abstraction layer embedded software, ensuring maximized portability across STM32 portfolio – A consistent set of middleware components such
in „STM32F4 USB CLASS CDC (Virtueller Com Port)“ · 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 ·
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 section: *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use B6 as IR output on STM32 # define IRSND_PORT_LETTER B # define IRSND_BIT_NUMBER 6 # define IRSND_TIMER_NUMBER 4 # define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment, others won't work /*------
in „IRSND Daten für Roomba“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 section: *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use B6 as IR output on STM32 # define IRSND_PORT_LETTER B # define IRSND_BIT_NUMBER 6 # define IRSND_TIMER_NUMBER 4 # define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment, others won't work /*------
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
delay.h
-------------------------------------------------- */ #ifndef DELAY_H #define 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_
-
Datei
disco.txt
PC9.Signal=SDIO_D1 PCC.Checker=false PCC.Line=STM32F429/439 PCC.MCU=STM32F429Z(E-G-I)Tx PCC.PartNumber=STM32F429ZITx PCC.Seq0=0 PCC.Series=STM32F4 PCC.Temperature=25 PCC.Vdd=null PD0.GPIOParameters=GPIO_Speed,GPIO_PuPd,GPIO_Speed_High_Default,GPIO_Mode
in „FMC auf STM32F4 konfigurieren?“ · 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
diskio.c
------------------*/ #include "diskio.h" /* FatFs lower layer API */ #include "ffconf.h" #include "stm32f4xx.h" #include "integer.h" #ifdef STM32_SD_USE_DMA // #warning "Information only: using DMA" #pragma message "*** Using DMA ***" #endif /* set to 1 to provide a disk_ioctrl function even if not needed
in „Schreiben auf SD-Karte über SPI funktioniert nicht“ · 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 ·
-
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 ·
-
PDF
stm32-comstick-ds.pdf
Data Sheet STM32-comStick Contents 1 Scope 2 2 Connections and Controls 3 3 Interfaces 4 4 Technical Data 7 Rev. 07/2009 – 001 Windows®, Windows XP® and Windows Vista® are registered trademarks of the Microsoft corp
in „STM32-comStick USB-Bootloader“ · 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
edm_adc_multiplex_stm32.c
* Created: 28.02.2014 * Author: Nicolas */ #include <stdint.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL] = \ {0xAAAA,0xAAAA,0xAAAA
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
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 „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
+ IR_OUT_PIN as IR output on STM32 # define IRSND_PORT_LETTER B //IR_OUT_PORT # define IRSND_BIT_NUMBER 6 //IR_OUT_PIN # define IRSND_TIMER_NUMBER 4 # define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment,
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
main.c
0x11, 0x18, 0x75, 0x19, 0x01, 0x1a, 0x97, 0x32, 0x36, 0x03, 0x0f, 0x37, 0x40, 0x4f, 0xbb, 0x50, 0x9c, 0x5a, 0x57, 0x6d, 0x80, 0x6d, 0x38, 0x39, 0x02, 0x35, 0x88, 0x22, 0x0a, 0x37, 0x40, 0x23, 0x00, 0x34, 0xa0, 0x36, 0x1a, 0x06, 0x02, 0x07, 0xc0,
in „STM3220G-EVAL + Kamera OV2460“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f107.c
/** ****************************************************************************** * @file stm32f107.c * @author MCD Application Team * @version V1.0.0 * @date 11/20/2009 * @brief STM32F107 hardware configuration ****************************************************************************** *
in „STM32 System_Setup“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
N=6 // <12=> fSampling=fDTS/16, N=8 // <13=> fSampling=fDTS/32, N=5 // <14=> fSampling=fDTS/32, N=6 // <15=> fSampling=fDTS/32, N=8 // <o53.7> TIM4_SMCR.MSM: Delay trigger input // <o53.4..6> TIM4_SMCR.TS: Trigger
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
N=6 // <12=> fSampling=fDTS/16, N=8 // <13=> fSampling=fDTS/32, N=5 // <14=> fSampling=fDTS/32, N=6 // <15=> fSampling=fDTS/32, N=8 // <o53.7> TIM4_SMCR.MSM: Delay trigger input // <o53.4..6> TIM4_SMCR.TS: Trigger
in „ARM STM32 Eingänge werden nicht erkannt“ · 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" /* LCD settings */ #define ILI9341
in „Zeigt her eure Kunstwerke (2017-2019)“ · Projekte & Code ·
-
Datei
edm_adc_multiplex_stm32.c
* Created: 28.02.2014 * Author: Nicolas */ #include <stdint.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL+1] = \ {0xAAAA,0xAAAA,0xAAAA
in „STM32 - ADC-DMA1-IRQ-Handler macht Unsinn“ · 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 ·
-
PDF
reference_manual.pdf
RM0008 Reference manual STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx and STM32F107xx advanced ARM-based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32F101xx, STM32F102xx, STM32F103xx and STM32F105xx/STM32F107xx microcontroller memory and peripherals. The STM32F101xx, STM32F102xx, STM32F103xx and STM32F105xx/STM32F107xx will be referred to as STM32F10xxx
in „I2S zwischen STM32F103RET6 und PCM3168A möglich?“ · 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" /* ------------ Projekt Include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
st-link_gdbserver_log.txt
spawnCubeProgrammer(): 13:47:17:181 Reset mode : Hardware reset [4.355] spawnCubeProgrammer(): 13:47:17:328 Device ID : 0x410 [4.355] spawnCubeProgrammer(): 13:47:17:700 flash loader C:/ST/STM32CubeIDE_1.0.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_1.0.0.201904021149/tools/bin/FlashLoader/0x410.stldr is loaded [4.355] spawnCubeProgrammer(): 13:47:17:700 Device name : STM32F101/F102/F103 Medium-density [4.355] spawnCubeProgrammer(): 13:47:17:701 Flash size : 128 KBytes [4.355] spawnCubeProgrammer(): 13:47:17:701
in „STM32 Cube IDE Inline Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
include "usbd_desc.h" #include "usbd_cdc_vcp.h" //Library config for this project!!!!!!!!!!! #include "stm32f4xx_conf.h" /** @addtogroup STM32F4-Discovery_Demo * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------------------------------------------*/ // #define STM32F4_DISCOVERY /* Private macro -------------------------------------------------------------*/ /* Private variables ---------------------------------------------------------*/ #ifdef USB_OTG_HS_INTERNAL_DMA_ENABLED
in „STM32F4 - Virtual Com Port (CDC)“ · 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 ·
-
PDF
WeAct-STM32G0xxC0xxCoreBoard_V10_SchDoc.pdf
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 K PA14 C VDD33 PR12 PIR01 0402 PI0 COR2 330Ω R 0402 3PW 11 PI0 10kΩ P2P PB7 P3P PB6 1 PIP201 1 PIP301
in „STM32G031G8 Grundbeschaltung / keine Verbindung über SWD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Fader.h
FADER_H #define __FADER_H //****************** Low Level Includes ***********************// #include "stm32f0xx.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_tim.h" //***************************************************
in „STM32F0 Multi Channel ADC mit DMA problem“ · Mikrocontroller und Digitale Elektronik ·
-
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
stm32f103.cpp
/// [1 to 16] uint8_t time_segment_2; /// [1 to 8] uint8_t resynchronization_jump_width; /// [1 to 4] (recommended value is 1) } CAN_bit_timing_config_t; #define CAN_STM32_ERROR_UNSUPPORTED_BIT_RATE 1000 #define CAN_STM32_ERROR_MSR_INAK_NOT_SET 1001 #define CAN_STM32_ERROR_MSR_INAK_NOT_CLEARED 1002
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Blackpill_STM32F411CEU6_WeAct_Black_Pill_V2.0.pdf
VB R5 VREF+ 9 VDDA/VREF+ VSSA/VREF- 8 GND R10 4 3 10KΩ D3 NC BAT54C STM32F4X1CXU6 SW1 PB2 L1 1 3 2 4 3.3V 3.3V NRST 3*4按键 GND 10uH ±10% C7 RTC 电源 BOOT 设置 100nF 3.3V 复位电路 V1.2 修改 BOOT 跳线为 BOOT0 按键, BOOT1 10K 下拉 VREF+ C9 C10 C11 C12 100nF 100nF 100nF
in „was kommt nach dem Bluepill-Board?“ · 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 ·
-
Datei
stm32f103.cpp
/// [1 to 16] uint8_t time_segment_2; /// [1 to 8] uint8_t resynchronization_jump_width; /// [1 to 4] (recommended value is 1) } CAN_bit_timing_config_t; #define CAN_STM32_ERROR_UNSUPPORTED_BIT_RATE 1000 #define CAN_STM32_ERROR_MSR_INAK_NOT_SET 1001 #define CAN_STM32_ERROR_MSR_INAK_NOT_CLEARED 1002
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00091010.pdf
RM0360 Reference manual STM32F030x4/x6/x8/xC and STM32F070x6/xB ® advanced ARM -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32F030x4/x6/x8/xC and STM32F070x6/xB microcontroller memory and peripherals. It applies to STM32F030x4/x6/x8/xC and STM32F070x6/xB devices. For the purpose of this manual, STM32F030x4/x6/x8/xC and STM32F070x6/xB microcontrollers
in „EFM32F030 und Standby“ · 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
in „STM32F429 - kein Takt am SPI“ · 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
********************************************************************** */ /* Includes */ #include "stm32f4xx.h" #include "stm32f4_discovery.h" /* Private macro */ /* Private variables */ /* Private function prototypes */ /* Private functions */ /** **==================================================
in „STM32F4 Discovery - I2S bitte um Hilfe“ · 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
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
CRC.o.lst
.text 693 .Letext0: 694 .file 2 "c:\\tools\\arm\\arm_none_eabi_473\\bin\\../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-no 695 .file 3 "C:\\STM32\\STM32_Workspace\\MC\\libraries\\device/stm32f4xx.h" 696 .file 4 "../common/TZGlobal.hpp" 697 .file 5 "../CRC.hpp" 698 .file 6 "../MainEngineStatus.hpp"
in „Problem mit GCC-Optimierung“ · 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 ·
-
Bild
Schaltplan mit STM32F030F4P6 Mikrocontroller
+24V, U1, L78L33ACUTR, VIN, VOUT, C1, 330n 50V, GND, C2, 100n 16V, LGR971, P1, 4, 3, 2, 1, +24V, Q1, BSS138PW, 3, 2, 1, GND, Q2, BSS138PW, 3, 2, 1, GND, Q3, BSS138PW, 3, 2, 1, GND, Q4, BSS13, 3, 2, 1, GND, U2, STM32F030F4P6, PB1, PA0, PA1, PA2, PF0-OSC_IN(PF0), PA3, PF1-OSC_OUT(PF1), PA4, PA5, PA6, PA7, PA8, PA9, PA10, PA13(SWDIO), PA14(SWCLK), NRST, BOOT0, VSS, VDD, VDDA, R2, 270, D2, LOR976, R3, 10k, C3, 100n 16V, +3V3, P2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, GND, +24V, J4, 1, 2, 3, Pin
in „STM32-Schaltplan so in Ordnung?“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Pinbelegung STM32F030F4Px TSSOP20
BOO.. PF0.. PF1.. NRST VDDA PA0 PA1 PA2 PA3 PA4 PA14 PA13 PA10 PA9 VDD VSS PB1 PA7 PA6 PA5 GPIO_Output GPIO_Input I2C1_SDA I2C1_SCL STM32F030F4Px TSSOP20 ST
in „STM32-Schaltplan so in Ordnung?“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
PDF
UART_Test.pdf
Configuration Report 1. Description 1.1. Project Project Name UART_Test Board Name custom Generated with: STM32CubeMX 6.2.1 Date 08/02/2021 1.2. MCU MCU Series STM32F1 MCU Line STM32F103 MCU name STM32F103RBTx MCU Package LQFP64 MCU Pin number 64 1.3. Core(s) information Core(s) Arm Cortex-M3 Page 1 UART_Test
in „STM32F1 HAL UART Senden nicht“ · 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 ·