-
Datei
sections.ld
/* * Default linker script for STM32Fxxx. */ /* * The '__stack' definition is required by crt0, do not remove it. */ __stack = ORIGIN(RAM) + LENGTH(RAM); _estack = __stack; /* STM specific definition */ /* * Default stack sizes. * These
in „STM32 - Eclipse - GCC - Sind Interruptadressen in Startup definiert?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sdcard.c
#include <stm32f10x.h> #include <stdio.h> // snprintf #include "sdcard.h" #include "utils.h" /* MMC/SD command */ #define CMD0 (0) /* GO_IDLE_STATE */ #define CMD1 (1) /* SEND_OP_COND (MMC) */ #define ACMD41 (0x80
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp-chibios.patch
timer used must be available on the chosen hardware + // and activated in mcuconf.h (e.g. use #define STM32_GPT_USE_TIM14 TRUE) + + gptStart(&GPTD14, &irmp_gpt_cfg); + gptStartContinuous(&GPTD14, 10); + + /* This is now the idle thread loop, you may perform here a low priority + task but you must never try
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
main_-_master.c
------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "stdio.h" #include "string.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ SPI_HandleTypeDef
in „STM32F103 SPI Slave + Master“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdint.h> #include "stm32f1xx.h" #define HSE_VALUE 8000000U #define SYSCLK_FREQ_72MHz 72000000U // ---------------- GPIOx_CRx MODE+CNF-Bits kombiniert -------------------- #define noPin 4 // floating input, reset state #define
in „SPI auf STM32F103 - kein Signal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi2_slave.c
Version : 1.0 // 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 // Module : GPIO, SPI, MISC // Funktion : SPI-Slave-Funktionen (SPI-1) // Erstellt ein virtuelles SPI-RAM // // Hinweis : mögliche Pinbelegungen //
in „RaspberryPI <- SPI -> STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
//Includes #include "stm32f10x.h" // Device header #include "cmsis_os.h" // ARM::CMSIS:RTOS:Keil RTX //User function prototypes void clockinit(void); void Peripheral_Init(void); void motorinit(void); void timer1_init(void);
in „STM32F100 - Timer2_Channel3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ethernetif.c
adam@sics.se> * */ #include "lwip/mem.h" #include "netif/etharp.h" #include "ethernetif.h" #include "stm32f4x7_eth.h" #include "main.h" #include <string.h> /* Network interface name */ #define IFNAME0 's' #define IFNAME1 't' /* Ethernet Rx & Tx DMA Descriptors */ extern ETH_DMADESCTypeDef DMARxDscrTab[ETH_RXBUFNB
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CamperDisplay.pdf
TIM1_CH3N/TIS S_CH1NS S K 5 100nF 3 U11B 0 C 2 S S S S 0 2 7 1 + V V V V 1 R FILL75 + V R 2 3 4 8 STM32F100C8 1 OUT75 R T 6 - K 4 T C 2 WATERREF100nF - V 1 R C L U L MEMCS 1 CE VDD 8 2 LM339 C10 D N +3,3V C47 2 MISO S25FL127S HOLD 7 1 OUT75 9 I UNFILTEREDGND I MISO 3 6 C45 R R WP SCK SCK 0 1 0 4 D 8
in „Akku und Wasserstandsdisplay für Wohnmobile“ · Projekte & Code ·
-
PDF
H616_JC_6Z_V1_2_MCU.pdf
V V P P P P P P P P P P P P P P P P P P P P V V 2 2 2 2 3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 4 4 5 STM32F103VET6_LQFP-100 GN3DV3 GN3DV3 3 1 T 1 1 T 1 A E C X _ _ M _ _ _ M T I I _ I K K E L I N I C C _ _ _ O _ M M L M M _ C V V V V V P C M 3 3 C M V V M
in „Induktiver Näherungsschalter tauschen Probleme“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
src.txt
/ARM"><strong>ARM</strong></a> <a href="/articles/LPC-Mikrocontroller">LPC</a> <a href="/articles/STM32">STM32</a> <a href="/articles/Infineon_XMC">XMC</a> </li> <li> <a href="/articles/MSP430"><strong>MSP430</strong></a> </li> <li> <a href="/articles/PIC"><strong>PIC</strong></a> </li> <li> <a href=
in „Verweis/Referenzierung zu anderen Beiträgen“ · www.mikrocontroller.net ·
-
PDF
Dokumentation.PDF
SPI2_SCK 02 Title D PIIC101VSS_4 I2S2_SD / PB15IIC1036 SPI2_CS R38 1k 01 Size Number Revision GND STM32F105RB A4 GND Date: 15.08.2014 Sheet of File: F:\Benutzer\..\MCU.SchDoc Drawn By: 1 2 3 4 1 2 3 4 A A P0X10 IC14A P2Lotbrücke Lotbrücke OE PIIC1401 NAUX1 X12 18 2 AUX_3 NAUX2 21IPIIC14016 A1 PIIC1404
-
Datei
flight_controller.c
#include "stm32f10x.h" #include "math.h" #include "arm_math.h" // test global variables for debugging float qSP0, qSP1, qSP2, qSP3; /* orientation setpoint in quaternion */ float wSP_x, wSP_y, wSP_z; /* angular rate
in „arm_sin_cos_f32() gibt keine Ergebnisse aus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
media32.pdf
12 GND PISS100MOUNT VCC CP11 VCC 010P3P04 VCC P I U 1 VDDA3 VSSAP I U 1 0GND2 3M Micro SD 1 2 3 4 STM32F103RET PIP1022 1PIP101 TRST PIP1044 3PIP103 TDII VCC VCC VCC VCC VCC VCC PIP1066 5PIP105 TMS PIP1088 7PIP107 NLTC I2 K2 82 02 2 P2 PIP10120 9PIP1011 CK6K6 CK7K7 CK8K8 COK99 CK1010 COK111 CW_PLAY Unknown
in „MP3 Player mit Clickwheel und S65“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
media32.pdf
I S SGND0 6 10k GND PISS100MOUNT Array VCC P I U 1VDDA 3 VSSAP I U 1 0GND2 VCC P1P1 VCC 1 2 3 44 STM32F103RET 3M Micro SD PIP1022 1 PIP101 TRST VCC PIP1044 3 PIP103 TDI VCC VCC VCC VCC VCC VCC PIP1066 5 PIP105 TMS PIP1088 7 PIP107 TCK P2 72 I2 K2 2 C2 I8R7A605 PIP10110 9 PIP109 CK6K6 CK7K7 CK8K8 COK99
in „MP3 Player mit Clickwheel und S65“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "platform_config.h" #include "main.h" /* Private variables ---------------------------------------------------------*/ static __IO uint32_t TimingDelay; /* Private function prototypes
in „STM32 SPI-Bus Probleme mit Prescaler und delay() Realisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd1803.h
#ifndef LCD1803_H_INCLUDED #define LCD1803_H_INCLUDED #include "stm32f0xx_hal.h" /* * Some defs */ #define LCD1803_STARTBYTE 0b00011111 // Startbyte of serial transfer #define LCD1803_FLAG_RW 0b00100000 // RW flag #define LCD1803_FLAG_RS 0b01000000 // RS flag #define
in „DOGM-204 Problem mit Steuercodes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPH8731-3C.h
C60, MC60, S55 acknowledgements: user neonix on RadioKat Forum Igor Kizim aka Igoryosha (ATMega, STM32 implementations) Dmitry Karech (MSP430 implementation) license: GPL v2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published
in „LCD LPH8731-3C aus Siemens-Handys, Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
extrx.c
inputs */ /* FreeRtos includes */ #include "FreeRTOS.h" #include "task.h" #include "queue.h" #include "stm32fxxx.h" #include "config.h" #include "system.h" #include "nvicconf.h" #include "commander.h" #include "uart1.h" #include "uart5.h" #include "cppm.h" #include "extrx.h" #define DEBUG_MODULE "EXTRX" #
in „FreeROTS Fehler "AssertFail" durch Befehl xQueueReceive“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mcp23009.c
#include <stm32f10x_i2c.h> #include <inttypes.h> #include <stdio.h> #include "mcp23009.h" #define MCP23009_I2Cx_RCC RCC_APB1Periph_I2C1 #define MCP23009_I2Cx I2C1 #define MCP23009_I2C_GPIO_RCC RCC_APB2Periph_GPIOB
in „I2C IOExpander macht mich wahnsinnig“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Pt100-Vierleiter-Verdrahtungsdiagnose.pdf
t_settle 2–5 ms Kabelkapazität, INA, Mux Stückliste (diskrete Variante) Teil Vorschlag Rolle MCU STM32G4 / RP2040 (12-bit reicht zur Diagnose) Mux, Ablauf, Schwellen ADC ADS1220 oder ADS124S08 24-bit, optional 2× IDAC intern IDAC REF200, Howland (OPA192 + 2,49 kΩ) oder ADC-IDAC 1 mA, umkehrbar Mux 3
in „ESP 32 oder Nano“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.c
Includes ------------------------------------------------------------------*/ #include "LCD.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" /* Private define ------------------------------------------------------------*/ #define LCD_REG (*((volatile unsigned short *) 0x60000000
in „STM32F4 mit TFT Codeverständnis“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.c
Includes ------------------------------------------------------------------*/ #include "LCD.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" /* Private define ------------------------------------------------------------*/ #define LCD_REG (*((volatile unsigned short *) 0x60000000
in „STM32F4 Discovery + TFT + FSMC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test.c
#include <stdint.h> #include <stm32f1xx.h> #define GPIO_NUMBER 16U #define __IO volatile /*!< Defines 'read / write' permissions */ #define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) #define
in „Alternativen zu C, C++ auf ARM cortex M?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
for reading * and writing described in the reference manual (RM0008). * * Device used: Bluepill (STM32F103C8) ****************************************************************************** * * Copyright (C) 2021 Marco, Roldan L. * * This program is free software: you can redistribute it and/or modify
in „STM32F1 Probleme mit Frings I2C-Bus Routine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eclipse_log.txt
org.eclipse.cdt.debug.core.coreBuildDescriptorType !ENTRY org.eclipse.cdt.core 1 0 2017-01-18 13:34:32.254 !MESSAGE Indexed 'stm32l476_decoder' (389 sources, 474 headers) in 47.4 sec: 59,833 declarations; 226,408 references; 0 unresolved inclusions; 127 syntax errors; 323 unresolved names (0.11%) !ENTRY org.eclipse.cdt.dsf 4 10005
in „Problem mit Breakpoints (Eclipse + JLink)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sections.ld
/* * Default linker script for Cortex-M (it includes specifics for STM32F[34]xx). * * To make use of the multi-region initialisations, define * OS_INCLUDE_STARTUP_INIT_MULTIPLE_RAM_SECTIONS for the _startup.c file. */ /* * The '__stack' definition is required by crt0, do
in „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_-_slave.c
------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "stdio.h" #include "string.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ SPI_HandleTypeDef
in „STM32F103 SPI Slave + Master“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sections.ld
/* * Default linker script for Cortex-M (it includes specifics for STM32F[34]xx). * * To make use of the multi-region initialisations, define * OS_INCLUDE_STARTUP_INIT_MULTIPLE_RAM_SECTIONS for the _startup.c file. */ /* * The '__stack' definition is required by crt0, do
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BluePillPlus_V10_SchDoc.pdf
100nF P8 100nF PC 100nF PI 100nF VREF+ 9 8 3.3V PIF10 PIB11 P IU1 09 VDDA VSSA PIU 108 GND 1KΩ 100Mhz STM32F103C8T6/GD32F303CCT6 GND C C GND GND J1 PIJ101 PIJ0B2 CO F_CS PA4 GND GND VCC U2 USB_DP VBUS PIJ104 VBUS VBUS PIJ1B9 VBUS P IU2303 VIN VOUT PI U202 3.3V PIJ105 CC1 SBU2 PIJ1B8 I2 P2 SCK PA5 PA12 USBPIJ106
in „BluePill STM32 Bezugsquelle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
*********/ void OnEpBulkIn (void) /* EP1 = Bulk-EP IN */ { int i, n; dword L, A; dword* P; /* bei STM32 muß man offenbar den Frame-Int benutzen, um alle 1 ms nach dem Rechten zu schauen. */ if (txr==txw) return; P = (dword*) EP1TxABuffer; i = txw - txr; if (i<0) i += txLen; /* i = Anzahl zu sendender
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
*********/ void OnEpBulkIn (void) /* EP1 = Bulk-EP IN */ { int i, n; dword L, A; dword* P; /* bei STM32 muß man offenbar den Frame-Int benutzen, um alle 1 ms nach dem Rechten zu schauen. */ if (txr==txw) return; P = (dword*) EP1TxABuffer; i = txw - txr; if (i<0) i += txLen; /* i = Anzahl zu sendender
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DSO203.pdf
channel digital Oscilloscope for common electronic engineering tasks. It's based on ARM cortex M3 (STM32F103VCT6) 32 bits platform, providing 72MS/s sampling rate with integrated FPGA and high speed ADC. Internal 2MB USB disk could be used to store waveform, user application and upgrade firmware. Due
in „Welches aktuelle DSO ist gut ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FK743M5-XIH6.pdf
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 PJ2 PI MCU10T 6 PD
in „STM32H743 mit 32MByte externem SDRAM“ · Mikrocontroller und Digitale Elektronik ·
-
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
main.c
#include "stm32f0xx.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 ·
-
Datei
main.c
#include "stm32f0xx.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 ·
-
Datei
printf.c
*******************************************************************/ #include <stdio.h> #include "stm32f10x_usart.h" #include <stdarg.h> void PrintChar(char c) { /* Send a char like: while(Transfer not completed); Transmit a char; */ } // Maximum string size allocation (in bytes) #define MAX_STRING_SIZE
-
Datei
system_clock.c
48 MHz) | YES *-------------------------------------------------------------------- **/ #include "stm32h7xx.h" #include "nvic_addr.h" #include "mbed_error.h" /*!< Uncomment the following line if you need to relocate your vector Table in Internal SRAM. */ /* #define VECT_TAB_SRAM */ #define VECT_TAB_OFFSET
in „Problem mit USB auf STM32H743“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ CAN_HandleTypeDef hcan; TIM_HandleTypeDef htim1
in „STM32 HAL Interrupt Callbacks in main.c implementieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
------------------------------------------------------------------*/ #include "main.h" #include "stm32l4xx_hal.h" #include "stdio.h" #include "stdlib.h" #include "stdbool.h" /* USER CODE BEGIN Includes */ #include "config.h" #include "epc_regdef.h" #include "tim1funct.h" #include "tim2funct.h" #include
in „stm32f303RE - initialisierungen verbeissen sich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.cpp
SUCH DAMAGE. * * ====================================================================*/ #include <stm32f10x.h> #include <i2c.h> I2C::I2C(int nr) { if (nr==1) I2CX=I2C1; if (nr==2) I2CX=I2C2; } void I2C::DelayuS(uint32_t uS) { uint32_t CyclestoLoops; CyclestoLoops = SystemCoreClock; if (CyclestoLoops
in „CubeMX und HAL - I2C hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCB_Fan_Control.pdf
C36 7 A D D D A RESET NRST B V V V D D GNDPWR GNDPWR GNDPWR V V BOOT0 44BOOT0 2 U3 1 3 OSC_IN 5 PF0 STM32F302CBTx OSC_OUT 6 Y1 PF1 4 Crystal_GND24 2 3 PC13 PC14 4 PC15 B PWM_OUT_6 18PB0 PA0 10 ENABLE_6 B 19 11 PWM_OUT_5 PB1 PA1 ENABLE_5 AIN_TEMP_1 20PB2 PA2 12 AIN_V_BUS +3.3V 39 13 ENABLE_3 40PB3 PA3 14
in „STM32 F303 Quarz Instabil“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compile_Tasmota_stable_in_docker_container_versuch3.txt
1.0 | | |-- <ESP8266WiFi> 1.0 | |-- <ESP8266WiFi> 1.0 |-- <HPMA115S0 Arduino Library> 1.0.0 |-- <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 ·
-
Datei
main.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "systick.h" #include <stdlib.h> #include <stdio.h> #ifdef __GNUC__ /* With GCC/RAISONANCE, small printf (option LD Linker->Libraries->Small printf set to 'Yes') calls __io_putchar()
in „STM32 can Message“ · 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
main.c
------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "vl53l1_api.h" #include "LCD.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ I2C_HandleTypeDef
in „STM32 und Infrarot Sensor“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
adapter smd dip16 Zum Flashen des Controllers benoetigt man einen ST-LINK v2 (den ich jedoch fuer die STM32 Programmierung auch hier habe): 2,29 Euro Suchbegriff: st-link v2 Sucheinstellungen: Weltweit, niedrigster Preis inkl. Versand Die Kosten des Basic-Computers ---------------------------------------
-
Datei
Stellwerk0_B.cpp
-------------------------------------------Testweise auskommentiert #include <assert.h> #include "stm32f103.h" // Bei selbst erstellten Bibliotheken der name immer in Anfuehrungszeichen!! Nicht in <> kleiner als Zeichen! #include <LiquidCrystal.h> // EIngaenge // Taster const int TastStellwerk0Blattern
in „CAN Variable“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM-STF4BB_SCH.pdf
PC7 HOLE 1 HOLE 1 HOLE 1 HOLE 1 49 50 49 50 DIP-25X2 P2.54 Female DIP-25X2 P2.54 Female Headers for STM32F4DISCOVERY A A Embest Technology Co., LTD Title DM-STF4BB - Interface Headers Size Document Number Rev B DM-STF4BB-001-SH V1.0 Date: Friday, August 17, 2012 Sheet 2 of 5 5 4 3 2 1 5 4 3 2 1 CON3 VDD5V
in „STM32F4Discovery mit CooCox :: GPIO,SDIO,Timer,SoftTimer,USART,printf“ · Projekte & Code ·