-
PDF
Schaltplan_FARBE.pdf
1 2 3 4 5 6 D1 R1 PF6 3V3 JP3 JP1 JP2 470R 1 2 PE3 1 2 PE2 PE1 1 2 PE0 U1 STM32F103ZET6 D0 PD14 3 4 PD15 D1 PE5 PE4 PB9 PB8 WAKEUP_BUTTON PA0 34 106 LED1 D2 PD0 PD1 D3 VBAT 3 4 PE6 PB7 3 4 PB6 BLACK_LIGHT PA1
in „STM32 Port-Initialisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Neues_Textdokument__2_.txt
#define SPI_MASTER SPI1 #include "stm32f10x.h" #include "LCD.h" #include "stm32f10x_conf.h" #define ADC1_DR_Address ((uint32_t)0x4001244C) #define ADC2_DR_Address ((uint32_t)0x40013C4C) #define BufferSize 32 GPIO_InitTypeDef GPIO_InitStructure
in „SPI -> STM32F100RB; ich finde den Fehler nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GLCD.h
------------------------------------------------------------------------------- ** File name: GLCD.h ** Descriptions: STM32 FSMC TFT²Ù×÷º¯Êý¿â ** **------------------------------------------------------------------------------------------------------ ** Created by: poweravr ** Created date: 2010-11-
in „STM32 24Bit Bmp nach 565RGB Format“ · 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 ·
-
PDF
STM32H7-Base.pdf
PIU 101 73 PI U10151 PIU4101 47 PIU1101 09 PIU7101 74 ABS07-120-32.768KHZ-T PA5 PD5 PG5 PI5 COY PI U10252 PIU5101 50 PIU1101 10 PIU7101 75 CO1 Y1 CC22 53 PA6 PD6 151 111 PG6 PI6 176 PI U10 53 PA7 PD7 PIU 101 51 PIU 101 11 PG7 PI7 PIU 101 76 GND PIC102 PIC1012 PY11 PI10
in „STM32H7 und JTAG: Irgendwelche Fallstricke“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GLCD.h
------------------------------------------------------------------------------- ** File name: GLCD.h ** Descriptions: STM32 FSMC TFT²Ù×÷º¯Êý¿â ** **------------------------------------------------------------------------------------------------------ ** Created by: poweravr ** Created date: 2010-11-
in „STM32 24Bit Bmp nach 565RGB Format“ · 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
in „STM32F4Discovery mit CooCox CoOS-RTOS und printf“ · Projekte & Code ·
-
Datei
stm32_ub_i2c1.c
notwendig //-------------------------------------------------------------- // Edited: 15.04.2015 // CPU STM32F1 // CoIDE 1.7.8 // GCC 4_9-2015q2 // CMSIS 4.10 // Std_PLib 3.5.0 // Changed #includes from STM32F4 to STM32F10x // Adapted to newer "GPIO_InitTypeDef GPIO_InitStructure;" where output mode and pullup
in „STM32F105 bei I2C Read ein Byte zu viel“ · 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" /** @addtogroup STM32F10x_StdPeriph_Driver * @{ */ /** @defgroup CAN * @brief CAN driver modules * @{ */ /** @defgroup CAN_Private_TypesDefinitions * @{ */ /** * @} */ /** @defgroup CAN_Private_Defines * @{ */ /* CAN Master
in „CAN mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FR_Family_MB91F109.pdf
– 0 0 1 1 1 B 000621 H AMD1 Area mode register 1 R/W 0 – – 0 0 0 0 0 B 000622 H AMD32 Area mode register 32 R/W 0 0 0 0 0 0 0 0 B 000623 H AMD4 Area mode register 4 R/W 0 – – 0 0 0 0 0 B 000624 H AMD5 Area mode register 5
in „Fujitsu MB91F011 internal flash read/write“ · 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
main.c
#include "stm32f0xx.h" #include <stdbool.h> #include <stdio.h> #include "main.h" static char text[255]; RCC_ClocksTypeDef Clocks; void init(void) { SystemInit(); // 48 MHz Setup PLL - found some code on the net and
in „~1€ ARM-Cortex-M0 (STM32)-Bord selbstgestrickt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <string.h> #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> char data[64]; void delay_us(uint32_t us) { SysTick->LOAD = 72/8 * us - 1; SysTick->VAL = 0; SysTick->CTRL = SysTick_CTRL_ENABLE_Msk; while ((SysTick
in „STM32: gcc 5.4.1 vs. 6.3.1 und memset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usbStefan_Aenderung.c
/* USB als COM Port betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / word access schema (e.g. STM32L0, STM32F303xD and xE) */ //#define UMEM_SHIFT 0 //#define UMEM_FAKEWIDTH word /* For devices with 1 x 16 bits / word access schema (e.g. STM32F103, STM32F302, STM32F303xB and xC) */ #define UMEM_SHIFT 1 #define UMEM_FAKEWIDTH dword /* The name of the IRQ handler must match startup_stm32.s */ #define NAME_OF_USB_IRQ_HANDLER USB_LP_CAN_RX0
in „USB CDC von Stefan Frings und WS“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
KSGER_STM32_Ver2_1S_schematic_rev__1_floobydust.pdf
KSGER STM32 T12 Ver. 2.1S Pump Power VCC GND +3.3V OLED_SCL U1 +3.3V OLED_SDA STM32F103CBU6 +3.3V Pump Solenoid Pump Motor UFQFPN48 4 3 2 1 28 PB15 VDD_1 24 D4 D3 A L D C 27 PB14 VDD_2 36 D7 RS1M RS1M S S G V
in „Lötstation Quikko / Ksger T12 dtl Vorteil?“ · Mechanik, Gehäuse, Werkzeug ·
-
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 ·
-
Datei
ili9341.c
uint8_t x_cmd[] = { 0xD3 }; static uint8_t y_cmd[] = { 0x93 }; static uint8_t sleep[] = { 0x00 }; uint32_t x_avg = 0U; uint32_t y_avg = 0U; uint16_t sample = req_samples; uint16_t num_samples = 0U; // change SPI clock to 2MHz, max rate supported by XPT2046 // TODO: based on STM32G4, which is clocked at
in „STM32U575 und ILI9341 SPI DMA Problem“ · 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
sysinit.c
*********************** */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* ---------
in „Timer Interrupt STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
BY CUSTOMERS OF THE * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. * * <h2><center>© COPYRIGHT 2010 STMicroelectronics</center></h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_it.h" #include "I2CRoutines.h"
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
BY CUSTOMERS OF THE * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. * * <h2><center>© COPYRIGHT 2010 STMicroelectronics</center></h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_it.h" #include "I2CRoutines.h"
in „Cortex I2C zu kurze Impulsdauer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
core.pdf
1BitSquared Sheet: / File: core.sch Title: FX2Grok Flat Size: A3 Date: Rev: V0.2 KiCad E.D.A. eeschema 5.1.5 Id: 1/4 F 1 2 3 4 5 6 7 8 F 1 2 3 4 5 6 7 8 A A B B +3V3 +3V3 C301 C302 C303 C304 C305 k 1 1 R U300 1 4 6 8 9 100n 100n 100n 100n 100n 2 3 4 RESET_STM32 7 NRST A D D D D B V V V D GND GND GND GND
in „Review Eierlegende Wollmilchsau“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Präsentation von STM32H7S/S Speicherverschlüsselungsoptionen
external memories Security option with memory crypto engine for on-the-fly encryption and decryption STM32H7S3 or STM32H7S7 S=Crypto MCE1 w. AES: Block & Stream xSPI1/2 Up to 200MHz 16-bit Serial RAM and Flash MCE2 w. Noekeon: Block xSPI2/1 Up to 200MHz 8-bit Serial RAM and Flash MCE3 w. Noekeon: Block FMC8/16/32 Up to 100MHz 32-bit Parallel RAM and Flash 2x SDMMC No MCE SD/SDIO/MMC Up to 100MHz e.MMC, SDCard Performance impact example using MCE security option Code execution from external memory with Data in
in „Neue STM32H7-Variante, Eclipse-Daten zur IoT-Adoption und neue Kameras“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
panasonic_tx-p50u20b_e_tx-pr50u20_chassis_gpf13de_sm.pdf
AP32_VDD12STM IC8001 AP32 VDD12STM IC8001 AL30 VDDIO IC8001 F32 LVVSS IC8001 AL31 VDDIO IC8001 G32 LVVSS TO IC8001 AL32 VDDIO IC8001 H32 LVVSS SUB3.3V 18/19 IC8001 AP29 ADAVDD IC8001 AM31 VDDIO IC8001 J32
in „Panasonic TX-P50U20E“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Schematic_STM32L05__HSN-TTN_Mini_Node_LoRa_v1.2_2021-02-27.pdf
4 SWDIO E 5 VCC-T E 6 RSTn C5 C6 100nF 10uF S S D C A L C4 100nF R10 R9 100k 100k JP1 U1 GND PINHD-1X12-CB STM32L051C8T6 VCC 1 4 4 4 4 4 4 4 4 4 3 3 3 Neopix 2 D S 9 80 7 6 5 4 35 4 VCC 3 F D S P PT P P P P P A
-
Datei
gfx_pictures.c
uint16_t color); hinzugelinkt werden, die die Ausgabe eines farbigen Punktes im RGB565-Format vornimmt (5 Bit fuer rot, 6 Bit fuer gruen, 5 Bit fuer blau) Verfuegbare Formate sind: PCX 256 Farben BMP s/w, 4, 16, 256 Farben MCU : AVR / STM32 / STM8 25.01.2019 R. Seelig ------------------------------------
-
Datei
gfx_pictures.c
uint16_t color); hinzugelinkt werden, die die Ausgabe eines farbigen Punktes im RGB565-Format vornimmt (5 Bit fuer rot, 6 Bit fuer gruen, 5 Bit fuer blau) Verfuegbare Formate sind: PCX 256 Farben BMP s/w, 4, 16, 256 Farben MCU : AVR / STM32 / STM8 25.01.2019 R. Seelig ------------------------------------
-
Datei
quellcode.txt
#include "stm32f10x.h" // STM32F10x Library Definitions #include "hardware.h" // defining hardware access #include "usb_lib.h" #include "usbutilities.h" #include "usb_istr.h" /* Prototypes*/ static void RCC_Configuration
in „Cortex M3 wird sehr heiß“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·
-
Datei
simple_server.c
fill_tcp_data_p(buf, plen, "</table>"); plen = fill_tcp_data_p(buf, plen, 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(
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Extra_MCU.pdf
3V3 1 48 3V3 VBAT VDD_3 2 PC13-TAMPER-RTC VSS_3 47 GND 3 PC14-OSC32_IN PB9TIM4_CH4 46 MC_HEATER1 4 45 MC_DIR_E1 OSC_IN 5 PC15-OSC32_OUT PB8TIM4_CH3 44 2 1 3V3 PD0-OSC_IN BOOT0 R43 OSC_OUT 6 PD1-OSC_OUT PB7I2C1_SDATIM4_CH2 43 10K/0603/±5%H_IN1 RESET 7 NRST PB6I2C1_SCLTIM4
in „Induktiver Näherungsschalter tauschen Probleme“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
STM32F103C8T6-Schematic-Diagram.pdf
VBAT GND 5 1.5k C9 K1 1N4148 VCC3_3 24 VDD_1 VSS_1 23 USB_MINI P1 104 D3 36 VDD_2 VSS_2 35 GND 1 48 VDD_3 VSS_3 47 2 L1 1N4148 9 8 VCC3_3 Header 2 BAT 100uH VDDA VSSA GND BATTERY C10 C11 STM32F103C8T6 106 104 P3
in „Löttemperatur STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eventctrl_uc.ino
--------------------------------------------------------------- */ // shiftreg595 sr(2, 3, 15); // stm32 r3-Board (PB7, PB6, PB13) // shiftreg595 sr(5, 3, A2); // V003-Board // shiftreg595 sr(5, 7, 6); // Board 1 shiftreg595 sr(7, 5, 6); // Board 2 /* -------------------------------------------------
in „Schulnotenbewertung eines Arduino-Programms“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
1.5inch_RGB_OLED_Module_User_Manual_EN.pdf
DC pin is connected 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:
in „DEBO OLED2 0.96 0,96" OLED-Display SSD1306 SSD1312 Initialisierung TWI I2C AVR ATmeg8 Assembler ASM“ · Projekte & Code ·
-
Datei
STMPE811QTR.c
Includes ------------------------------------------------------------------*/ #include "STMPE811QTR.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "misc.h" /** @defgroup STM32F4xx_StdPeriph_Examples * @{ */ #define TIMEOUT_MAX 0x3000 /*<! The value of the maximal timeout for I2C waiting loops */ /** * @} */ /** @defgroup STM32F4_DISCOVERY_IOE_Private_Variables * @{ */ TS_STATE TS_State; /*<! The global structure holding the TS state */ uint32_t IOE_TimeOut = TIMEOUT_MAX; /*<! Value of Timeout when I2C communication fails
in „STM32F4 Touch Display Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f7xx_hal.h" #include "fatfs.h" /* USER CODE BEGIN Includes */ #include "stm32746g_discovery.h" #include "stm32746g_discovery_lcd.h" #include "stm32746g_discovery_sdram.h" #include "rk043fn48h.h" #define
in „STM32F7 Disco und das Display-->hard fault error“ · 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
sysinit.c
*********************** */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* ---------
in „STM32F1xx: Wie GOL am "Leben" halten?“ · 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
in „Erste Schritte: Bekomme STm32 nicht zum Laufen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
pensor.pdf
1 2 3 4 5 6 7 8 +3.3V +3.3V A 0 0 A 1 9 k 1 1 C39 V+ D1 R R 4 O D N1 STM32G051 6 CSB D V 100n MIC5236-3.3 +3.3V V SCL 2 SCK X2:2 2 IN OUT 3 4 VDD INT 7 L1 SDA 4 SDI 4 EN ERR 1 F.B.,0.2A 4 5 SDO 1 C3 C12 * C11
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart5.c
General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * * uart5.c - uart5 driver */ #include <string.h> /*FreeRtos includes*/ #include "FreeRTOS.h" #include "queue.h" /*ST includes */ #include "stm32fxxx.h" #include "config.h" #include "nvic.h" #include "uart5.h" #include "cfassert.h" #include "config.h" #include "nvicconf.h" #define DEBUG_MODULE "UART5" static xQueueHandle uart5queue; static bool isInit = false; void uart5Init(const uint32_t baudrate) { USART_InitTypeDef USART_InitStructure
in „FreeROTS Fehler "AssertFail" durch Befehl xQueueReceive“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.c
Files / 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 <string.h> /* -------------- Projekt Include Files ------------------ */ #include "eeprom.h" #include "isrhdl.h" /* -------------- Private Defines -------------------------*/ // Timeout und E2PROM Adresse #define E1_WR_ADR 0xA0 // Command Schreiben EE 0 #define E1_RD_ADR 0xA1 // Command Lesen
in „STm32Fxxx: I2C Hardware Experten gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_spi1.c
//-------------------------------------------------------------- // File : stm32_ub_spi1.c // Datum : 29.10.2013 // Version : 1.1 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F429 // IDE : CooCox CoIDE 1.7.4 // GCC : 4.7 2012q4
in „STM32F429 - kein Takt am SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F2X7VGT6-DK-A.pdf
ADC12_IN8 PB1/TIM3_CH4/TIM8_CH3N/OTG_HS_ULPI_D2/ETH_MII_RXD3/OTG_HS_INTN/TIM1_CH3N/ADC12_IN9 R14 Title STM32F2X7VGT6 10K Size Number Revision B Date: 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
in „STM32F207 Ethernet + RMII“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F2X7VGT6-DK-A.pdf
ADC12_IN8 PB1/TIM3_CH4/TIM8_CH3N/OTG_HS_ULPI_D2/ETH_MII_RXD3/OTG_HS_INTN/TIM1_CH3N/ADC12_IN9 R14 Title STM32F2X7VGT6 10K Size Number Revision B Date: 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
in „STM32F2xx USART weigert sich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test6-spi-dma.cc
#include "config.h" #include "../stm32-dma.h" #include "../stm32-spi.h" #include "../UART.hh" //----------------------------------------------------------------------------- // USART UARTc<1, PriorityUART1, 30, 100> usart1
in „STM32 SPI1 und DMA (für Rx und Tx)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sccb.c
#include "sccb.h" GPIO_InitTypeDef GPIO_InitStructure; I2C_InitTypeDef I2C_InitStructure; // Code from: http://www.urel.feec.vutbr.cz/MPOA/2014/cam-ov7670 // https://github.com/g4lvanix/STM32F4-examples/blob/master/I2C%20Master/main.c // and: https://github.com/erikandre/stm32-ov7670 -> stm32-ov7670/src/OV7670_control.c void I2C_Config() { // enable APB1 peripheral clock for I2C1 RCC_APB1PeriphClockCmd(RCC_APB1Periph_I2C1, ENABLE); // enable clock for SCL and SDA pins RCC_AHB1PeriphClockCmd
in „OV7670 blockiert Bus nach senden des Registers“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f0xx.s
/** ****************************************************************************** * @file startup_stm32f0xx.s * @author MCD Application Team * @version V1.5.0 * @date 05-December-2014 * @brief STM32F030 Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP * - Set
in „STM32F030F4P6 und USART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
putty.txt
power on delay_init... board_led_init... button_init... timer2_init... wpsbutton_init... Version: 2.9.5 Hardware: STM32F103 Display: WC12h LEDs: WS2812 GRB Welcome to WordClock Logger! ---------------------------- irmp_init... power_init... power_init() called power_on... switching power on delay_init... board_led_init... button_init... timer2_init... wpsbutton_init... Version: 2.9.5 Hardware: STM32F103 Display: WC12h LEDs: WS2812 GRB rtc is online eeprom is online ws2812: no external pullup detected eeprom is online current eeprom version: 0x00020900 reading ir codes from eeprom
-
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 ·