-
Datei
irmpconfig.h
define IRMP_32_BIT 0 // use 32 bit command value, 0 or 1 #endif // IRMPCONFIG_STAGE1_H #ifdef IRMPCONFIG_STAGE2_H /*--------------------------------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
STM32F4-BASE.pdf
/4.3C S SDIO-CK/4.3C 0 0 1 9 8 7 6 5 4 3 2 1 1 9 8 7 6 5 4 3 2 1 1 9 8 7 6 5 4 3 2 1 4 C 1 3 V C S S S 0 1 9 8 7 6 5 4 3 2 1 5 S HSE 25Mhz LSE 32.768KHz SerialWireDebug / JTAG T U _ X1 X2 2 4 3 C 6 GND OUT OSC_OUT S V 0 9 1 2 1 2 O AVCC +++ 1 . 0 7 OSC_IN IN GND2 OSC32_IN 1 2 0 Jumper SWD Reset 6 5 - 8 0 9 0 1 0 1 0 D C7 8 u 1 0 ABM8G-DY2T C24 R 1 R 1 R 1 R 1 6 1 2 D C 2 1 L 4 C22 C23 KYOCERAST3215SB J 100nF A S 28pF
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE.pdf
8 7 6 5 4 3 2 1 1 9 8 7 6 5 4 3 2 1 1 9 8 7 6 5 4 3 2 1 4 C 1 3 V C S S S 0 1 9 8 7 6 5 4 3 2 1 5 S HSE 25Mhz LSE 32.768KHz SerialWireDebug / JTAG T U _ X1 X2 2 4 3 C 6 GND OUT OSC_OUT S V 0 9 1 2 1 2 O AVCC +++ 1 . 0 7 OSC_IN IN GND2 OSC32_IN 1 2 0 Jumper SWD
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.h
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f0xx_system * @{ */ /** * @brief Define to prevent recursive inclusion */ #ifndef __SYSTEM_STM32F0XX_H #define __SYSTEM_STM32F0XX_H #ifdef __cplusplus extern "C" { #endif /** @addtogroup STM32F0xx_System_Includes
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
log.txt
PACKAGES: - framework-arduinoststm32 @ 4.20500.230714 (2.5.0) - framework-cmsis @ 2.50700.210515 (5.7.0) - tool-dfuutil @ 1.11.0 - tool-openocd @ 3.1200.0 (12.0) - tool-stm32duino @ 1.0.2 - toolchain-gccarmnoneeabi @ 1.100301.220327 (10.3.1
in „Nucleo + PlatformIO upload Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
configured, this is done through SystemInit() function which is called from startup file (startup_stm32f4xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f4xx.c file */ /* Initialize Leds mounted on STM32F4-Discovery board
in „STM32F4 SysTick Fehler ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AvrSTM32F_IO.pdf
Lesen der IO Ports genauso übersichtlich programmiert werden kann. Die Möglichkeiten der Ports bei den STM32Fxxx Prozessoren sind aber deutlich vielfältiger. Abb.1 STM32F10x GPIO Register Struktur Abb.2 STM32F30x und STM32F40x GPIO Register Struktur STM32F3 Discovery Board Blockschaltbild // Simple GPIO Example for STM32F10x und STM32F30x Discovery Modul Juni 2013 // A.Schnell #include "stm32f30x.h" #include "stm32f30x_gpio.h" #include "stm32f30x_rcc.h" #define BUTTON GPIO_Pin_0 // User Button #define LED6 GPIO_Pin
in „AVR ARM STM32F3 Discovery GPIO Einführung“ · Projekte & Code ·
-
Datei
stm32f1xx_hal_can.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F1xx_HAL_CAN_H #define __STM32F1xx_HAL_CAN_H #ifdef __cplusplus extern "C" { #endif #if defined(STM32F103x6) || defined(STM32F103xB) || defined(STM32F103xE) || \ defined(STM32F103xG) || defined(STM32F105xC
in „STM32 CAN Botschaft empfangen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
usr_scm_stm32com-a2-1.pdf
PC14 PC14 8 PC14 TCK 76 PA14 PC15 9 PC15 TDI 77 PA15 Q301 V V 32.7kHzQ/S STM32F107VCT6 1 / 3 3 STM32F107VCT6 PC15 A 3 3 0 3 6 6 + / 6 6 0 6 0 / 0 / 4 S 0 / 0 / 0 S 0 / R301 3 2 3 2 3 U 3 0 3 0 3 U 3 0 C 2 C 2 C302 C303 C 4 C 1 C 1 C 1 C 1 0R0/0603 A A A A 12p/0603
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_i2c1.h
//-------------------------------------------------------------- // File : stm32_ub_i2c1.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __STM32F1_UB_I2C1_H #define __STM32F1_UB_I2C1_H
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
@param None * @retval None */ /* QVGA 320x240 */ const unsigned char OV2640_QVGA[][2]= { 0xff, 0x00, 0x2c, 0xff, 0x2e, 0xdf, 0xff, 0x01, 0x3c, 0x32, 0x11, 0x00, 0x09, 0x02, 0x04, 0x28, 0x13, 0xe5, 0x14, 0x48, 0x2c, 0x0c, 0x33, 0x78, 0x3a, 0x33, 0x3b, 0xfB, 0x3e, 0x00, 0x43, 0x11, 0x16, 0x10
in „STM3220G-EVAL + Kamera OV2460“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
RCC_CFGR , RCC_BASE + 0x08 .equ RCC_AHB1ENR , RCC_BASE + 0x30 .equ RCC_AHB2ENR , RCC_BASE + 0x34 .equ RCC_APB1ENR , RCC_BASE + 0x40 .equ RCC_APB2ENR , RCC_BASE + 0x44 @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltplan.pdf
. . 2 3/ 6 6 6 GND N N 1 2 3 S S L L L 1 21 3V3_STM/1.7D 5 VDD PA11 22 3V3_STM/1.7D VDDA PA12 2 PF0-OSC_IN PA13 23 SWDIO 3 PF1-OSC_OUT PA14 24 BLHELI_TLM_RX/3.4B C NRST 4 NRST PA15 25 C SENS1/1.8A 6 PA0 PB0 14 L2_6/1.5B 7 15 COMP/1.8A 8 PA1 PB1 16 L3
in „SD Karte/SPI Problem ab 200A -> Störungen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_i2c1.h
//-------------------------------------------------------------- // File : stm32_ub_i2c1.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __STM32F1_UB_I2C1_H #define __STM32F1_UB_I2C1_H
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_hal_msp.c
Header */ /** ****************************************************************************** * @file stm32f0xx_hal_msp.c * @brief This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** * @attention
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp-libopencm3.diff
diff --git a/irmp.c b/irmp.c index 150d69f..f95410b 100644 --- a/irmp.c +++ b/irmp.c @@ -2189,6 +2189,15 @@ irmp_init (void) # endif GPIO_Init(IRMP_PORT, &GPIO_InitStructure); +#elif defined (ARM_OPENCM3) // STM32 with
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmpconfig.h
--------------------------------------------------------------- * Change hardware pin here for ARM STM32 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input on STM32 # define IRMP_PORT_LETTER C # define IRMP_BIT_NUMBER 13 /*------------------------------------------------------------------------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
Resources_STM32WL_UFQFPN48_REF_BOARD_Low_Power_High_Band_868-915MHz.pdf
from daughter board (TOP LAYER) STM32WLxx_QFN48 U4C B CO8 B SB 1 SB 1 RR PC0 PI81 PS12 PIB0 3PU0 PC14-OSC32_IN PH3 PI419 PS12 PS11OOT0 PI10 PI10 P2 10K 6.8pF X1 Close Close U4B CO9 P SB 2 40 18 VDDRF 46 6404UIP PC0 PI91 PS22 PIB0 PU0 PC15-OSC32_OUT NRST PI41 P ONRST T VDDSMPS 32.768KHz Close 1 2 P1 P0 6.8pF CO2 PI 1 47 74VLXSMPS STM32WLxx_QFN48 P0 U 1 C10 CO1 P0 0 C12 V P P1 4.7uF P0 100nF L2 1 45 5404UIP P0 100nF C CSB3 2 VFBSMPS L Close 15µH
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
basic_interpreter.pdf
entsteht folgende Verzeichnissstruktur: basict ---------- Makefile sendbas19200 compilesendbas tbasic.c tbasic.ihx adctest.bas array.bas ascii.bas blink.bas fakul.bas lauflicht.bas include --------- stm8s.h stm8_init.h stm8_gpio.h uart_tbasic.h src ------------- uart_tbasic.c stm8_init.c clean tools/bin
-
PDF
STM32F746G_Discovery.pdf
300nF C000nF P000nF 000nF I2 IR5 10KR5 STM32F746NGH6 I2 C53 20C32 2.2uF 2.2uF I1 I1 21 TitleSTM32F746NGH6 Connexion ProjectSTM32F746G-DISCO Size: A3 Reference: MB1191 Revision: A-01 Ceramic capacitor (Low ESR
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0001-Add_Frre_Text_Support_To_STM32.patch
EEPROM_DATA_OFFSET_FREE_TEXT + EEPROM_DATA_SIZE_FREE_TEXT) #endif diff --git a/src/freetext/freetext.c b/src/freetext/freetext.c new file mode 100644 index 0000000..d0f8916 --- /dev/null +++ b/src/freetext/freetext.c @@ -0,0 +1,99 @@ +/*-----------------------------------------------------------------
-
Datei
Usart.c
software * development tools. Nothing else gives you the right to use this software. * * Copyright (c) 2005-2007 Keil Software. All rights reserved. *----------------------------------------------------------------------------*/ #include <stm32f10x_lib.h> // STM32F10x Library Definitions #include <stdio.h
in „UART Ring Buffer volatile?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB997.pdf
1 2 3 4 ST_LINK_V2.SCHDOC U_ST_LINK U_STM32Fx U_Audio STM32Fx.SchDoc Audio.SchDoc NLPA4 NLPB10 MCO MCO PA0 PA0 PE0 PE0 PA4 PA4 PB10 PB10 PA14 PA14 TCK/SWCLK PA1A PA1 PE1 PE1 PC12C1 PC12 PC3 PC3C PA13 PA13 TMS/SWDIO PA2A PA2 PE2 PE2E PC10C1
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MCP2307_IO_Expansion_Board_User_Manual_EN.pdf
5V. Comes with development resources and manual (for RaspberryPi/micro:bit/Arduino/STM32) 1 / 11 MCP23017 IO Expansion Board SPECIFICATIONS Operating voltage: 5V/3.3V Interface: I2C Interrupt pin: INTA, INTB Expansion I/O: 16 Dimension: 38mmx23mm Holes size: 2.0mm INTERFACE PIN Description Arduino Uno STM32F407 Raspberry Pi Vcc Voltage 3.3V/5V 3.3V/5V 3.3V/5V GND Ground GND GND GND SDA I2C data line SDA PB7 SDA SCL I2C clock line SCL PB6 SCL INTA 1 Interrupt pin 3 PA0 0(WiringPi) INTB 2 Interrupt pin
in „kennt jemand sich aus mit MC23017 IO-Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
#define IRSND_SUPPORT_RCMM_PROTOCOL 0 // RCMM 12,24, or 32 >= 20000 DON'T CHANGE, NOT SUPPORTED YET! #define IRSND_SUPPORT_LGAIR_PROTOCOL 0 // LG Air Condition >= 10000 ~150 bytes. #define IRSND_SUPPORT_SAMSUNG48_PROTOCOL 0 // Samsung48
in „IRSND Daten für Roomba“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
#define IRSND_SUPPORT_RCMM_PROTOCOL 0 // RCMM 12,24, or 32 >= 20000 DON'T CHANGE, NOT SUPPORTED YET! #define IRSND_SUPPORT_LGAIR_PROTOCOL 0 // LG Air Condition >= 10000 ~150 bytes. #define IRSND_SUPPORT_SAMSUNG48_PROTOCOL 0 // Samsung48
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
http.cpp
_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
-
PDF
STM_Mouser.pdf
+49 (0)89 520 462 110 Standort wählen Alle Artikelnummer / Schlagwort 0 Produktvergleich Produktinfo. Bild: Alle markieren: Mouser-Teilenr.: 511-STM32F103C6T6A 511-STM32F103C8T6 Herst.-Teilenr.: STM32F103C6T6A
in „STM32 Win10 COM-Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Final_Program_PWM-AC__synchronised.pdf
************************ **** * @file TIM/InputCapture/stm32l1xx_it.c * @author MCD Application Team * @version V1.0.0 * @date 31-December-2010 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and * peripherals
in „STM32L1xxx µC displaying memory contents“ · µC & Digital Electronics ·
-
Datei
Open_On-Chip_Debugger_0.3.1-snapshot__384_K.txt
trst_push_pull srst_open_drain Warn : stm32.bs: nonstandard IR mask Warn : use 'stm32.cpu' as target identifier, not '0' Info : device: 4 "2232C" Info : deviceID: 364511235 Info : SerialNumber: FTOO8MMMA Info : Description: Olimex OpenOCD JTAG
in „STM32 hat zu wenig Flash?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32C5 Portfolio Übersicht und Spezifikationen
Kbytes of RAM, 1 Mbyte of Flash 2.7–3.6 V, <100 µA/MHz dynamic power Ambient temperature up to 125°C without impact Ethernet, USB, I3C, FDCAN, OCTOSPI Up to 3x ADC, 2x DAC, 2x COMP, OPAMP PSA L3 / SESIP3 target certification Optional SCA-resistant hardware crypto with key storage Coupling & chaining bridge with symmetric and asymmetric crypto accel STM32C5 portfolio Flash size/ RAM size 512kB to 1MB/ 256kB 256 to 512kB / 128kB 128 to 256kB / 64kB STM32C59x - STM32C5A3 From 0.97$ STM32C55x - STM32C562 From 0.78$ STM32C53x - STM32C542 From 0.64$ Pin
in „Low End-Mikrocontroller von Renesas und ST, Funkmodule, Amazon Sidewalk uvam“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
PDF
TestArmTurtorialDeu.pdf
Entwicklungsboards mit diesen Controllern verfügbar, zum Beispiel: Nucleo-F103, „/ users / hudakz / code / STM32F103C8T6_Hello / Blue Pill (suchen Sie nach „stm32f103c8t6“ auf AliExpress, Ebay oder Amazon), Quellhardware Olimexino-STM32, STM32-P103, / STM32-H103 / STM32-H103, STM3210E-EVAL. Prozessortyp & Dokumentation
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
//-------------------------------------------------------------- // File : main.c // Datum : 09.09.2014 // Version : 1.0 // Autor : AJ // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" //-------------------------------------------------------------- // Funktion : // Programm um 4 Funktionstasten einzulesen // mit zwei Tasten wird ein Wert
in „STM32F4 DISCOVERY und SainSmart 3.2″ Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart_stm32f4xx.c
/* * usart_stm32f4xx.c * * USART/UART-Treiber * * $Date: 2019-12-07 17:42:37 +0100 (Sa, 07 Dez 2019) $ * $Revision: 1095 $ * * 15.05.2019 Nicolas */ #ifdef STM32F4XX #include "usart.h" #include "hw_config.h" #include
in „STM32F446: USART DMA-Transfer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linker_Ausgabe.txt
BlinkingLEDCPP **** make all ..linking arm-none-eabi-g++ -v -o elf/main.elf obj/main.o obj/system_stm32f10x.o obj/startup_stm32f10x.o obj/stm32f10x_rcc.o obj/stm32f10x_gpio.o obj/newlib_stubs.o obj/core_cm3.o obj/mini_cpp.o -TSTM32F10x_512k_64.ld -LC:/Entwicklung/CodeSourcery/arm-none-eabi/lib/thumb2
in „Linker Problem wegen _sbrk() trotz newlib_stubs.c/mini_cpp.cpp“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
, GPIOA_BASE + 0x18 .equ GPIOA_LCKR , GPIOA_BASE + 0x1C .equ GPIOA_AFRL , GPIOA_BASE + 0x20 .equ GPIOA_AFRH , GPIOA_BASE + 0x24 .equ HSERDY , BIT17 .equ HSEON , BIT16 @ USART1 on STM32F4 chips: pp. 1018 in RM0090 (dm00031020
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
section: * * Change hardware pin here: IRSND_XMEGA_OC0A = OC0A on ATxmegas supporting OC0A, e.g. ATxmega128A1U * IRSND_XMEGA_OC0B = OC0B on ATxmegas supporting OC0B, e.g. ATxmega128A1U * IRSND_XMEGA_OC0C = OC0C on ATxmegas supporting OC0C, e.g. ATxmega128A1U
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
codecIntegerSineWave.ino
http://grauonline.de/wordpress/?page_id=1004 // example code from mubase // https://github.com/mubase/STM32F4-Arduino-core/blob/master/cores/maple/libmaple/stm32f4codec/CODECSINE/CODECSINE.ino #include <HardWire.h> #include <Wire.h> #include <WireBase.h> #include "codec.h" int sine[] = {0x800, 0x832, 0x864
in „STM32F4 Discovery Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Scratch_MegaSample.c
#include "stm32f4xx.h" #include "system_stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "misc.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_syscfg.h" #include "stm32f4xx_spi.h" #
in „STM32F4 ADC/DMA Phänomene“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_conf.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_CONF_H #define __STM32F4x7_ETH_CONF_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" /* Exported
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ch9121_doc2.pdf
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 (
in „Serieller Tunnel durch IP-Netz?“ · 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 „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Atollic_Develop_Debug_BootloaderApps_ARMCortex.pdf
the bootloader • Start with a project template generated by the project wizard. (STM32F4-Discovery board, code in flash memory.) • Linker configuration file (stm32f4_flash.ld) will, by default, place the code at the start of flash at 0x08000000. This is what we want! 2016-04-20 8 Constructing
in „GDB - ARM, Debug mit Offset“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
techb_GraficLCD_de_en.pdf
Schnittstellendaten Interface Data LCD Belegung (4 Bit Modus) / LCD Configuration (4 Bit mode) Steckerleiste / STM32 F4 Discovery Male pin header PLUS LCD Beschreibung / Description 1 PIN E8 LCD PIN 6 DB0 = Datenbit 0 /data bit 0 2 PIN E9 LCD PIN 7 DB1 = Datenbit 1 /data bit 1 3 PIN E10 LCD PIN 8 DB2 = Datenbit
in „LCD Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_general-purpose_timer_cookbook_en.DM00236305.pdf
objective of this application note is to present in a generic and simple way some use- cases of the STM32 timer peripherals, and it does not cover use-cases like motor control applications due to their complexity. Table 1. Applicable products Type Product series STM32F0 Series, STM32F1 Series, STM32F2 Series, STM32F3 Series, Microcontrollers STM32F4 Series, STM32F7 Series, STM32L0 Series, STM32L1 Series, STM32L1W Series, STM32L4 Series. May 2017 DocID028459 Rev 2 1/73 www.st.com 1 AN4776 1 Basic operating modes
in „STM32 Timer Cookbook PWM - Beispiel 6.2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Applnote.pdf
objective of this application note is to present in a generic and simple way some use- cases of the STM32 timer peripherals, and it does not cover use-cases like motor control applications due to their complexity. Table 1. Applicable products Type Product series STM32F0 Series, STM32F1 Series, STM32F2 Series, STM32F3 Series, Microcontrollers STM32F4 Series, STM32F7 Series, STM32L0 Series, STM32L1 Series, STM32L1W Series, STM32L4 Series. June 2016 DocID028459 Rev 1 1/73 www.st.com 1 AN4776 1 Basic operating modes
in „PWM Signalerzeugung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test.c
); if((byteswritten == 0) || (tempRes != FR_OK)) { /* 'STM32.TXT' file Write or EOF Error */ Error_Handler(); } else { f_close(&MyFile); tempRes = f_open(&MyFile, "STM32.TXT", FA_READ); if(tempRes != FR_OK) { /* 'STM32.TXT'
in „STM32F7 FatFS mit µSD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_stm32f4xx.c
/** @file spi_stm32f4xx.c * * SPI-Interface (Hardware) * * $Date: 2019-08-24 16:00:18 +0200 (Sa, 24 Aug 2019) $ * $Revision: 861 $ * * @date 24.08.2019 Nicolas */ #include "spi.h" #include "hw_config.h" #include "myassert.h
in „ST32F4xx SPI1 DMA funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
spectrum clock generation register .set RCC_PLLI2SCFGR, 0x84 @ RCC I2S PLL configuration register @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips: pp. 1018 in RM0090 (dm00031020-stm*.pdf) .equ USART3_BASE , 0x40004800 .equ USART3_SR , USART3_BASE
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
spectrum clock generation register .set RCC_PLLI2SCFGR, 0x84 @ RCC I2S PLL configuration register @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips: pp. 1018 in RM0090 (dm00031020-stm*.pdf) .equ USART3_BASE , 0x40004800 .equ USART3_SR , USART3_BASE
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·