-
Bild
Debugger-Konsole mit Flash-Erase- und Write-Fehlermeldungen
0x01000000 pc: 0x080001b0 msp: 0x20001af8 x/1xw 0x040021024 Warn : target not halted Info : target STM32F103C8Tx.cpu was not halted when step was requested Warn : target not halted Info : target STM32F103C8Tx.cpu was not halted when step was requested x/1xw 0x040021024
in „GD32F303: Bootloader der Originalfirmware für Open Source Projekt nutzen“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
ch9121_doc2.pdf
configurat ion, reset 9121, leave configuration mode STM32 The sample demo we provide is based on STM32F103RBT6, and the connection method provided is also the pin of the corresponding STM32F103RBT6. If there is a need to transplant the demo, please connect according to the actual pin. Hardware Connection STM32F103ZET connection pin correspondence ETH STM32 5V 5V GND GND RXD1 PC10 TXD1 PC11 CFG0 PC12 RST1 PD2 Take our STM32F103RBT6 as an example, the connection is as follows: 2-CH UART TO ETH-STM32.png (/wiki
in „Serieller Tunnel durch IP-Netz?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Laptop mit STM32F103VETX Chip-Abbildung und drei Mikrocontrollern
STM32F103VETX LQFP100
in „Re: CubeMX ist ein erbarmliches Stück Scheiße!“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
Datei
main.c
TIM_PERIOD 100 # else # error STM32 unknown # endif #elif defined (BLUEPILL_BOARD) # if defined (STM32F103) // STM32F103 BLuePill Board @72MHz # define TIM_CLK 72000000L // APB2 clock: 72MHz # define TIM_PERIOD 5 # else # error STM32 unknown # endif #else #error STM32 unknown #endif #define TIM_PRESCALER
-
Bild
Abfotografierter Bildschirm einer Web-Oberfläche für ein STM32-Projekt
Ambilight Timers DFPlayer Files Update Local Update Name Value Board BluePill RTC online Processor STM32F103C8 EEPROM online Oscillator 8 MHz EEPROM Version 2.9 Frequency 72MHz DFPlayer offline Hardware WC12h Display power on Display WS2812 RGB Version 3.1.2 ESP8266 version 3.1.2 YYYY MM DD hh mm Action
in „WordClock mit WS2812“ · Projekte & Code · · Fotos
-
Bild
Tabelle mit Pinbelegungen verschiedener Mikrocontroller-Boards
Device | STM32F4x1 Nucleo | STM32F4x1 Blackpill | STM32F103C8T6 BluePill | Remarks User button | GPIO: PC13 (on board) | GPIO: PA0 (on board) | GPIO: PA6 | on board Board LED | GPIO: PA5 | GPIO: PC13 | GPIO: PC13 | on board TSOP312388 (IRMP) | GPIO: PC10
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
Datei
session1.txt
Voraussetzungen * IDE: STM32CubeIDE oder STM32CubeMX * HAL-Lib für die spezifische Serie (z.B. STM32F103) * Systemtick durch `HAL_Init()` initialisiert ### `main.c` Code Hier ist der typische Aufbau der `main.c`. Wichtig ist, dass die Systemuhren (Clocks) und der GPIO-Pin initialisiert werden, bevor