-
Datei
eeprom.c
/ Librarys -------- */ /* ---------------- System Include Files -------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* ----------------- C Standard Include Files --------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include
in „Lebensdauer von lokalen Variablen“ · Softwareentwicklung ·
-
PDF
ABX00042-ABX00045-ABX00046-datasheet.pdf
Arduino® Portenta H7 Collective Datasheet Modified: 21/10/2024 Arduino® Portenta H7 Collective Datasheet Name Portenta H7 Portenta H7 Lite Portenta H7 Lite Connected SKU ABX00042 ABX00045 ABX00046 Preview ATECC608 Security
in „Problem mit der SPI Datenübertragung zwischen einem Arduino Portenta H7 und einem ADS8684 (ADC)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SHT11.asm
-------------------------------------------------------- ; CRC x^8+x^5+x^4+1 ; 21 Word/131 Cycles (32µs @ 4MHz) ; ; in : r16 Byte ; r17 CRC alt ; out : r17 CRC neu sht11_crc: push r16 push r18 push r19 ldi r19,8 ; 8 Bits sht11_crc10: clr r18 lsl r16 ror r18 ; Bit7 nach r18,7 eor r18,r17 ; XOR lsl r18
in „SHT71 Assembler Code für Atmega8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rtc.c
*-------------------------------------------------------------------------- */ /* RTC controls for STM32 */ /* collected by Pappnase (Lötlackl) 2012 */ /* heavily based on code from Martin Thomas, STMicroelectronics, */ /* Peter Dannegger, "LaLaDumm", Werner B. and some code */ /* from http://www.nord-com.net
in „STM32F1 RTC eine Sekunde generieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup.asm
;****** Startup-File für den STM32F103ZET6 auf dem Eigenbau-Eval-Board ****** ; ; 1. Speicherbereiche: ; interner ROM: 0h .. 0007_FFFFh (512 KB) ; interner RAM: 2000_0000h .. 2000_FFFFh ( 64 KB) ; externer RAM: 6000_0000h .. 600F_FFFFh ( 1 MB) an NE1 (PD7) ; externes CPLD: 6400_0000h .. 6407_FFFFh (256 x 16 Bildspeicher ) ExtRamBegin EQU 0x60000000 ExRAMEnd EQU 0x600FFFFF CgBWSP EQU 0x64000000 CgBWSPEnd EQU 0x6407FFFF EXPORT CgBWSP EXPORT CgBWSPEnd EXPORT
in „Erste Schritte: Bekomme STm32 nicht zum Laufen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
------------------------------------- */ #if IRMP_LOGGING == 1 // logging via UART #if defined(ARM_STM32F4XX) # define STM32_GPIO_CLOCK RCC_AHB1Periph_GPIOA // UART2 on PA2 # define STM32_UART_CLOCK RCC_APB1Periph_USART2 # define STM32_GPIO_PORT GPIOA # define STM32_GPIO_PIN GPIO_Pin_2 # define STM32_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
eventctrl_uc.ino
11.05.2026 R. Seelig -------------------------------------------------------- */ #include <stdint.h> #include <ctype.h> #include <stdlib.h> #include <string.h> #include "HardwareSerial_v003.h" #include "sn74hc595.h" #include "eventsources.h" #include "my_printf.h" #include "colpos.h" #ifdef CH32V00x
in „Schulnotenbewertung eines Arduino-Programms“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_irsnd.c
//-------------------------------------------------------------- // File : stm32_ub_irsnd.c // Datum : 14.06.2013 // 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 : IRSND, TIM
in „IRSND auf STM32F0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32L073RZTx Device from STM32L0 series ** 20Kbytes RAM ** 192Kbytes ROM ** ** 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 ** ** Distribution: The file is distributed �as is,� without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2><
in „ARM Cortex M0+ Startupcode Minimal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linkscript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32F103C8Tx Device from STM32F1 series ** 20Kbytes RAM ** 64Kbytes ROM ** ** 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 ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2><center
in „[Nucleo-F103] memset hängt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32F103C8Tx Device from STM32F1 series ** 20Kbytes RAM ** 64Kbytes ROM ** ** 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 ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2><center
in „arm-gcc RAM Belegung untersuchen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
#include "stm32f4xx.h" #include "stm32f429i_discovery.h" #include "stm32f429i_discovery_lcd.h" static void SystemClock_Config(void); static void MX_TIM2_Init(void); static void Error_Handler(void); TIM_HandleTypeDef
in „Timer im Encodermode auf STM32F429-Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_can.c
BY CUSTOMERS OF THE * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. * * <h2><center>© COPYRIGHT 2009 STMicroelectronics</center></h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_can.h" #include "stm32f10x_rcc.h
in „CAN mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hd44780.h
Displayanschluss an den Controller ---------------------------------------------------------- o +5V | Display STM32F030F4P6 (TSSOP20) _ Funktion PIN PIN Funktion | | |_| GND 1 ------------ | +5V 2 ------------ o----o Kontrast --- Kontrast 3 ------------ _|_ RS 4 ------------ 11 PA5 \ / rd /wr 5 ------------ GND
in „Live-Linux: Anleitung schreiben“ · PC Hard- und Software ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" //#include "RGB565_480x272.h" uint16_t RGB565_480x272[130560]; /** @addtogroup STM32F7xx_HAL_Examples * @{ */ /** @addtogroup LTDC_Display_1Layer * @{ */ /* Private typedef -------------------------
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
false 0 /* Includes ------------------------------------------------------------------*/ #include "stm32l4xx_hal.h" //#include "usb_device.h" TIM_HandleTypeDef htim2; uint8_t IN_BYTE, led_status, fft_status; volatile uint16_t timer_led, fft_timer; void SystemClock_Config(void); static void MX_GPIO_Init
in „STM32L4 Disco-Board CPU arbeitet nicht korrekt?!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md_vl.s
/** ****************************************************************************** * @file startup_stm32f10x_md_vl.s * @author MCD Application Team * @version V3.3.0 * @date 04/16/2010 * @brief STM32F10x Medium Density Value Line Devices vector table for Atollic toolchain. * This module performs: * -
in „stm32 probleme mit Assembler für startup File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ws2812_stm32f4.h
#ifndef WS2812_STM32F4_H #define WS2812_STM32F4_H // helper macro for concatenation #define CAT_(a,b) a ## b #define CAT(a,b) CAT_(a,b) // ----------------------------- definitions ----------------------------- #define
in „[STM32] Binäruhr bzw 12x4 RGB LED Display mit WS2812“ · Projekte & Code ·
-
Datei
smcattach.c
#include "stm32f0xx.h" #include "stm32f0308_Discovery.h" #define in0 GPIO_Pin_0 #define in1 GPIO_Pin_1 #define in2 GPIO_Pin_2 #define in3 GPIO_Pin_3 #define in4 GPIO_Pin_4 #define in5 GPIO_Pin_5 #define in_GPIO GPIOA
in „mapping the exact input to the output“ · µC & Digital Electronics ·
-
Datei
u8g_com_arm_stm32.c
/** \author Wojciech Domski */ #include "u8g_com_arm_stm32.h" #include "hw_config.h" uint8_t control = 0; void u8g_Delay(uint16_t val) { HAL_Delay(val); } void u8g_xMicroDelay(uint16_t val) { static uint32_t i, j; static uint32_t freq; freq = HAL_RCC_GetSysClockFreq
in „STM32 F103 - I2C Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_oled.c
#include "STM32F4xx.h" #include "_mcpr_stm32f407.h" #include "spi_oled.h" #include "tools.h" #include "timer.h" void spiInit(void) { //CONFIGURE I/Os FOR SPI2 //SCLK = PB13 setOutputPort(B, 13, ALTERNATIVE, PUSHPULL
in „0,96 Oled mit STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
#include "main.h" #include <stm32f4xx.h> #include <stm32f4xx_i2c.h> #include "i2c.h" //------------------------------------------- // Definition of local constants //------------------------------------------- #define
in „STM32F4 Discovery mit I2C-Bus EEPROM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
1.5inch_RGB_OLED_Module_User_Manual_EN.pdf
to GND. And the data transmitted are 9bit instead of 8bit. 4 / 8 1.5inch RGB OLED Module HOW TO USE STM32, Arduino and Raspberry Pi sample code is provided for this OLED. The sample code is used to draw shapes and display string. STM32 CONNECTION: The demo code is based on XNUCLEO-F103RB 1.5inch RGB OLED XNUCLEO-F103RB VCC 3V3/5V GND GND DIN D11(PA7) CLK D13(PA5) CS D10(PB6) DC D7(PA8) RST D8(PA9) FILES: Project is built for MDK-ARM v5, generated by sTM32CubeMx. ../Src: OLED_Driver.cpp: Bottom interface of OLED,provide the function of initialization
in „DEBO OLED2 0.96 0,96" OLED-Display SSD1306 SSD1312 Initialisierung TWI I2C AVR ATmeg8 Assembler ASM“ · Projekte & Code ·
-
PDF
3DSanner_Stromlaufplan1.pdf
VDDA VCAP1 P$81 TDI P$138 PA15 PE0 P$169 FSMC_BLN0 P$6 VBAT VCAP2 P$125 PB0 P$56 PB0 PF15 P$65 A9 STM32F407IGT6 C17 C18 PB1 P$57 PB1 PF14 P$64 A8 PB2 P$58 PB2 PF13 P$63 A7 2.2nF 2.2nF B TDO/SWO P$162 PB3 PF12 P$59 A6 B JTAG=> TRST P$163 PB4 PF11 P$28 USB1_OVRCURR PB5 P$164 PB5 PF10 P$27 GND GND GND
in „STM32 Boot0 Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
------------------------------------- */ #if IRMP_LOGGING == 1 // logging via UART #if defined(ARM_STM32F4XX) # define STM32_GPIO_CLOCK RCC_AHB1Periph_GPIOA // UART2 on PA2 # define STM32_UART_CLOCK RCC_APB1Periph_USART2 # define STM32_GPIO_PORT GPIOA # define STM32_GPIO_PIN GPIO_Pin_2 # define STM32_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmp.c
------------------------------------- */ #if IRMP_LOGGING == 1 // logging via UART #if defined(ARM_STM32F4XX) # define STM32_GPIO_CLOCK RCC_AHB1Periph_GPIOA // UART2 on PA2 # define STM32_UART_CLOCK RCC_APB1Periph_USART2 # define STM32_GPIO_PORT GPIOA # define STM32_GPIO_PIN GPIO_Pin_2 # define STM32_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
spi_oled.c
#include "STM32F4xx.h" #include "_mcpr_stm32f407.h" #include "spi_oled.h" #include "tools.h" #include "timer.h" void spiInit(void) { //CONFIGURE I/Os FOR SPI2 //SCLK = PB13 setOutputPort(B, 13, ALTERNATIVE, PUSHPULL
in „0,96 Oled mit STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32l1xx_mdp.S
/** ****************************************************************************** * @file startup_stm32l1xx_mdp.s * @author MCD Application Team * @version V1.2.1 * @date 19-June-2013 * @brief STM32L1xx Ultra Low Power Medium-density Plus Devices vector table * for System Workbench. * This module performs
in „AC6 IDE stm32l1xx_it.c fehlt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FK743M5-XIH6.pdf
PIMC U10G2 NC PH1-OSC-OUT PIMCU10J1OS_25M_OUT PD6N IPC10111 PI MCU10P 5 NLC _R0 PI1551IP PD7 C11 PD6 PI15 STM32H743XIH6 11C0PD7MIP FM _D13 PD8D8 IPC10116 PD8 PJ0 PI MCU10N 6 NLC _R1 PJ00 FM _D14 PD9D9 IPC10117 PI MCU10P 6 NLC _R2 PJ11 FM _D15 PD1010 T16 PD9 PJ1 T6 NLC _R3 PJ22 IPC 0116 PD10
in „STM32H743 mit 32MByte externem SDRAM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stm32f1xx.h> //Core Header for STM32F103C8T6 Processor #include <stdio.h> #define EEPROM_DEVICE 0xA0 //All Addresspins grounded #define EEPROM_WRITE 0 #define EEPROM_READ 1 int main(void) { //Enable Clocks
in „STM32 I2C EEPROM lässt sich lesen aber nicht beschreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32H743ZI_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32H743ZI Device with ** 2048KByte FLASH, 1056KByte 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 „Wie speichere ich große Arrays in STM32?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
neigungsmessung.c
Crashdemon.... *** HAVE A LOT OF PHUN! *** *** Motorcycle IMU *** inertial measurement unit *** ver 0.1 (STM32) *** ARM Cortex-M3 *** ***********************************************/ #define STM32F10X_HD //#define USE_STDPERIPH_DRIVER #include <math.h> #include <stdio.h> #include <stdint.h> #include <stddef.h> #include <stm32f10x.h> //#include <stm32f10x_adc.h> //#include <misc.h> //#include <stm32f10x_lib.h> // Constants #define M_PI 3.14159265358979323846 // USART #define BAUD 115200 // Baudrate für serielle Kommunikation
in „[STM32] Keil SysTick_Config Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
eGC.pdf
PIIC20G7 B PIIC20BGND GND PIIC20K7 PIIC20VCCO_0 VCCO_2 PIIC20R4 PIIC20VCCAUX VCCINT PIIC20G9 B PIIC20B7 PIIC20K9 PIIC20D10 PIIC20R8 PIIC20F8 PIIC20H10 D13 GND GND L15 D7 VCCO_0 VCCO_2 G10 VCCAUX VCCINT H8 PD4C20DGND
in „[Suche] Interessierte(n) an Projekt (ARM/FPGA)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32-P207-P407_rev_D.pdf
6 CS 1k 2 A17/USART3_RTS 10 T2IN T2OUT 7 1 0R R136 10 T2IN T2OUT 7 1 SD_D2/USART3_TX/SPI3_SCK R28 NA 1 DAT2/RES /OE 41 OE VDD1 11 JOYSTICK_MT5_F R81 1 C48 330R 2 6 0R(NA) 2 6 R32 0R /WE 17 WE 33 C14 C15 RIGHT R83 S D14/USART3_RX 12 R1OUT 13
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
smcfor.c
#include "stm32f0xx.h" #include "stm32f0308_Discovery.h" #define in0 GPIO_Pin_0 #define in1 GPIO_Pin_1 #define in2 GPIO_Pin_2 #define in3 GPIO_Pin_3 #define in4 GPIO_Pin_4 #define in5 GPIO_Pin_5 #define in_GPIO GPIOA
-
Datei
smcfor.c
#include "stm32f0xx.h" #include "stm32f0308_Discovery.h" #define in0 GPIO_Pin_0 #define in1 GPIO_Pin_1 #define in2 GPIO_Pin_2 #define in3 GPIO_Pin_3 #define in4 GPIO_Pin_4 #define in5 GPIO_Pin_5 #define in_GPIO GPIOA
-
PDF
Verfuegbare_Teile.pdf
Gavazzi SR110230 13 2093 2511.6 74 Carlo Gavazzi ZPD11 19 209 250.8 75 RS 536 - 2555 7 42 50.4 76 RS 536 - 2779 1 6 7.2 77 RS 354 - 559 1 6 7.2 78 RS 349 - 327 2 12 14.4 79 RS 348 - 762 2 12 14.4 80 RS 348 - 784 2 12 14.4 81 Omron H5CX - L8 - N 14 1750 2100 82 Omron PS - 5S 20 640 768 83 Omron 61F - GP - N2 6 144 172.8 84 Omron H3CR - A8E 1 46 55.2 85 Omron H2C - 8 4 364 436.8 86 Euchner STM1N - 222B024 - M 2 368 441.6 87 Euchner STM2N - 222B024 - M 1 184 220.8 88 Euchner NM01VZA - M 10 330 396 89 Euchner NM02VZA - M 5 180 216
in „[V] Diverses Elektromaterial. Lagerauflösung.“ · Markt ·
-
Datei
i2c_referenz.c
#include <stdio.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "i2c.h" #include "debug.h" static void I2C1_InitI2C(void); static void I2C2_InitI2C(void); static int8_t I2C1_Timeout(I2C_TypeDef* I2Cx
in „STM32F103C8T6 Blue Pill - SSD1306 - u8g2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
#include <stdio.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "i2c.h" #include "debug.h" static void I2C1_InitI2C(void); static void I2C2_InitI2C(void); static int8_t I2C1_Timeout(I2C_TypeDef* I2Cx
in „STm32Fxxx: I2C Hardware Experten gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektronik.pdf
1 N 2 3 4 5 6 G BT1 STM32H753 534-1027 +3.3V C11 C12 FB1 R2 Ferrite_Bea+3.3V GND 1.6 Sheet: Schalter und Taster Sheet: Drivers Sheet: Analog 10u 100n TMC_en TMC_en Tast_Input J2 6 1 2 5 7 0 2 Tast_Input P_diff ADC1_5 Conn_
in „50ns Delay mit STM32H7“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md.s
/** ****************************************************************************** * @file startup_stm32f10x_md.s * @author MCD Application Team * @version V3.1.2 * @date 09/28/2009 * @brief STM32F10x Medium Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „STM32 linker scripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md.asm
/** ****************************************************************************** * @file startup_stm32f10x_md.s * @author MCD Application Team * @version V3.4.0 * @date 10/15/2010 * @brief STM32F10x Medium Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „GNUARM TChain Linker Problem STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md.S
/** ****************************************************************************** * @file startup_stm32f10x_md.s * @author MCD Application Team * @version V3.5.0 * @date 11-March-2011 * @brief STM32F10x Medium Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „STM32: Jeder Interrupt landet im Default_Handler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
/** ****************************************************************************** * @file startup_stm32f10x_md.s * @author MCD Application Team * @version V3.1.2 * @date 09/28/2009 * @brief STM32F10x Medium Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „Stm32 SystemInit() C++“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md.s
/** ****************************************************************************** * @file startup_stm32f10x_md.s * @author MCD Application Team * @version V3.2.0 * @date 03/01/2010 * @brief STM32F10x Medium Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „STM32 Interrupt Rücksprung ins Nirvana“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
graphik.c
Orkantief : 950 - 970 mBar */ /* ------------ Standard Include Files --------------- */ #include <stdio.h> #include <stdlib.h> #include <math.h> /* ------------ Special Include Files --------------- */ #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_rtc.h" /* ------------ Projekt Include Files --------------- */ #include "config.h" #include "graphik.h" #include "rtc_user.h" /* ------------ Typen Deklarationen-------------------- */ /* ------------ Defintionen --------------------------- */ /* LCD settings */ #define ILI9341_WIDTH
in „Zeigt her eure Kunstwerke (2017-2019)“ · Projekte & Code ·
-
PDF
project__2_.pdf
1 2 3 4 5 6 7 8 G A J D1 i VDD MBRS140T3 / BAT254 V C1 Vishay 595D686X0010C2T C3 Rf1 U2 68uF Cap 150K 7 8 L2 33pF BOOT SW Vin A R2 4 DT1608C-682 C4 A BSS84 Res2 D2 FB 6.8uH 595D226X06R3B2T / Case C Cond. Q1 1K R3
in „LCD + nRF24L01 = EMV/HF Probleme?“ · HF, Funk und Felder ·
-
Datei
main.c
#include "stm32f10x.h" #include <stdbool.h> #include <stdio.h> #include "main.h" // ---------------------------------------------------------------------------- /* * * RAM Bank of 5 23LC1024 SPI memory chips testing
in „SPI-RAM-Bank an STM32F0-Discovery - write, kein read“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
P-145-E-04-2014-v1_ST_Wireless_Connectivity.pdf
commands.The modules are configured around a single-chip 802.11 transceiver with integrated PA and an STM32 32-bit microcontroller with effective way to use the modules via AT commands.The modules are configured around a extsingle-chip 802.11 transceiver with integrated PA and an STM32 32-bit microcontroller
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
graphik.c
Orkantief : 950 - 970 mBar */ /* ------------ Standard Include Files --------------- */ #include <stdio.h> #include <stdlib.h> #include <math.h> /* ------------ Special Include Files --------------- */ #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_rtc.h" /* ------------ Projekt Include Files --------------- */ #include "config.h" #include "graphik.h" #include "rtc_user.h" /* ------------ Typen Deklarationen-------------------- */ /* ------------ Defintionen --------------------------- */ /* LCD settings */ #define ILI9341_WIDTH
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·