-
Datei
stm32f7xx_hal_ltdc.c
/** ****************************************************************************** * @file stm32f7xx_hal_ltdc.c * @author MCD Application Team * @version V1.0.1 * @date 25-June-2015 * @brief LTDC HAL module driver. * This file provides firmware functions to manage the following * functionalities
in „STM32F7 Disco und das Display-->hard fault error“ · 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
sdram_fx.h
/* SDRAM FX nützliche Routinen für die SDRAM Initialisation Markus Horbach 04.09.2016 für STM32CubeMX */ //#include <stdlib.h> #include "stm32f7xx_hal.h" //#include "fmc.h" /** * @brief FMC SDRAM Bank address */ #define SDRAM_DEVICE_ADDR ((uint32_t)0xC0000000) #define SDRAM_DEVICE_SIZE ((uint32
in „STM32F7 und SDRAM“ · 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
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 ·
-
Bild
Startseite der ST Community Webseite
explore categories. Recent activity No best answer Categories xpress_embedo Associate III · Asked in STM32CubeIDE (MCUs) No ST-LINK detected! Please connect ST-LINK and restart the debug session. 0 8 1 21 minutes ago DeryaVar Visitor · Asked in STM32 MCUs Products STM 32 Nucleo. F7 and H7 Connections 0
in „AI-VNA, 6GHz-Oszilloskop von Rigol, NEC-Frontend uvam“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
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
Training_TC1796_2007-04-23_PWM.pdf
// USER CODE END Release 04/2007 Copyright © Infineon Technologies 2007. All rights reserved. Page 7-34 Exercise 7: PWM Enable the mid period interrupt in file MAIN.c before the forever loop at (Main,9): // USER CODE BEGIN (Main,9) STM_ICR_CMP0EN = 1; // enable the stm interrupt for(;;) // forever ;
in „Raumzeigermodulation auf Tricore“ · 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 ·
-
Datei
i2croutines.c
BY CUSTOMERS OF THE * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. * * <h2><center>© COPYRIGHT 2010 STMicroelectronics</center></h2> */ /* Includes ------------------------------------------------------------------*/ #include "i2croutines.h" #include "../Std_lib/stm32f10x_dma.h" #include "../Std_lib/stm32f10x_gpio.h" #include "../Std_lib/stm32f10x_i2c.h" #include "../Std_lib/stm32f10x_rcc.h" /** @addtogroup Optimized I2C examples * @{ */ /* Private typedef ------------------------------------------
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mmc_stm32f1.c
copyright notice. / /-------------------------------------------------------------------------*/ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* -------------- C Standard Include Files --------------- */ #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <stdint.h> /* PA4:MMC_CS
in „STM32Fxxx: Frage zur Initialisierung mit der StdPeriphLib“ · 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 ·
-
Bild
Vergleichstabelle der SPI-Features auf STM32-Geräten
Table 1. Main SPI features on STM32 devices Feature/Version 1.2.x 1.3.x 2.x(1) 3.x(1) STM32 series F1, F2, F4, L0, L1 C0, F0, F3, F7, G0, G4, L4+, L5, U0, WB, WL H7, MP1 H5, MP2, U3, U5, WBA Data size 8- or 16-bit 4- to 16-bit 4- to 32-bit Tx & Rx FIFOs No 2x 4- to 16-bit 2x 4- to 32-bit Data packing by data-register access No No Yes Yes Data packing by packets No Yes Yes Dual clock domain (APB and kernel) No Yes Programmable transfer
in „Multichannel DAC mit SPi-DMA beschreiben“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
core.pdf
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 GND C315 10k V V U2002 BOOT0
in „Review Eierlegende Wollmilchsau“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.h
#ifndef CONFIG_H_INCLUDED #define CONFIG_H_INCLUDED /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_rtc.h" /* -------------- Projekt Include Files ---------------- */ /* -------------- Defintionen ---------------------------- */ // Typdefinition diverser RAM Typen
in „Organisation der Header und Includes“ · 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
main.c
#include "stm32f4xx.h" /*static uint8_t buffer[(128*32)/ 8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
in „I2C mit STM32F4 Discovery und Adafruit OLED“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
IntLib.txt
\STMicroelectronics STM32 F1.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F2_181213\STMicroelectronics STM32 F2.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F3_181213\STMicroelectronics STM32 F3.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F4_181213\STMicroelectronics STM32 F4.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_L1_120614\STMicroelectronics STM32 L1.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM8L\STMicroelectronics
in „Altium 5.1.x Offline Libs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
diskio.c
copyright notice. / /-------------------------------------------------------------------------*/ #include "stm32f4xx_gpio.h" #include "stm32_spi.h" #define SPI_CH 3 /* SPI channel to use = 3 */ #define FCLK_SLOW() UB_SPI3_Init(SPI3_MODE_0,SPI_BaudRatePrescaler_32);//{ SPIx_CR1 = (SPIx_CR1 & ~0x38) | 0x28; }
in „STM32 <-> AVR“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
panasonic_tx-p50u20b_e_tx-pr50u20_chassis_gpf13de_sm.pdf
PORT7[4] IC8001 H31 LOSDOUT9 LD USB I/F TO 6/19 USB_VBUS LOSDOUT1 IC8001 C30 LOSDOUT1 PORT7[5] AVDD_ENB ADCCK IC8001 A30 ADCCK PORT7[6] TS I/F TO 4/19 REV_DAC_ENB SDOUT3 IC8001 B31 SDOUT3 PORT7[7] STM Parallel
in „Panasonic TX-P50U20E“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
CAN.c
/* * CAN.c * * Created on: 22.04.2012 * Author: Peter */ #include <stddef.h> #include "can.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_can.h" #include "misc.h" #define CAN_EN_Low GPIO_ResetBits(GPIOC, GPIO_Pin_5); #define CAN_EN_High GPIO_SetBits
in „CAN mit STM32“ · 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 ·
-
PDF
FR_Family_MB91F109.pdf
380H 000FFF80 H (Continued) 34 MB91F109 Interrupt number Interrupt level Interrupt causes TBR default Decimal Hexadecimal Register Offset address DMAC6 (complete, error) 32 20 ICR16 37C H 000FFF7C H DMAC7
in „Fujitsu MB91F011 internal flash read/write“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
audio.c
#include "Audio.h" #include "stm32f4xx_conf.h" #include "stm32f4xx.h" #include <stdlib.h> static void WriteRegister(uint8_t address, uint8_t value); static void StartAudioDMAAndRequestBuffers(); static void StopAudioDMA
in „STM32F4Discovery Audio "Störgeräusche"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f30x_gpio.c
/** ****************************************************************************** * @file stm32f30x_gpio.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 GPIO peripheral:
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · 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
Schematic_STM32L05__HSN-TTN_Mini_Node_LoRa_v1.2_2021-02-27.pdf
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 A 4 F V V O P P C2 5 1 VDD B VDDIO2 36 100nF 6 C7 2 PC13 VSS 35 GND 7 100nF 3 PC14-OSC32_IN PA13 34
-
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
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
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
STM32F103C8T6-Schematic-Diagram.pdf
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 P4 PA0 PB0 GND 1 PA1 1 PB1 2 2 GND 3 PA2 3 PB2 4 PA3 4 PB3 5 PA4 5 PB4 6 PA5 6 PB5 C 7 PA6 7 PB6 C 8 PA7 8 PB7 PA8 PB8 9 PA9 9 PB9 10 PA10 10 PB10
in „Löttemperatur STM32“ · 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 ·
-
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 C10
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STPicProgK.pdf
19 PB1 R BOOT1 20 PB2 39 R20 40 PB3 VT3 PB4 +3,3V BSS123 41 PB5 I2C1_SCL 42 PB6 1k5 I2C1_SDA 43 PB7 TIM4_CH3 45 TIM4_CH4 46 PB8 CLOCK PB9 21 PB10 3 E+ 5 DATA 22 PB11 1 RD_DATA 25 4 ENA_USB 26 PB12 4k7 R32 E- 2 27 PB13 PB14 R16 220 LED 28 PB15 U6 LD2 R31 4k7 MCP6561T-E/OT STM32F103C8T6 R6 10k +3,3V
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CRC.cpp
#include "CRC.hpp" #include <stm32f4xx_crc.h> #include "Constants.hpp" #include "App.hpp" TZApp::CCrc Crc; //------------------------------------------------------------------------------ TZApp::CCrc::CCrc(void) { } /** Berechnet die
in „Problem mit GCC-Optimierung“ · 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
stm32u5xx_hal.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32u5xx_hal.h" /** @addtogroup STM32U5xx_HAL_Driver * @{ */ /** @defgroup HAL HAL * @brief HAL module driver * @{ */ #ifdef HAL_MODULE_ENABLED /* Private typedef --------------------------------------
in „STM32U599 reagiert nicht: Keine Funktion auf dem Custom Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gfx_pictures.c
, 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 ------------------------------------------------------ */ #include "gfx_pictures.h" /* ---------------------------------------------------------- bmpsw_show Kopiert ein
-
Datei
gfx_pictures.c
, 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 ------------------------------------------------------ */ #include "gfx_pictures.h" /* ---------------------------------------------------------- bmpsw_show Kopiert ein
-
Datei
index.html
cellpadding="10" width="768" height="568" align="center" background="/img/bk.jpg"> <td align="center"> <h3>ALIENTEK STM32¿ª·¢°å ENC28J60+LWIP1.41 Webserver²âÊÔ </h3><br /><br /> LED0׎̬ <img id="red" src="/img/black.gif" class="rset" width="16" height="16" alt="layer"> <br /> LED1׎̬ <img id="green" src
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
/* USB als 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
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hse_auto_clock.c
/* Automatische Erkennung von ext. HSE-Takt für STM32F7xx. Michael Nowak 2019-05-07 www.mino-elektronik.de */ #include "stm32f7xx.h" #define SOLLFREQUENZ_MHZ 216 // Vorgabewert #define PLL_M 16 // für internen HSI Takt #define PLL_Q 7 #define PLL_N (
in „STM32F429-Discovery Recycling: 90 MHz Frequenzzähler mit TFT“ · Projekte & Code ·
-
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 ·
-
PDF
schaltplan.pdf
IS_1 PA0 STM32F4X5RG U2B 4 4 3 3 IS_2 STM32F4X5RG V33 6 6 5 5 IN_M_2 8 8 7 7 14 PA0/WKUP PC0 8 10 10 9 9 15 PA1 PC1 9 18 VSS_2 VDD_2 19 GND IN_M_1 IN_M_2 16 10 63 32 V33 17 PA2 PC2 11 INH_M VSS VDD_3 48 INH_EXT
-
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 ·
-
PDF
TMS470.pdf
R1 0x1000 0x1000 0x0FF4 0x0FF4 3 4 32-Bit Instruction Set 4-49 Block Data Transfer (LDM, STM) Figure 4-21. Post-decrement addressing 0x100C 0x100C Rn 0x1000 0x1000 R1 0x0FF4 0x0FF4 1 2 0x100C 0x100C 0x1000 R7 0x1000 R5 R5 R1 R1 0x0FF4 Rn
in „Vergleiche mit (2^n)-1 und -(2^n) schneller?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.c
/ 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
in „STM32F103: EEPROM Abstürze abfangen“ · Mikrocontroller und Digitale Elektronik ·