-
Datei
spi_stm32f4xx.c
include "nstdlib.h" #include "wallclock.h" /** Auswahl SPI, Ports und Pins */ enum spi_hard_e { spi_hard_STM32F4XX_SPI1_PA5_PA6_PA7, spi_hard_STM32F4XX_SPI2_PB13_PB14_PB15, spi_hard_STM32F4XX_SPI3_PC10_PC11_PC12, }; /* In hw_config.h : */ #define SPI_HARD spi_hard_STM32F4XX_SPI1_PA5_PA6_PA7 //#define SPI_HARD spi_hard_STM32F4XX_SPI3_PC10_PC11_PC12 #if defined( STM32F4XX ) #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" /** Globale Variablen ***********************************************************************
in „ST32F4xx SPI1 DMA funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
errors.txt
Build target 'Target1' assembling startup_stm32f4xx.s... startup_stm32f4xx.s(1): error: A1167E: Invalid line start startup_stm32f4xx.s(2): error: A1137E: Unexpected characters at end of line startup_stm32f4xx.s(3): error: A1159E: Label missing from line start startup_stm32f4xx.s(4): error: A1159E: Label missing from line start startup_stm32f4xx.s(5): error: A1159E: Label missing from line start startup_stm32f4xx.s(6): error: A1159E: Label missing from line start startup_stm32f4xx.s
in „Fehler bei der Bibliothekinitialisierung in Keil 5“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F429_Reference_Manual.pdf
. 102 3.9.7 Flash control register (FLASH_CR) for STM32F405xx/07xx and STM32F415xx/17xx . . . . . . . . . . . . . . . . . . . 103 3.9.8 Flash control register (FLASH_CR) for STM32F42xxx and STM32F43xxx . . .
in „USB-C Dual-Role-Device DRD mit integriertem OTG FS PHY“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_Reference_manual.pdf
. 102 3.9.7 Flash control register (FLASH_CR) for STM32F405xx/07xx and STM32F415xx/17xx . . . . . . . . . . . . . . . . . . . 103 3.9.8 Flash control register (FLASH_CR) for STM32F42xxx and STM32F43xxx . . .
in „STM32F4 Timer Triggered DMA SPI – NSS Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407VGT6.pdf
. 101 3.9.7 Flash control register (FLASH_CR) for STM32F405xx/07xx and STM32F415xx/17xx . . . . . . . . . . . . . . . . . . . 103 3.9.8 Flash control register (FLASH_CR) for STM32F42xxx and STM32F43xxx . . .
in „ARM Controller "richtig" programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407VGT6.pdf
. 101 3.9.7 Flash control register (FLASH_CR) for STM32F405xx/07xx and STM32F415xx/17xx . . . . . . . . . . . . . . . . . . . 103 3.9.8 Flash control register (FLASH_CR) for STM32F42xxx and STM32F43xxx . . .
in „STM32F4 pointer Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gpio.h
########################################################################################## */ enum STM32F1_IMODE_ENUM { STM32F1_ANALOG = 0, STM32F1_FLOATING = 1, STM32F1_PULLUP_PULLDOWN = 2, }__attribute__((packed)) ; typedef enum STM32F1_IMODE_ENUM STM32F1_IMODE; enum STM32F1_OMODE_ENUM { STM32F1_PUSHPULL = 0, STM32F1_OPENDRAIN = 1 }__attribute__((packed)) ; typedef enum STM32F1_OMODE_ENUM STM32F1_OMODE; enum STM32F1_OSPEED_ENUM { STM32F1_10MHZ = 1, STM32F1_2MHZ = 2, STM32F1_50MHZ = 3 }__attribute__((packed))
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c.logging.F30x.diff
-28 03:49:25.062008857 +0100 @@ -856,7 +856,7 @@ irmp_protocol_names[IRMP_N_PROTOCOLS + 1 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" -#elif defined(ARM_STM32F10X) +#elif defined(ARM_STM32F10X) || defined(ARM_STM32F30X) # define STM32_UART_COM
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
system_stm32f30x.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f30x_system * @{ */ /** @addtogroup STM32F30x_System_Private_Includes * @{ */ #include "stm32f30x.h" /** * @} */ /** @addtogroup STM32F30x_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32F3 - USART 9MBaud“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
STM32F0xx_System_Private_Defines * @{ */ /** * @} */ /** @addtogroup STM32F0xx_System_Private_Macros * @{ */ /** * @} */ /** @addtogroup STM32F0xx_System_Private_Variables * @{ */ uint32_t SystemCoreClock = 48000000; __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; /** * @} */ /** @addtogroup STM32F0xx_System_Private_FunctionPrototypes * @{ */ static void SetSysClock(void); /** * @} */ /** @addtogroup STM32F0xx_System_Private_Functions * @{ */
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4_discovery_lcd.h
the STM32F4DISCOVERY, STM32F4DIS-BB, STM32F4DIS-CAM * and STM32F4DIS-LCD modules. ****************************************************************************** * @attention * * THE PRESENT FIRMWARE WHICH IS
in „STM32F4Discovery mit CooCox CoOS-RTOS und printf“ · Projekte & Code ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.1.xls * * 1. This file provides two functions and one global variable to be called from * user
in „Keil Debugger mit STM32F4Discovery / veraltete Firmware im ST-Link“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32F4 SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.1.xls * * 1. This file provides two functions and one global variable to be called from * user
in „[STM32F407VG, Discovery-board] Timer-interrupt verwirrt mich“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32 MCU und MPU Portfolio Übersicht
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 CoreMark 72 MHz Cortex-M4 STM32G4 569 CoreMark 170 MHz Cortex-M4 Mixed-signal MCUs STM32F0 106 CoreMark 48 MHz Cortex-M0+ STM32G0 142 CoreMark 64 MHz Cortex-M0+ STM32F1 177 CoreMark 72 MHz Cortex-M3 Ultra-low Power MCUs STM32L0
in „Super-Kongresstag: STM32-H5-Vorstellung, Google IO, Raspberry Pi-Börsengang geplant“ · Softwareentwicklung · · Diagramme
-
PDF
DM00190424.pdf
and configuration STM32F746G-DISCO discovery board is designed around the STM32F746NGH6 (216-pin TFBGA package). The hardware block diagram (see Figure 3) illustrates the connection between STM32F746NGH6 and peripherals
in „Probleme beim Debuggen mit SW4STM32 und und F7Disco“ · 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 ·
-
Datei
system_stm32f0xx.c
STM32F0xx_System_Private_Defines * @{ */ /** * @} */ /** @addtogroup STM32F0xx_System_Private_Macros * @{ */ /** * @} */ /** @addtogroup STM32F0xx_System_Private_Variables * @{ */ uint32_t SystemCoreClock = 48000000; __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; /** * @} */ /** @addtogroup STM32F0xx_System_Private_FunctionPrototypes * @{ */ static void SetSysClock(void); /** * @} */ /** @addtogroup STM32F0xx_System_Private_Functions * @{ */
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
for STM32F0xx devices, * and is customized for use with STM32F0-DISCOVERY Kit. * The STM32F0xx is configured to run at 48 MHz, following the three * configuration below: * - PLL_SOURCE_HSI (default): HSI (~
in „STM32F030F4P6 und USART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32f4 TIM Base-Init“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
twi.h
i2cTxRxBufferSize; }; ///@brief I2C state typedef enum { I2C_OK = 0, I2C_TIMEOUT = 1, I2C_ERROR = 2, I2C_BUSY = 3 }i2c_status_e; typedef enum { #if defined (STM32F0xx) || defined (STM32F3xx) || defined (STM32L0xx) //calculated with SYSCLK = 64MHz at /*https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=
in „Wer nutzt das Nucleo-64 und kann mir“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
STM32F0xx_System_Private_Defines * @{ */ /** * @} */ /** @addtogroup STM32F0xx_System_Private_Macros * @{ */ /** * @} */ /** @addtogroup STM32F0xx_System_Private_Variables * @{ */ uint32_t SystemCoreClock = 48000000; __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; /** * @} */ /** @addtogroup STM32F0xx_System_Private_FunctionPrototypes * @{ */ static void SetSysClock(void); /** * @} */ /** @addtogroup STM32F0xx_System_Private_Functions * @{ */
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ws2812.c
) // STM32F446RE 180MHz #define WS2812_TIM_CLK 180L // 180 MHz = 5.55ns #elif defined (STM32F103) // STM32F103 Mini Development Board #define WS2812_TIM_CLK 72L // 72 MHz = 13.89ns #else #error STM32 unknown
in „WS2812B mit Lib von Martin Hubáček auf F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
HSI_VALUE / PLL_M) * PLLI2S_N I2SCLK = PLLI2S_VCO / PLLI2S_R */ #define PLLI2S_N 258 #define PLLI2S_R 3 /******************************************************************************/ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Macros * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Variables * @{ */ uint32_t SystemCoreClock = 16000000; __I uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; /** * @} */ /** @addtogroup STM32F4xx_System_Private_FunctionPrototypes * @{ */ static
in „STM32F4 Discovery - I2S bitte um Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32 - Fragen zum Einstieg“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f2xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f2xx_system * @{ */ /** @addtogroup STM32F2xx_System_Private_Includes * @{ */ #include "stm32f2xx.h" /** * @} */ /** @addtogroup STM32F2xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32F105R8T6 + USART2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
RCC_APB1ENR_USART3EN ((uint32_t)0x00040000) /*!< USART 3 clock enable */ #define RCC_APB1ENR_I2C2EN ((uint32_t)0x00400000) /*!< I2C 2 clock enable */ #endif /* STM32F10X_LD && STM32F10X_LD_VL */ #if defined (STM32F10X_HD
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
RCC_APB1ENR_USART3EN ((uint32_t)0x00040000) /*!< USART 3 clock enable */ #define RCC_APB1ENR_I2C2EN ((uint32_t)0x00400000) /*!< I2C 2 clock enable */ #endif /* STM32F10X_LD && STM32F10X_LD_VL */ #if defined (STM32F10X_HD
in „C-Libs for USB and OLED-Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f30x.c
for STM32F30x devices, * and is generated by the clock configuration tool * stm32f30x_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32 Takt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
configuration for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.1.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32 mit timer frequenz ausgeben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code_Test_23062023.txt
Thermoelement_23062023 **** make -j8 all arm-none-eabi-gcc "../Core/Src/LM235Z.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/
in „DAC mit STM32CubeIDE und STM32F411CEU unter Linux“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
preiswertesten Microcontroller den ich gefunden (und sogar verfuegbar) hatte war im Jahr 2016 ein STM8S103F3P6. Stand 2023 ist ein STM32F030f4 bei sehr deutlich besseren Leistungsdaten preiswerter. Hier LAO die Version fuer STM32f030 F4P6. ############################################################
-
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 libopencm3 + + /* GPIOx
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
STM32_Breakout_Assembly.pdf
STM32breakout Dokument: 1.0, Hardware 13/1 STM32 Breakoutboard für die F1-Serie [ Assembly ] Version mit STM32F105RB Engineer: C. Hediger, 01.12.2013 1 2 3 4 links rechts GND +3.3V C111 X1011 VDD X100 PIC1
in „[V] STM32 Breakoutboard passend für Breadboard, tolle sache!“ · Markt ·
-
PDF
STM32F4-Basic-Syntax.pdf
STM32F429-Basic Version : C.01 ===================================================================== Projekt : STM32F429-Basic Version : C.01 Datum : 02.11.2014 EMail : mc-4u(@)t-online.de Web : www.mikrocontroller
in „Basic Editor und Interpreter auf dem STM32F429-Disco“ · Projekte & Code ·
-
PDF
picomon.pdf
Dateninput ist PD6, Pin 3 Gültig für STM32F0xx: STM32F030F4P6 +-------------+ boot0 | 1 20 | PA14 - SWCLK - USART1_TX PF0 - osc_in - I2C1_SDA | 2 S 19 | PA13 - SWDIO - IR_OUT PF1 - osc_out - I2C1_SCL | 3 T 18 | PA10 - USART1_
in „PicoMon für CH32V003 oder STM32F0xx“ · Projekte & Code ·
-
Datei
ws2812b.h
#ifndef WS2812B #define 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
in „WS2812b Pixel mit STM32 und PWM/DMA ohne Hal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f429i_discovery_lcd.h
" #include "stm32f429i_discovery.h" #include "stm32f429i_discovery_sdram.h" #include "../Common/fonts.h" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_DISCOVERY * @{ */ /** @addtogroup STM32F429I_DISCOVERY
in „STM32F429 Display per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_general-purpose_timer_cookbook_en.DM00236305.pdf
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
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
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
libSTM32F4xx_StdPeriph_Driver.a
WWDG_SetWindowValue WWDG_EnableIT WWDG_SetCounter WWDG_Enable WWDG_GetFlagStatus WWDG_ClearFlag // 356 ` stm32f4xx_cryp_aes.o/ stm32f4xx_cryp_des.o/ stm32f4xx_cryp_tdes.o/ stm32f4xx_cryp_des.o/ stm32f4xx_dbgmcu.o/ stm32f4xx_dcmi.o/ stm32f4xx_exti.o/ stm32f4xx_flash.o/ stm32f4xx_fsmc.o/ stm32f4xx_gpio.o/ stm32f4xx_hash_md5.o/ stm32f4xx_hash_sha1.o/ stm32f4xx_hash.o/ stm32f4xx_iwdg.o/ stm32f4xx_sdio.o/ stm32f4xx_syscfg.o/ stm32f4xx_usart.o/ stm32f4xx_wwdg.o/ misc.o/ 1333286288 1000 1000 100664 1134 ` ELF ( È 4 ( OômC@ðŸaÎò Aô
in „STM32F4 Discovery: USB CDC (serielle Schnittstelle) arbeitet!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB1075.pdf
..15] MCO MCO HSYNCN HSYNC B[0..7] B[0..7] SDNCASA SDNCAS A STM32F4_USART1_RX NPA10 PA10 PA14 PA141 TCK/SWCLK TETE TE IM[0..3] IM[0..3] SDCLKLK SDCLK BA0 BA0A0 A STM32F4_USART1_TX NPA9 PA131 TMS/SWDIO RDXDX SDCKE1E BA1A1 PA9 PA13 PB3B T_SWO WRX_DCXCX RDX I2C3_SCLCL
in „.net auf STM32F429ZI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
"); # elif defined (STM32F411RE) log_message ("Hardware: STM32F411RE Nucleo"); # elif defined (STM32F446RE) log_message ("Hardware: STM32F446RE Nucleo"); # else # error unknown STM32 hardware # endif #elif defined (BLACKPILL_BOARD) # if defined (STM32F401CC) log_message ("Hardware: STM32F401CC BlackPill"); # elif defined (STM32F411CE) log_message ("Hardware: STM32F411CE BlackPill"); # else # error unknown STM32 hardware # endif #elif defined (BLACK_BOARD
-
Datei
main.c
->RS.Port == GPIOC) || (DISP_HandleStruct->E.Port == GPIOC)) { __GPIOC_CLK_ENABLE(); } #if defined(STM32F030x6) || defined(STM32F030x8) || \ defined(STM32F051x8) || defined(STM32F058xx) || defined(STM32F070xB) || \ defined(STM32F071xB) || defined(STM32F072xB) || defined(STM32F078xx) || \ defined(STM32F091xC
in „HD44780 Ansteuerung mit HAL und stm32f040f4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp_trunk.patch
@@ # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3 on PB10 +#elif defined(ARDUINO) + // we use the Arduino Serial Imlementation +#if defined(USB_SERIAL) +# include "
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
STM32F10xxx_TIM_application_examples.pdf
. . . . 23 3/24 STM32F10xxx TIMx output compare mode AN2581 - Application note 1 STM32F10xxx TIMx output compare mode 1.1 Overview This section provides a description of how to configure the TIM peripheral in output
in „STM32 Verwirrung o.O (Timer->CCRx)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gpio.c
, const STM32F1_OMODE mode, const STM32F1_OSPEED ospeed) { if (pin >= 16) { return EXIT_FAILURE; } bool isHiReg = pin >= 8; uint8_fast shift = (isHiReg) ? (uint8_fast) ((pin - 8) * 4) : (uint8_fast) (pin * 4);
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE.pdf
E D D D e L r L L L o s e P U s U B B C C D D 1 2 3 4 5 6 01.03.2012 01:36:34 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 3/5) 1 2 3 4 5 6 A A USB OTG FS 5 + F1 VCC B 1 6 1 D- B USB-D+/1.6B D1 D1' 3 D+ N 2 GND 3V3
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·