-
Bild
Ausschnitt einer Pin-Definitionstabelle aus einem Datenblatt
STM32F401xB STM32F401xC Pinouts and pin description Table 8. STM32F401xB/STM32F401xC pin definitions (continued) Pin Number UQFN48 WLCSP40 LQFP64 LQFP100 UFBGA100 Pin name (function after reset)(1) Pin type
in „STM32 Timer2 Interrupt“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
stm32-families.txt
422 STM32F303V(B-C)Tx 422 STM32F303VCYx 422 STM32F358CCTx 422 STM32F358RCTx 422 STM32F358VCTx 423 STM32F401C(B-C)Ux 423 STM32F401C(B-C)Yx 423 STM32F401CCFx 423 STM32F401R(B-C)Tx 423 STM32F401V(B-C)Hx 423 STM32F401V(B-C)Tx 425 STM32L031C(4-6)Tx 425 STM32L031E(4-6)Yx 425 STM32L031F(4-6)Px 425 STM32L031G(
in „Controller mit größerem Flash als angegeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
PLL_VCO / PLL_P */ #define PLL_P 2 #endif /* STM32F427_437x || STM32F429_439xx */ #if defined (STM32F401xx) #define PLL_N 336 /* SYSCLK = PLL_VCO / PLL_P */ #define PLL_P 4 #endif /* STM32F401xx */ /******************************************************************************/ /** * @} */ /** @addtogroup
in „STM32F401 Embitz1.1 Toolchain gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
; RCC->CFGR |= RCC_CFGR_PPRE1_DIV2; // Set APB1 Low speed prescaler APB1 to DIV2 #elif defined (STM32F401RE) || defined (STM32F411RE) // STM32F401/STM32F411 Nucleo Board with 8MHz crystal RCC->CFGR &= ~(RCC_CFGR_HPRE); // Set HCLK prescaler AHB1 to DIV1, alternatively: RCC->CFGR |= RCC_CFGR_HPRE_DIV1
in „stm32f411re timer clock speed ermitteln?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32-families.txt
B-C)Tx DIE422 STM32F303VCYx DIE422 STM32F358CCTx DIE422 STM32F358RCTx DIE422 STM32F358VCTx DIE423 STM32F401C(B-C)Ux DIE423 STM32F401C(B-C)Yx DIE423 STM32F401CCFx DIE423 STM32F401R(B-C)Tx DIE423 STM32F401V(B-C)Hx DIE423 STM32F401V(B-C)Tx DIE425 STM32L010C6Tx DIE425 STM32L031C(4-6)Tx DIE425 STM32L031C6Ux
in „Controller mit größerem Flash als angegeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f401cb_flash.ld
/* The CoIDE linker template used by Em::Blocks CoIDE importer */ OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") /* Internal Memory Map*/ MEMORY { rom (rx) : ORIGIN = 0x08000000, LENGTH = 0x00100000 ram (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00020000 ccram (rwx) : ORIGIN = 0x10000000, LENGTH = 0x00010000 SDRAM (rwx) : ORIGIN = 0xD0100000, LENGTH = 0x00700000 /* 7 MB */ } /* _eram = 0x20000000 + 0x00020000; */ /* Section Definitions */ SECTIONS { .text : { KEEP(*(.isr_vector .isr_vector.*)) *(.text .text.* .gnu.linkonce.t.*) *(.glue_7t) *(.glue_7) *(.rodata .rodata* .gnu.linkonce.r
in „STM32F4 GCC Toolchain: syscalls.c printf und malloc Errors“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f401ce_flash.ld
------------------------------------------ * Linker script for running in internal FLASH on the STM32F401CE *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory Spaces
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f401cc_flash.ld
------------------------------------------ * Linker script for running in internal FLASH on the STM32F401CC *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory Spaces
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32-families.txt
B-C)Tx DIE422 STM32F303VCYx DIE422 STM32F358CCTx DIE422 STM32F358RCTx DIE422 STM32F358VCTx DIE423 STM32F401C(B-C)Ux DIE423 STM32F401C(B-C)Yx DIE423 STM32F401CCFx DIE423 STM32F401R(B-C)Tx DIE423 STM32F401V(B-C)Hx DIE423 STM32F401V(B-C)Tx DIE425 STM32L010C6Tx DIE425 STM32L031C(4-6)Tx DIE425 STM32L031C(4-
in „Controller mit größerem Flash als angegeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
--------------------------------------------------------------------------------------------- * STM32F401RE Nucleo Board with 8 MHz crystal (84 MHz): * * Input frequency 8MHz * PLL M 4 * PLL N 84 * PLL P 2 * AHB prescaler 1 * APB1 prescaler 2 * APB2 prescaler 1 * * SYSCLK = ((HSE_VALUE / PLL_M) * PLL_N
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_ED2109-015-A.pdf
6 PH0-OSC_IN 22 C1 C16 C17 VDD VSS UART_EN R20 B B PH1-OSC_OUT VCAP1 100nF 100nF 100nF 9 8 S S STM32F401CCU6 C18 VDDA/VREF+ VSSA/VREF- 10k U U 1uF GND GND STM32F401CCU6 GND IC3 GND C19 GND USB_DP+ 16 VCC TXD 2 OSCA_1 2 USB_DP- 4 V3 RXD 3 2 22pF Y3 C9 C12 RTS# 14 XTAL1 3 GND 100nF 100nF 13 1 5 DTR# 12
-
PDF
Schematic_ED2109-015.pdf
6 PH0-OSC_IN 22 C1 C16 C17 VDD VSS UART_EN R20 B B PH1-OSC_OUT VCAP1 100nF 100nF 100nF 9 8 S S STM32F401CCU6 C18 VDDA/VREF+ VSSA/VREF- 10k U U 1uF GND GND STM32F401CCU6 GND X2 IC3 GND A4 VBUS1 D+ A6 C19 GND A9 VBUS2 D+ B6 USB_DP+ 16 VCC TXD 2 OSCA_1 2 B4 VBUS3 D- A7 USB_DP- 4 V3 RXD 3 2 B9 VBUS4 D-
-
Datei
main.c
--------------------------------------------------- */ #if defined (NUCLEO_BOARD) # if defined (STM32F401RE) // STM32F401 Nucleo Board @84MHz # define TIM_CLK 84000000L // 84 MHz # define TIM_PERIOD 7 # elif defined (STM32F411RE) // STM32F411 Nucleo Board @100MHz # define TIM_CLK 100000000L // 100 MHz
-
PDF
en.x-nucleo-iks01a2_quick_start_guide.pdf
or NUCLEO-L476RG \STM32CubeExpansion_MEMS1_V3.0.0\Projects\Multi\Examples\IKS01A2\DataLog\Binary\STM32F401RE-Nucleo \STM32CubeExpansion_MEMS1_V3.0.0\Projects\Multi\Examples\IKS01A2\DataLog\Binary\STM32L053R8-Nucleo \STM32CubeExpansion_MEMS1_V3.0.0\Projects\Multi\Examples\IKS01A2\DataLog\Binary\STM32L476RG-Nucleo
in „LSM6DSL Gyro+Accelerometer, Gyro gibt keine Werte aus.“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Elektronikkomponenten und Module auf weißem Untergrund
ESP32+Wroom-32 Bluetooth + WLAN Pinleiste MCU STM32 F401 CNL-Shield Arduino Clone LDR SS28
in „Wanderkiste Widlar VIII“ · Markt · · Fotos
-
Bild
Software-Menü für WordClock Projekt
Overlays Ambilight Timers DFPlayer Files Update Local Update Main Name Value RTC online Processor STM32F401CC EEPROM online Oscillator 25 MHz 84MHz Hardware WS2812 GRB Display 3.1.2 Version ESP8266 version 3.1.2 YYYY MM DD hh mm Action 2025 11 03 11 49 Save Ticker Power On Ambilight Power On Learn IR remote
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
Bild
Schaltplan NexoCore 0.1 MCU und Power Supply
100n C5 100n C6 100n GND +3.3V VBUS USB App nano ANA47 GND USB_B_Micro J3 UART2 J1 SWD J2 I2C1 STM32F401RET6 Pin Out using STM32CubeIDE
in „Hilfe benötigt - Debugger erkennt STM32F401RE-Mikrocontroller nicht?“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
OpenOCD Terminalausgabe Fehlermeldung
strayker[elfer]~[main U:5 x]~/Coding/141_stm32f401re_blinky openocd -f /usr/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/share/openocd/scripts/target/stm32f4x.cfg Open On-Chip Debugger v0.11.0-esp32-20221026-63-g6cd81a66 (2023-05-27-22:05
in „Hilfe benötigt - Debugger erkennt STM32F401RE-Mikrocontroller nicht?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
STM32Cube-MX-HAL-MOOC-presentation-16-9.pdf
GPIO for LED toggling 60 •Create project in CubeMX • Menu > File > New Project • Select STM32F4 > STM32F401 > LQFP64 > STM32F401RETx •Configure LED pin as GPIO_Output Configure GPIO for LED toggling 61 •For debug purpose is recommended to select debug pins SWD or JTAG • Select can be done in TAB>Pinout
in „STM32 HAL Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
platformio.ini
share/PlatformIO/scripts/stm32_bootloader.py buildroot/share/PlatformIO/scripts/mks_encrypt.py # # STM32F401VE # 'STEVAL-3DP001V1' STM32F401VE board - https://www.st.com/en/evaluation-tools/steval-3dp001v1.html # [env:STM32F401VE_STEVAL] platform = ${common_stm32.platform} extends = common_stm32 board = STEVAL_STM32F401VE build_flags = ${common_stm32.build_flags} -DARDUINO_STEVAL -DSTM32F401xE -DDISABLE_GENERIC_SERIALUSB -DUSBD_USE_CDC_COMPOSITE -DUSE_USB_FS extra_scripts = ${common.extra_scripts} pre:buildroot/
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
ws2812.c
------------------------------------------------------------------------------- */ #if defined (STM32F401RE) // STM32F401RE 84MHz #define WS2812_TIM_CLK 84L // 84 MHz = 11.90ns #elif defined (STM32F411RE) // STM32F411RE 100MHz #define WS2812_TIM_CLK 100L // 100 MHz = 10.00ns #elif defined (STM32F446RE
in „WS2812B mit Lib von Martin Hubáček auf F103“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
NUCLEO_DATASHEET_EN.pdf
NUCLEO-F302R8 STM32F302R8T6 NUCLEO-F303RE STM32F303RET6 NUCLEO-F334R8 STM32F334R8T6 NUCLEO-F401RE STM32F401RET6 NUCLEO-F411RE STM32F411RET6 NUCLEO-L053R8 STM32L053R8T6 NUCLEO-L073RZ STM32L073RZT6 NUCLEO-L152RE STM32L152RET6 NUCLEO-L476RG STM32L476RGT6 The meaning of NUCLEO-TXXXRY codification is as follows
-
PDF
STEVAL-3DP001V1_Manual.pdf
Marlin4ST firmware is the default firmware for the STEVAL-3DP001V1 3D printer board. It runs on the STM32F401 and is fully capable of handling 3D prints from G-Codes (Marlin format). The prints can be performed via the UART, SD or Wi-Fi interfaces. It can be interfaced with 3D printer host software like
in „3D-Drucker Board bzw CNC-Board mit STM32F401“ · Mechanik, Gehäuse, Werkzeug ·
-
PDF
BLDC_motors.pdf
Three-Phase Motor Control with STM32F401RET6U For a good animation of what we are doing look at http://elabz.com/brushless-dc-motor-with-arduino/ Our brushless direct current three-phase motor – BLDC – is a CDROM-motor and its connector
in „BLDC Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
an4545-vl6180x-basic-ranging-application-note-stmicroelectronics.pdf
example code on how to perform ranging with VL6180X using single shot mode. The code is based on the STM32 F401 Nucleo board and can be compiled using the mbed Compiler. /////////////////////////////////////////////////////////////////// // Beginning of code ////////////////////////////////////////////////
in „STM32F1 Probleme mit Frings I2C-Bus Routine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
http.cpp
hardware_configuration & HW_STM32_MASK) { case HW_STM32F103: stm32_filename_idx = 0; break; case HW_STM32F401: stm32_filename_idx = 1; break; case HW_STM32F411: stm32_filename_idx = 2; break; } switch (hardware_configuration & HW_WC_MASK) { case HW_WC24H: stm32_filename_idx += 3; break; } #endif flashsize
-
PDF
en.DM00072315.pdf
STM32F318xx, STM32F328xx, STM32F334xx, STM32F 358xx, STM32F378xx, STM32F398xx STM32F4 Series: – STM32F401xx, STM32F405xx, STM32F407xx, STM32F410xx, STM32F411xx, STM32F412xx, STM32F415xx, STM32F417xx, STM32F427xx, STM32F429xx, STM32F437xx, STM32F439xx, Microcontrollers STM32F446xx, STM32F469xx, STM32F479xx
in „STM32 I2C zu Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
user_manual_nucleo.pdf
NUCLEO-F072RB STM32F072RBT6 NUCLEO-F103RB STM32F103RBT6 NUCLEO-F302R8 STM32F302R8T6 NUCLEO-F401RE STM32F401RET6 NUCLEO-L152RE STM32L152RET6 The meaning of NUCLEO-TXXXRY codification is as follows: TXXX describes the STM32 MCU product line R describes the pin count (R for 64 pins) Y describes the
in „USART1 issue with a STM32F030R8 Nucleo Board“ · µC & Digital Electronics ·
-
PDF
STM32F429_Reference_Manual.pdf
1707 56/1751 RM0090 Rev 19 RM0090 Documentation conventions 1 Documentation conventions ®(a) ® The STM32F401xx devices have an Arm Cortex -M4 with FPU. 1.1 List of abbreviations for registers The following abbreviations are used in register descriptions: read/write (rw) Software can read and write to these
in „USB-C Dual-Role-Device DRD mit integriertem OTG FS PHY“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_Reference_manual.pdf
1707 56/1751 RM0090 Rev 19 RM0090 Documentation conventions 1 Documentation conventions ®(a) ® The STM32F401xx devices have an Arm Cortex -M4 with FPU. 1.1 List of abbreviations for registers The following abbreviations are used in register descriptions: read/write (rw) Software can read and write to these
in „STM32F4 Timer Triggered DMA SPI – NSS Problem“ · Mikrocontroller und Digitale Elektronik ·