-
Datei
I2CPort.cpp
framlin * * Taken from Tutorial * https://sites.google.com/site/johnkneenmicrocontrollers/18b-i2c/i2c_stm32f407#linki2cpins */ #include "I2CPort.h" #include <stdio.h> #include <stdlib.h> #include "diag/Trace.h" I2CPort::I2CPort(unsigned int port, unsigned int sdaPin, unsigned int sclPin): _port(port), _
in „I2C auf dem STM32 F411RE“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
GH025A_A3__-_090622.pdf
PART No. GT - 806 SPEC TYP() EFD1322N 15. UL -LIST BOBBIN SUMITOMO CHEMICAL CO., LTD. E 54705 ( M) 5-33 KITAHAMA 4-CHOME CHUO-KU, OSAKA 541-8550 JAPAN RT1 H D Min UL94 Elec Mech H H V 4 C Thk Flam with w/o W A T 9 T MtlDag COL mm Class lmp Imp I I R 5 I Liquid Crystal Polyester (LCP), designated "EKONOL"or
in „Display ansteurern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim1; DMA_HandleTypeDef hdma_tim1
in „STM32F103 Hardfault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Zentrale.txt
CAN Nachrichten als Funktion geschrieben */ // -------------------------------------- Umbenenen der STM Pins // Bliotheken //------------------------------------------------------------------------------------------------------------Testweise auskommentiert #include <assert.h> #include "stm32f103.h" /
in „Arduino Blue Pill CAN bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BlueMOD_P25_G2__Datasheet.pdf
I/O PD H General Purpose Input/Output, weak internal Pull- Down / UART2 DATA Output 31 GPIO[4]/RXD2 I/O PD H General Purpose Input/Output, weak internal Pull- Down / UART2 DATA Input 32 USB_DN I/O PD - USB Data
in „Bluetooth-Modul "BlueMod+P25" von Stollmann - Ersatztyp“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
kicad_8450_dcm_liste_neu_v3.pdf
AC-DC module power supply, MeanWell IRM-03-3.3S 3.3V, 3W, AC-DC module power supply, MeanWell IRM-03-5S 5V, 3W, AC-DC module power supply, MeanWell KA5H02659RN 100kHz SMPS Controller, AC-DC, PDIP-8 KA5H0265RCTU 100kHz SMPS Controller w/ Soft Start, AC-DC, TO-220F-5L KA5H0265RCYDTU KA5H0265RCTU, 100kHz
in „KiCAD Eeschema, Bibliotheksdokumentation *.dcm als PDF-Datei“ · Platinen ·
-
PDF
MP1776A_E3201-1.pdf
Display 4-channels measurement results on screen bit rate) • PRBS patterns from 2 – 1 to 2 31– 1 • Max. 32 Mbit programmable pattern at 4-channels com- bined mode (corresponding six frames of STM-256/ STS-768) Specifications MP1776A (main frame), MU177601B (12.5 Gb/s Error Detector) Operating frequency 100
in „BER Messung mit Anritsu MP1776A“ · HF, Funk und Felder ·
-
Datei
Seriell_Empfangen_USART.txt
#include "stm32f0xx.h" #define Input1 GPIOB, GPIO_Pin_0 #define Input2 GPIOB, GPIO_Pin_1 #define Input3 GPIOB, GPIO_Pin_2 #define Input4 GPIOB, GPIO_Pin_6 #define Output1 GPIOA, GPIO_Pin_8 #define Output2 GPIOB,
in „STM32f0xx UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Seriell_Senden_USART.txt
#include "stm32f0xx.h" #define Input1 GPIOB, GPIO_Pin_0 #define Input2 GPIOB, GPIO_Pin_1 #define Input3 GPIOB, GPIO_Pin_2 #define Input4 GPIOB, GPIO_Pin_6 #define Output1 GPIOA, GPIO_Pin_8 #define Output2 GPIOB,
in „STM32f0xx UART“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SMD_Catalog.pdf
npn 45V 0.8A 350mW 5V BCW65BR Zet R SOT23R npn 32V 0.8A 5V1 PZM5.1NB Phi C SOT346 5.1V 0.3W zener 5V6 PZM5.6NB Phi C SOT346 5.6V 0.3W zener 5W BCW67BR Zet R SOT23R pnp 32V 0.8A 5Y1 BZV49-C5V1 Phi O SOT89 5.1V 1W zener 5Y6
in „Hilfe bei Bauteilsuche für Mainboard“ · PC Hard- und Software ·
-
Datei
test_spi1_arduino_x5.ino
// Arduino STM32 core // BluePill // 2018 // Urheber: // mit PB13 und PB15 Problem #include <SPI.h> // Pin Belegung SS (CS) Signal #define SS_1_PIN PA4 #define SS_2_PIN PB12 SPIClass SPI_1(PA7, PA6, PA5); SPIClass
in „Arduino IDE mit STM32 Core Themen, BluePill, SPI 2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FreeRTOSConfig.h
critical applications that require provable dependability. 1 tab == 4 spaces! */ #ifndef FREERTOS_CONFIG_H #define FREERTOS_CONFIG_H #include "stm32f4xx.h" //#include "ustime.h" /*----------------------------------------------------------- * Application specific definitions. * * These definitions should be
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F051_SPI_CONF.c
#include "SPI_CONF.h" unsigned int SPI_RxData; void Init_STM32F051_SPI(void){ RCC->APB2ENR |= RCC_APB2ENR_SPI1EN; // SPI1 Clock activation // Control Register 1 SPI1->CR1 &= ~(1UL<<0); // Clock Phase SPI1->CR1 &= ~(1UL<<
in „Cortexm0 SPI Data Register wird nicht beschrieben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ // **INCLUDES** /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ SPI_HandleTypeDef hspi1; SPI_HandleTypeDef
in „STM32: interne Pull-Ups für SPI“ · 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 ·
-
PDF
STEVAL-3DP001V1_Data.pdf
3 H A D W _ _ D P 2 E V T 3 E 5 5 P L E V R 1 3 R 0 R N H _ 3 3 D _ O F E V 7 U 6 D 1 A C 1 L V R N 3 7 5 L 4 N 3 R 0 R N T Q S n T V 4 3 Q S P _ . O D N N S 2 V 9 E O T F 1 R 4 4 1 n 6 6 0 O D G J W S 4
in „3D-Drucker Board bzw CNC-Board mit STM32F401“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f7xx_hal.h" /* USER CODE BEGIN Includes */ #include "stm32746g_discovery_lcd.h" /* USER CODE END Includes */ /* Private variables -----------------------------------------------------
in „Probleme beim Debuggen mit SW4STM32 und und F7Disco“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "pcm1774.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ I2C_HandleTypeDef hi2c1
in „Probleme mit PCM1774 I2S DAC“ · Mikrocontroller und Digitale Elektronik ·
-
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
in „OV7670 blockiert Bus nach senden des Registers“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
seiner Nutzung. * * Some parts of the touch implementation are inspired of https://github.com/pyrohaz/STM32F0-SoftTouch * The code was changed to work also without an external 1M resitor at an further pin. * * History * 10.05.2019 markus Start of work * 23.05.2019 markus first working release */ #include
in „2 Kanal Touch Button Haussteuerungserweiterung“ · Projekte & Code ·
-
Datei
compile_Tasmota_stable_in_docker_container_versuch3.txt
|-- <stm32_flash> 1.0.0 |-- <BearSSL> 0.6 |-- <universal display Library> 0.1 | |-- <Adafruit GFX Library> 1.5.6 | | |-- <SPI> 1.0 | |-- <SPI> 1.0 | |-- <Wire> 1.0 | |-- <Display renderer> 1.0 | | |-- <Adafruit
in „Dlock 11827 und Tasmota - compilieren für FW-Update“ · Haus & Smart Home ·
-
PDF
Infineon_TLE9263QX.pdf
– 50 – ns CAN Normal P_10.3.32 TXD LOW to bus dominant Mode C L= 100pF; R L= 60 Ω; V = 5 V; CAN Propagation Delay d(H),T – 50 – ns CAN Normal P_10.3.33 TXD HIGH to bus recessive Mode C L= 100 pF; R L= 60 Ω; V = 5 V; CAN Propagation
in „SBC für CAN/LIN bei einem 24V Bordnetz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
init.c
#include <stdio.h> #include "stm32f10x.h" #include "init.h" void Init(void); void RCC_Configuration(void); void NVIC_Configuration(void); void GPIO_Configuration(void); void SPI_Configuration(void); //void I2C2_Configuration
in „STM32 ADC Fehler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MCU_-_HR8P506_Datasheet_e.pdf
71~64 UID8, byte address is 001001D4 H UID7 Bits 63~56 UID7, byte address is 001001D3 H UID6 Bits 55~48 UID6, byte address is 001001D2 H UID5 Bits 47~40 UID5, byte address is 001001D1 H UID4 Bits 39~32 UID4, byte address is 001001D0 H UID3
in „Re - Programmierung eines Cortex M0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2COpenCm3.c
// i2c_test.cpp : Defines the entry point for the console application. // #include <stdint.h> #include "assert.h" //#define DTRACE_ENABLE #include "util/trace.h" #include "I2cHardwareAccess.h" #include <libopencm3/stm32/i2c.h> #include "irq.h" // TODO Device stuck detection, send 9 clocks in
in „STM32 i2c error recovery Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
out.txt
# MOVS r3,#0 0x080035de: 69a5 .i LDR r5,[r4,#0x18] 0x080035e0: 68e0 .h LDR r0,[r4,#0xc] 0x080035e2: 60e3 .` STR r3,[r4,#0xc] 0x080035e4: 2d00 .- CMP r5,#0 0x080035e6: d002 .. BEQ 0x80035ee ; _ZN16mb_uart32_de_irq11timer_callbEPv
in „ARM Bootloader mit ELF, Einstieg nicht bei 0x08000000“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_spi_eigen.c
// Programm zur initialisierung der SPI-Schnittstelle + Schreibvorgang #include "stm32_spi_eigen.h" GPIO_InitTypeDef GPIO_InitStructure; SPI_InitTypeDef SPI_InitStructure; void initNSS() { //RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA,ENABLE); GPIO_InitStructure.GPIO_Pin = GPIO_Pin_6;
in „AD9833 mittels STM32F072 per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
bgcolor='#66FFFF'>")); //Hintergrundfarbe 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
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "vl53l1_api.h" #include "LCD.h" /* USER CODE END Includes */ /* Private variables -------------------------------------------------
in „STM32 und Infrarot Sensor“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mmc.c
/* * Doku, siehe http://www.mikrocontroller.net/articles/AVR_FAT32 * Autor: Daniel R. */ #include "stm32f10x_lib.h" #include "platform_config.h" #include "config.h" #include "mmc.h" unsigned char card_type=0; // ist 0 bei mmc/sd und 1 bei sdhc #if (MMC_SDHC_SUPPORT=
in „SPI mit SD Karte antwortet nicht korrekt auf CMD0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
landtiger_v2.0_-_manual__v1.1.pdf
uses UART XX. The CAN Transceivers are U12 and U13 (SN65HVD230). The CAN bus screw terminal accepts 5.08mm pitch leads. Tabel 13 CAN interface description CN8 Pin Description IO Pin 1 5V 2 CAN_1 H P0.0/P0.1 3 CAN_1 L P0.0/P0.1 4 CAN_2 H P0.4/P0.5 5 CAN_2 L P0.4/P0.5 6 GND IO Pin Description Comment P0.0
-
PDF
Sti7105_SDK_Main_Board_V1.2.pdf
STMicroelectronics XXXXXXXXXXXXX B YYYY-MM-DD B STi7105-SDK MB V1.0 PCB STICKER STi7105_SDK_SB_V1.1 LR03.AM4.1.5Y SB2 LIST1 9 9 BT2 SPEC1 H2 H3 5 8 5 8 6 7 6 7 USERMANUAL XXXXXXXXXXXXXX 1 2 3 4OLE 1 2 3 4HOLE XXXXXXXXXXXXXX SMARTCARD BOARD V1.0 XXXXXXXXXXXXXX SB3 LR03.AM4.1.5Y H5 H7 H8 H9 H10 H15 Hardware User
in „Motorola Vip19x0 (Big brother of Vip1710)“ · 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
ffconf.h
Revision ID */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /*---------------------------------------------------------------------------/ / Function and Buffer Configurations /------------------------------------------------------------------------
in „elm-chan FatFS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TouchPanel.c
******/ /* Includes ------------------------------------------------------------------*/ #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
config-bpir2.txt
CONFIG_ARCH_DOVE is not set # CONFIG_ARCH_KS8695 is not set # CONFIG_ARCH_W90X900 is not set # CONFIG_ARCH_LPC32XX is not set # CONFIG_ARCH_SA1100 is not set # CONFIG_ARCH_S3C24XX is not set # CONFIG_ARCH_DAVINCI is not set # CONFIG_ARCH_AT91 is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_STM32 is not set
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
Datei
MKL25Z4.h
ROM_PERIPHID5_PERIPHID(x) (((uint32_t)(((uint32_t)(x))<<ROM_PERIPHID5_PERIPHID_SHIFT))&ROM_PERIPHID5_PERIPHID_MASK) /* PERIPHID6 Bit Fields */ #define ROM_PERIPHID6_PERIPHID_MASK 0xFFFFFFFFu #define ROM_PERIPHID6_
in „Interrupts bei Keil ARM? (KL25Z)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
twi_bus.c
#include "twi_bus.h" #include "../Std_lib/misc.h" //#include "../lib/i2croutines.h" //#include "../crc/crc_driver.h" #include "../lib/ip_arp_udp_tcp.h" #include "../lib/outpin.h" //zu debugzwecken //outpin_t led_4; //debugzwecke
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
_IC2__001183650-da-01-en-IC_SWITCH_HISIDE_8C_ISO1H801G_DSO_36_INF.pdf
output driver) The heatslug is connected to the positive supply port of the output interface. Datasheet 5 Version 2.3, 2009-09-16 ISOFACE™ ISO1H801G Blockdiagram 2 Blockdiagram b 0 1 2 3 4 5 6 7 b D T T T T T T T T V G O O O O O O O O b V 1 d e d g n p n o n 6 p n o l c m d i t n h . m d i t n r t c o a
in „ISO1H811G Anteuerung mit Atmega 32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
obC16x.pdf
das ebenfalls 2 kByte gro▯ ist. Die Startadresse dieses Bereiches liegt in beiden Fallen bei 0F600h, sein Ende dann bei 0FDFEh. Am Ende dieses Bereiches liegen 256 Bytes bitadressierbares RAM, das ich bisher frei gehalten habe. Direkt darunter sind 32 Bytes ab 0FCE0h f r die PEC{Vektoren reserviert
in „Ein kleiner Oberoncompiler für die C16x-Familie“ · Projekte & Code ·
-
Datei
main.c
#include "stm32f10x_conf.h" // with #define USE_STDPERIPH_DRIVER 1 #include "delay.h" //#include "OWire.h" //#include "ds18x20.h" #include <stdio.h> // ********* 64pin LQFP Package ******* // PIN03: **availabe**
in „STM32 : Float linken mit Coocox“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fsmc_nand.c
invalid address *******************************************************************************/ u32 FSMC_NAND_WriteSmallPage(u8 *pBuffer, NAND_ADDRESS Address, u32 NumPageToWrite) { u32 index = 0x00, numpagewritten = 0x00, addressstatus = NAND_VALID_ADDRESS; u32 status = NAND_READY, size = 0x00; while
in „BMP Lesen von nand Flasch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fatfs_sd.c
#define TRUE 1 #define FALSE 0 #define bool BYTE #include "stm32f2xx_hal.h" #include "diskio.h" #include "fatfs_sd.h" extern SPI_HandleTypeDef hspi3; extern volatile uint8_t Timer1, Timer2; /* 10ms 마다 감소하는 타이머 */ static volatile DSTATUS Stat = STA_NOINIT; /* 디스크
in „ARM [STM32] microSD SPI USB Massenspeicher“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server_10.c
bgcolor='#66FFFF'>")); //Hintergrundfarbe 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(
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.c
* minimum of 1029 byte SRAM! **************************************************** * * * adapted to STM8S105 * */ /* Standard ASCII 6x8 font */ #include "oled.h" static const uint8_t ssd1306oled_font6x8 [] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // sp 0x00, 0x00, 0x00, 0x2f, 0x00, 0x00, // ! 0x00, 0x00
in „SSD1306/1309 Library zum Darstellen von Text auf OLED Displays“ · Projekte & Code ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f7xx_hal.h" /* USER CODE BEGIN Includes */ #include "stm32746g_discovery_lcd.h" /* USER CODE END Includes */ /* Private variables -----------------------------------------------------
in „32F746Disco, SW4STM32, kompiliert, nach kleiner Änderung aber nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim2; DMA_HandleTypeDef hdma_tim2
in „STM32F4 Timer Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fatfsctrl.c
************ ******************************************************************* */ #include "main.h" #include "stm32f4xx_hal.h" #include "fatfs.h" #include "usb_host.h" #include "usbh_diskio.h" #include "fatfsctrl.h" #include "usartctrl.h" static uint8_t writeCntr = 0; extern ApplicationTypeDef Appli_state
in „STM32F411 USB HOST f_write Phänpmen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx_conf.h" GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; void TIM3_IRQHandler(void) { if (TIM_GetITStatus(TIM3, TIM_IT_Update) != RESET) { TIM_ClearITPendingBit
in „Frage/Problem mit Timer STM32F4Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f3xx.h" //T=0.5ms; ein Impuls=350*T Impulsfunktion=500+16,66*x(=abstand)~500+17*x //Sensor Enfernung~1500/X, X=Augabewert des Sensors //LEDS an Pins A15, B4 und B6; SharpIn an Pin C1 SharpOut an Pin
in „sharp gp2d02 mit STM32F303 programieren“ · Mikrocontroller und Digitale Elektronik ·