-
Datei
main.c
#include "stm32f10x.h" // Deklaration der Peripheriefunktionen #include "stm32f10x_gpio.h" #include "stm32f10x_usart.h" #include "stm32f10x_i2c.h" #include "stm32f10x_exti.h" #include "stm32f10x_rcc.h" #include "stm32f10x_dma.h" #include "system_stm32f10x.h" #include "misc.h" #include <math.h> #include <stdio.h> #include <semihosting.h> #include "MPU6050.h" #define LED GPIO_Pin_13 //C //UART #define TX1 GPIO_Pin
in „STM32F103 + I2C + MPU6050 - DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
ADC-Routinen fuer EDM * Gemultiplexted auslesen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdint.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f0xx_system * @{ */ /** @addtogroup STM32F0xx_System_Private_Includes * @{ */ #include "stm32f0xx.h" /** * @} */ /** @addtogroup STM32F0xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32F030F4P6 und USART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
TFT-direct-drive.htm#tft-b 2012-12-12 Michael Nowak www.mino-elektronik.de Alle Angaben ohne Gewähr. */ #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" #include "stm32f4xx_dma.h" #include "cp850-8x16.dat" // Datei mit Zeichensatz #define TFT_ADR 0x60000000 // CS-Bereich #define SCHWARZ
in „TFT-direct-drive, WQVGA-TFT an STM32F4“ · Projekte & Code ·
-
Datei
system_stm32l1xx.c
* @{ */ /** @addtogroup STM32L1xx_System_Private_Includes * @{ */ #include "stm32l1xx.h" /** * @} */ /** @addtogroup STM32L1xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32L1xx_System_Private_Defines
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f30x.c
0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; /** * @} */ /** @addtogroup STM32F30x_System_Private_FunctionPrototypes * @{ */ static void SetSysClock1(void); /** * @} */ /** @addtogroup STM32F30x_System_Private_Functions * @{ */ /** * @brief
in „STM32 Takt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
ADC-Routinen fuer EDM * Gemultiplexted auslesen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdint.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL
in „STM32 - ADC-DMA1-IRQ-Handler macht Unsinn“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled_demo.c
0x49, 0x7b, 0x32, 0x00 }, // Ascii 54 = '6' { 0x00, 0x01, 0x01, 0x71, 0x79, 0x0f, 0x07, 0x00 }, // Ascii 55 = '7' { 0x00, 0x36, 0x7f, 0x49, 0x49, 0x7f, 0x36, 0x00 }, // Ascii 56 = '8' { 0x00, 0x06, 0x4f, 0x69,
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Version : 1.0 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Funktion : Demo der IRSND-Library // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" //-------------------------------------------------------------- #include "stm32f0xx.h" #include "stm32_ub_irsnd.h" #include "stm32f0308_discovery.h" #include <stdint.h> void Delay(volatile
in „IRSND auf STM32F0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f107.c
BY CUSTOMERS OF THE * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. * * <h2><center>© COPYRIGHT 2009 STMicroelectronics</center></h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32_eth.h" #include "stm32f107.h" #include "main.h" #include "stm32f10x_exti.h" #include "FreeRTOS.h" #include "task.h" #include "semphr.h" #include "lwipopts.h" /* Private typedef -----------------------------------------------------------*/ /* Private
in „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
============== - this file must be inserted in a project containing the following files : o system_stm32l0xx.c, startup_stm32l053xx.s o stm32l0xx.h to get the register definitions o CMSIS files =============================================================================== ##### How to test this example
in „STM32: SysTick_Config“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief STM32F4x7 Ethernet hardware configuration. ************************************************************
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
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
main.c
#include <stm32f10x.h> #include <stm32f10x_conf.h> #include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #include <misc.h> //#include <stm32f10x_i2c.h> #include <stm32f10x_tim.h> #define xF_DELAY 6536//72MHZ #define zucSTM 1 #include "C:\zuc\start\defines.h" #define led1_port C #define led1_pin 13 #ifdef led1_port #define led1_off pinSET(led1_port,led1_pin) #define led1_on pinCLR(led1_port,led1_pin) #define led1_tog pinTOG
in „stm32f103 3phase-generator“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_caliper_stm32f4xx.c
/** @file spi_caliper_stm32f4xx.c * * Messschieber/Messuhr ueber den SPI auslesen * * $Date: 2019-08-23 21:38:31 +0200 (Fr, 23 Aug 2019) $ * $Revision: 860 $ * * @date 23.08.2019 Nicolas */ #include "spi_caliper.h" #include "hw_config.h" #include "myassert.h" #include "wallclock.h" /* In hw_config.h : #define SPI_CALIPER spi_caliper_STM32F4XX_SPI2_PB13_PB14 */ #if defined( STM32F4XX ) #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h
in „STM32 "SPI"-Slave 24 Bit ohne Chip Select“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
http.cpp
------------------------------------------------------------------------- */ #include <ESP8266WiFi.h> #include <ESP8266httpUpdate.h> #include <WString.h> #include "base.h" #include "vars.h" #include "wifi.h" #include "version.h" #include "http.h" #include "httpclient.h" #include "stm32flash.h" #define
-
PDF
debug_all_demo.pdf
1. Description 1.1. Project Project Name debug_all_demo Board Name debug_all_demo Generated with: STM32CubeMX 4.25.1 Date 11/22/2018 1.2. MCU MCU Series STM32F1 MCU Line STM32F103 MCU name STM32F103C8Tx MCU Package LQFP48 MCU Pin number 48 Page 1 debug_all_demo Project Configuration Report 2. Pinout
in „CubeMX und HAL - I2C hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_tim.h" #include "stm32f0xx_misc.h" #include <stdlib.h> #include <stddef.h> #include <math.h> void init_Timer(void)
in „stm32f030f4p6 PWM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" #if !defined (HSE_VALUE) #define HSE_VALUE ((uint32_t)25000000) /*!< Default value of the External
in „STM32 Clock Configuration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" #if !defined (HSE_VALUE) #define HSE_VALUE ((uint32_t)8000000) /*!< Default value of the External
in „STM32F4 Discovery Audio CS43L22 I2C Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
byte UID from the chip 3. VCP params VCP_NUM_PORTS <1..4> not yet implemmented -> EP1..EP4 */ // <h> Configuration for STM bare metal VCP // <h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for 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
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" //---------
in „STM32F4 DISCOVERY und SainSmart 3.2″ Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CRC.o.lst
text 693 .Letext0: 694 .file 2 "c:\\tools\\arm\\arm_none_eabi_473\\bin\\../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-no 695 .file 3 "C:\\STM32\\STM32_Workspace\\MC\\libraries\\device/stm32f4xx.h" 696 .file 4 "../common/TZGlobal.hpp" 697 .file 5 "../CRC.hpp" 698 .file 6 "../MainEngineStatus.hpp" 699 .file 7 "C:\\STM32\\STM32_Workspace\\MC\\libraries\\core/core_cm4.h" DEFINED SYMBOLS *ABS*:00000000 CRC.cpp C:\DOKUME~1\Mubek\LOKALE~1\Temp\ccfS2U7t.s:21 .text._ZN6TZApp4CCrcC2Ev:00000000 $t C:\DOKUME~1\Mubek
in „Problem mit GCC-Optimierung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
penhub.pdf
1 D9 V6 MAX3079E 74HC139 NOR-Flash NOR-Flash NOR-Flash D1 9 WPROT MBR0530 STM32L496 1 HOLD/DNU V7 V10 BCX51-16 16 SCK Q 8 15 D 7 CS MBR0530 +3.3V 2 N1 1 1 0 MIC5236-3.3 64 VBAT D10 F - 4 , R26 V12 2 3 48 VDD 9 F R k BC846 IN OUT 32 VDDUSB 55 SCK 1 WPROT RPi-Netzteil 5.1V M 1
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief STM32F4x7 Ethernet hardware configuration. ************************************************************
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
byte UID from the chip 3. VCP params VCP_NUM_PORTS <1..4> not yet implemmented -> EP1..EP4 */ // <h> Configuration for STM bare metal VCP // <h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for 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
STM32F4-BASE.pdf
. 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: 4/5) 1 2 3 4 5 6 B 7 B B . 1 1 . / X X / B 8 T _ _ T . 7 / A _ 2 2 _ / / X A 2 R R 2 C X _ JP9 R A A R _ _ N 4 1 2 5 A U JP7 U A T N A JP8 $ 5 +3V3 3 4 P 1
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE.pdf
. D D 1 2 3 4 5 6 01.03.2012 03:41:37 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 4/5) 1 2 3 4 5 6 B B . . . . / / / / T R T T R 2 2 C A 2 R R 2 JP9 A R A A R 1 2 A U JP7 U A 1 +3V3 3 4 U 1 2 U CAN1_RX/1.8B 2 8 5 6 3 4 CAN1_TX/1.7B 3 1 5 6 3 + 3 USART2_CK/1.7B SV6 USART2 + 0 1 1 2 W J P B B C C D D 1 2 3 4 5 6 01.03.2012 03:41:37 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 5/5)
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
byte UID from the chip 3. VCP params VCP_NUM_PORTS <1..4> not yet implemmented -> EP1..EP4 */ // <h> Configuration for STM bare metal VCP // <h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00428288.pdf
STEVAL-SPIN3202 evaluation board provides a complete single-shunt six-step solution consisting of an STSPIN32F0A (advanced BLDC controller with an embedded STM32 MCU) and a triple half-bridge power stage with the NMOS STD140N6F7. The STSPIN32F0A autonomously generates all the required supply voltages starting
in „Problem mit ST-Board zur BLDC-Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00091010.pdf
space is limited to sector 3. On STM32F030x6 and STM32F070x6 devices, the main Flash memory is limited to sector 7. 2. STM32F030x4, STM32F030x6 and STM32F030x8 devices 3. STM32F070x6 devices 46/779 DocID025023 Rev 4 RM0360 Embedded Flash
in „EFM32F030 und Standby“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
platformio.ini
on STM32F7 MCUs # [env:NUCLEO_F767ZI] platform = ${common_stm32.platform} extends = common_stm32 board = nucleo_f767zi build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9 # # ARMED (STM32) # [env
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
PDF
mb1045_changed.pdf
-10MLI R A4 RP VCC P0U80F11 +3V3 E3 DQ5 P0U10P99 D4N0D4 P P0U80A4 RB VCCQ P0U100E3NC DQ4 0 0 CY7C1071DV33-12BAXI R299 G2P0U80G2 P0U80D8 8 E7P0U100E7 P0U10N88 D3N0D3 R R 110K G VCCQ P0U80H2 NC DQ3 P0U100R9 N0D2 P P 9 FP0U80F2 E VSS H H3P0U100H3NC DQ2 R9 D2 R92 R94 SRAM R F7 P0U80F7 P0U8HH7 H7P0U100H7
-
PDF
mb1045_changed_korrigiert.pdf
-10MLI R A4 RP VCC P0U80F11 +3V3 E3 DQ5 P0U10P99 D4N0D4 P P0U80A4 RB VCCQ P0U100E3NC DQ4 0 0 CY7C1071DV33-12BAXI R299 G2P0U80G2 P0U80D8 8 E7P0U100E7 P0U10N88 D3N0D3 R R 110K G VCCQ P0U80H2 NC DQ3 P0U100R9 N0D2 P P 9 FP0U80F2 E VSS H H3P0U100H3NC DQ2 R9 D2 R92 R94 SRAM R F7 P0U80F7 P0U8HH7 H7P0U100H7
-
PDF
reference_manual.pdf
RM0008 Reference manual STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx and STM32F107xx advanced ARM-based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32F101xx, STM32F102xx, STM32F103xx and STM32F105xx/STM32F107xx microcontroller memory and peripherals. The STM32F101xx, STM32F102xx, STM32F103xx and STM32F105xx/STM32F107xx will be referred to as STM32F10xxx
in „I2S zwischen STM32F103RET6 und PCM3168A möglich?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Code-Editor mit STM32 HAL-Treiberdateien
TIA_FK743M5 - EXTI_INT Core > Src > stm32h7xx_it.c quadspi.c rtc.c spi.c stm32h7xx_hal_msp.c stm32h7xx_it.c syscalls.c sysmem.c system_stm32h7xx.c tim.c GLIEDERUNG hpdc_USB_OTG_FS Deklaration hdma_spi5_tx Deklaration hspi1 Deklaration hspi5
in „Visual Studio Code & Funktionsliste“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
Resources_an5457-rf-matching-network-design-guide-for-stm32wl-series-stmicroelectronics.pdf
31. First LC matching cell with calculated values F F To VR_PA n 8 4 6 = 0 Equivalent C9 1 L6 = 47 nH circuit 2 C COUT= 144 pF L 1= 4.45 nH 7 . RFO_HP 1 or RFO_LP C1= 5.53 pF = U O R The result on the Smith chart is shown in the figure below. Figure 32. Illustration on Smith chart of the addition of
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
AN5457.pdf
31. First LC matching cell with calculated values F F To VR_PA n 8 4 6 = 0 Equivalent C9 1 L6 = 47 nH circuit 2 C COUT= 144 pF L 1= 4.45 nH 7 . RFO_HP 1 or RFO_LP C1= 5.53 pF = U O R The result on the Smith chart is shown in the figure below. Figure 32. Illustration on Smith chart of the addition of
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder ·
-
PDF
MINI-STM32-Schematic-Diagram.pdf
PIP603 COR1 BOOT0 GND PIP90223 24 PIP9024 GND 2 PIP602PIR0K0PIR1502 3V3 1 PIP601 BOOT0 C0 P0 30 GND COP7 3V3 C2 0.1uFP0 0.1uF 320.1uF Title D 3PIP703 R161 BOOT1 STM32F103C-MINNI D 1PIP701 PI10K0PIR1602 Size Number Revision BOOT1 GND A4 V1.1 GND Date: 2013-2-27 Sheet of File: D:\PCB \..\STM32.SchDoc Drawn By: HKL 1 2 3 4 Bill of Materials STM32F103C-MINNI Source Data From: STM32.PrjPcb Project: STM32.PrjPcb Variant: None Creation Dat2013-2-27 11:46:48 Print Date: 41332 41332.49088 Footprint Comment LibRef Designator Description Quantity
in „Löttemperatur STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
* ***************************************************************************** */ #include <stdio.h> #include <string.h> #include "stm32f30x.h" #include "stm32f30x_rcc.h" #include "stm32f30x_misc.h" #include "stm32f30x_gpio.h" #include "stm32f30x_dma.h" #include "stm32f30x_usart.h" #include "gpioctrl.h
in „STM32F303 USART2 DMA1 funktioniert halblebig ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
* ***************************************************************************** */ #include <stdio.h> #include <string.h> #include "stm32f30x.h" #include "stm32f30x_rcc.h" #include "stm32f30x_misc.h" #include "stm32f30x_gpio.h" #include "stm32f30x_dma.h" #include "stm32f30x_usart.h" #include "gpioctrl.h
in „STM32F303 USART2 DMA1 funktioniert halblebig ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE.pdf
für VDD & VSS VCAP1 & 2 müssen <2R ESR haben! (LOW ESR!) 1 2 3 4 5 6 7 8 29.02.2012 17:56:40 f=0.74 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.sch (Sheet: 1/5) 1 2 3 4 5 6 Stellung: 1-2 Akku Betrieb 2-3 Versorgung über USB +5V V A P 1 2 P 1 2
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00315319.pdf
electrical characteristics and definitions 5.3.2 Triac drive A triac drive example is shown in Figure 7 for the -5 V supply system. Figure 7. Example of triac drive connections 0 V (phase) 5.6 -1.7 V LDO STM32 3.3 V -5 V LOAD Neutral MSv46878V1 In this set up, the STM32 current flow depends on the output
in „STM32: 5 Volt tolerante Eingänge sind es nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpconfig.h
config.h as IR input on STM32 # define IRMP_PORT_LETTER IR_IN_PORT # define IRMP_BIT_NUMBER IR_IN_PIN /*--------------------------------------------------------------------------------------------------------------------------------------------------- * Hardware pin for ARM STM32 (HAL) - don't change here, define IRMP_RECEIVE_GPIO_Port & IRMP_RECEIVE_PIN in STM32Cube (Main.h) *-------------------------------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Bild
Portfolio-Übersicht der STM32MP-Mikroprozessoren
Discover our portfolio HIGH END STM32MP25 2x Cortex-A35 1.5GHz 1x Cortex-M33 400MHz 32-bit DDR4/LPDDR4/DDR3L GPU/NPU, H264 enc/dec 3x ETH w/ switch, PCIe 2.1, USB3 MID TIER STM32MP23 2x Cortex-A35 1.5GHz 1x Cortex-M33 400MHz 16-bit DDR4/LPDDR4/DDR3L GPU/NPU, H264 dec 2x ETH STM32MP15 2x Cortex-A7 800MHz 1x Cortex-M4 209MHz 32-bit DDR3/LPDDR3/LPDDR2 GPU 1x ETH ENTRY LEVEL STM32MP13 1x Cortex-A7 1GHz 16-bit DDR3/LPDDR3/LPDDR2 2x ETH STM32MP21 1x Cortex-A35 1.5GHz
in „STMicroelectronics liefert neue MPU, GigaDevice partnert mit Segger, neue FPGAs und mehr“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Datei
stm32f10x.h
* @{ */ #ifndef __STM32F10x_H #define __STM32F10x_H #ifdef __cplusplus extern "C" { #endif /** @addtogroup Library_configuration_section * @{ */ /* Uncomment the line below according to the target STM32 device used in your
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
* @{ */ #ifndef __STM32F10x_H #define __STM32F10x_H #ifdef __cplusplus extern "C" { #endif /** @addtogroup Library_configuration_section * @{ */ /* Uncomment the line below according to the target STM32 device used in your
in „C-Libs for USB and OLED-Display“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STMxx-Discovery-Versaloon-How2.pdf
//www.versaloon.com/ , where Simon was using the exact same chip , as the one used for Jtag on the STM32VL. I finally have succeded in adapting Versaloon to run SWD programming , on the embeddedARM Jtag on the STM8S-Discovery or STM32VL-Discovery boards. For now i can only get vsprog to work , but Simon
in „Use your STMxx-Discoveryboard as JTAG (SWD)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ssi_cgi_handle.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "lwip/debug.h" #include "httpd.h" #include "lwip/tcp.h" #include "fs.h" ///#include "main.h" #include <stdio.h> #include <string.h> #include <stdlib.h> u8 LED1 = 0; u8 LED2 = 0; u8
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi1.c
/ /* Includes ------------------------------------------------------------------*/ #include "stdio.h" #include "stdint.h" #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_dma.h" #include "spi1.h" /** @addtogroup SPI1 * @{ */
in „STM32 SPI Init“ · Mikrocontroller und Digitale Elektronik ·