-
Datei
User_Setup.h
// // ################################################################################## // Define STM32 to invoke optimised processor support (only for STM32) //#define STM32 // Defining the STM32 board allows the library to optimise the performance // for UNO compatible "MCUfriend" style shields //
in „Powerpins am ESP32-DevKitC, WDT_RTC_RESET“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
------------------------------------------------------------------------------------- * Breadboard STM32F4 Discovery Board * HC-SR04 Pins * ----------------------------------------------------------------------------------------- * 5V 5V * TRIG PC6 * ECHO PB7 * GND GND */ /* Includes */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_tim.h" /************************************************************** Funktionen *******************************************************
in „STM32F4 Discovery Board: Aufruf Funktionen in Atollic TrueStudio“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stm32f4xx_gpio.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_tim.h> #include <stm32f4xx_exti.h> #include <stm32f4xx_syscfg.h> #include <misc.h> GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef
in „STM32 - Problem beim Compilieren mit CooCox ([cc] collect2.exe: error: ld returned 1 exit status)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
_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
spc560b50.h
_t F12:1; vuint32_t F11:1; vuint32_t F10:1; vuint32_t F9:1; vuint32_t F8:1; vuint32_t F7:1; vuint32_t F6:1; vuint32_t F5:1; vuint32_t F4:1; vuint32_t F3:1; vuint32_t F2:1; vuint32_t F1:1; vuint32_t F0:1;
in „Toolchain für PowerPC mit VLE“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
test.pdf
Power Regulation on the Maple Mini for more information. Recommended Reading STMicro documentation for STM32F103CB microcontroller: Datasheet (PDF); covers STM32F103x8, STM32F103xB. Reference Manual RM0008 (PDF); definitive resource for peripherals on the STM32F1 line. Programming Manual PM0056 (PDF); assembly language and register reference. STM32F103CB overview page with links to further references. Footnotes [1] See boardUsedPins for more information. 8 von 8 29.11.2015 20:12
in „Wie kann ich diese Webseite ausdrucken?“ · PC Hard- und Software ·
-
Bild
Übersicht verschiedener STM32 Mikrocontroller-Fotos mit Daten
Name/Marking Microcontroller Product Manufacturer's headquarters country Manufacturer STM32F427VIT99 SLW Q4 MYS 99 342 Parodya UAV Switzerland STMicroelectronics MORE STM32F103CBT6 RJ59 MYS 99 248 Orlan-10 UAV No. 14662 Switzerland STMicroelectronics MORE STM32F103 RET 78687 PHL 7 Orlan-10 UAV No. 14662 Switzerland STMicroelectronics MORE STM32F103 VCT6 X 991NG 93 MYS 99 207 Orlan-10 UAV No. 14662 Switzerland STMicroelectronics MORE STM32F103 RBT6 GQ20X 93 CHN GQ 152 Orlan-10 UAV No. 14662 Switzerland STMicroelectronics MORE STM32 F103CBT6
in „TI TMS320F28P55x, STSPIN32G0 und Informationen zur Elektronik militärischer Flugkörper“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_tim.h" #include "stm32f0xx_misc.h" #include <stdlib.h> #include <stddef.h> void init_Timer(void); void init_Application
in „stm32 SysTickFunction wird nie ausgeführt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
http.cpp
) { case HW_STM32F103: stm32_filename_idx = 0; break; case HW_STM32F401: stm32_filename_idx = 1; break; case HW_STM32F411: stm32_filename_idx = 2; break; } switch (hardware_configuration & HW_WC_MASK) { case HW_WC24H
-
Datei
ssi_cgi_handle.c
*pcValue[]) { uint32_t i=0; /* We have only one SSI handler iIndex = 0 */ if (iIndex==0) { /* All leds off STM_EVAL_LEDOff(LED1); STM_EVAL_LEDOff(LED2); STM_EVAL_LEDOff(LED3); STM_EVAL_LEDOff(LED4);*/ /* Check cgi parameter
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compiler_options.txt
Add option="-Wl,--gc-sections" /> </Linker> </Target> </Build> <Device> <Add option="$device=cortex-m4" /> <Add option="$fpu=fpv4-sp-d16" /> <Add option="$stack=0x0100" /> <Add option="$heap=0x0000" /> <Add option="$lscript=./stm32f446ze_flash.ld" /> </Device> <Compiler> <Add option="-mfloat-abi=hard" /> <Add option="-fno-strict-aliasing" /> <Add symbol="ARM_MATH_CM4" /> <Add symbol="__FPU_USED" /> <Add symbol="STM32F446ZE" /> <Add symbol="STM32F4XX" /> <Add symbol="USE_STDPERIPH_DRIVER" /> <Add directory=".\inc" /> <Add directory=".\src" /> <Add directory=".\cmsis
in „Böse Falle Boolean“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
implenentation While it should be still compatible with the original one found at http://stefanfrings.de/stm32/STM32F103_usb_test.zip several changes are made to be more flexible. Tested on BluePill boards with STM and WCH controllers (F103XXX) Changes - put all cfg options at the beginning and create a config
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi1.c
-----------------------------------------------*/ #include "stdio.h" #include "stdint.h" #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_dma.h" #include "spi1.h" /** @addtogroup SPI1 * @{ */ // these two bytes are dummy bytes
in „STM32 SPI Init“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
EclipseInstallation.txt
per copy und paste in das Feld eingefügt werden!) USE_STDPERIPH_DRIVER USE_FULL_ASSERT USE_ULPI_PHY STM32F4XX USE_USB_OTG_FS HSE_VALUE=8000000 - Includes: (kann per copy und paste in das Feld eingefügt werden! mit den Anführungszeichen) "${workspace_loc:/${ProjName}}" "${workspace_loc:/${ProjName}/CMSIS}" "${workspace_loc:/${ProjName}/CMSIS/Include}" "${workspace_loc:/${ProjName}/STM32F4xx_StdPeriph_Driver}" "${workspace_loc:/${ProjName}/STM32F4xx_StdPeriph_Driver/inc}" "${workspace_loc:/${ProjName}/usb_vcp}" "${workspace_loc:/${ProjName}/usb_vcp/usb_cdc_lolevel}" - Optimization
in „Ambilight mit STM32F4discovery und TVP5150AM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.h
#include "irmpsystem.h" #ifndef IRSND_USE_AS_LIB # include "irsndconfig.h" #endif #if defined (ARM_STM32) // STM32 # define _CONCAT(a,b) a##b # define CONCAT(a,b) _CONCAT(a,b) # define IRSND_PORT CONCAT(GPIO, IRSND_PORT_LETTER) # if defined (ARM_STM32L1XX) # define IRSND_PORT_RCC CONCAT(RCC_AHBPeriph_GPIO
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
f_mess.c
initialisiert sein. Die Anschlussbelegung der Ports ist so gewaehlt, dass das Programm unveraendert auf einen STM32F407-Discovery-Board funktionsfaehig ist! Alle Angaben ohne Gewähr! www.mino-elektronik.de 2012-11-26 */ #include <stdio.h> #include "stdint.h" #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" // LCD-Routinen in anderem Programmteil extern void lcd_zeile1(char *s); extern void lcd_zeile2(char *s); extern void lcd_zeile3(char *s); extern void lcd_zeile4(char *s); void lcd_init
in „Frequenz- und Pulsweitenmessung mit STM32F407“ · Projekte & Code ·
-
Datei
HD66766_example.c
================================================================= // Example code to drive the LCD F-51661GNCJU-MLW-AA from OPTREX CORPORATION (2002) // LCD Driver IC: Hitachi HD66766 // IM0=Low, IM1=High, 16-bit interface, 80-mcu-family // MCU: STM32 F407 VET6 // ===================================
in „LCD-Modul F51661GNCJU-MLW-AA * Info *“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
implenentation while it should be still compatible with the original one found at http://stefanfrings.de/stm32/STM32F103_usb_test.zip Several changes are made to be more flexible Tested on various BluePill boards with STM and WCH controllers (F103XXX) Changes - put all cfg options at the beginning - make them
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief STM32F4x7 Ethernet hardware configuration. *********************************************************
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief STM32F4x7 Ethernet hardware configuration. ************************************************************
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief STM32F4x7 Ethernet hardware configuration. ************************************************************
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MK_STM32F4_Sensorboard_Schematic-2.pdf
1 2 3 4 5 6 1 2 3 4 5 6 3 3 3 3 EXTI TP24 TP25 TP20 TP29 V V V V + + + + TP32 TP27 TP21 TP31 TP30 C15 C12 ADC LSM330DLC L3GD20 5 k 2 k 1 . 1 . 1uF 4.7uF U$8 3 9 2 3 8 8 5 5 6 R 4 R 4 U$7 V U$3 A A A 21 24 +
in „EAGLE: Sprungfahnen“ · Platinen ·
-
PDF
STM32H7XX_M_schematics.pdf
P1060 K 5V1 R4R SPI_1X5 SIP8-2.54mm DAT0 PI85SDIO_D1 PC9 A I0 01 STM32 工作模式已经默认接地: BOOT0 通过 R7 接地 10K D D DAT1 PIU509_NCNC A PIR402 G G DAT2 GND 5203 STM32 工作模式选择 TFT 液晶屏接口 1 1 GND GND GND 供电稳压供电 可以接本店: 0.96 寸、 1.3
in „Problem mit USB auf STM32H743“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* einfache WQVGA-TFT-Ansteuerung mit STM32F4 480x270 mit 64 Farben Der Bildspeicher liegt im internen RAM (128k), der mit höchster Geschwindigkeit beschrieben werden kann. Die Ausgabe des Bildes erfolgt per DMA über das FSMC-Interface, wobei
in „TFT-direct-drive, WQVGA-TFT an STM32F4“ · Projekte & Code ·
-
Datei
zxkeyboard.diff
zxKeyboard.c (nonexistent) +++ zxkeyboard/zxKeyboard.c (working copy) @@ -0,0 +1,199 @@ + +#include "stm32f4xx_gpio.h" +#include "zxKeyboard.h" +#include "stm32f4xx.h" +#include "stm32f4xx_gpio.h" +#include "stm32f4xx_rcc.h" +#include "io.h" +#include "string.h" +#include "ps2key.h" + + +static uint8_t
in „STECCY - ZX-Spectrum-Emulator mit STM32“ · 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 ·
-
Datei
main.c
#define STM32F10X_MD #include "stm32f10x.h" #include "misc.h" #include "stm32f10x_rcc.h" #include "stm32f10x_exti.h" #include "stm32f10x_gpio.h" #include "stm32f10x_flash.h" void RCC_Configuration(); void NVIC_Configuration
in „STM32 Interrupt Rücksprung ins Nirvana“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MCP2307_IO_Expansion_Board_User_Manual_EN.pdf
Arduino Uno STM32F407 Raspberry Pi Vcc Voltage 3.3V/5V 3.3V/5V 3.3V/5V GND Ground GND GND GND SDA I2C data line SDA PB7 SDA SCL I2C clock line SCL PB6 SCL INTA 1 Interrupt pin 3 PA0 0(WiringPi) INTB 2 Interrupt pin
in „kennt jemand sich aus mit MC23017 IO-Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_spi.h" #include "system_stm32f10x.h" #include "stm32f10x_lib.h" void SysTick_Configuration(); void Delay(vu32 nTime); void SPI_WriteByte(
in „STM32 SPI-Bus Probleme mit Prescaler und delay() Realisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01_usr.h
Files ----------------- */ /* ---------------System Include Files / Librarys -------- */ #include "stm32f10x_conf.h" /* -------------- Projekt Include Files ---------------- */ /* -------------- Typen Deklarationen--------------------- */ /* An den STM32F103 Display Controller adressierter Datensatz
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Datei
init_system.c
************************ */ #include "tools.h" #include <stdint.h> #include <ctype.h> #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_ds18b20.h" #include "config.h" #include "init_system.h" #include "graphik.h
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
User_Guide_ETEMB043013XDHAL_Interface_Description_V1.0.pdf
..........................................17 Interface Description V1.0 2020-03-13 page 4 of 17 1. Module Description 1.1 General This Smart Embedded module has everything needed to build a modern Graphic User Interface Module. The MCU used is STM32F750 Cortex-M7 series with integrated TFT
in „EDT Display Interface mit STM32F7“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "STM32f4xx_tim.h" void configMotorBridgeTimer(void); void configHallSensorTimer(void); int main(void) { SystemInit(); GPIO_InitTypeDef
in „STM32F4 BLDC mit Hall Sensoren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx_TIM1_application_examples.pdf
AN2580 Application note STM32F10xxx TIM1 application examples Introduction This application note is intended to provide practical application examples of the STM32F10xxx TIM1 peripheral use. This document, its associated firmware
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f2xx_rcc.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F2xx_RCC_H #define __STM32F2xx_RCC_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" /** @addtogroup STM32F2xx_StdPeriph_Driver
in „STM32F2xx USART weigert sich“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PitschLight_Doku_V1.2.pdf
Ein Full-Screen AmbiLight mit bis zu 312 LEDs auf Basis des TVP5150AM1 Video Prozessors und eines STM32F4discovery boards Stand: Version 1.2, November 2014 Das Foto stammt von Pat Wat (frankp) So sieht‘s aus wenn es funktioniert Disclaimer /***************************************************** * * Control
in „Ambilight mit STM32F4discovery und TVP5150AM1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STPicProgL.pdf
PB7 G +3,3V 45 PB8 N TIM4_CH4 46 PB9 G VPPVAR CLOCK 21 PB10 DATA 22 4k7 RD_DATA 25 PB11 D4 U5 PB12 SOD-323F 8 VDD2 VDD1 1 ENA_USB 26 PB13 VPPSWI 7 27 PB14 2 R27 /MCLR_HI LED 28 R19 6 PB15 100 R6 5 GND2 GND1 4 10k STM32F103C8T6
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_ringbuffer.c
#include "stm32f10x_rcc.h" #include "stm32f10x_tim.h" #include "stm32f10x_spi.h" #include "stm32f10x_gpio.h" #include "stm32f10x_it.h" #include "misc.h" #define FLA_BUFFER_SIZE 16 typedef enum { flash_WRSR = 0x01
in „STM32 SPI Interrupt Ringpuffer verliert Zeichen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
miclog.txt
flash_prog_t::TraceDumpContent Bootcode C:\Programme\STMicroelectronics\st_toolset\stvd\swim\config\swimStm8.s19 to load at 0x0030 (start from 0x0030); ends at 0x00ff Prog buffer is 4 long from 0x012f; Block size is 128 K) gdiSendChipResetCmd (SWIM ENTRY) ->DisableMemoryWriteProtections ->GetFlashProtectionState
in „STM8S-Testboard“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
_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
_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 ·
-
PDF
HY-SmartSTM32_SCH.pdf
Y2 C26 VDDA 21 VDDA VSSA 20 10P 32.768K 10P VREF+ VREF- VREF+ STM32F103VCT6 3V3 L1 VDDA 3V3 L2 VREF+ 3V3 R40 10uH 10uH 3V3 S2 510R C11 C27 C12 C28 1 4 BOOT0 BOOT0 A C6 C7 C8 C9 C10 2 3 KEYB BOOT1 A 104 104 104 104 104 104 106 104 106
in „STM32 can Message“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Anleitung_STM32Duino_und_Bootloader_flashen_STM32F103_Minimum_Development_Board.pdf
Anleitung STM32Duino installieren (Win7 und höher) Englischsprachige Anleitung Download der Arduino-Version 1.6.5, neuere Versionen sind derzeit nicht mit STM32Duino kompatibel. Installieren von Arduino in ein selbst
in „STM32F103C8T6 ARM STM32 Minimum System Development Board Module For Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
WC_MiniDev_Shield_v6.pdf
GND 4 SPK_1 IO_2 A DS1820 1 0 1 2 X1-2 UART GND R 1 1 GND_1 GND_2 Power 2 SPK_2 IO_1 LED Power GND GND GND GND JP14 SPK GND IC1 mit LDR: R1 bestücken mit TSOP: R5, C1 bestücken VB 1 40 STM32_3V3_2 R2 frei
-
Datei
HallSensorTimer.c
#include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" void decCommutationDelay(void); void incCommutationDelay(void); void BLDCMotorPrepareCommutation
in „STM32F4 BLDC mit Hall Sensoren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_tim.h" #include "stm32f0xx_misc.h" #include <stdlib.h> #include <stddef.h> #include <math.h> void init_Timer(void)
in „stm32f030f4p6 PWM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HWMonitor.txt
PRIM _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF SECD _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF IDE2 _ADR PCI_ [ ] ITM0 ITM1 SIT0 SIT1 [ ] UDC0 [ ] UDC1 [ ] UDT0 UDT1 [ ] ICF0 ICF1 [ ] WPPE [ ] FAS0 FAS1 PRIM _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF SECD _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF GTM_ STM_ H15P GTF0 GTF1 PX43 _ADR PBAS [ ] BAS0 SMBB AZAL _ADR _PRW BUFA BUFB IRQV LNKA _HID _UID
in „Gibt Festplatte langsam Geist auf?“ · PC Hard- und Software ·
-
PDF
en.DM00428288.pdf
Getting started with the STEVAL-SPIN3202 evaluation board, advanced BLDC controller with embedded STM32 MCU Introduction The STEVAL-SPIN3202 3-phase brushless DC motor driver board is based on the STSPIN32F0A 3- phase controller with integrated STM32 MCU. It implements a single shunt resistor current
in „Problem mit ST-Board zur BLDC-Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
mb1045_changed.pdf
PI10 P0R24402 P0R24401 20pF STM32F4 P0SDNRAS PF110PF11 RP0R5202 P0R5201 P8 P0U3B0P8 P0U3B0F3 3 PI11PI11 P0ULPI0DIR P0R4302 [P0R4301 P0MII0RX0ER 25MHz(with socket) X2 SDNRAS A6N0A6 PF120PF12 R253 33 M6 PF11 PI11 P0U3B0E3 3 PI12PI12
-
PDF
mb1045_changed_korrigiert.pdf
PI10 P0R24402 P0R24401 20pF STM32F4 P0SDNRAS PF110PF11 RP0R5202 P0R5201 P8 P0U3B0P8 P0U3B0F3 3 PI11PI11 P0ULPI0DIR P0R4302 [P0R4301 P0MII0RX0ER 25MHz(with socket) X2 SDNRAS A6N0A6 PF120PF12 R253 33 M6 PF11 PI11 P0U3B0E3 3 PI12PI12