-
PDF
STM32F2X7VGT6-DK-A.pdf
: 20-Jul-2011 Sheet of File: E:\Mywork\ARM\STM32F2x7\Schematic\Sra3w2xy7:VG.ddb 1 2 3 4 5 6 D D +3.3V R32 2.2K U2 1 17 TD+ MII_TX_EN PB11_RMII_TX_EN 2 TX_CLK TD+ 16 TD- MII_TXD0 PB12_RMII_TXD0 3 TX_EN TD- 14 RD+ MII_TXD1 PB13_RMII_TXD1 4 TXD_0 RD
in „STM32F207 Ethernet + RMII“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F2X7VGT6-DK-A.pdf
: 20-Jul-2011 Sheet of File: E:\Mywork\ARM\STM32F2x7\Schematic\Sra3w2xy7:VG.ddb 1 2 3 4 5 6 D D +3.3V R32 2.2K U2 1 17 TD+ MII_TX_EN PB11_RMII_TX_EN 2 TX_CLK TD+ 16 TD- MII_TXD0 PB12_RMII_TXD0 3 TX_EN TD- 14 RD+ MII_TXD1 PB13_RMII_TXD1 4 TXD_0 RD
in „STM32F2xx USART weigert sich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f429i_discovery_lcd.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f429i_discovery_lcd.h" #include "../Common/fonts.c" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_DISCOVERY * @{ */ /** @addtogroup STM32F429I_DISCOVERY * @{ */ /** @defgroup STM32F429I_DISCOVERY_LCD * @brief This file includes the LCD driver for (ILI9341) * @{ */ /** @defgroup STM32F429I_DISCOVERY_LCD_Private_TypesDefinitions * @{ */ /** * @} */ /** @defgroup STM32F429I_DISCOVERY_LCD_Private_Defines * @{ */ #define POLY_Y(Z) ((int32_t)((Points + Z)->X)) #define POLY_X(Z) ((int32
in „STM32F429 Display per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
Port betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / uint16_t access schema (e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE) */ //#define UMEM_SHIFT 0 //#define UMEM_FAKEWIDTH uint16_t /* For devices with 1 x 16 bits / uint16_t access schema (e.g. STM32F103, STM32F302, STM32F303xB
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tools.c
stdint.h> #include <stdio.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include Files ---------------- */ #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tbasic.c
-------- */ /* ################################################################## I/O Mapping fuer STM8S103F3 ################################################################## ------------ (PD4) I/O 9 | 1 20 | I/O 8 (PD3) UART_TX | 2 19 | (PD2) UART_RX | 3 18 | SWIM NRST | 4 17 | I/O 7 (PC7) (PA1) Autorun
-
Datei
spiGeneric.h
only fill as much data to the outgoing buffer as there is space in the incoming buffer too. For the STM32F411, according to the datasheet there the buffers seems to support only one element. For the STM32L452, the datasheet mentions 32bit of FIFO. This should be 4x 8bit data. As result, there will be an interruption for the STM32F411 between one byte sent and the next one put into the TX buffer, whereas the STM32L452 could work without interruption and reach the maximum possible SPI speed. */ size_t inQueue = 0; const size_t
in „STM32: SPI - HAL durch eigenen code ersetzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Endlosschleife.txt
--------------------------------------------*/ 00029 #include "main.h" 00030 00031 /** @addtogroup STM32F4xx_StdPeriph_Examples 00032 * @{ 00033 */ 00034 00035 /** @addtogroup RTC_Timer 00036 * @{ 00037 */ 00038 00039 /* Private typedef -----------------------------------------------------------*/ 00040
in „Endlosschleife in RTC Beispiel“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
catalog.pdf
128 Kbytes Flash, 32 MHz CPU, USB MPN: STM32F407VGT6 [ID]: 000149 [Price]: 14.66 USD [QTY]: 2 [Category]: Microcontrollers [Desc]: MCU 32-bit STM32F ARM Cortex M4F RISC 1024KB Flash 2.5V/3.3V 100-Pin LQFP Tray MPN: ATMEGA8
-
PDF
catalog.pdf
STM32F407VGT6 [ID]: 000149 [Price]: 14.66 USD [QTY]: 2 [Category]: Microcontrollers [Desc]: MCU 32-bit STM32F ARM Cortex M4F RISC 1024KB Flash 2.5V/3.3V 100-Pin LQFP Tray MPN: ATMEGA8-16AU [ID]: 000150
-
Datei
tools.c
stdint.h> #include <stdio.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include Files ---------------- */ #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
, char *pcParam[], char *pcValue[]) { uint32_t i=0; /* We have only one SSI handler iIndex = 0 */ if (iIndex==0) { /* All leds off */ STM_EVAL_LEDOff(LED5); STM_EVAL_LEDOff(LED6); STM_EVAL_LEDOff(LED3); STM_EVAL_LEDOff(LED4); /* Check cgi parameter
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
, char *pcParam[], char *pcValue[]) { uint32_t i=0; /* We have only one SSI handler iIndex = 0 */ if (iIndex==0) { /* All leds off */ STM_EVAL_LEDOff(LED5); STM_EVAL_LEDOff(LED6); STM_EVAL_LEDOff(LED3); STM_EVAL_LEDOff(LED4); /* Check cgi parameter
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
0269394001287118911.pdf
C2 U1 6 R3 PA0 PA1 PA8 PA9 PC12 RS 1 2 VO 10uF STM32F103RBT6(LQFP64) PA2-P 1 2 PA3-P PA10 1 2 PA11 PC10 EN 3 4 RW PC11 ferrite bead 560 PA4 3 4 PA5 PA12 3 4 PA13 D1 5 6 D0 C3 13 26 PB0 PA6 5 6 PA7 PA14 5 6 PA15
in „Quarz an STM32F103 / Widerstand?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
catalog-3.pdf
: STM32F407VGT6 [ID]: 000149 [Price]: 20.2015 USD [QTY]: 2 [Category]: Microcontrollers [Desc]: MCU 32-bit STM32F ARM Cortex M4F RISC 1024KB Flash 2.5V/3.3V 100-Pin LQFP Tray MPN: ATMEGA8-16AU [ID]: 000150
-
Datei
main.c
#include "stm32f10x_lib.h" #include "stm32f10x_map.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include "bits.h" #define STACK_TOP 0x20000800 #define NVIC_CCR ((volatile unsigned long *)(0xE000ED14)
in „Problem mit STM32-H103+Eclipse+OpenOCD“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM_DEV.pdf
PC8 PISS6015 PD3 PISS40115 PISS50115 PC9 PISS6016 PD4 PISS40116 PISS50116 PIUC1022 PIUC1019 VCC VCC VDDA VSSA GND SS66 SS4 SS55 D STM32F103VE I2 I02 P02 P02 P2 P02 92 D COCK COCK COCK COCK COCK OCK OCK9 I1100n I01n 10P01100nP010n
in „STM32 Development Board“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F107-SK-SCH-revA.pdf
3.3V_A 3.3V 3.3V 3.3V TCKIN 44 BOOT0 PB15/SPI2_MOSI/TIM1_CH3N8 TDOIN TRESIN GND C77 470pF 100nF 47uF/6.3V/TANT TDOIN 3 STM32F103C8T6(PGM) 6 6 R3 1 6 47k C87 R76 R78 ) C81 5 C 4 R13 AUDIO_OUT_L R24 TRIM
in „Cortex M3 STM32F107VC beim Reset passiert nichts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EndResult_Schematic.pdf
L2 23 RFO_LP OSC_OUT 26 3 4 9.1nH 3.4nH 47nH 24 RFO_HP OSC_IN 25 2 OUT VCC 5 RF1 VR_PA VDDPA GND NC 2 1 GND NC 6 STM32WLE5CCU6 0 U1 V C21 3.6pF 4.3pF 5.6pF C6 47nF R1 C3 C5 TS-1088-AR02016 C10 C2 C7 470nF 1uF 10nF 5 2.7pF 68pF
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
bom-v1-0.pdf
0,07 € 0,07 € C24 110nF X7R-G0805 10N 0,04 € 0,04 € C25 1470nF KEM X7R0805 470N 0,07 € 0,07 € C130 14.7µF KEM X5R0805 4,7U 0,10 € 0,10 € C66 04.7µF only for STM32F4, F7 or H7 KEM X5R0805 4,7U 0,10 € 0,00 € C71 04.7µF only for
in „Universalplatine für STM32, grobe Fehler vor der Herstellung?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MPPT_charger_20A.pdf
Date: 2018-01-18 Rev: 0.10 KiCad E.D.A. kicad (2017-11-18 revision ff5ee05de)-makepkg Page: 2/6 1 2 3 4 5 6 1 2 3 4 5 6 MCU STM32F072 Reset and boot circuit A A +3.3V PWR_FLAG _ U L4 C O S C 600R O S +3.3V C34 +3.3V U2 O 1 3Y1 100n 9 VDDA PD1-OSC_OUT 6 OSC_OUT 8MHz 24 2 +3.3V 9 M VDD_1 PC13-TAMPER-RTC
in „EMV-Test DC/DC - Verbesserungsvorschläge gesucht“ · Analoge Elektronik und Schaltungstechnik ·
-
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 ·
-
Datei
stm32_ub_rng.c
//-------------------------------------------------------------- // File : stm32_ub_rng.c // Datum : 23.02.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 : RNG // Funktion
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB1136.pdf
2 3 2 PC6 37P0U5A037PC6 PC14 - OSC32_IN 3 PC14 P0R3402 P0R3401 P0C3101 P0C3102 5 D9 PC70PC7 38P0U5A038 P0U5A04 4 PC150PC15 C PC7 PC15 - OSC32_OUT 1 2 P P0X201 P0X202 4.3pF 5 C15 MCU_LQFP64 X2 B1 C 100nF
in „Mikrocontroller Spannung/Strom“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Nucleo_Board_Schematics.pdf
2 3 2 PC6 37P0U5A037PC6 PC14 - OSC32_IN 3 PC14 P0R3402 P0R3401 P0C3101 P0C3102 5 D9 PC70PC7 38P0U5A038 P0U5A04 4 PC150PC15 C PC7 PC15 - OSC32_OUT 1 2 P P0X201 P0X202 4.3pF 5 C15 MCU_LQFP64 X2 B1 C 100nF
in „Erbitte Hilfe bei Fehlersuche - STM32F446“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltplan_FARBE.pdf
: F:\STM32-X5.Ddb Drawn By: 1 2 3 4 1 2 3 4 3V3 3V3 CON1 1 U5 6 C39 2 D 100nF 2 V+ VCC 16 7 D 3 1 5 8 C1+ C2- C41 4 C40 9 100nF 3 4 100nF 5 C1- C2+ U1TX PA9 11 T1in T1out 14 RS232_RX1 UART1 U1RX PA10 12
in „STM32 Port-Initialisierung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Akkuschutz-V0.6.pdf
1M 1M GND GND SWDIO SWDIO PACK- X9 GND SWO SWO VCC +3V3 R1 X4 PACK- CSS2H-2512R-1L00F T1 T2 SIRA80DP-TS1I-RAE830DP-T1-RE3 SWCLK 0.62mOhm 0.62mOhm X13 MESSGND SWDIO GND X15 MESSGND Anzeige Ladezustand Entlade/Heizdraht STM32WB5MM Wassermelder und Bedienung R36 +3V3 +3V3 R +3V3 1 +3V3 1 2 +3V3 2 X6-5 LED1 X10 HEIZVCC E M H E H E R38 S A C T C T X6-4 LED2 X11 HEIZDRAHT- U2B U2A A L L A L A R39 STM32WB5MMGH6TR STM32WB5MMGH6TR W R F T F T X6-3 LED3 X14 HEIZDRAHT+
in „STM32WB5MMG -* ADC wackelt um 10 digits“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bootloader_105.asm
-------------------------------------------------- bootloader105_v03.as8 Serieller Bootloader fuer STM8S105 Bootloader belegt den Speicher ab Adresse 0x9E40 sodass fuer ein Userprogramm der Speicherplatz von 0x8000 . 0x9E3F zur Verfuegung steht (7744 Bytes = 121 * 64 Byte-Bloecke) Der Bootloader erwartet
in „Serial Bootloader für STM8S103F3P6 (Linux)“ · Projekte & Code ·
-
Datei
tools.c
stdbool.h> #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
penhub.pdf
+3.3V D1 L3 STM32L496 ADC.13 CMP1M TXD3 PC4 24 F.B.,0.2A ADC.11 CTS0 CTS3 MISO1-BOOT OP2P T1.BK T16.1 T3.1 PA6BK 22 4 CAN2RX DE0 NSS2-BOOT RTS0 T1.BK T15.BPB12 33 VDD 6 PH1-HSO R23 1 3 C38 10n 5 58 C30
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_i2c1.c
//-------------------------------------------------------------- // File : stm32_ub_i2c1.c // Datum : 04.01.2015 // Version : 1.2 // 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 //
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cj_gol.c
stdint.h> #include <string.h> #include <ctype.h> // Special Libs #include "defines.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_ili9341_ltdc.h" #include "tm_stm32f4_fonts.h" #include "tm_stm32f4_rng.h" // Projekt Header #include "cj_gol.h" ///////////////////////////////////////////// // Conways
in „Bedarf an eigenbau STM32F429 Evaluation Board ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ipaddr.h
#endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" // #include "stm32f4x7_eth_bsp.h" /* Exported types ------------------------------------------------------------*/ /* Exported constants ----------------------------------------------------
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
***********************************************************************/ // Header Files #include <stm32f10x_gpio.h> #include "GPIO_HW_Init.h" #include "MyFunctions.h" #include "USART_HW_Init.h" #include "SPI_HW_Init.h" #include "EXTI_HW_Init.h" #include "NVIC_HW_Init.h" #include <stm32f10x_conf.h> #include <stm32f10x_spi.h> #include <stm32f10x_exti.h> // #defines // globale Variablen // void EXTI_Line_SyncDis( FunctionalState STATE ); int main () { /******************* Hardware Initialisation *************
in „UART Problem beim senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
F2_messung_pwm.c
von 0 - 63 begrenzt. Die längste Abtastperiode beträgt daher (240/3 + 63), was 1,678 MHz entspricht. Die zufällige Abtastrate liegt somit im Bereich 1,678 - 3,000 MHz. */ #define F2_MESSUNG #include <stdio.h> #include <string.h> #include "stm32h7xx.h" extern void sende_string(char *s); // Ausgabe über USART3 extern void lcd_zeile1(char *s); extern void lcd_zeile2(char *s); extern uint8_t lcd_init(void); extern uint32_t SystemTimerClock; #define SYSTEM_TAKT 240 // in MHz #define DEF_F2_TAKT (SYSTEM_TAKT *
-
PDF
rm0444-stm32g0x1-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
of the PWR_CR3 register is set activates a pull-down device on the PE[y] I/O. 1. Only applies to STM32G0B1xx and STM32G0C1xx devices. Reserved for the other devices. 4.4.18 Power Port F pull-up control register (PWR_PUCRF
in „Problem mit Clock Configuration beim STM32G031“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F4_lcd.c
// Anschluß einer LC-Anzeige 2x16 an das STM32F4-Discovery-Board // lcd_init() muss als erste Funktion aufgerufen werden. Danach sollten // lcd_cmd() und lcd_zeichen() Befehle und Daten korrekt ausgeben. /* Das LCD-Modul wird im 4-Bit Modus betrieben
in „Frequenz- und Pulsweitenmessung mit STM32F407“ · Projekte & Code ·
-
Datei
InVenterSteuerung_V0.4_Diskret_Partlist.txt
7.5.0 Copyright (c) 1988-2015 CadSoft Assembly variant: Part Value Device Package Library Sheet C1 100nF C_KERAMIK_1PF_0,68UF_SMD0603 0603 capacitor_mw_4_16 1 C2 100nF C_KERAMIK_1PF_0,68UF_SMD0603 0603 capacitor_mw_4_16 1 C3 100nF C_KERAMIK_1PF_0,68UF_SMD0603 0603 capacitor_mw_4_16 1 C4 100nF C_KERAMIK_
in „Inventer Lüfter Ansteuerung“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
#include "stm32f2xx.h" #include "stm32_eval.h" void DMA_Config(void); void UART_vINIT(void); void NVIC_Configuration(void); uint16_t USART_Buffer_Tx[2]; uint16_t USART_Buffer_Rx[2]; void DMA1_Stream1_IRQHandler(void
in „STM32F207: USART + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dma.c
########################################################################################## */ void STM32F1_DMA_init(void) { SET_BIT(RCC->AHBENR, RCC_AHBENR_DMA1EN); } void STM32F1_DMA1_configChannel1ForADC1(uint8_fast count, uint16 *memory) { CLEAR_BIT(DMA1_Channel1->CCR, DMA_CCR_EN); DMA1_Channel1->
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_it.h
Header */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F0xx_IT_H #define __STM32F0xx_IT_H #ifdef __cplusplus extern "C" { #endif /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ /* USER CODE
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_it.h
Header */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F0xx_IT_H #define __STM32F0xx_IT_H #ifdef __cplusplus extern "C" { #endif /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ /* USER CODE
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
, 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(buf,
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Minimalbeschaltung_MCU.pdf
U2A PA0 STM32F4X5RG U2B STM32F4X5RG 14 PA0/WKUP PC0 8 15 9 18 19 PA1 16 PA1 PC1 10 63 VSS_2 VDD_2 32 V33 U_TX 17 PA2 PC2 11 PC2 VSS VDD_3 48 U_RX PA3 PC3 T_1 VDD_4 20 PA4 PC4 24 INH_M 12 VSSA VDD 64 21 PA5 PC5
in „Kontrollblick Minimalbeschaltung STM32F405RGT7“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
f_mess.c
// reziproke Frequenzmessung mit STM32F4-Discovery-Board /* Beispielprogramm für Frequenzmessung an PE5 mit Timer9. Das Ergebnis wird 8-stellig mit max. 2 Mess./s oder minimal 1 Periodendauer angezeigt. Der Frequenzbereich ist 0,05Hz -
in „reziproker Frequenzzähler mit STM32F4Discovery“ · Projekte & Code ·
-
Datei
stm32f0xx_it.c
Header */ /** ****************************************************************************** * @file stm32f0xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>© Copyright (c) 2021 STMicroelectronics
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_i2c1.c
//-------------------------------------------------------------- // File : stm32_ub_i2c1.c // Datum : 04.01.2015 // Version : 1.2 // 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 //
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MINI_STM32-V3.0_SCH.pdf
31 333 25 26 3V3 48 VDD_1 VSS_1 47 PB0 R19 2 VR 27 28 64 VDD_2 VSS_2 63 W 3V3 HEADER 14X2 19 VDD_3 VSS_3 18 2K 1 VDD_4 VSS_4 3V3 B R6 S1 VDDA 13 VDDA VSSA 12 VSSA 1 B 3V3 PA0 10K KEY1 STM32F103RBT6 R11 R13 R14 R15
in „ISP Bootloader über USART bei STM32 funktioniert nicht“ · 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 ·
-
Datei
main.c
#include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_spi.h" #include "stm32f10x_usart.h" #include "system_stm32f10x.h" void SPI_WriteByte(unsigned char ucByte) { while(SPI_I2S_GetFlagStatus(
in „STM32 - USART und SPI“ · Mikrocontroller und Digitale Elektronik ·