-
Datei
main.c
****************************************************************************** * File Name : main.c * Description : Main program body ****************************************************************************** * * COPYRIGHT(c) 2016 STMicroelectronics * * Redistribution and use in source and binary
in „Überlauf UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
src.txt
content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <link rel="stylesheet" media="all" href="/assets/screen-b3e2163c0c02ee04ff7607e53cbc898e66ce9e5bd6159576f166ae976e5a5aa0.css" /> <link rel="stylesheet" media="print" href="/assets/print-d245bf6f0a5fe74d9f377c2d91dcaf92e729af0ea914e45fe357de41f1118b55
in „Verweis/Referenzierung zu anderen Beiträgen“ · www.mikrocontroller.net ·
-
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 ---------------------------------------------------------*/ SPI_HandleTypeDef
in „STM32F103 SPI Slave + Master“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
#include "stm32f10x_it.h" u8 TxBuffer[] = "\n\rUSART Hyperterminal Interrupts Example: USART-Hyperterminal\ communication using Interrupt\n\r"; u8 RxBuffer[97]; u8 NbrOfDataToTransfer = 97; u8 NbrOfDataToRead = 97
in „[STM32] Probleme mit USART-Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sysf103_init.h
/* ------------------------------------------------------------- sysf103_init.h initialisiert MCU STM32F103C8 fuer einen "allgemeinen" Gebrauch. Hardware : STM32F103C8 IDE : keine (Editor / make) Library : libopencm3 Toolchain : arm-none-eabi 28.09.2016 R. seelig ------------------------------------
in „Einstieg Mikrocontroller Atmel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_conf.h" // PCD8544 Commandset // ------------------ // General commands #define PCD8544_POWERDOWN 0x04 #define PCD8544_ENTRYMODE 0x02 #define PCD8544_EXTENDEDINSTRUCTION 0x01 #define PCD8544_DISPLAYBLANK
in „Nokia Display an STM funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LGP42-10LF_EAY60869402_PLHF-L923A.pdf
A1 Y 7 4 1 I C611,C612 VR 0 2 2 u V C 4 A C E30 0 P 6 K 32":68uF*2 I 1 M / 1 7 5 0 BD101 32161 S O 1 0 % 37":82uF*2 R 1 1 X . 2 1 F 2 32",37":RS405M R608 2 0 R 7 1 42":82uF*2 C 0 C 0 R 1 R617 2 F 7 AC1 42":RS1005M
in „LG Inverter Kapazitator abgebrannt“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
spi2_slave.c
//-------------------------------------------------------------- // File : spi2_slave.c // Datum : 01.02.2014 // Version : 1.0 // 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 // Module : GPIO
in „RaspberryPI <- SPI -> STM32F4“ · 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>© Copyright (c) 2019
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
kicad_8450_dcm_liste_neu_v3.pdf
to Digital Converter, 3V supply, 150ksps, SPI interface LTC2309_QFN 8 Channels, 12-Bit SAR ADC, I2C interface, QFN-24 package LTC2309_TSSOP 8 Channels, 12-Bit SAR ADC, I2C interface, TSSOP-20 package LTC2508CDKD-32 32-Bit Oversampling ADC with Configurable Digital Filter, 0°0C to 70°C, DFN- 24 package
in „KiCAD Eeschema, Bibliotheksdokumentation *.dcm als PDF-Datei“ · Platinen ·
-
Datei
main.c
#include "stm32f4xx.h" #include <stdio.h> #define SELECT_GYRO GPIO_ResetBits (GPIOE, GPIO_Pin_3) #define DESELCT_GYRO GPIO_SetBits (GPIOE, GPIO_Pin_3) void USART_SendString(USART_TypeDef * USARTx, char * data); /
in „STM32-Discovery Gyro auslesen“ · 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 callback slots, 0: none // #ifndef Systick_Delay #define Systick_Delay 1
in „[ARM / Cortex-M0(+)] delay-Funktionen "avr-libc style"“ · Projekte & Code ·
-
Datei
irsnd_init.c
void irsnd_init (void) { // STM32 GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; TIM_OCInitTypeDef TIM_OCInitStructure; /* GPIOx clock enable */ RCC_AHBPeriphClockCmd(IRSND_PORT_RCC, ENABLE); /
in „IRSND auf STM32F0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TouchPanel.h
TOUCHPANEL_H_ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /* Private typedef -----------------------------------------------------------*/ typedef struct POINT { uint16_t x; uint16_t y; }Coordinate; typedef struct Matrix { long double An, Bn, Cn,
in „ADS7843 Werte berechnen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
/** ****************************************************************************** * @file startup_stm32.s * @author Ac6 * @version V1.0.0 * @date 12-June-2014 ****************************************************************************** */ .syntax unified .cpu cortex-m3 .thumb .global g_pfnVectors
in „stm32f103 RTC Interrupt öfter als erwartet“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
images.h
-------------------------------*/ #ifndef __IMAGES_H #define __IMAGES_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup Embedded_GUI_Library * @{ */ /** @addtogroup Images * @{ */ /* Exported
in „STM32 24Bit Bmp nach 565RGB Format“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SAM9_EVAL-01.pdf
DGND 10k1 N N N green G9 8 6 3 4 G4 G1 3 3 7 4 7 0 4 5 5 1 1 2 1 1 DGND DGND DGND DGND 3V3 LDO Vdrop=400mV +3V3 +3V3 VDDMEM 1A5 _+3V3 L170 +5V 2200R@100MHz GND D110 3 ES2D R110 M5 0 1 32 ! 2 4 D6 9 1 1 1 VIN VOUT 5 -? V EN NR C171 C172 C173 C174 C175
in „AT91RM9200 Bootstrap loader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ethernetif.c
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 & Tx DMA Descriptors */ extern ETH_DMADESCTypeDef DMARxDscrTab[
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
syscalls.c
/* * syscalls.c * * Created on: 03.12.2009 * Author: Martin Thomas, 3BSD license */ #include <reent.h> #include <errno.h> #include <stdlib.h> /* abort */ #include <sys/types.h> #include <sys/stat.h> #include "stm32f10x.h
in „Undefined reference error (yagarto/msys/gcc)“ · µC & Digital Electronics ·
-
Datei
main.h
****************************************************** * @file : main.h * @brief : Header for main.c file. * This file contains the common defines of the application. ****************************************************************************** * @attention * * Copyright (c) 2023 STMicroelectronics
in „STM32U599 reagiert nicht: Keine Funktion auf dem Custom Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32h7xx_hal_fdcan.c
((uint32_t)0x80000000U) /* Accepted Non-matching Frame */ #define FDCAN_ELEMENT_MASK_ET ((uint32_t)0x00C00000U) /* Event type */ #define FDCAN_MESSAGE_RAM_SIZE 0x2800U #define FDCAN_MESSAGE_RAM_END_ADDRESS (SRAMCAN_BASE
in „[STM32] CAN Bus: Fehlende RAM Zuweisung für TX FIFO ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Strommessung.pdf
_{TEMP} V 15 5 U207 10u C220 R204 10k 60 PA1 16 V_{BACKUPBAT} R208 BOOT0 PA2 ENABLE_{DC/DC} 10k C 1 PA3 17 S 3 10u C201 5 20 C221 C215 - PH0 PA4 10n 10n C 4 6 PH1 PA5 21 R209 L 6 A4 VBUS 22 S 100n C202 GND 54 PA6 23 10k U A5
in „Prüfung Schaltplan Power Profiler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi.cpp
#include "spi.hpp" #include <stm32l152xe.h> #include <cassert> namespace { enum { irq_pin = 0, // PA0 csn_pin = 1, // PA1 clk_pin = 3, // PB3 miso_pin = 6, // PA6 mosi_pin = 7, // PA7 reset_pin = 8 // PA8 }; void mode( GPIO_TypeDef
in „STM32 SPI, fehlendes MOSI Signal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_Startup.s
IRQHandler #ifndef STARTUP_FROM_RESET DEFAULT_ISR_HANDLER reset_wait #endif /* STARTUP_FROM_RESET */ // STM32 library requires these .global __WFI .global __WFE .global __SEV .global __ISB .global __DSB .global __DMB .global __SVC .global __MRS_CONTROL .global __MSR_CONTROL .global __MRS_PSP .global __MSR_PSP
in „STM32 Memorymanagement Exception“ · 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
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
in „DMA funktioniert nur einmal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usbview.txt
---------------------------------- STM32 X-NUCLEO-LPM01A Firmware version: 1.0.1 ---------------------------------- Device Descriptor: bcdUSB: 0x0200 bDeviceClass: 0x00 bDeviceSubClass: 0x00 bDeviceProtocol: 0x00 bMaxPacketSize0: 0x40 (64
in „ST-LINK Zugriff von Mac M1 - Device nicht sichtbar“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
The_International_System_of_Units_sp330.pdf
Wavelengths for 12I transitions 2 Transition Frequency difference x [f(x) – f(32-0, R(56)10a )]/kHz 32-0, R(57), 1 –50 946 880.4 32-0, P(54), 1 –47 588 892.5 35-0, P(119), 1 –36 840 161.5 33-0, R(86), 1 –32 190 404.0 34-0, R(106), 1 –30 434 761.5 36-0, R(134), 1 –17 173 680.4 33-0, P(83), 21 –15 682 074.1 32-0, R(56), 10 0 32-0, P(53), 1 +2 599 708.0 Here, f(x) represents the frequency of the transition denoted x and f(32-0, R(56), a ) 10e frequency of the reference transition
in „Stromangabe in der Einheit At?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Datenblatt Ausschnitt STM32F411RE USART Register
STM32F411RE Refer... Erstellen Anmelden KI-Assistent Note: This bit is used during single buffer transmission. Bit 6 TC: Transmission complete This bit is set by hardware if the transmission of a frame
in „stm32f411 USART2 will nicht wie er soll“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
STM32 Blue Pill Mikrocontroller Board
STM32, 8.000, C7 100nF, GND, B0010, A0 bis B15
in „neuere BluePill (WeAct) I2C1 will nicht“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Bild
Nahaufnahme einer bestückten Leiterplatte mit STM32 Mikrocontroller
STM32P301 VCMCO 990EB 9C MY9 0D1 1 ARM ST
in „Def. Mikrocontroller auf Geschirrspüler-Platine?“ · Haus & Smart Home · · Platinenfotos
-
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 |= (0x1u << (11
in „Crash @ TIM2-Überlauf statt TIM2_IRQHandler (STM32G031J6)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_-_master.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 ---------------------------------------------------------*/ SPI_HandleTypeDef
in „STM32F103 SPI Slave + Master“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
extrx.c
Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * * extrx.c - Module to handle external receiver inputs */ /* FreeRtos includes */ #include "FreeRTOS.h" #include "task.h" #include "queue.h" #include "stm32fxxx.h" #include "config.h" #include "system.h" #include
in „FreeROTS Fehler "AssertFail" durch Befehl xQueueReceive“ · 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 |= (0x1u << (11
in „Crash @ TIM2-Überlauf statt TIM2_IRQHandler (STM32G031J6)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
REZFrag.ASM
bei T/C1-Überlauf Bit7 -> TC1 out TIMSK,temp1 ldi temp1, 0b00000000 ; PortD als Eingang out DDRD, temp1 ldi temp1, 0 out PORTB, temp1 ldi temp1, 0b11111101 ; Port B = Ausgang für's LCD, an PB1 Pull-ups aus lassen
in „reziproker 50-Hz Netzfrequenz-Zähler; AVR-assembler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PWM_Dimming_Drive_Control_Board_For__High_Power_LEDs.pdf
1 2 3 4 5 6 7 8 0 0 P 2 S D1 0 0 0 2 SS210 F D P CS1 D P P 0 P CF1 CD6 U1 C 0.1uF 0 0 P0U108 P 100V L1 22uH C 22uF/10V C 470uF/10V 7 P0U107 8 P0L101 P0L102 P P A BST SW +5V A 1.5A 6 P0U106 +48V P1 GND P0U101 2 0 0 R1
in „RGB LED Interface ESP8266-01“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Dongle.pdf
MCP2551 CAN Vdd (5V)n 17 CANL Vss CANH TxD 4k7 470R Pin 18 Pin 17 / USART1 Tx g R X V C 5 GND 19 DIO STM32f042f6p6 20 CLK DO-214AC 1 Boot0 5 Vdd (3,3V) Diode 1A 4 /RST
in „STM32F042 gecloned aber verhält sich seltsam“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MonoGLCD.cpp
/* * MonoGLCD.cpp */ #include "MonoGLCD.h" #include "stm32f1xx_hal.h" // defines ------ #define DISPLAY_ON 0xAF #define DISPLAY_OFF 0xAE #define DISPLAY_START_LINE_SET 0x40 //0x40 to 0x7F 63-Stufen #define PAGE_ADRESS_SET 0xB0 //0xB0 to 0xB8 8-Stufen #define
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Programmcode in einer Entwicklungsumgebung
stm32f4xx_tim.c // Exported functions static inline void LL_Timer_EnableCounter(TIM_TypeDef* TIMx) { SET_BIT(TIMx->CR1, TIM_CR1_CEN); } static inline uint8_t LL_Timer_IsEnableCounter(TIM_TypeDef* TIMx) { return (uint8_t)(READ_BIT(TIMx->CR1, TIM_CR1_CEN) ? 1 : 0); }
in „STM32 - Timer steht still“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
camera_OV7670_tmp.c
#include "camera_OV7670.h" #include "stm32f4xx.h" #include "sccb.h" #include "delay.h" // Minimal config to generate colorbar test-image. Note: 313 pixels/line (WORKING !!!) static unsigned char OV7670_QVGA[][2]= { 0x12, 0x80, 0x11, 0x00 ,
in „OV7670 blockiert Bus nach senden des Registers“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Configuration.h
only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1 * :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */ //#define SERIAL_PORT_3 1 //#define BAUDRATE_3 250000 // Enable to override BAUDRATE // Enable the Bluetooth serial interface on AT90USB devices //#define
in „Custom 3D-Drucker zu ausgebuchtete Ecken“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ // **INCLUDES** #include "actuator.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef
in „STM32 SPI zu viele Clocks“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltplan.pdf
G PB3 220 Eins grün R7 3 1 3 1 3 1 3 1 R R R R Eins rot PB1 100 2 2 2 2 R6 D1 D2 D3 D4 Eins blau PB0 47 R5 1 Q1 Stunden Zehner PA0 1k 2 R1 BC337-40 1 3 PA1 1k Q2 Stunden Einer R2 2 BC337-40 3 1 Q3 Minten Zehner PA2 1k 2 R3 BC337-40 1 3 PA3 1k Q4 Minuten Einer R4 2 BC337-40 3 GND Binäruhr mit Blue-Pill Board (STM32F103C8T6) 14.10.2017 1.0
-
Datei
main.cpp
(LedBlue, D, 15); // User LED 6 GPIO__OUTPUT(LightSwitch, E, 4); // Enable GPIO__OUTPUT(ReadWrite, C, 13); // R/W GPIO__OUTPUT(BiPolarMood, E, 6); // Rs GPIO__IO(DB0, E, 5); //PIN E5 ist Input/Output PIN und unter DB0 erreichbar GPIO__IO(DB1, E, 3); GPIO__IO(DB2, B, 8); GPIO__IO(DB3, B, 7); GPIO__IO(DB4, B, 4); GPIO__IO(DB5, B, 5); GPIO__IO(DB6, D, 7); GPIO__IO(DB7, D, 6); using namespace xpcc::stm32; static bool initClock() { // use external 8MHz crystal if (!Clock::enableHse(Clock::HSE_CRYSTAL)) { return false; } Clock::enablePll(Clock::PLL_HSE, 4, 168); return Clock::switchToPll(); } void checkbusy
in „STM32F4_Discovery + LCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TouchPanel.c
-----------------------------------*/ #include "stm32f10x_lib.h" #include "hardware.h" #include "TouchPanel.h" #include "ili9320.h" #include <stdio.h> #include <stdlib.h> #include <math.h> /* Private typedef ------------------------------------------
in „ADS7843 Werte berechnen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103xb.h
register, Address offset: 0x00 */ __IO uint32_t PR; /*!< Prescaler register, Address offset: 0x04 */ __IO uint32_t RLR; /*!< Reload register, Address offset: 0x08 */ __IO uint32_t SR; /*!< Status register, Address offset: 0x0C
in „System Workbench für STM32 Anfängerfragen“ · PC Hard- und Software ·
-
Datei
usart.c
/** ****************************************************************************** * @file usart.c * @author Bernhard Beroun * @version V1.0 * @date 13.02.2010 * @brief Sourcecode fuer USART1 und USART2 * @todo Einige Tests muessen noch durchgefuehrt werden: * - Nacheinander Zeichen auf den USART1
in „[STM32] CMD0 liefert immer 0xFF zurück“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103x6.h
register, Address offset: 0x00 */ __IO uint32_t PR; /*!< Prescaler register, Address offset: 0x04 */ __IO uint32_t RLR; /*!< Reload register, Address offset: 0x08 */ __IO uint32_t SR; /*!< Status register, Address offset: 0x0C
in „System Workbench für STM32 Anfängerfragen“ · PC Hard- und Software ·
-
Datei
startup_stm32f0xx.S
/* File: startup_ARMCM0.S * Purpose: startup file for Cortex-M0 devices. Should use with * GCC for ARM Embedded Processors * Version: V1.3 * Date: 08 Feb 2012 * * Copyright (c) 2012, ARM Limited * All rights reserved. * * Redistribution
in „STM32F0 - Boot ins SRAM mit OpenOCD“ · Mikrocontroller und Digitale Elektronik ·