-
Datei
main.c
Re-)start calibration for single ended mode STM32_CLEAR_BIT(ADC1->CR, ADC_CR_ADCAL); STM32_SET_BIT(ADC1->CR, ADC_CR_ADCAL); // Wait until the calibration is finished while (STM32_READ_BIT(ADC1->CR, ADC_CR_ADCAL)); // Clear the ready flag STM32_SET_BIT
in „STM32F552VE kann analoge Pins nicht lesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
history.xml
\stm32f4xx_cryp_aes.o" lastModified="13bc8545420"/> <source file="..\obj\stm32f4_discovery_audio_codec.o" lastModified="13bc8545bf0"/> <source file="..\obj\stm32f4xx_hash_sha1.o" lastModified="13bc8545bf0
in „STM32F4 Discovery Audio DAC CS43L22“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
External_Interrupts_H7_HAL_bindings.txt
for h in `cat startup_stm32h743xx.s | grep 'Handler ' | grep '.word' | awk '{print $2}'`; do echo $h; find ./STM32H7xx_HAL_Driver -name \*.h -exec /usr/bin/grep -H $h {} \;; done WWDG_IRQHandler ./STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_wwdg.h:void HAL_WWDG_IRQHandler(WWDG_HandleTypeDef *hwwdg); PVD_AVD_IRQHandler ./STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:void HAL_PWREx_PVD_AVD_IRQHandler(void); TAMP_STAMP_IRQHandler RTC_WKUP_IRQHandler FLASH_IRQHandler ./STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:void HAL_FLASH_IRQHandler
in „Q: STM32H743 External Interrupts HAL bindings“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STEVAL-3DP001V1_Manual.pdf
files in stm32_cube\Projects\STM32F4xx-3dPrinter\Marlin\EWARM OpenSTM32: with project files in Projects\STM32F4xx- 3dPrinter\Marlin\SW4STM32\Marlin The project folder also contains the application entry point files
in „3D-Drucker Board bzw CNC-Board mit STM32F401“ · Mechanik, Gehäuse, Werkzeug ·
-
PDF
datasheet.pdf
Reference Root part number – 7-channel DMA controller – Peripherals supported: timers, ADC, SPIs, STM32F103x6 STM32F103C6, STM32F103R6, 2 STM32F103T6 I Cs and USARTs STM32F103C8, STM32F103R8 ■ Up to 80 fast I/O ports STM32F103x8 STM32F103V8, STM32F103T8 – 26/37/51/80 I/Os, all mappable on 16 STM32F103xB STM32F103RB STM32F103VB, external interrupt vectors, all 5 V-tolerant STM32F103CB except for analog inputs ■ Debug mode May 2008 Rev 7 1/83 www.st.com 1 Contents STM32F103xC, STM32F103xD, STM32F103xE Contents
in „ARM Audio Spektrum Analyser“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
PDF
Datasheet_DM00039193-490390.pdf
One 16-bit 7-channel advanced-control Reference Part number timer for 6 channels PWM output, with STM32F051C4, STM32F051K4, STM32F051R4 deadtime generation and emergency stop STM32F051C6, STM32F051K6, STM32F051R6 STM32F051xx STM32F051C8, STM32F051K8, STM32F051R8, – One 32-bit and one 16-bit timer, with
in „STM32F05 SPI 3 Wire Verbindung mit Accelerometer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_conf.h
"stm32f4xx_adc.h" #include "stm32f4xx_can.h" #include "stm32f4xx_crc.h" #include "stm32f4xx_cryp.h" #include "stm32f4xx_dac.h" #include "stm32f4xx_dbgmcu.h" #include "stm32f4xx_dcmi.h" #include "stm32f4xx_dma.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_flash.h" #include "stm32f4xx_fsmc.h" #include "stm32f4xx_hash.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_i2c.h" #include "stm32f4xx_iwdg.h" #include "stm32f4xx_pwr.h
in „STM32F4 SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Übersichtstabelle der STM32 Mikrocontroller-Serien
RAM size (bytes) 1024kB - 256kB 512kB - 256kB 512kB - 128kB 256kB - 128kB 256kB - 64kB 128kB - 64kB STM32C5A3KG bis STM32C5A3ZG STM32C593KG bis STM32C593ZG STM32C591KG bis STM32C591ZG STM32C593KE bis STM32C593ZE STM32C591KE bis STM32C591ZE STM32C562KE bis STM32C562VE STM32C552KE bis STM32C552VE STM32C551KE bis STM32C551VC STM32C542FC bis STM32C542RC STM32C532FC bis STM32C532RC STM32C531FC bis STM32C531RC STM32C532FB bis STM32C532RB STM32C531FB bis STM32C531RB TSSOP20 UFQFPN24 LQFP32 LQFP48 UFQFPN32 LQFP64 LQFP80
in „Low End-Mikrocontroller von Renesas und ST, Funkmodule, Amazon Sidewalk uvam“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
PDF
5_-_STM32F_Connectivity_Line.pdf
STM32 Seminar STM32F Connectivity-Line COMPEL/STM Seminar November 2010 Seminar Agenda Overview of ST Microcontroller Portfolio Introduction to Cortex-M Core STM32 General Purpose Lines Product-Line Overview
in „STM32: Timer funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compiler_output.txt
: MCU GCC Compiler /hdd/stefan/Programmierung/STM32/STM32F303RE_test/Debug arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "startup/startup_stm32.o" "../startup/startup_stm32.s" /hdd/stefan/Programmierung/STM32/STM32F303RE_test
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Produktportfolio STM32 Mikrocontroller Übersicht
Discover our portfolio RAM size (bytes) STM32N657A0 STM32N657Z0 STM32N657L0 STM32N657B0 STM32N657I0 STM32N657X0 4.2M STM32N647A0 STM32N647Z0 STM32N647L0 STM32N647B0 STM32N647I0 STM32N647X0 STM32N655A0 STM32N655Z0 STM32N655L0 STM32N655B0 STM32N655I0 STM32N655X0 STM32N645A0 STM32N645Z0 STM32N645L0 STM32N645B0 STM32N645I0 STM32N645X0 VFBGA169 6x6 (0.4mm) VFBGA142 8x8 (0.5mm) VFBGA223 10x10 (0.5mm) VFBGA198 10x10 (0.65mm) VFBGA178 12x12 (0.8mm) VFBGA264
in „STMicroelectronics stellt STM32N6 vor, Lattice kündigt neue FPGA-Familien an“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Datei
irmpsystem.h
) || defined(STM32F10X_LD_VL) \ || defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) \ || defined(STM32F10X_HD) || defined(STM32F10X_HD_VL) \ || defined(STM32F10X_XL) || defined(STM32F10X_CL) // ARM STM32 # include <stm32f10x.h> # define ARM_STM32 # define ARM_STM32F10X # define F_CPU (SysCtlClockGet()) #elif defined(STM32F30X) // ARM STM32 # include <stm32f30x.h> # define ARM_STM32 # define ARM_STM32F30X # define F_CPU
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32breakout_1.0.pdf
STM32breakout Dokument: 1.0 Alpha, Hardware 13/1 STM32 Breakoutboard für die F1-Serie [ Manual ] Version mit STM32F105RB Author: C. Hediger, 01.12.2013 STM32F10x Breakoutboard – HW: 13/1 - Manual: 1.0 –
in „[V] STM32 Breakoutboard passend für Breadboard, tolle sache!“ · Markt ·
-
PDF
STM32breakout_v2.pdf
STM32breakout V2 Dokument: 1.0 Alpha, Hardware 14/2, ED14101 STM32 Breakoutboard V2- Fx-Serie [ Manual ] Version mit STM32F105RBT6 Autor: C. Hediger, 08.11.2014 STM32Fx Breakoutboard V2 – HW: 14/2 - Manual
in „[V]erkaufe - STM32 F1, F2, F4 Breakoutboard V2“ · Markt ·
-
PDF
STM32breakout_v2.pdf
STM32breakout V2 Dokument: 1.0 Alpha, Hardware 14/2, ED14101 STM32 Breakoutboard V2- Fx-Serie [ Manual ] Version mit STM32F105RBT6 Autor: C. Hediger, 08.11.2014 STM32Fx Breakoutboard V2 – HW: 14/2 - Manual
in „[V]erkaufe - STM32 F1, F2, F4 Breakoutboard V2“ · Markt ·
-
Datei
Verlauf.txt
Debug: 152 47 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_flash bank STM32F107VCTx.flash stm32f1x 0x08000000 0 0 0 STM32F107VCTx.cpu Debug: 153 47 command.c:145 script_debug(): command - ocd_flash ocd_flash bank STM32F107VCTx.flash stm32f1x 0x08000000 0 0 0 STM32F107VCTx.cpu
in „SW4STM32 hängt bei in procedure 'ocd_bouncer'“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fehler.txt
'CRH' stm32f103.cpp:269:12: error: 'struct gpio_dev' has no member named 'ODR' stm32f103.cpp:278:12: error: 'struct gpio_dev' has no member named 'CRH' stm32f103.cpp:283:12: error: 'struct gpio_dev' has no member named 'CRH' stm32f103.cpp:291:12: error: 'struct gpio_dev' has no member named 'ODR' stm32f103.cpp:299:12: error: 'struct gpio_dev' has no member named 'CRL' stm32f103.cpp:304:12: error: 'struct gpio_dev' has no member
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
Description This example provides a description of how to use the USB OTG Device peripheral on the STM32F2xx, STM32F4xx and STM32F105/7 devices. The STM32 device is enumerated as an USB Device Joystick Mouse, that uses the native PC Host HID driver. The Joystick mounted on the STM322xG-EVAL, STM324xG-EVAL
in „STM32F2 - USB HID“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
on STM324xG_EVAL/STM324x7I_EVAL/STM324x9I_EVAL boards as data memory */ #if defined (STM32F40_41xxx) || defined (STM32F427_437xx) || defined (STM32F429_439xx) /* #define DATA_IN_ExtSRAM */ #endif /* STM32F40_41xxx || STM32F427_437x || STM32F429_439xx */ #if defined (STM32F427_437xx) || defined
in „STM32F401 Embitz1.1 Toolchain gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
settings.xml
" /> <stm32f2x file="target/stm32f2x.cfg" /> <stm32f2x_stlink file="target/stm32f2x_stlink.cfg" /> <stm32f3x file="target/stm32f3x.cfg" /> <stm32f3x_stlink file="target/stm32f3x_stlink.cfg" /> <stm32f4x file="target/stm32f4x.cfg" /> <stm32f4x_stlink file="target/stm32f4x_stlink.cfg" /> <stm32l file="target/stm32l.cfg" /> <stm32lx_dual_bank file="target/stm32lx_dual_bank.cfg" /> <stm32lx_stlink file="target/stm32lx_stlink.cfg
in „STM32 - Code-Blocks + GCC + GDB“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CD00161566.pdf
ADC, SPIs, Table 1. Device summary I Cs and USARTs Reference Part number Up to 80 fast I/O ports STM32F103C8, STM32F103R8 – 26/37/51/80 I/Os, all mappable on 16 STM32F103x8 STM32F103V8, STM32F103T8 external interrupt vectors and almost all STM32F103xB STM32F103RB STM32F103VB, 5 V-tolerant STM32F103CB
in „[F] STM32F103: Lastkondensatoren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM103.pdf
Device summary Reference Part number – Pe2ipherals supported: timers, ADC, SPIs, I Cs and USARTs STM32F103C8, STM32F103R8 STM32F103x8 STM32F103V8, STM32F103T8 ■ Up to 80 fast I/O ports – 26/37/51/80 I/Os, all mappable on 16 STM32F103xB STM32F103RB STM32F103VB, external interrupt vectors and almost all
in „STM32 2 Versorgungsspannungen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32l1xx_conf.h
"stm32l1xx_adc.h" //#include "stm32l1xx_crc.h" #include "stm32l1xx_comp.h" //#include "stm32l1xx_dac.h" #include "stm32l1xx_dbgmcu.h" #include "stm32l1xx_dma.h" #include "stm32l1xx_exti.h" #include "stm32l1xx_flash.h" #include "stm32l1xx_gpio.h" //#include "stm32l1xx_syscfg.h" //#include "stm32l1xx_i2c.h" //#include "stm32l1xx_iwdg.h" #include "stm32l1xx_lcd.h" #include "stm32l1xx_pwr.h" #include "stm32l1xx_rcc.h" #include "stm32l1xx_rtc.h
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
session1.txt
>>> schreibe ein "blink-programm" für STM32 unter verwendung der ST HAL Thinking... Thinking Process: 1. **Analyze the Request:** * **Task:** Write a "blink program" (LED blinking) for an STM32 microcontroller. * **Framework:** Use ST HAL (Hardware
-
PDF
STM32F107.pdf
Serial wire debug (SWD) & JTAG interfaces Reference Part number – Cortex-M3 Embedded Trace Macrocell™ STM32F105R8, STM32F105V8 ■ Up to 80 fast I/O ports STM32F105xx STM32F105RB, STM32F105VB – 51/80 I/Os, all mappable on 16 external STM32F105RC, STM32F105VC interrupt vectors and almost all 5 V-tolerant STM32F107RB
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpsystem.h
) || defined(STM32F10X_LD_VL) \ || defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) \ || defined(STM32F10X_HD) || defined(STM32F10X_HD_VL) \ || defined(STM32F10X_XL) || defined(STM32F10X_CL) // ARM STM32 # include <stm32f10x.h> # define ARM_STM32 # define ARM_STM32F10X # define F_CPU (SysCtlClockGet()) #elif defined(STM32F4XX) // ARM STM32 # include <stm32f4xx.h> # define ARM_STM32 # define ARM_STM32F4XX #elif defined
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmpsystem.h
) || defined(STM32F10X_LD_VL) \ || defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) \ || defined(STM32F10X_HD) || defined(STM32F10X_HD_VL) \ || defined(STM32F10X_XL) || defined(STM32F10X_CL) // ARM STM32 # include <stm32f10x.h> # define ARM_STM32 # define ARM_STM32F10X # define F_CPU (SysCtlClockGet()) #elif defined(STM32F4XX) // ARM STM32 # include <stm32f4xx.h> # define ARM_STM32 # define ARM_STM32F4XX #elif defined
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
AC6_System_Workbench.pdf
Custom track (2/3) Debugging - Custom track (3/3) Debugging Debugging Debugging Debugging The OpenSTM32.org community site OpenSTM32.org OpenSTM32.org • The OpenSTM32.org website (http://www.openstm32.org) is the focal point for STM32 embedded system development with System Workbench for STM32 • This
in „openSTM32 IDE => System Workbench for STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Build_options.txt
\src\stm32f10x_gpio.c F:\SVN\[...]\main.c F:\SVN\[...]\common\src_pwm\pwm_stm32.c F:\SVN\[...]\stdio\printf.c F:\SVN\[...]\stm_lib\src\stm32f10x_rcc.c F:\SVN\[...]\stm_lib\src\stm32f10x_adc.c F:\SVN\[...]\syscalls
in „ARM-GCC: makefile“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
Uncomment/Comment the line below to enable/disable peripheral header file inclusion */ #include "stm32f10x_adc.h" #include "stm32f10x_bkp.h" #include "stm32f10x_can.h" #include "stm32f10x_cec.h" #include "stm32f10x_crc.h" #include "stm32f10x_dac.h" #include "stm32f10x_dbgmcu.h" #include "stm32f10x_dma.h" #include "stm32f10x_exti.h" #include "stm32f10x_flash.h" #include "stm32f10x_fsmc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_i2c.h" #include "stm32f10x_iwdg.h" #include "stm32f10x_pwr.h" #include "stm32f10x_rcc.h
in „STM32 SPI2 als Master sendet nichts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F405-7x.pdf
up to 168 MHz, each with up to 4 Reference Part number IC/OC/PWM or pulse counter and quadrature STM32F405xx STM32F405OG, STM32F405OE, STM32F405ZG, (incremental) encoder input ■ Debug mode STM32F407xx STM32F407VG, STM32F407IG, STM32F407ZG, – Serial wire debug (SWD) & JTAG interfaces STM32F407VE, STM32F407ZE
in „STM32 DCMI (Kamera) Pinbelegung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.STM32F30x.patch
14.000000000 +0200 +++ B/irmpsystem.h 2019-12-05 01:45:46.026523800 +0100 @@ -37,6 +37,11 @@ # define ARM_STM32 # define ARM_STM32F10X # define F_CPU (SysCtlClockGet()) +#elif defined(STM32F30X) // ARM STM32 +# include <stm32f30x.h> +# define ARM_STM32 +# define ARM_STM32F30X +# define F_CPU (SysCtlClockGet()) #elif defined(STM32F4XX) // ARM STM32 # include <stm32f4xx.h> # define ARM_STM32 diff -Nrup A/irsnd.c B/irsnd.c --- A/irsnd.c 2018-09-06 16:52:14.000000000 +0200 +++ B/irsnd.c 2019-12-05 01:42:51.466724300 +0100 @@ -864,6
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Bild
Titelseite eines STM32 Referenzhandbuchs
RM0091 Reference manual STM32F0x1/STM32F0x2/STM32F0x8 advanced ARM®-based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32F0x1/STM32F0x2/STM32F0x8 microcontroller memory and peripherals. It applies to the STM32F031x4/x6, STM32F051x4/x6/x8, STM32F071x8/xB, STM32F091xB/xC, STM32F042x4/x6, STM32F072x8/xB, STM32F038x6, STM32F048x6, STM32F058x8, STM32F078xB and STM32F098xC devices. For the purpose of this manual
in „USB Problem bei STM32F072C8“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
stm32f405rg.pdf
1. Device summary Reference Part number STM32F405xx STM32F405RG, STM32F405VG, STM32F405ZG, STM32F405OG, STM32F405OE STM32F407xx STM32F407VG, STM32F407IG, STM32F407ZG, STM32F407VE, STM32F407ZE, STM32F407IE 2/202 DocID022152 Rev 8 STM32F405xx, STM32F407xx
-
PDF
stm32-comstick-ds.pdf
integrated STM32F107VCT6 microcontroller with on-chip debug support. It provides a USB communication port for connecting the STM32-comStick to a PC. For operation, the overall system requires the STM32-comStick component
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Produktübersicht STM32H7Rx/Sx Mikrocontroller-Portfolio
High speed PHY / 32-bit FMC Graphics (NeoChrom + LTDC) 64 K / 620 K STM32H7S7Z8 STM32H7S7A6 STM32H7S7I8 STM32H7S7L8 STM32H7R7Z8 STM32H7R7A8 STM32H7R7I8 STM32H7R7L8 STM32H7S3R8 STM32H7S3V8 STM32H7S3Z8 STM32H7S3A8 STM32H7S3I8 STM32H7S3L8 STM32H7R3R8 STM32H7R3V8 STM32H7R3Z8 STM32H7R3A8 STM32H7R3I8 STM32H7R3L8 68-pin VQFN 100-pin WLCSP/LQFP/TFBGA 144-pin LQFP 144-pin UFBGA 169-pin UFBGA 176-pin LQFP 176+25-pin UFBGA 225-pin TFBGA Pin count
in „Neue STM32H7-Variante, Eclipse-Daten zur IoT-Adoption und neue Kameras“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Datei
Release_Notes.html
font-family: Verdana;"><span style="font-style: italic;">Delete DBGMCU registers definition from stm32f10x_dbgmcu.c and use defines within stm32f10x.h file. </span></span></li> </ul> <li class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana;">stm32f10x_dma.h/.c</span></li> <ul> <li class
in „STM32F10x Std Peripherals Lib V3.5.0 vs. V3.6.1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f1xx_hal_conf.h
"stm32f1xx_hal_cortex.h" #endif /* HAL_CORTEX_MODULE_ENABLED */ #ifdef HAL_ADC_MODULE_ENABLED #include "stm32f1xx_hal_adc.h" #endif /* HAL_ADC_MODULE_ENABLED */ #ifdef HAL_CRC_MODULE_ENABLED #include "stm32f1xx_hal_crc.h
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32 MCU und MPU Portfolio Übersicht
STM32 MCU and MPU portfolio MPU LONGEVITY 10 YEARS COMMITMENT STM32MP1 Up to 1 GHz Cortex-A7 209 MHz Cortex-M4 High Perf MCUs STM32F7 1082 CoreMark 216 MHz Cortex-M7 STM32H7 Up to 3224 CoreMark Up to 550 MHz Cortex-M7 240 MHz Cortex-M4 STM32F2 Up to 398 CoreMark 120 MHz Cortex-M3 STM32F4 Up to 608 CoreMark 180 MHz Cortex-M4 STM32H5 Up to 1023 CoreMark 250 MHz Cortex-M33 Mainstream MCUs STM32C0 114 CoreMark 48 MHz Cortex-M0+ STM32F3 245
in „Super-Kongresstag: STM32-H5-Vorstellung, Google IO, Raspberry Pi-Börsengang geplant“ · Softwareentwicklung · · Diagramme
-
Datei
system_stm32f10x.c
*!< Uncomment the following line if you need to use external SRAM mounted on STM3210E-EVAL board (STM32 High density and XL-density devices) or on STM32100E-EVAL board (STM32 High-density value line devices) as data memory */ #if defined (STM32F10X_HD) || (defined STM32F10X_XL) || (defined STM32F10X_HD_VL
in „STM32 PWM allgemein“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
*!< Uncomment the following line if you need to use external SRAM mounted on STM3210E-EVAL board (STM32 High density and XL-density devices) or on STM32100E-EVAL board (STM32 High-density value line devices) as data memory */ #if defined (STM32F10X_HD) || (defined STM32F10X_XL) || (defined STM32F10X_HD_VL
in „STM32F1, Delay stimmt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
*!< Uncomment the following line if you need to use external SRAM mounted on STM3210E-EVAL board (STM32 High density and XL-density devices) or on STM32100E-EVAL board (STM32 High-density value line devices) as data memory */ #if defined (STM32F10X_HD) || (defined STM32F10X_XL) || (defined STM32F10X_HD_VL
in „STM32 HSE Frage zur Clock-Konfiguration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
src/main.o: ../src/main.c \ /home/stefan/Programmierung/STM32/RTC_test/CMSIS/device/stm32f1xx.h \ /home/stefan/Programmierung/STM32/RTC_test/CMSIS/device/stm32f103xb.h \ /home/stefan/Programmierung/STM32/RTC_test/CMSIS/core/core_cm3.h \ /home/stefan/Programmierung
in „stm32f103 RTC Interrupt öfter als erwartet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
patch_openocd_for_h7.txt
2Fstm32h7x3i_eval.cfg (gitweb link) http://openocd.zylin.com/gitweb?p=openocd.git;a=blob_plain;f=tcl/board/stm32h7x3i_eval.cfg;hb=refs/changes/82/4182/3 (raw link) store stm32h7x3i_eval.cfg to openocd-0.10.0/tcl/board/stm32h7x3i_eval.cfg cd openocd-0.10.0/tcl/target download stm32h7x.cfg to openocd-0.10.0/tcl
in „Nucleo-H743ZI in Linux und mit stlink 1.5.0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_StdPeriph_Examples-RTC-LSI_Calib.txt
memory density ranges between 64 and 128 Kbytes. - Medium-density devices are STM32F101xx, STM32F102xx and STM32F103xx microcontrollers where the Flash memory density ranges between 64 and 128 Kbytes. - High-density Value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. - High-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. - XL-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory
in „STM und sein Beispiel zur Callibrierung des RTC's“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32f4_xtal_168mhz_test.pdf
stm32f4_xtal_168mhz_test Project Configuration Report 1. Description 1.1. Project Project Name stm32f4_xtal_168mhz_test Board Name stm32f4_xtal_168mhz_test Generated with: STM32CubeMX 4.25.0 Date 03/23/2018 1.2. MCU MCU Series STM32F4 MCU Line STM32F407/417 MCU name STM32F407VGTx MCU Package LQFP100 MCU Pin number 100 Page 1 stm32f4_xtal_168mhz_test Project Configuration Report 2. Pinout Configuration Page 2 stm32f4_xtal_168mhz_test
in „STM32 Clock Configuration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_hal_conf.h
stm32f0xx_hal_adc.h" #endif /* HAL_ADC_MODULE_ENABLED */ #ifdef HAL_CAN_MODULE_ENABLED #include "stm32f0xx_hal_can.h" #endif /* HAL_CAN_MODULE_ENABLED */ #ifdef HAL_CEC_MODULE_ENABLED #include "stm32f0xx_hal_cec.h" #endif /* HAL_CEC_MODULE_ENABLED */ #ifdef HAL_COMP_MODULE_ENABLED #include "stm32f0xx_hal_comp.h" #endif /* HAL_COMP_MODULE_ENABLED */ #ifdef HAL_CRC_MODULE_ENABLED #include "stm32f0xx_hal_crc.h" #endif /* HAL_CRC_MODULE_ENABLED */ #ifdef HAL_DAC_MODULE_ENABLED #include "stm32f0xx_hal_dac.h
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
discoveryf4.pdf
UM1472 User Manual STM32F4DISCOVERY STM32F4 high-performance discovery board Introduction The STM32F4DISCOVERY helps you to discover the STM32F4 high-performance features and to develop your applications. It is based on an
in „Hilfe bei Programmierung STM32F407VG bei TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F070CBT6.pdf
capability Reference Part number • 5-channel DMA controller • One 12-bit, 1.0 μs ADC (up to 16 channels) STM32F070xB STM32F070CB, STM32F070RB STM32F070x6 STM32F070C6, STM32F070F6 – Conversion range: 0 to 3.6 V – Separate analog supply: 2.4 V to 3.6 V • Calendar RTC with alarm and periodic wakeup from Stop/Standby
in „Poti / Buffer / ADC / STM32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407G-DISC1.pdf
STM32F4DISCOVERY Discovery kit with STM32F407VG MCU Data brief Features STM32F407VGT6 microcontroller featuring 32-bit ARM Cortex -M4 with FPU core, 1-Mbyte Flash memory, 192-Kbyte RAM in an LQFP100 package
in „Neues Projekt - welcher µC?“ · Mikrocontroller und Digitale Elektronik ·