-
Datei
main.h
/** ****************************************************************************** * @file Project/STM32L1xx_StdPeriph_Template/main.h * @author MCD Application Team * @version V1.0.3 * @date May-2013 * @brief Header for main.c module ******************************************************************
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32L562CEUX_FLASH.ld
****************************************************** ** ** File : LinkerScript.ld ** ** Author : STM32CubeIDE ** ** Abstract : Linker script for STM32L562xE Device from STM32L5 series ** 512Kbytes FLASH ** 256Kbytes RAM ** ** Set heap size, stack size and stack location according ** to application
in „STM32 startet im HardFault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HallSensorTimer.c
#include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" void decCommutationDelay(void); void incCommutationDelay(void); void BLDCMotorPrepareCommutation
in „STM32F4 BLDC mit Hall Sensoren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cj_gol.c
stdint.h> #include <string.h> #include <ctype.h> // Special Libs #include "defines.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_ili9341_ltdc.h" #include "tm_stm32f4_fonts.h" #include "tm_stm32f4_rng.h" // Projekt Header #include "cj_gol.h" ///////////////////////////////////////////// // Conways
in „Bedarf an eigenbau STM32F429 Evaluation Board ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MINI_STM32-V3.0_SCH.pdf
SHIELD 0 PB10 PB11 DB15 PB15 36 3 PB12 21 22 PB13 PB15/SPI2_MOSI/TIM1_CH3N MINI-USB PB14 23 24 PB15 32 31 333 25 26 3V3 48 VDD_1 VSS_1 47 PB0 R19 2 VR 27 28 64 VDD_2 VSS_2 63 W 3V3 HEADER 14X2 19 VDD_3 VSS_3 18 2K 1 VDD_4 VSS_4 3V3 B R6 S1 VDDA 13 VDDA VSSA 12 VSSA 1 B 3V3 PA0 10K KEY1 STM32F103RBT6 R11
in „ISP Bootloader über USART bei STM32 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Log_without_PLL.txt
Waiting for debugger connection... ------------------------------------------------------------------- STM32CubeProgrammer v2.15.0 ------------------------------------------------------------------- Log output file: C:\Users\johnd\AppData\Local\Temp\STM32CubeProgrammer_a09436.log ST-LINK SN : 066EFF333231544157135220
in „STM32: Flashen geht nicht, wenn PLL aktiv (nur HSI oder HSE gehen)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief STM32F4x7 Ethernet hardware configuration. *********************************************************
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Log_with_PLL.txt
Waiting for debugger connection... ------------------------------------------------------------------- STM32CubeProgrammer v2.15.0 ------------------------------------------------------------------- Log output file: C:\Users\johnd\AppData\Local\Temp\STM32CubeProgrammer_a04364.log ST-LINK SN : 066EFF333231544157135220
in „STM32: Flashen geht nicht, wenn PLL aktiv (nur HSI oder HSE gehen)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l1xx_conf.h" #include "stm32l1xx.h" #include "stdio.h" #include "stm32l1xx_syscfg.h" //!! hier /* Private typedef -----------------------------------------------------------*/ typedef struct { uint16
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f429i_discovery_lcd.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f429i_discovery_lcd.h" #include "../Common/fonts.c" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_DISCOVERY * @{ */ /** @addtogroup STM32F429I_DISCOVERY * @{ */ /** @defgroup STM32F429I_DISCOVERY_LCD * @brief This file includes the LCD driver for (ILI9341) * @{ */ /** @defgroup STM32F429I_DISCOVERY_LCD_Private_TypesDefinitions * @{ */ /** * @} */ /** @defgroup STM32F429I_DISCOVERY_LCD_Private_Defines * @{ */ #define POLY_Y(Z) ((int32_t)((Points + Z)->X)) #define POLY_X(Z) ((int32
in „STM32F429 Display per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
* USER CODE BEGIN Includes */ #include "ff.h" #include "ff_gen_drv.h" #include <stdio.h> #include "stm32f4xx_hal.h" #include "stm32f4xx_ll_dma.h" #include "stm32f4xx_ll_dac.h" #include "stm32f4xx_hal_conf.h" //#include "stm32f4xx_ll_cortex.h" /* USER CODE END Includes */ /* Private typedef ----------
in „ARM Cortex M4 mit LL Treiber DAC DMA Wave SD Card Playback“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_flash.ld
/* Default linker script for STM32F4xx_1024K_192K */ /* include the common STM32F4xx sub-script */ /* Common part of the linker scripts for STM32F devices*/ /* default stack sizes. These are used by the startup in order to allocate
in „STM32F405 int64_t lehren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32H743ZITx_FLASH.ld
is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Ac6. ** You may use this file as-is or modify it according to the needs of your ** project
in „STM32 lwip UDP Empfang fehlerhaft“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bootloader.txt
stm32flash - http://stm32flash.googlecode.com/ Serial Config: 9600 8E1 Version : 0x31 Option 1 : 0x00 Option 2 : 0x00 Device ID : 0x0413 (STM32F4xx) - RAM : 128KiB (8192b reserved by bootloader) - Flash
in „[STM32/Cortex-M4] JTag nur beim Systemflash möglich. Fehler beim Mainflash“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
main.c ** ** Abstract : main function. ** ** Functions : main ** ** Environment : Atollic TrueSTUDIO/STM32 ** STMicroelectronics STM32F10x Standard Peripherals Library ** ***************************************************************************** */ /* Includes */ #include "stm32f10x.h" /* Private typedef
in „STM32 JTAG-Problem mit Atollic TrueSTUDIO“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
/* * main.h * * Created on: Jan 27, 2018 * Author: a */ #ifndef MAIN_H_ #define MAIN_H_ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_it.h" void initialiseTimer(void); void SysTick_Init(void); void Delay_ms(unsigned long); void enable_Tim_Interrupts(void); void init_led(void)
in „STM32F411VE TIM Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rfm22b.c
#include "rfm22b.h" #ifndef __STM32F4_DISCOVERY_RFM22B_H #define __STM32F4_DISCOVERY_RFM22B_H #ifdef __cplusplus extern "C" { #endif #include "stm32f4xx.h" #include "stm32f429i_discovery.h" #include "rfm22b.h" #include "systick.h" /
in „STM32 und RFM22B“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Software-Update-Interface für WordClock 3.0.1
dem Update des ESP8266 das SPIFFS formatiert werden! Menü Update: Update ESP8266 Menü Update: Update STM32 Menü SPIFFS: Download Icon files Menü SPIFFS: Download layout table Release Notes STM32 Release Notes ESP8266 Update Host uclock.de Update Path update ESP8266 flash size 4194304 ESP firmware version
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
Datei
u8g_com_arm_stm32.h
/** \author Wojciech Domski */ #ifndef U8G_COM_ARM_STM32_SSD_I2C_HEADER #define U8G_COM_ARM_STM32_SSD_I2C_HEADER #include "u8g.h" #include "hw_config.h" #define SSD1306_I2C_ADDRESS 0x78 uint8_t ssd1306_i2c_init(I2C_HandleTypeDef *hi2c); uint8_t u8g_com_arm_stm32
in „STM32 F103 - I2C Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Einstellungen der Arduino IDE
Speichern beim Überprüfen oder Hochladen Zusätzliche Boardverwalter-URLs: http://raw.githubusercontent.com/stm32duino/BoardManagerFiles/master/STM32/package_stm32_index.json Mehr Voreinstellungen können direkt in der Datei bearbeitet werden E:\Programme\arduino\portable\preferences.txt (nur bearbeiten, wenn
in „Fusebits lassen sich nicht setzen (neuer ATMEGA328P)“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
stm32_ub_i2c1.c
//-------------------------------------------------------------- // File : stm32_ub_i2c1.c // Datum : 04.01.2015 // Version : 1.2 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.4 // GCC : 4.7 2012q4 //
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Webinterface WordClock Update Release Notes
x auf 3.0.x in folgenden Schritten vorgehen: 1. Menü Update: Update ESP8266 2. Menü Update: Update STM32 3. Menü SPIFFS: Download Icon files 4. Menü SPIFFS: Download layout table Release Notes STM32 Release Notes ESP8266 Name Value Update Host uclock.de Save Update Path update Save ESP8266 flash size
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
Bild
Webinterface WordClock Update Release Notes
x auf 3.0.x in folgenden Schritten vorgehen: 1. Menü Update: Update ESP8266 2. Menü Update: Update STM32 3. Menü SPIFFS: Download Icon files 4. Menü SPIFFS: Download layout table Release Notes STM32 Release Notes ESP8266 Name Value Update Host uclock.de Save Update Path update Save ESP8266 flash size
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
Datei
main.c
/******************************************************************** * Project: STM32-Template * File: main.c * * System: Cortex M3 * Compiler: GNU GCC 4.3.0 * * Date: 2008-02-05 * Author: Application@Hitex.de * * Rights: Hitex Development Tools GmbH * Greschbachstr. 12 * D-76229 Karlsruhe
in „STM32 System_Setup“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32h7xx_it.c
Header */ /** ****************************************************************************** * @file stm32h7xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>© Copyright (c) 2021 STMicroelectronics
in „STM32H745 I2S DMA (NUCLEO-STM32H745ZI-Q DualCore)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM_DEV.pdf
PISS50115 PC9 PISS6016 PD4 PISS40116 PISS50116 PIUC1022 PIUC1019 VCC VCC VDDA VSSA GND SS66 SS4 SS55 D STM32F103VE I2 I02 P02 P02 P2 P02 92 D COCK COCK COCK COCK COCK OCK OCK9 I1100n I01n 10P01100nP010n 1P1n 100P01 91 TitleCPU Master Size:A4 Number: 2. Revision1.0 GND Date: 16.01.2010 Time: 17:31:15 Sheet
in „STM32 Development Board“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Visual Studio Code Compiler Fehlermeldungen
struct sockaddr_in sin; #if MG_ENABLE_IPV6 struct sockaddr_in6 sin6; #endif }; Building 'Ethernet mit STM32' from solution 'Ethernet mit STM32' in configuration 'Ethernet mit STM32 Internal' 145 Errors field has incomplete type 'struct sockaddr' forward declaration of 'struct sockaddr' field has incomplete
in „Nucleo-F767ZI“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
STM32F103_512K_64K_FLASH.ld
/* Default secondary/main linker script for STM32F103_512K_64K Copyright RAISONANCE S.A.S. 2007-2010 !!! This file is automatically generated by Ride if the default linker script option is active !!! Do not modify it if the option is set, as it will
in „Anfänger Linkerscipt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
rm0444-stm32g0x1-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
datasheet. The following table shows per-product availability of peripherals that are not common to all STM32G0x1 products. Table 1. Peripherals versus products STM32G0 STM32G0 STM32G0 STM32G0 STM32G0 STM32G0 STM32G0 STM32G0 Feature 31 41 51 61 71 81 B1 C1 CRS No No No No No No Yes Yes RNG No Yes No Yes No
in „Problem mit Clock Configuration beim STM32G031“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103rb_rom.ld
/* Default linker script for STM32F103RB_128K_20K Copyright RAISONANCE S.A.S. 2008 */ /* include the common STM32F103RB sub-script */ /* Common part of the linker scripts for STM32 devices*/ /* default stack sizes. These are used by
in „STM32 linker scripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103rb_rom.ld
/* Default linker script for STM32F103RB_128K_20K Copyright RAISONANCE S.A.S. 2008 */ /* include the common STM32F103RB sub-script */ /* Common part of the linker scripts for STM32 devices*/ /* default stack sizes. These are used by
in „STM32 linker scripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103rb_rom.ld
/* Default linker script for STM32F103RB_128K_20K Copyright RAISONANCE S.A.S. 2008 */ /* include the common STM32F103RB sub-script */ /* Common part of the linker scripts for STM32 devices*/ /* default stack sizes. These are used by
in „STM32 linker scripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103rb_rom.ld
/* Default linker script for STM32F103RB_128K_20K Copyright RAISONANCE S.A.S. 2008 */ /* include the common STM32F103RB sub-script */ /* Common part of the linker scripts for STM32 devices*/ /* default stack sizes. These are used by
in „STM32 linker scripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_512k_64.ld
/* Default linker script for STM32F103RB_128K_20K Copyright RAISONANCE S.A.S. 2008 */ /* include the common STM32F103RB sub-script */ /* Common part of the linker scripts for STM32 devices*/ /* default stack sizes. These are used by
in „STM32: CAN Loopback mit merkwürdigem Effekt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom_24Cx_stm.c
/* * Lesen und Schreiben eines externen EEPROMs 24C02 per I2C (STM32) * * * Created: 02.02.2014 * Author: Nicolas */ #ifdef STM32F10x #elif STM32F4XX #warning "Routine has never been tested with STM32F4xx" #else #error "unknown MCU" #endif #include "../src_avrcom/delay.h
in „STM32 I2C mit EEPROM - funktioniert nur zuverlässig mit Bus-Sniffer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
06072010.txt
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "USART.h" unsigned char it_active=1; int stop; ////////////////////// ADC u32 ADCValue1; /* Private typedef -----------------------------------------------------------*/ /* Private
in „STM32 Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F410CB_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F410CB Device with ** 128KByte FLASH, 32KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** Environment : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „FLASH speicher Lebensdauer Beeinflussung?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Pinbelegung ISP und SWD Adapter
Benutzung / sample using: ISP, PDI: C Atmel-ICE -> ATmega, ATtiny JTAG/SWD: C Atmel-ICE -> B ARM (STM32, XMC, SAM, ...) D JLink -> B ARM (STM32, XMC, SAM, ...) D ST-Link -> B ARM (STM32, XMC, SAM, ...) 2x5 RM1.27 C 2x5 RM1.27 D B1 = C10 B2 = C9 B3 = C8 B4 = C7 B5 = C6 B6 = C5 B7 = C4 B8 = C3 B9 = C2
in „Atmel ICE Programmer und UPDI“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Bild
Ausstellung verschiedener Modulplatinen und Herstellerlogos
MYC-JMX95X NXP LMX-95 MYC-JR3576 Rockchip RK3576 MYC-LF25X STMicroelectronics STM32MP257F MYC-YT2HX RENESAS RZ/T2H MYC-YM62LX Texas Instruments AM62L MYC-YT153MX ALLUMER T153 MYC-6ULX-V2 NXP LMX-63 MYC-J8MPQ AMD 4x3p1.60GHz MYC-J1028 AMD 2x1A/2x1.60GHz MYC-JMX95X MYC-YF12X STMicroelectronics STM32MP135 MYC-YA157C MYC-LF25X STMicroelectronics STM32MP257F MYC-YM62LX Texas Instruments AM62L MYC-YM62X Texas Instruments AM62L MYC-YG2LX 2x455p1.20GHz MYC-YT2HX MYC-C8MMX-V2 MYC-CT2020-V2 MYC-CZU3EG-V2
in „EmbeddedWorld 2026, Tag 1 – AI fressen Elektronik auf“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
Bild
Startseite der ST Community Webseite
explore categories. Recent activity No best answer Categories xpress_embedo Associate III · Asked in STM32CubeIDE (MCUs) No ST-LINK detected! Please connect ST-LINK and restart the debug session. 0 8 1 21 minutes ago DeryaVar Visitor · Asked in STM32 MCUs Products STM 32 Nucleo. F7 and H7 Connections 0
in „AI-VNA, 6GHz-Oszilloskop von Rigol, NEC-Frontend uvam“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
nrf24l01.c
Prescaler 64 => Fspi = 1.3 Mhz */ /* -------------- System Include Files ----------------- */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_delay.h" #include "tm_stm32f4_disco.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen----------------
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Datei
sccb.c
I2C_InitStructure; // Code from: http://www.urel.feec.vutbr.cz/MPOA/2014/cam-ov7670 // https://github.com/g4lvanix/STM32F4-examples/blob/master/I2C%20Master/main.c // and: https://github.com/erikandre/stm32-ov7670 -> stm32-ov7670/src/OV7670_control.c void I2C_Config() { // enable APB1 peripheral clock for I2C1 RCC_APB1PeriphClockCmd
in „OV7670 blockiert Bus nach senden des Registers“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STPicProgL.pdf
100k 9 VCC.A +3,3V 1 VBAT R3 8 GND.A 220 2 C3 C4 C5 23 D 35 GND.1 V 100n 100n 100n 47 GND.2 GND.3 STM32F103C8T6 Bezeichnung: STPicProgL Blatt: Datum: 13.03.2017 14:22 1/1 X4 D4 R8 R9 VD1 VD2 2k2 2k2 R37 SOD-323F 3k3 K A K A R36 1 5 U5 220 220 U3 12k R32 R31 D6 D8 R19 LM7301-IM5 D7 D9 TC4429 100 4k7
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.c
*/ #include <stdbool.h> #include <stdio.h> #include <stdint.h> // StdPeriph Lib + CMSIS #include <stm32f4xx.h> #include <stm32f4xx_i2c.h> #include "tm_stm32f4_ili9341.h" #include "eeprom.h" /* ------------- DEFINES ------------------ */ #define E2P_DATA_VALID 0xaf // Kennung für gültige Daten #define
in „Lebensdauer von lokalen Variablen“ · Softwareentwicklung ·
-
PDF
stm8_uhr.pdf
geringstmöglichen Bauteilekosten gelegt. Aus diesem Grund viel die Wahl des verwendeten Mikrocontrollers auf einen STM8S003 (ein STM8S103 funktioniert auch) sowie einem TM1637 Anzeigetreiber. Bei www.lcsc.com kostet der Controller (Stand Januar 2025) 29 Cent, der Treiber 15 Cent. Bedienung Die Bedienung der Uhr erfolgt
-
Datei
MyLink.ld
----------------------------------------- /// /// \file MyLink.ld /// /// \brief linker script for STM32F103ZE /// //-----------------------------------------------------------------------------*/ /*--------------------------------------------------------- // ENTRY //---------------------------------
in „Seltsame Initialisierungen und Abstürze.“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Pinbelegung ISP und SWD Adapter
Benutzung / sample using: ISP, PDI: C Atmel-ICE -> ATmega, ATtiny JTAG/SWD: C Atmel-ICE -> B ARM (STM32, XMC, SAM, ...) D JLink -> B ARM (STM32, XMC, SAM, ...) D ST-Link -> B ARM (STM32, XMC, SAM, ...) 2x5 RM1.27 C 1 3 5 7 9 2 4 6 8 10 2x5 RM1.27 D 1 3 5 7 9 2 4 6 8 10 B1 = C10 B2 = C9 B3 = C8 B4 =
in „Atmel ICE Programmer und UPDI“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Datei
simple_server.c
fill_tcp_data_p(buf, plen, "</table>"); plen = fill_tcp_data_p(buf, plen, PSTR("<a style=color:red><h1>STM32F103 WEBSERVER<h1></a>")); plen = fill_tcp_data_p(buf, plen, "<table border>" ); plen = fill_tcp_data_p(buf, plen, "<thead>"); plen = fill_tcp_data_p(buf, plen, "<tr>"); plen = fill_tcp_data_p(buf,
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STMPE811QTR.c
-------------------------------------------------------------*/ #include "STMPE811QTR.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "misc.h" /** @defgroup STM32F4xx_StdPeriph_Examples * @{ */ #define TIMEOUT_MAX 0x3000 /*<! The value of the maximal timeout for I2C waiting loops */ /** * @} */ /** @defgroup STM32F4_DISCOVERY_IOE_Private_Variables * @{ */ TS_STATE TS_State; /*<! The global structure holding the TS state */ uint32_t IOE_TimeOut = TIMEOUT_MAX; /*<! Value of Timeout when I2C communication fails
in „STM32F4 Touch Display Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Resources_an5457-rf-matching-network-design-guide-for-stm32wl-series-stmicroelectronics.pdf
AN5457 Application note RF matching network design guide for STM32WL Series Introduction The STM32WL Series microcontrollers are sub-GHz transceivers designed for high-efficiency long-range wireless applications including the LoRa , (G)FSK, (G)MSK and BPSK modulations
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·