-
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_rcc.c
/** ****************************************************************************** * @file stm32f4xx_rcc.c * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief This file provides firmware functions to manage the following * functionalities of the Reset and clock
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32-P207-P407_rev_D.pdf
C81 470pF + C82 SCJ325P00XG0B02G PH1/OSC_OUT PC13/RTC_AF1 8 C50 15pF RST 25 PC14/OSC32_IN9 R93 NA Q2 R132 20k 100nF R65 RST NRST PC15/OSC32_OUT 32768Hz/6pF G NC49 15pF VR1 U2 10k PG0 A10 56 114 D2 2 3V_E NA PG0/FSMC_A10 PD0/FSMC_D2/CAN1_RX C12 2.2uF/6.3V R130
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
*************************************************************************** * @file CAN/Networking/stm32f10x_it.c * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and * peripherals
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup ADC_RegSimul_DualMode * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private
in „STM32F103: Auswahl des richtigen ADC Modus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32_magic_eye2.pdf
SPI1_MISO G G 2 PA6 TP1 4 9 PA7 23 SPI1_MOSI TestPoint GNDD GNDD 41 D57 D58 D59 D60 D61 D62 D63 D64 PA8 LED LED LED LED LED LED LED LED PA9 42 +3V3 +5VA GNDD 43 GNDD L07 GNDD PA10 44 PA11 D PA12 45 D XTAL1 5 46 SWDIO PD0 PA13 XTAL2 6 PD1 PA14 49 SWCLK C18 100n +5V +5VA 54 50 10µ C23 L2 PD2 PA15 STM32F103RCTx
in „STM32F103 und I2S Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4_discovery_lcd.c
******** * <h2><center>© Portions COPYRIGHT 2012 Embest Tech. Co., Ltd.</center></h2> * @file stm32f4_discovery_lcd.c * @author CMP Team * @version V1.0.0 * @date 28-December-2012 * @brief LCD LOW_LEVEL Drive * Modified to support the STM32F4DISCOVERY, STM32F4DIS-BB, STM32F4DIS-CAM * and STM32F4DIS-LCD
in „STM32F4Discovery mit CooCox CoOS-RTOS und printf“ · Projekte & Code ·
-
PDF
FR_Family_MB91F109.pdf
2.4 V 2.4 V 2.4 V 2.4 V 2.4 V 2.4 V D31 to D16 0.8 V Read 0.8 V 0.8 V Read 0.8 V 0.8 V Read 0.8 V tHDWH 2.4 V DW tCHDV1 2.4 V 2.4 V 2.4 V 2.4 V D31 to D16 0.8 V Write 0.8 V 0.8 V Write 0.8 V 83 MB91F109 (11
in „Fujitsu MB91F011 internal flash read/write“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_spi.c
/** ****************************************************************************** * @file stm32f4xx_spi.c * @author MCD Application Team * @version V1.6.1 * @date 21-October-2015 * @brief This file provides firmware functions to manage the following * functionalities of the Serial peripheral
in „GCC Optimierung killt Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Screenshot einer IDE mit C-Quellcode
stm32fx_hal_uart.h - M...\ c Completed 1 references HAL_StatusTypeDef HAL_UART_Receive_IT(&huart, uint8_t *pData, uint16_t Size); stm32fx_it.c - M...\ c Completed 5 references HAL_UART_Receive_IT(&huart1
in „STM32F767: "HAL_UART_Receive_IT" bringt busy“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
3DSanner_Stromlaufplan1.pdf
GND GND GND GND GND GND GND GND E C19 C20 BOOT0 P$166 BOOT0 PI0 P$131 LCD_DB0 1 2 0 R 20pF 20pF 1 1 STM32F407IGT6 S 3 4 PAD2 +3V3 DCMI_D[0..7] For specific Bootmode please connect Wirepads! LCD_DB[0..3] D GND GND GND PAD1 G PAD3 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 A A B B 25 29 A[0..19] A1 24 A0 I/O0 31 I
in „STM32 Boot0 Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpconfig.h
--------------------------------------------------------------- * Change hardware pin here for ARM STM32 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input on STM32 # define IRMP_PORT_LETTER C # define IRMP_BIT_NUMBER 13 /*------------------------------------------------------------------------------------------------------------------------------------------
in „IRMP-Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ADD9910_Design.pdf
U B1UOC VC _ V8_AVDD_10DDVA08V10 3 4 PIU 103 AVDD(1.8V) AGND PIU104 VC _1V8_AVDD_2 PIU6106 AVDD(1.8V) AGND PIU105 PIU1089 PIU073 NLVC01V80AVD03 PIU1092 AVDD(1.8V) AGND PIU078 74 AVDD(1.8V) AGND 79 PIU1074 AVDD(3.3V
in „PCB -Frequenzrampe 100khz-360 MHz“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
irsndconfig.h
define prescaler for timer2 e.g. 1,4,16 # define PIC_Scaler 2 // PIC needs /2 extra in IRSND_FREQ_32_KHZ calculation for right value # endif /*--------------------------------------------------------------------------------------------------------------------------------------------------- * ARM STM32
in „Umfrage: welche IR-Protokolle nutzt ihr mit IRMP?“ · PC Hard- und Software ·
-
PDF
Elektronik.pdf
GPIO9 R113 PD15 62 PD15 S S S S S S PC15 9 SSR2 18 GPIO24 MOSI0/GPIO10 19 100 SPI_MOSI ZeroCross_in1 V V V V V V 22 GPIO25 SCLK0/GPIO11 23 SPI_SCLK 0 6 9 4 9 9 37 1 2 4 7 9 1 GPIO26 13 GPIO27 PWM0/GPIO12 32 33 U1 V PWM1/GPIO13 STM32H753VITx GND 2 +3.3V + D D D D D D D D G G G G G G G G C5 C6 C7 C8 C9
in „50ns Delay mit STM32H7“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sim010620101014.c
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "USART.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup ADC_RegSimul_DualMode * @{ */ //int bla = 0; unsigned char it_active=1; int stop; ///////////////////
in „STM32 STD Libary Examples ADC RegSimul_DualMode“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Testboard_KK32F7.PDF
P0C2 4I0C2 520O2 670O2 70C2 8C0C2 920C23010231P0C232C0C23340O2340C235I0C23620C237 PV V1 V1 PV1 IV V1 V1 V V1 V1 V0 PV V1 V1 V1 IV V1 / / / / / / / / / / / / / / / / / S.Hofmann n n n n n n n n n n n n n n n n n TitlTestboard KK32F7
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WS2812Ctrl.h
04.05.2015 $ ID: $Id: WS2812Ctrl $ */ #ifndef WS2812CTRL_H_INCLUDED #define WS2812CTRL_H_INCLUDED #include "stm32f10x.h" #include "stm32f10x_ts.h" #define COLOR_CODING_RGB_DIRECT 0 #define COLOR_CODING_RGB 1 #define COLOR_CODING_HSV 3 typedef struct { uint8_t Coding; // Color Coding union { uint8_t h; uint8_t r; }; union { uint8_t s; uint8_t g; }; union { uint8_t v; uint8_t b; }; } COLOR; void initWS2812(void); uint8_t doTransferWS2812(COLOR *_pLEDData, uint16_t _nLED); #endif /* WS2812CTRL_H_INCLUDED */
-
Datei
mbportserial.c
/* * MODBUS Library: ARM STM32 Port (FWLIB 2.0x) * Copyright (c) Christian Walter <cwalter@embedded-solutions.at> * All rights reserved. * * ARM STM32 Port by Niels Andersen, Elcanic A/S <niels.andersen.elcanic@gmail.com> * * $Id: mbportserial.c,v 1.2 2008/12/14 20:30:27 cwalter Exp $ */ /* ----------------------- System includes ----------------------------------*/ #include <stdlib.h> #include "stm32f10x.h" /* Standard STM32 Library */ #include
in „FreeRTOS + LWIP + UART Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "v_includes.h" #include "stdio.h" //#include "stm32f1xx_nucleo.h" /* Private variables ---------------------------------------------------------*/ #define LOOP_DLY_100US 2000 #define
in „STM32 ,TDC GP22 antwortet nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB1137.pdf
T_J CK0JTCK SB101 SB102 P U S 1 P0CN601 P0R1001 P0R1002 P0SB10101 P0SB10102 P0SB10201 P0SB10202 +3V3_ST_LINK P0R301 10K[P0R302 U2 P0CN602 Closed Open +3V3_ST_LINK 6 5 3 2 1 2 N0STM0JTCK 8 4 4 4 4 4 4 4 4 3 3 3 0 0 STM32F103CBT6 3 P0CN603 SB1P0SB10301 P0SB10302 SB1P0SB10401 P0SB10402JTC SWCLK 0 2 0
in „Suche Mikrocontroller mit 16Bit ADCs und DACs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpconfig.h
--------------------------------------------------------------- * Change hardware pin here for ARM STM32 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input on STM32 # define IRMP_PORT_LETTER C # define IRMP_BIT_NUMBER 13 /*------------------------------------------------------------------------------------------------------------------------------------------
in „Umfrage: welche IR-Protokolle nutzt ihr mit IRMP?“ · PC Hard- und Software ·
-
Datei
serial.c
/* serielle Kommunikation für STM32F103C8T6 */ #include "StdTypes.h" #include "STM32F103all.h" #include "startup.h" #include "config.h" #include "serial.h" /* Funktionsprinzip: Der eigentliche Datenverkehr über die diversen UART's wird
in „Sende/Empfangsvorgang mittels nur 1St. µC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Training_TC1796_2007-04-23_PWM.pdf
Technologies 2007. All rights reserved. Page 7-23 Exercise 7: PWM ■ Check Connect output to GPTA_OUT8 (=3.0) on dialog Local Timer Cell 8 for the high side of phase V. ■ Check Connect output to GPTA_OUT9 (=3.1) on dialog Local Timer Cell 10 for the low side of phase V. Close the Local Timer Cell 8 (LTC8
in „Raumzeigermodulation auf Tricore“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
-------------------------------------------------------------- * ARM STM32 section: *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use A6 as IR output on STM32 # define IRSND_PORT_LETTER A # define IRSND_BIT_NUMBER 6 # define IRSND_TIMER_NUMBER 10 # define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment, others won't work /*-----
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irsndconfig.h
-------------------------------------------------------------- * ARM STM32 section: *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use A6 as IR output on STM32 # define IRSND_PORT_LETTER A # define IRSND_BIT_NUMBER 6 # define IRSND_TIMER_NUMBER 10 # define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment, others won't work /*-----
in „IR Signal falsch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
***************************************************************** * @file OptimizedI2Cexamples/src/stm32f10x_it.c * @author MCD Application Team * @version V4.0.0 * @date 06/18/2010 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and * peripherals interrupt
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
***************************************************************** * @file OptimizedI2Cexamples/src/stm32f10x_it.c * @author MCD Application Team * @version V4.0.0 * @date 06/18/2010 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and * peripherals interrupt
in „Cortex I2C zu kurze Impulsdauer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f40xx.S
/** ****************************************************************************** * @file startup_stm32f40_41xxx.s * @author MCD Application Team * @version V1.2.1 * @date 19-September-2013 * @brief STM32F40xxx/41xxx Devices vector table for Atollic TrueSTUDIO toolchain. * Same as startup_stm32f40_41xxx.s
in „STM32 - Fragen zum Einstieg“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
defines.h
hou HOUR #define min MINUTE #define sec SEC #endif u8 bool1=0; #define schalterProgrammstart 0 #define schalterWDG_Menu 1 //Timer: v u8 display_timer,i; volatile uint16_t zl_sec_timer0,zl_sec_wdg,eth_timerkk; v u16 timer0_neu; volatile uint32_t TimeTick,TimeTickSec; volatile u32 timer_10ms, timer_sd2,timer_Anzeige; /* 1kHz decrement timer stopped at zero (disk_timerproc()) */ volatile uint32_t TimeTick,timer_Anzeige,timer_netactivity; v u8x Timer1,Timer2;//sd u8 buf_zeile3[61
in „Header Datei für Konfiguration erstellen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EU_Price_List_2011.pdf
series (Cortex-M3) 75.00 MCBNUC1xx Evaluation Board for Nuvoton NUC1xx series (Cortex-M0) 60.00 MCBSTM32 Evaluation Board for STMicroelectronics STM32 series (Cortex-M3) 170.00 MCBSTM32C Evaluation Board for STMicroelectronics STM32F 107VC (Cortex-M3) 250.00 MCBSTM32EXL Evaluation Board for STMicroelectronics STM32F 103ZE/ZG (Cortex-M3) 220.00 MCBSTM32C Evaluation Board MCBSTR9 Evaluation Board for STMicroelectronics STR91x series (ARM966E-S) 200.00 www.keil.com/mcbstm32c MCBTMPM36x Evaluation Board forToshibaTMPM360
in „TFT240320TP an Savvy128v1.2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SAM3X.pdf
XOUT 12M WDT 24-Bit N Cortex-M3 ProcessorysTick CounteV RC SM Fmax 84MHz I FLASH SRAM0 SRAM1 12/8/4 M C 2x256 KBytes64 KBytes32 KBytes ROM 2x128 KBytes32 KBytes32 KBytes16 KBytes MPU 2x64 KBytes16 KBytes16 KBytes FWUP SUPC XIN32 I/D S XOUT32 OSC 32K ERASE
in „ARM SAM3x Zähleingang“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SAM3X.pdf
XOUT 12M WDT 24-Bit N Cortex-M3 ProcessorysTick CounteV RC SM Fmax 84MHz I FLASH SRAM0 SRAM1 12/8/4 M C 2x256 KBytes64 KBytes32 KBytes ROM 2x128 KBytes32 KBytes32 KBytes16 KBytes MPU 2x64 KBytes16 KBytes16 KBytes FWUP SUPC XIN32 I/D S XOUT32 OSC 32K ERASE
in „Arduino Due: Programmierung ohne 16U2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Code_TIM1_ADC1.pdf
C:\Users\haer\Documents\Ansteuerung_BLDC\STM32F030_AnsteuerungBLDC\Src\main.c 84 /*************************************************************************/ 85 /*! 86 * \fn int main (void) 87 * 88 * \brief main 89 * 90 */ 91 /*****************
in „STM32F030 TIM1 soll ADC1 triggern (kein HAL)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
generate-kicad-lib.py
library file (Sorry... do this on your own risk!) ''' import math # KiCAD output looks like ''' # # STM32F746ZGT6 # DEF STM32F746ZGT6 IC 0 40 Y Y 1 F N F0 "IC" -200 300 60 H V C CNN F1 "STM32F746ZGT6" 0 -300 60 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW S -300 200 300 -200 0 1 0 N X
-
Datei
STM32F7_discovery_clock.ino
/* * !!! use STM32GENERIC framework !!! from https://github.com/Bodmer/TFT_ILI9341/tree/master/examples/TFT_Clock reworked for ARDUINO DUE using the Adafruit Libraries Hardware: STM32F7 Discovery libraries used: https
in „STM32F746 Discovery ARDUINO“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
small_pcb.PDF
PIVFD2536CLK4 VFD_RST PIVFD2536RST5 I1 P71 R1R COle PIVFD2536NC26 CO6 C7 led PIR10PIR1P01Iled02 VCC 3.3V VFD_SLEEP PIVFD2536SLEEP I2 22pF P72 22pF 10K PIVFD2536GND8 P01 PIVFD2536NC29 CO8 PIVFD2536GND0 P020.1uFPI8M01 PI8M02 PISTM32VBATRCT601 VDD PISTM32FVCC 3.3V64 PIVFD2536NC31 CO8M pwm1 PISTM32PC13/ANT12 VSS PISTM32F103RCT6063 GND PIVFD2536NC32 8M pwm2 PISTM32PC14/OSC32 PB9/TIM4_CH4 PISTM32F103RCT6062 C9C PIVFD2536GND3 B pwm3 PISTM32PC15/OSC32 PB8/TIM4_CH3 PISTM32F103RCT6061 VCC 12.0V + PIVFD25363434 B PISTM32PD0
in „STC LED Cube 8x8x8 RGB“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_hd.s
/** ****************************************************************************** * @file startup_stm32f10x_hd.s * @author MCD Application Team * @version V3.3.0 * @date 04/16/2010 * @brief STM32F10x High Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP
in „STM32 Rücksprung defekt von IRQ“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
COM Port betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / word access schema (e.g. STM32F303xD and xE) */ #define shift 0 #define memwidth word /* For devices with 1 x 16 bits / word access schema (e.g. STM32F103xx, STM32F303xB and xC) */ // #define shift 1 // #define memwidth dword /
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Verfuegbare_Teile.pdf
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 90 Euchner NM11VZA - M 19 741 889.2 91 Euchner 74080 6 54 64.8 92 Hiquel TCL - 3 230V 10 610 732 93 Hiquel TCL 230V 8 488 585.6 94 Jumo 701540/811 - 02 7 763 915.6 95 Jumo 701540/811 - 31 8 1032 1238.4 96 Hiquel TCL 24V 15 915 1098 97 Hager EG103 8 512 614.4 98
in „[V] Diverses Elektromaterial. Lagerauflösung.“ · Markt ·
-
Datei
mmc_stm32f1.c
Put the card SPI/Idle state */ Timer1 = 1000; /* Initialization timeout = 1 sec */ if (send_cmd(CMD8, 0x1AA) == 1) { /* SDv2? */ for (n = 0; n < 4; n++) ocr[n] = xchg_spi(0xFF); /* Get 32 bit return value of R7 resp */ if (ocr[2] == 0x01 && ocr[3] == 0xAA) { /* Is the card supports vcc of 2.7-3.6V?
in „STM32F103: Problem mit ChanFat und SD karte“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
emw3165.pdf
tolerant I/O; TC = Standard 3.6 V I/O. 3. Pin4~7 should not be used as other functions since they have been used as SPI1 for on-board flash. 4. Use SWD (Pin 25&26) instead of JTAG to debug/download firmware. 5. Please refer to STM32F411xE
in „EMW3165 - Der ESP8266 Killer ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_hd.c
/** ****************************************************************************** * @file startup_stm32f10x_hd.c * @author MCD Application Team * @version V3.0.0 * @date 04/06/2009 * @brief STM32F10x High Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP
in „STM32F10x mit Eclipse, yagarto (GCC) und J-Link (GDB)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f30x_rcc.c
/** ****************************************************************************** * @file stm32f30x_rcc.c * @author MCD Application Team * @version V1.0.1 * @date 23-October-2012 * @brief This file provides firmware functions to manage the following * functionalities of the Reset and clock control
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F4_lcd.c
Verwendet werden von PortD die Pins 9-15 wie folgt: LCD-Pin Funktion Discovery-Board 1 GND GND-Pin 2 +5V +5V über NC-Pin 3 Kontrast Diode->GND (ca.0,7V Vorsp.) 4 RS PD9 5 R/W PD10 6 E PD11 7 D0(GND) 8 D1(GND) 9 D2(GND) 10 D3(GND) 11 D4 PD12 12 D5 PD13 13 D6 PD14 14 D7 PD15 Das vorliegende Programm wurde
in „LCD-Modul 2x16 am STM32F4Discovery-Board“ · Projekte & Code ·
-
Bild
Tabelle mit technischen Daten der STM32C011x6 Familie
STM32C011x4/x6 family device features and peripheral counts Table 2. STM32C011_ Peripheral _J4 _J6 _F4 _F6 Flash memory (Kbyte) 16 32 32 16 32 SRAM (Kbyte) 6 with parity Timers Advanced control 1 (16-bit
in „Maximale Taktfrequenz STM32G4 nutzen?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
main.c
#include "stm32f7xx_hal.h" #include "stm32f7xx_nucleo_144.h" #include "stdio.h" void SystemClock_Config(void); static void Error_Handler(void); void GPIO_Init(void); volatile void delayXX(void); //===============
in „Geschwindigkeit IO-Zugriff“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
semicon.pdf
50WQ10FN rectifier TO252AA 750 RECT IR 19TQ015S rectifier D2 Pack 500 RECT MC78L05ACD regulátor SO8 3590 RECT LP2985IM5X 3,3V regulátor SOT23 2660 RECT LP2985IM5X 3,0V regulátor SOT23 2860 RECT LP2980IM5X 5,0V regulátor SOT23 2840 RECT LP2980IM5 3,6V regulátor SOT23 240 RECT STM L7808CD2T TR regulátor
in „4" TFT für 7,97€“ · Markt ·
-
Datei
hd44780.h
-------------------------- 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 ---
in „Live-Linux: Anleitung schreiben“ · PC Hard- und Software ·
-
PDF
clockmicro-clockmicrov2.pdf
+3.3.33.33.3V GND GND GND GND 4 6 8 k 9 U3 2 3 4 9 STM32F103C8Tx 1 3 D D D A R D D D D SW1 V V V D V NRST 7 3 NRST SW_PUSH C16 3 + 4 N 44 BOOT0 D T G LO = Boot from flash 100n B 100 1 VBAT R42 GND GND C18 C19 5 5 PD0/RCC_OSC_IN F 6 PD1/RCC_OSC_OUT 2 100n B 0 B SER SER 2 PC13/RTC_OUT/RTC_TAMPER OSC32IN 3 +3.3V GND GND OSC32OUT 4 PC14/RCC_OSC32_IN +3.3V PC15/ADC1_EXTI15/ADC2_EXTI15/RCC_OSC32_OUT U8 C24 4 VCC CLK 3 18 10 PB0/ADC1_IN8/ADC2_IN8/TIM1_CH2N/TIM3_CH3 ADC1_IN0/ADC2_IN0/SYS_WKUP/TIM2_CH1/TIM2