-
Datei
ethernetif.c
is part of the lwIP TCP/IP stack. * * Author: Adam Dunkels <adam@sics.se> * */ #include "lwip/mem.h" #include "netif/etharp.h" #include "ethernetif.h" #include "stm32f4x7_eth.h" #include "main.h" #include <string.h> /* Network interface name */ #define IFNAME0 's' #define IFNAME1 't' /* Ethernet Rx
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dogm_spi_3.3V.c
#include <stm32f10x_conf.h> GPIO_InitTypeDef GPIO_InitStructure; void delayLoop() { volatile uint32_t delayCount = 500000; /* volatile to avoid compiler optimization */ while (delayCount > 0) { delayCount--; } }
in „EA DOGM162 mit STM32 reagiert nicht mit SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cm3-systick.h
#ifndef __CM3_SYSTICK_H #define __CM3_SYSTICK_H #include <stdint.h> #ifdef __cplusplus extern "C" { #endif // // Requires: // IrqLevel_SysTick SysTick IRQ level // SysTick_Delay Support delay loops // SysTick_Slots Systick
in „[ARM / Cortex-M0(+)] delay-Funktionen "avr-libc style"“ · Projekte & Code ·
-
Datei
create_header.pl
#!/usr/bin/perl $family ="stm32f1xx"; $deffile = "unilib.def"; $outfile = ">unilib.h"; $outfile2 = ">unilib_internals.h"; $outfile1 = ">inc/unilib_defs.h"; $infunc=0; open(WFILE,$outfile); open(XWFILE,$outfile2); open(RFILE,"/usr
in „Bauen von Libs - Anhängigkeiten“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan eines RF-Netzwerks für STM32WL LoRa-Transceiver
Messstelle_RF-Netzwerk Hinweis: U34 um nur zum Transceiver zu messen C106 68pF C107 3.6pF L20 7.7nH C105 5.6pF L19 1.3nH C103 47nH C98 6.2pF C99 47nF RFO_LP VR_PA STM32WL mit integriertem Semtech LoRa-Transceiver
in „868MHz-Antenne Optimierung“ · HF, Funk und Felder · · Schaltpläne
-
PDF
BluePillPlus_V10_SchDoc.pdf
PC14 PB5PI2013 13 PA3 13 PIU 104 PC15 X2 PB6PI2014 14 PA2PIP104 14 CO5 PC15/OSC32_OUT NX3215SA-32.768K PB7PI2015 15 PA1IP105 15 P1 BOOT0 44 PB8PI2016 16 PA0PIP106 16 PI50 PC51 PI U1044 BOOT0 P0 C6 PI2017 PC15IP107
in „BluePill STM32 Bezugsquelle“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Eltako_Funk_Inspektion_pub.pdf
Vorgabe eines Dimmwertes gedimmt sowie ein- und ausgeschalten werden. Hierzu wird ein 4BS (4 Byte STM) Telegramm verwendet. Funktioniert! Telegramm zum Dimmen eines FUD12NPN am RS485 Input des FTS12EM: A5 5A 0B 07 02 32 00 0F 00 00 00 0D 00 62 // 50% Helligkeit A5 5A 0B 07 02 50 00 0F 00 00 00 0D 00 80 // 80% Helligkeit A5 5A 0B 07 02 00 00 0E 00 00 00 0D 00 2F // Ausschalten A5 5A 0B 07 02 32 00 0F 00 00 00 0D 00 62 // Einschalten, 50% 4 Eltako Funk Inspektion Johannes Fritsche Die Relais sollten eventuell mit Hilfe des
in „Dimmer für den Verteilerschrank mit Steuerinterface“ · Haus & Smart Home ·
-
PDF
Eltako_Funk_Inspektion_pub.pdf
Vorgabe eines Dimmwertes gedimmt sowie ein- und ausgeschalten werden. Hierzu wird ein 4BS (4 Byte STM) Telegramm verwendet. Funktioniert! Telegramm zum Dimmen eines FUD12NPN am RS485 Input des FTS12EM: A5 5A 0B 07 02 32 00 0F 00 00 00 0D 00 62 // 50% Helligkeit A5 5A 0B 07 02 50 00 0F 00 00 00 0D 00 80 // 80% Helligkeit A5 5A 0B 07 02 00 00 0E 00 00 00 0D 00 2F // Ausschalten A5 5A 0B 07 02 32 00 0F 00 00 00 0D 00 62 // Einschalten, 50% 4 Eltako Funk Inspektion Johannes Fritsche Die Relais sollten eventuell mit Hilfe des
-
Datei
main.c
//Includes #include "stm32f10x.h" // Device header #include "cmsis_os.h" // ARM::CMSIS:RTOS:Keil RTX //User function prototypes void clockinit(void); void Peripheral_Init(void); void motorinit(void); void timer1_init(void);
in „STM32F100 - Timer2_Channel3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.h
#ifndef _CONFIG_H #define _CONFIG_H #include <stdio.h> #include "stm32f4xx.h" /** * @brief Definition for COM port1, connected to USART1 */ #define Open207V_USART USART3 #define Open207V_USART_CLK RCC_APB1Periph_USART3
in „STM32F4 Discovery + TFT + FSMC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DisplayBusParallel.cpp
/* * DisplayBusParallel.cpp */ #include "DisplayBusParallel.h" #include "stm32f1xx_hal.h" #include "main.h" DisplayBusParallel::DisplayBusParallel() { // TODO Auto-generated constructor stub } void DisplayBusParallel::config() { } void DisplayBusParallel::init(
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sdio.c
/* SD Karten Interface */ #include "STM32F103.h" #include "StdTypes.h" #include "startup.h" #include "sdio.h" #include "systick.h" #include "events.h" #include "gio.h" #include "conv.h" /* Umdefinitionen NXP-->ST */ #define MCI_POWER SDIO_POWER
in „STM32F103: Problem mit ChanFat und SD karte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f746xx.s
/** ****************************************************************************** * @file startup_stm32f746xx.s * @author MCD Application Team * @brief STM32F746xx Devices vector table for GCC based toolchain. * This module performs: * - Set the initial SP * - Set the initial PC == Reset_Handler, *
in „Step-Down-Regler ist zu langsam“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
startup_stm32f746zgtx.s
/** ****************************************************************************** * @file startup_stm32f746xx.s * @author MCD Application Team * @brief STM32F746xx Devices vector table for GCC based toolchain. * This module performs: * - Set the initial SP * - Set the initial PC == Reset_Handler, *
in „Startup code für STM32 C und C++ mix.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_-_slave.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "stdio.h" #include "string.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------
in „STM32F103 SPI Slave + Master“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l4xx_hal.h" #include "cmsis_os.h" /* USER CODE BEGIN Includes */ #include "stdbool.h" #include "tim15funct.h" #include "alltimfunct.h" #include "epc_constants.h" #include "config.h" #include "tim1funct.h" #include "tim2funct.h" #include "adc.h" #include "dma.h" #include "uart.h" #include "epc.h" #include "tim7funct.h" /* USER CODE END Includes */ /* Private variables ---------------------------------
in „DMA funktioniert nur einmal“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Strommessung.pdf
4 } D } } } } } R C204 C214 100n _ _{ S K _ _ B C 33p I OI ~ C I O I N B D _ _ _ _ _ _{ { GND { { H H H H H H V V 9 2 4 3 8 A A A A A A F203 3 1 1 3 6 1 4 GND L L L L L L 1A5 H 0 A D D D D SB F F F F F F V_{BUS} C205 M 2 B V V V D U 33p 8 Y 7 NRST V V D PA0 14 V_{TEMP} V 15 5 U207 10u C220 R204 10k
in „Prüfung Schaltplan Power Profiler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Stellwerk0_B.cpp
Eingepflegt -- funktioniert auf testboard */ // -------------------------------------- Umbenenen der STM Pins // Bliotheken //------------------------------------------------------------------------------------------------------------Testweise auskommentiert #include <assert.h> #include "stm32f103.h" /
in „CAN Variable“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
alarm_anlage.txt
#include "LCDMain.h" #include "lcd.h" #include "stm32f10x_it.h" #include "stdio.h" #define CAPS_LOCK_CODE 0x58 // Macro for Caps Lock scan code #define LOWER 0 // Macro for lower case keyboard #define UPPER 1 // Macro for
in „Dataregister speichern/auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Touch.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "hardware.h" #include "Touch.h" /* Private typedef -----------------------------------------------------------*/ /* Private define -------------------------------------------------
in „STM32 Interruptproblem - Interrupt geht, aber Main nicht -“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" #include "platform_config.h" /* Private typedef -----------------------------------------------------------*/ /* Private define ---------------------------------------------------------
in „STM32 103RB und Probleme mit SPI1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Strommessung.pdf
{CE} V_{TEMP} V_{TEMP} GPOUT GPOUT SCL SCL SDA SDA GND GND File:mcu.kicad_sch File:power.kicad_sch H101 MountingHole H102 MountingHole H103 MountingHole H104 MountingHole 3 3 J206 1 SW_{DIO}2 C208 10u 5 U206 100n C216 SW_{CLK}3 g C 1 4 b S 3 5 e C209 100n - D V_{BAT} C 4 6 8 B 6 } 7 C S D D C210 100n
in „Prüfung Schaltplan Power Profiler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
/** ****************************************************************************** * @file : main.h * @brief : Header for main.c file. * This file contains the common defines of the application. ****************************************************************************** * @attention * * <h2><center
in „CubeIDE Variablen in externen Modul unbekannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
src.txt
/> <meta name="csrf-token" content="9NNq1lP3nVRv8jC8E9BVXhcrg3BUYz/GqFskurfBvJ6FhkvKyOBPi/X/K49C0LT5zEDdik5wD+SoH6EwbqwcYg==" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "www.mikrocontroller.net
in „Verweis/Referenzierung zu anderen Beiträgen“ · www.mikrocontroller.net ·
-
Datei
main.cpp
HAL_TIM_ENABLE_IT(&mTimUserHandle, TIM_IT_UPDATE); // interrupt on update NVIC_SetVector(TIM_USR_IRQ, (uint32_t)fnLedToggle); NVIC_EnableIRQ(TIM_USR_IRQ); } // // start hardware timer in one pulse mode // void startHardwareTimeout(uint32_t timeout_us) { __HAL_TIM_CLEAR_FLAG(&mTimUserHandle, TIM_FLAG_UPDATE);
in „STM32F407 OnePulse Timer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oneWire.c
***/ /* Includes **********************************************************************/ #include "stm32f10x_conf.h" #include "Delay.h" #include "oneWire.h" #include "math.h" /* Functions **********************************************************************/ //reset device uint8_t ds1820_reset(GPIO_TypeDef
in „Timingproblem mit Onewire und STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : stm32f10x_it.c * Author : MCD Application Team * Version : V2.0.1 * Date : 06/13/2008 * Description : Main Interrupt Service Routines. * This file provides template for all exceptions handler * and peripherals
in „STM32 SysTick“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" #include "can.h" #include "usart.h" #include "gpio.h" #include "xprintf.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------
in „STM32 CAN Botschaft empfangen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LGP42-10LF_EAY60869402_PLHF-L923A.pdf
.2.1) 28 Date: 2011. 04. 28 D600 D606 1N5408 1N5408 OPTION2 F501 OPTION1 OPTION2 1KV 1KV D601 F3.15A H 250V P604 STTH10LCD06FP LB601 PFC_INV 32’ 37’ 42’ TH600 TH601 J101,102 1 LLF-100 LLF-101 LLF-102 32’ N.C 5D-15 JUMPER OPTION4 32" 37" 42" 3R R-TYPE LF101 7.7mH 17mH 9mH TH601 0P 37’ N.C 5D-15 JUMPER
in „LG Inverter Kapazitator abgebrannt“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
#include "stm32f10x_lib.h" #include <inttypes.h> #include <stdlib.h> #define ACTLR_REG ((volatile unsigned long *)(0xE000E008)) #define CPU_ID_REG ((volatile unsigned long *)(0xE000ED00)) #define NVIC_CCR_REG ((volatile
in „Problem mit malloc() + arm-none-eabi-gcc + newlib“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Minilabortisch.pdf
Fuse und Linearregler und doppelter Tiefpass P i 9V f 2A a n Fuse Staubfilter e Staubfilter r 19V r 5A 120 mm Lüfter 5V k 120 mm Lüfter 2A h K Fuse t l m E 10,1 cm d 3 3,3V o Modul 2A M Fuse 2 cm 10 cm e l l l n d d d c l o o Backplane o 1 Modul k M M M a NT B 24 V u d Beispielmodul einstellbare Spannungsversorgung
in „Mobiler modularer Microlabortisch in Brotbüchse“ · Mechanik, Gehäuse, Werkzeug ·
-
PDF
irUsbSender-v1-0-1.pdf
s 15 19 USART1_TX 3 Pin length suggestion for using with not needed Y Y PB1 PA9 J3 TEKO 10006 case H2 26 PB3 PA10 20 USART1_RX 2 Conn_01x03_Male MountingHole_Pad GND 27 21 USB_DM 1 k R PB4 PA11 H1 1 28 PB5 PA12 22 USB_DP MountingHole_Pad 29 23 SWDIO GND 30 PB6 PA13 24 SWCLK PB7 A PA14 31 PB8 S S PA15 25 V V GND 6 2 1 3 R6 U2 1k STM32F042K6Tx GND D4 +3.3V +3.3V +3.3V LED-red C5 C6 C7 C GND C 100nF 100nF 100nF GND GND GND License: CC-BY-SA 3.0 DE (c) 2020 by Malte Marwedel Sheet: / D D File: irUsbSender-v1-0-1.sch Title: IRUSB Size
in „[V] Leerplatinen für USB <-> IRMP/IRSND und STM32 controller“ · Markt ·
-
Datei
mcp23009.c
#include <stm32f10x_i2c.h> #include <inttypes.h> #include <stdio.h> #include "mcp23009.h" #define MCP23009_I2Cx_RCC RCC_APB1Periph_I2C1 #define MCP23009_I2Cx I2C1 #define MCP23009_I2C_GPIO_RCC RCC_APB2Periph_GPIOB
in „I2C IOExpander macht mich wahnsinnig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
#ifndef EEPROM_H_INCLUDED #define EEPROM_H_INCLUDED /* ------------ Standard Include Files --------------- */ #include "stm32f4xx.h" #include <stdint.h> #include <stdio.h> /* ------------ Special Include Files ------
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus #ifndef LCD_H #define LCD_H /* Includes -------------------------------------------------------------------*/ #include "stm32f0xx_hal.h" #include <stdbool.h> /******************************************************
in „LCD W204B-NLW“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oneWire.c
***/ /* Includes **********************************************************************/ #include "stm32f10x_conf.h" #include "Delay.h" #include "oneWire.h" #include "math.h" /* Functions **********************************************************************/ //reset device uint8_t ds1820_reset(GPIO_TypeDef
in „Timingproblem mit Onewire und STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Zwei STM32H743I1T6 Mikrocontroller-Entwicklungsboards
STM32H743I1T6 FK743M5-XIH6 SDRAM ARM 5V GND CLK RGB LCD RESET DIG
in „STM32H743 mit 32MByte externem SDRAM“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Datei
stm32f4x7_eth.c
/** ****************************************************************************** * @file stm32f4x7_eth.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief This file is the low level driver for STM32F4x7xx Ethernet Controller. * This driver does not include low level
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
UserInterfaceClass.h
STM32_PMSM_UI_Library * @{ */ /** @addtogroup UserInterface * @{ */ /** @defgroup UserInterface_class_exported_types UserInterface class exported types * @{ */ /* Exported defines-----------------------
in „STM32 PMSM FOC set Speed in rpm“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.c
/** ****************************************************************************** * @file stm32f4x7_eth.c * @author MCD Application Team * @version V1.0.0 * @date 14-October-2011 * @brief This file is the low level driver for STM32F407xx/417xx Ethernet Controller. * This driver does not include
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
controller.pdf
GND +5V J30 EXP2 1 2 +5V RESET 3 4 SD_DETECT H1 5 6 GND SD_DETECTi 1 1 MOSI BTN_EN2 MountingHole CS0 2 2 CS1 7 8 BTN_EN1 3 J31 9 10 MOSI_I URX0 3 Serial SCK MISO H2 SCK_I 4 J28 GND 4 +3.3V 5 SD_CARD UTX0 MountingHole
in „mp2451 funktioniert nicht korrekt“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f3xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef hadc1; ADC_HandleTypeDef
in „Simultanabtastung mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdlib.h> #include <stm32g031xx.h> /*! * \brief Configures pin 5 ("PA11") as digital output. */ void config_output(void) { RCC->IOPENR |= RCC_IOPENR_GPIOAEN; GPIOA->MODER &= ~(0x3u << (11 * 2)); GPIOA->MODER
in „Crash @ TIM2-Überlauf statt TIM2_IRQHandler (STM32G031J6)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm8s.h
define PC4 4 #define PC5 5 #define PC6 6 #define PC7 7 #define PD0 0 #define PD1 1 #define PD2 2 #define PD3 3 #define PD4 4 #define PD5 5 #define PD6 6 #define PD7 7 #define uint8_t unsigned char #define uint16_t unsigned int #define uint32_t unsigned long
in „STM8 und ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
REZFrag.ASM
temp2 = r17 .def temp3 = r18 .def zaehler = r19 .def zaehler2 = r20 .def zaehler3 = r21 .def Mittel5 = r19 .def rmp = r19 ; wird für Bin2ToDigit gebraucht .def rBin1HH = r29 .def rBin1H = r28 ; wird für Bin5ToBCD13 gebraucht .def rBin1MH = r27 .def rBin1ML = r26 .def rBin1L = r25 ; wird für Bin5ToBCD13 gebraucht .def rBin2HH = r24 .def rBin2H = r23 ; wird für Bin5ToBCD13 gebraucht .def rBin2MH = r22 ; wird für Bin5ToBCD13 gebraucht .def rBin2ML = r21 .def rBin2L = r20 ;--------------------------------------------------------' ;Interrupttabelle
in „reziproker 50-Hz Netzfrequenz-Zähler; AVR-assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
#include <stdlib.h> #include <stm32g031xx.h> /*! * \brief Configures pin 5 ("PA11") as digital output. */ void config_output(void) { RCC->IOPENR |= RCC_IOPENR_GPIOAEN; GPIOA->MODER &= ~(0x3u << (11 * 2)); GPIOA->MODER
in „Crash @ TIM2-Überlauf statt TIM2_IRQHandler (STM32G031J6)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01_drv.h
#ifndef NRF24L01_H_INCLUDED #define NRF24L01_H_INCLUDED /* -------------- Standard Include Files ----------------- */ /* -------------- System Include Files / Librarys -------- */ #include "stm32f10x_conf.h" /* -------
in „Basteltip: STM32F103 DIP40 Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcmi_ov2640.c
Includes ------------------------------------------------------------------*/ #include "camera_api.h" #include "dcmi_ov2640.h" /** @addtogroup stm32f2xx_StdPeriph_Examples * @{ */ /** @addtogroup DCMI_Camera * @{ */ /* Private typedef -----------------------------------------------------------*/ /*
in „Kamera OV2640“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32h743xx.s.txt
/** ****************************************************************************** * @file startup_stm32h743xx.s * @author MCD Application Team * @version V1.2.0 * @date 29-December-2017 * @brief STM32H743xx Devices vector table for GCC based toolchain. * This module performs: * - Set the initial SP
in „Q: STM32H743 External Interrupts HAL bindings“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FW_Update_USB.c
gesprungen. *******************************************************************************/ #include "stm32f10x.h" //#include "Include.h" #include "FW_Update.h" //******************************************************************************* // Parametrierung Bootloader // Version Bootloader steht auch
in „GCC kompiliert falsch?“ · Mikrocontroller und Digitale Elektronik ·