-
Datei
compiler_output.txt
STM32F303RE_test/CMSIS/device" -I"/hdd/stefan/Programmierung/STM32/STM32F303RE_test/CMSIS/core" -Og -g3 -Wall -fmessage-length=0 -ffunction-sections -c -MMD -MP -MF"startup/sysmem.d" -MT"startup/sysmem.o"
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Ausschnitt aus einem STM32 Datenblatt mit Tabelle
STM32F303CBT6, Table 44. HSI oscillator characteristics, fHSI Frequency, TRIM HSI user trimming step, DuCY(HSI) Duty cycle, ACC_HSI Accuracy of the HSI oscillator, tsu(HSI) HSI oscillator startup time, tDDA
in „Müll in serieller Übertragung wenn Kondensator am Quarz berührt wird“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
ws2812b.h
WS2812B #ifdef STM32F10X_MD #include <stm32f10x.h> #include <irq_stm32f103.h> #endif #if defined(STM32F303xE) || defined(STM32F303xD) || defined(STM32F303xC) #include <stm32f3xx.h> #include <irq_stm32f3xx.h> #endif #define WS_ARR (SystemCoreClock/800000) // TimeReload for 800kHz #define WS_T0H (SystemCoreClock
in „WS2812b Pixel mit STM32 und PWM/DMA ohne Hal“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00043574.pdf
RM0316 Reference manual STM32F303xB/C/D/E, STM32F303x6/8, STM32F328x8, STM32F358xC, STM32F398xE advanced ARM -based MCUs ® Introduction This reference manual targets application developers. It provides complete information on how to use the STM32F303xB/C/D/E, STM32F303x6/x8, STM32F328x8, STM32F358xC and STM32F398xE microcontroller memory and peripherals. The STM32F303xB/C/D/E, STM32F303x6/x8, STM32F328x8, STM32F358xC and STM32F398xE devices will
in „STM32F3 Discovery als USB Keyboard“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32-families.txt
(C-E)Tx 422 STM32F302C(B-C)Tx 422 STM32F302R(B-C)Tx 422 STM32F302V(B-C)Tx 422 STM32F302VCYx 422 STM32F303C(B-C)Tx 422 STM32F303R(B-C)Tx 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
in „Controller mit größerem Flash als angegeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32-families.txt
STM32L162RETx DIE437 STM32L162VDYxX DIE437 STM32L162VETx DIE437 STM32L162VEYx DIE437 STM32L162ZETx DIE438 STM32F303C(6-8)Tx DIE438 STM32F303C8Yx DIE438 STM32F303K(6-8)Tx DIE438 STM32F303K(6-8)Ux DIE438 STM32F303R(6-8)Tx DIE438 STM32F328C8Tx DIE438 STM32F334C(4-6-8)Tx DIE438 STM32F334C8Yx DIE438 STM32F334K(4-6-
in „Controller mit größerem Flash als angegeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32-families.txt
STM32L162RETx DIE437 STM32L162VDYxX DIE437 STM32L162VETx DIE437 STM32L162VEYx DIE437 STM32L162ZETx DIE438 STM32F303C(6-8)Tx DIE438 STM32F303C8Yx DIE438 STM32F303K(6-8)Tx DIE438 STM32F303K(6-8)Ux DIE438 STM32F303R(6-8)Tx DIE438 STM32F328C8Tx DIE438 STM32F334C(4-6-8)Tx DIE438 STM32F334C8Yx DIE438 STM32F334K(4-6-
in „Controller mit größerem Flash als angegeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Pinbelegung STM32F303RETx LQFP64 Mikrocontroller
, PA1, PA0, VDDA, VSSA, PC3, PC2, PC1, PC0, NRST, PF0-, PF1-, OSC_IN, PC15, PC14, Button, VBAT, STM32F303RETx, LQFP64
in „Bootloader Mode STM32F303“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
usb.c
with 2x16 bits/word access schema // (e.g. STM32L0x2, STM32L0x3, STM32F04x, STM32F072, STM32F078, STM32F303xD, STM32F303xE) #define UMEM_SHIFT 0 #define UMEM_FAKEWIDTH uint16_t // For devices with 1x16 bits/word access schema // (e.g. STM32F103, STM32F302, STM32F303xB, STM32F303xBxC) // #define UMEM_SHIFT
in „USB HID Device mit STM32F042“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
********************************************************** * @file startup_stm32.s dedicated to STM32F303RETx device * @author Ac6 * @version V1.0.0 * @date 2019-03-03 ****************************************************************************** */ .syntax unified .cpu cortex-m4 .fpu softvfp .thumb
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
********************************************************** * @file startup_stm32.s dedicated to STM32F303RETx device * @author Ac6 * @version V1.0.0 * @date 2019-03-03 ****************************************************************************** */ .syntax unified .cpu cortex-m4 .fpu softvfp .thumb
in „Timer Interrupt am STM32F103RB“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Programmcode in Notepad++ für Atmel AVR Mikrocontroller
328P PWM-PT4115.ioc STM32H750VBTX_FLASH_DTCMRAM.ld STM32H70BVTX_FLASH.ld STM32H70BVTX_DTCMRAM1.ld STM32F303CBT6_Verkauf_Blink.ioc 20-29 andere 328 SPI muss noch anschliessend eingeschaltet werden mit: subroutine init_spi_ein / init_spi_aus 330 SPI und SPE werden 0, d.h. ausgeschaltet (also Interrupt und
in „25LC512 SPI EEPROM seltsames Verhalten / defekt?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
platformio.ini
nucleo_f030r8 build_flags = -D STM32F0 [env:STM32F103] board = nucleo_f103rb build_flags = -D STM32F1 [env:STM32F303] board = nucleo_f303re build_flags = -D STM32F3 [env:STM32F446] board = nucleo_f446re build_flags = -D STM32F4 [env:STM32G474] board = nucleo_g474re build_flags = -D STM32G4 # Framework stm32cube
-
Datei
debugger_output.txt
match requested speed 8000 kHz, using 4000 kHz Info : Stlink adapter speed set to 4000 kHz Info : STM32F303RETx.cpu: hardware has 6 breakpoints, 4 watchpoints Info : Listening on port 3333 for gdb connections Info : accepting 'gdb' connection on tcp/3333 target halted due to debug-request, current mode
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
COM Port betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / word access schema (e.g. STM32F303xD and xE) */ #define shift 0 #define memwidth word /* For devices with 1 x 16 bits / word access schema (e.g. STM32F103xx, STM32F303xB and xC) */ // #define shift 1 // #define memwidth dword // Enable
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
log.txt
page/boards/ststm32/nucleo_f303k8.html PLATFORM: ST STM32 (16.1.0) > ST Nucleo F303K8 HARDWARE: STM32F303K8T6 72MHz, 12KB RAM, 64KB Flash DEBUG: Current (stlink) On-board (stlink) External (blackmagic, cmsis-dap, jlink) PACKAGES: - framework-arduinoststm32 @ 4.20500.230714 (2.5.0) - framework-cmsis @
in „Nucleo + PlatformIO upload Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usbStefan_Aenderung.c
betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / word access schema (e.g. STM32L0, STM32F303xD and xE) */ //#define UMEM_SHIFT 0 //#define UMEM_FAKEWIDTH word /* For devices with 1 x 16 bits / word access schema (e.g. STM32F103, STM32F302, STM32F303xB and xC) */ #define UMEM_SHIFT 1 #define
in „USB CDC von Stefan Frings und WS“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
NUCLEO_DATASHEET_EN.pdf
NUCLEO-F091RC STM32F091RCT6 NUCLEO-F103RB STM32F103RBT6 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
-
Datei
usb.c
/* For devices with 2 x 16 bits / uint16_t access schema (e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE) */ //#define UMEM_SHIFT 0 //#define UMEM_FAKEWIDTH uint16_t /* For devices with 1 x 16 bits / uint16_t access schema (e.g. STM32F103, STM32F302, STM32F303xB and xC) */ #define UMEM_SHIFT
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00072315.pdf
numbers STM32F0 Series: – STM32F030xC, STM32F04xxx, STM32F07xxx, STM32F09xxx STM32F3 Series: – STM32F303xx, STM32F318xx, STM32F328xx, STM32F334xx, STM32F 358xx, STM32F378xx, STM32F398xx STM32F4 Series: – STM32F401xx, STM32F405xx, STM32F407xx, STM32F410xx, STM32F411xx, STM32F412xx, STM32F415xx, STM32F417xx
in „STM32 I2C zu Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_general-purpose_timer_cookbook_en.DM00236305.pdf
state by the start of a new PWM cycle. Some of the STM32 microcontroller families (for example the STM32F303 family) embed timer peripherals that feature two external break inputs: BKIN and BKIN2. For those timer peripherals, the BRK2 break input has a lower priority than the BRK break input. The BKIN and
in „STM32 Timer Cookbook PWM - Beispiel 6.2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Applnote.pdf
state by the start of a new PWM cycle. Some of the STM32 microcontroller families (for example the STM32F303 family) embed timer peripherals that feature two external break inputs: BKIN and BKIN2. For those timer peripherals, the BRK2 break input has a lower priority than the BRK break input. The BKIN and
in „PWM Signalerzeugung“ · Mikrocontroller und Digitale Elektronik ·