-
PDF
STM32_DS1307.pdf
on the left side: GND, SDA, SCL, VCC (U = 3,3V). For I2C and USB communication we use a Black Pill (STM32F103C8T6) We only write and read the seven yellow timekeeper registers 0x00 up to 0x06. “When you power up the module the clock halt (CH) bit in the seconds register will be set to a 1.” That means
in „I2C STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Terminal-Fenster mit Fehlermeldungen und Verzeichnisinhalt
: assertion 'size >= 0' failed in GtkScrollbar jojo@sn-1:~$ 0 updates can be applied immediately. 8 additional security updates can be applied with ESM Apps. Learn more about enabling ESM Apps service at https://ubuntu.com/esm This message is shown once a day. To disable it please create the /home/jojo/.hushlogin file. jojo@sn-1:~$ ls 99-platformio-udev.rules PlatformIO STM32Cube STM32CubeIDE STMicroelectronics a99.py jojo@sn-1:~$ dotnet downloads projects st-ide-old untitled.grc vscode-cpptools
in „Nachteile W11“ · PC Hard- und Software · · Screenshots
-
Datei
Stellwerk0_B.cpp
= 0; uint8_t LSEinfahrtSBHSudGleis4State = 0; uint8_t LSEinfahrtSBHSudGleis5State = 0; uint8_t LSEndposSBHSudGleis1State = 0; uint8_t LSEndposSBHSudGleis2State = 0; uint8_t LSEndposSBHSudGleis3State = 0; uint8_
in „CAN Variable“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F103C8T6_Mikrocontroller_Schematics.pdf
STM32F103C8T6_Mikrocontroller_Schematics.pdf
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F103C8T6_Mikrocontroller_Schematics.pdf
STM32F103C8T6_Mikrocontroller_Schematics.pdf
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Tabelle mit technischen Daten der STM32C011x6 Familie
STM32C011x4/x6 family device features and peripheral counts Table 2. STM32C011_ Peripheral _J4 _J6 _F4 _F6 Flash memory (Kbyte) 16 32 32 16 32 SRAM (Kbyte) 6 with parity Timers Advanced control 1 (16-bit
in „Maximale Taktfrequenz STM32G4 nutzen?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
tools.c
- */ /* ------------------- Prototypen -------------------------- */ static int CheckForPeriod(uint8_t*, uint8_t*, size_t); static void MatrixFillRandom(); static void CopyNextGenToMatrix(); static void MatrixToBitstream(); static void handofgod(uint16_t newcells); static void CreateGliders(uint8_t)
in „Matrix indizierbar machen?“ · Mikrocontroller und Digitale Elektronik ·
-
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(); // Setup the PLL - found some code on the net and
in „~1€ ARM-Cortex-M0 (STM32)-Bord selbstgestrickt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2croutines.c
--------------------------------------------------*/ #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
ADC_dual_103.c
2 */ while (HAL_ADCEx_Calibration_Start(&hadc1) != HAL_OK) ; sprintf(temp, "%s\r\n", "Hello! Sunt STM32!"); HAL_UART_Transmit(&huart1, (uint8_t *)temp, (uint16_t)strlen(temp), HAL_MAX_DELAY); /* USER CODE END 2 */ /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) { /* USER CODE END WHILE */
in „STM32F1xx: Injected simultanous ADC läuft nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
------------------------------------------------ // SPI support functions // SPI transfer Byte uint8_t spi1_tx(uint8_t tx) { uint8_t tmp_rx = 0; // write data to be transmitted to SPI *(__IO uint8_t *) spixbase = tx; if ( !(SPI1->SR & SPI_I2S_FLAG_RXNE) ) { while( !(SPI1->SR & SPI_I2S_FLAG_RXNE) ); } // wait until receive complete tmp_rx = *(__IO uint8_t *) spixbase; // return received data from SPI return ( tmp_rx ); } // stolen from ST library for 8bit SPI writes void get_spixbase(void) { /* Check the parameters */ assert_param(IS_SPI_ALL_PERIPH(
in „SPI-RAM-Bank an STM32F0-Discovery - write, kein read“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_referenz.c
#include <stdio.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "i2c.h" #include "debug.h" static void I2C1_InitI2C(void); static void I2C2_InitI2C(void); static int8_t I2C1_Timeout(I2C_TypeDef* I2Cx, int8_t val)
in „STM32F103C8T6 Blue Pill - SSD1306 - u8g2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
#include <stdio.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "i2c.h" #include "debug.h" static void I2C1_InitI2C(void); static void I2C2_InitI2C(void); static int8_t I2C1_Timeout(I2C_TypeDef* I2Cx, int8_t val)
in „STm32Fxxx: I2C Hardware Experten gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mmc_stm32f1.c
= SPI_CR1_DFF; /* SPI wieder einschalten */ SPI_Cmd(SPI1, ENABLE); } /* --------- Wechselt auf den 8 Bit Mode ---------- */ __attribute__((always_inline)) inline void SPI_8Bit() { /* SPI abschalten */ SPI_Cmd(SPI1, DISABLE); /* 16 Bit auf 8 Bit setzen */ SPI1->CR1 &= ~SPI_CR1_DFF; /* SPI wieder einschalten
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
emw3165.pdf
Symbol Parameter Class Class LU Static latch-up classTA= +105 °C conforming to JESD78A II level A 3.8 Other MCU electrical parameters Please refer to STM32F411xE datasheet for more information. 10 4 RF characteristics 4.1 Basic RF characteristics Table 4.1 RF Specification Item Specification Operating
in „EMW3165 - Der ESP8266 Killer ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
initsdram.c
#ifdef DATA_IN_ExtSDRAM /** * @brief Setup the external memory controller. * Called in startup_stm32f429_439xx.s before jump to main. * This function configures the external SDRAM mounted on STM32F429I-DISCO board * This SDRAM will be used as program data memory (including heap and stack). * Ported
in „STM32F429 Disco Board: SDRAM benutzen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASEbrd.pdf
1 SV1 10 V 10 SV5 1 1 4VS 2 01 1 1 0 1 6 R R8 N F SV6 M J C 7 4 X2 5 CU R9 JP7 JP15 C C 1 0 C20 C18 R10 3 e 2 4 3 1 C U1 1 U2 P A S 1 C22 C R11 J P C1 1 t J 4 6 5 7 9 D1 S c JP11 61R C C C C C 1 3 n 4 2 71R C23X1 JP5 w o 3 4 4 w 3 4 5 C C R 02R
in „STM32F407 (100pin) Basisboard - Review bitte“ · 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->CTRL &
in „STM32: gcc 5.4.1 vs. 6.3.1 und memset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HCT595.c
STCP GPIO_Pin_1 /* B1: STCP */ #define HC595_SHCP GPIO_Pin_3 /* B3: SHCP */ #define HC595_MR GPIO_Pin_8 /* B8: MR (Master Reset) */ #define HC595_PWM GPIOA #define HC595_OE GPIO_Pin_9 /* A9: LED HC595_OE (PWM) */ #define ILI9341_PWM GPIOA #define ILI9341_OE GPIO_Pin_8 /* A8: Display (PWM) */ /* -------
in „EmBitz Debugging Problem mit STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
README.TXT
Dieses Programm lässt die LED an PC13 blinken und testet, ob der Chip ein originaler STM32F103C8C6 ist. Hochladen z.B. seriell mit dem Kommando stm32flash -w Blinky_Test-v0.21.bin /dev/ttyUSB2 Die Ausgabe findet seriell mit 115200 Baud statt. Beispiel für ein Original: [08:09:02:129] **
in „Interrupt verhalten bei STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "platform_config.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup CAN_Normal * @{ */ /* Private typedef -----------------------------------------------------
in „CAN mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32H745ZITX_FLASH_CM4.ld
used. ** ** Target : STMicroelectronics STM32 ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** Copyright
in „STM32H745 I2S DMA (NUCLEO-STM32H745ZI-Q DualCore)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32H745ZITX_FLASH_CM7.ld
used. ** ** Target : STMicroelectronics STM32 ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** Copyright
in „STM32H745 I2S DMA (NUCLEO-STM32H745ZI-Q DualCore)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.h
CONFIG_H_INCLUDED #define CONFIG_H_INCLUDED #include <stdbool.h> #include <stdint.h> #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_rtc.h" // Typdefinition diverser RAM Typen, Verwendung <Typ> <CCRAM> <Variablenname> #define CCRAM __attribute__((section(".ccram"))) #define BKRAM __attribute__((
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan mit STM32F103C8T6 Mikrocontroller
PB1 16 3V3 +3V3 3V3 PA1 PB1 16 PB2 PA2 PB3 PA3 PB4 IC4 PB5 PA5 PB6 Sclk PB6 PA6 MosI PB7 PA7 T1CH1 PB8 PA8 PB9 PA9/Tx PB10 PA10/Rx PB11 PA11/CanRx PB12 PA12/CanTx PB13 PA13/SWDIO PB14 PA14/SWCLK PB15 PA15 STM32F103C8T6 3V3 3V3 3V3 R38 R39 R40 X8 br Index 3 T3CH2remap 5 ge B 2 RT A X2 GND +3V3 +5V +5V TLC2272ACD Q1 16MHz EN OUT 8 C9 100n +Vcc 2 4 100n 100n 100n C16 C15 C14 C13 GND GND GND +3V3 C29 100n +5V
in „LM358 gegen TS272“ · Analoge Elektronik und Schaltungstechnik · · Schaltpläne
-
Bild
Schaltplan eines STM32G030K8T6 Mikrocontrollers
+3.3V C1 4.7uF GND VIN HDR-M-2.54_1x2 2 1 U2 ZX-QC4545-4.5CJ R1 1k 1 2 3 4 +5V U1 STM32G030K8T6 PB9 32 PB8 OUTPUT HDR-M-2.54_1x2 1 +3.3V 2 PB7 31 PB6 30 GND J1 HDR-M-2.54_1x3 1 2 3 PB5 29 PB4 28 PA15 27 PA14-BOOT0 26 PA13 25 PA12[PA10] 24 PA11[PA9] 23 PA10 22 UART1 HDR-M-2.54_1x2 1 2 GND PA13 21 PA10 20 PC6 19 PA9 18 PA8 17 PB2 PB1 16 PB0 15 PA7 14 PA6 13 PA5 12 PA4 11 PA3 10 PA2 9 SPI1 HDR-M-2.54_1x3 1 2 3 PA1 8 NRST VSS/VSSA VDD/VDDA PC15-OSC32OUT PC14-OSC32IN
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Schaltplan mit STM32G030K8T6 Mikrocontroller
+3.3V C1 4.7uF VIN HDR-M-2.54_1x2 GND U2 ZX-QC4545-4.5CJ R1 10k U1 STM32G030K8T6 PB9 PB8 PB7 PB6 PB5 PB4 PB3 PA15 PA14-BOOT0 PA13 PA12[PA10] PA11[PA9] PA10 PC6 PA9 PA8 PB2 GND J2 HDR-M-2.54_1x3 1 2 3 GND J1 HDR-M-2.54_1x3 1 2 +3.3V OUTPUT VDD/VDDA VSS/VSSA NRST PA0 PA1
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Schaltplan mit STM32G030K8T6 Mikrocontroller
VIN HDR-M-2.54_1x2 2 1 GND C1 4.7uF +3.3V U1 STM32G030K8T6 32 PB8 31 PB7 30 PB6 29 GND J1 HDR-M-2.54_1x3 1 2 3 J2 HDR-M-2.54_1x3 1 2 3 GND PA8 17 PB2 PA9 18 PC9 PA10 21 PA11[PA9] PA12[PA10] PA13 24 PA14-BOOT0 PA15 25 PA0 PA1 26 PB3 PB4 27 PB5 28 GND PB6 29 PB7 30 PB8 31 32 VDD/VDDA 5 VSS/VSSA 6 NRST 7 PA0 8 PA1 9 PA2 10 PA3 11 PA4 12 PA5 13 PA6 14 PA7 15 PB0 16 PB1 1 R2 10k +3.3V U3 ZX-QC4545-4.5CJ 3 4 C3 0.1u
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Schaltplan eines STM32G030K8T6 Mikrocontrollers
VIN HDR-M-254_1x2, C1 4.7uF, GND, +3.3V, U1 STM32G030K8T6, PB9, PC14-OSC32IN, PC15-OSC32OUT, VDD/VDDA, VSS/VSSA, NRST, PA0 bis PA7, PB0, PB1, PB8 bis PB2, PA14-BOOT0, PA13, PA12[PA10][PA9], PA11, PC6, PA9, PA8, PB2, OUTPUT HDR-M-254_1x2, J1 HDR-M
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Schaltplan eines STM32G030K8T6 Mikrocontrollers
C1 4.7uF +3.3V VIN GND HDR-M-2.54_1x2 U1 STM32G030K8T6 PB9 PB8 PC14-OSC32IN PB7 PC15-OSC32OUT PB6 VDD/VDDA PB5 VSS/VSSA PB4 NRST PB3 PA0 PA15 PA14-BOOT0 PA1 PA13 PA2 PA12[PA10] PA3 PA11[PA9] SPI1 HDR-M-2.54_1x3 PA4 PA10 PA5 PC6 PA6 PA9 PA7 PA8
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
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
in „Multichannel DAC mit SPi-DMA beschreiben“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
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 ·
-
Datei
simple_server.c
} if (*str <0x3a && *str> 0x2f) { // is a ASCII number, return it return(*str - 0x30); } return((u8)-2); } // prepare the webpage by writing the data to the tcp send buffer /* buf on_off¿ª¹Ø */ u16 print_webpage(u8* buf, u8 on_off) { u16 plen; plen = fill_tcp_data_p(buf, 0, PSTR("HTTP/1.0 200 OK\r\
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Exp $ * * This demo module is runnable on AVRs and LM4F120 Launchpad (ARM Cortex M4) * * ATMEGA88 @ 8 MHz internal RC Osc with BODLEVEL 4.3V: lfuse: 0xE2 hfuse: 0xDC efuse: 0xF9 * ATMEGA88 @ 8 MHz external Crystal Osc with BODLEVEL 4.3V: lfuse: 0xFF hfuse: 0xDC efuse: 0xF9 * * This program is free software
in „IRMP-Anwendung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SPI_Setup.c
#include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "gDef.h" #include "gVar.h" #include "gType.h" #include "gFunc.h" void SPI_Setup(void) { GPIO_InitTypeDef GPIO_InitStruct; SPI_InitTypeDef SPI_InitStruct;
in „STM32F4: Flash Speicher Zugriff über SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MC_productmatrix_022005.pdf
1RG 8K P-DSO-28 (SMD) C868-1RR 8K ! P-TSSOP-38 (SMD) High sophisticated pulse generation unit C868-1SG 40MHz 300ns 8K SRAM 512 18 5/8Bit 3 14 / 3 UART - 6+1ch - 8 - P-DSO-28 (SMD) (CAPCOM6E) for motor control
in „8051-Derivat mit zwei UART gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
G065VN01-V2.pdf
GND 4 SEL68 14 RxCLKIN- 5 RxIN1- 15 RxCLKIN+ 6 RxIN1+ 16 NC 7 GND 17 U/D 8 RxIN2- 18 R/L 9 RxIN2+ 19 RxIN4- 10 GND 20 RxIN4+ 7.2 LED Backlight Unit (CN2): Backlight Connector Manufacturer STM Connector Model Number MS24016RHD, compatible with MOLEX 53261-0671 Mating Connecter
in „Tektronix TDS 510A CRT Video Display Unit defekt“ · Analoge Elektronik und Schaltungstechnik ·
-
Bild
Mehrere ST Nucleo-L073RZ Mikrocontroller-Boards
NUCLEO-L073RZ, STM32, www.st.com/stm32nucleo, MB11319B, PWM/MOS/D1, PWM/D2, PWM/D3, PWM/D4, PWM/D5, PWM/D6, PWM/D7, PWM/D8, PWM/D9, PWM/D10, PWM/D11, PWM/D12, PWM/D13, PWM/D14, PWM/D15, PWM/D16, PWM/D17, PWM/D18, PWM/
in „[V] Diverse STM32 Nucleo Boards“ · Markt · · Platinenfotos
-
PDF
PHA-1_.pdf
10.4 10.1 4.0 10.2 9.7 9.5 6.0 8.6 7.3 7.3 Output Return Loss 0.05 14.5 13.7 13.5 dB 0.8 13.0 20.8 19.5 18.3 2.0 17.1 16.1 14.7 3.0 15.3 14.1 13.4 4.0 13.8 12.8 12.2 6.0 11.0 10.2 9.7 Reverse Isolation 2.0 19.9 19.3 18.9 dB Output Power
in „Preamp / Vorverstärker für 0,3 - 150 MHz“ · HF, Funk und Felder ·
-
Datei
stm32f30x_rcc.c
* or HSI_VALUE(*) multiplied by the PLL factors. * * @note (*) HSI_VALUE is a constant defined in stm32f30x.h file (default value * 8 MHz) but the real value may vary depending on the variations * in voltage and temperature, refer to RCC_AdjustHSICalibrationValue(). * * @note (**) HSE_VALUE is a constant defined in stm32f30x.h file (default value * 8 MHz), user has to ensure that HSE_VALUE is same as the real * frequency of the crystal used. Otherwise, this function may * return wrong result. * * @note The result
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TC1797_UM_v1.1.pdf
) Reset Value: 0000 0000 H 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 0 r 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 STM 0 0 DIS r rw rw Field Bits Type Description STMDIS 0 rw STM Disable Reset This bit field defines if an Application Reset leads to an reset for the STM. 0 An Application Reset resets the STM B 1B An Application Reset has no effect for the STM 0 [7:1] rw Reserved Should be written with 0. 0 [31:8] r Reserved Read as 0; should be written with 0. SW Reset Configuration Register This register
in „TC1797 - keine Datenblätter?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TMS470.pdf
offset to ; address FRED. ; Store the halfword in R5 at address ; FRED. STRH R5, [PC, #(FRED-HERE-8)] ... FRED 32-Bit Instruction Set4-45 Block Data Transfer (LDM, STM) 4.11 Block Data Transfer (LDM, STM) The instruction is only executed if the condition is true. The various conditions are defined in
in „Vergleiche mit (2^n)-1 und -(2^n) schneller?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EU_Price_List_2011.pdf
Board for Nuvoton NUC1xx series (Cortex-M0) 60.00 MCBSTM32 Evaluation Board for STMicroelectronics STM32 series (Cortex-M3) 170.00 MCBSTM32C Evaluation Board for STMicroelectronics STM32F 107VC (Cortex-M3) 250.00 MCBSTM32EXL Evaluation Board for STMicroelectronics STM32F 103ZE/ZG (Cortex-M3) 220.00 MCBSTM32C
in „TFT240320TP an Savvy128v1.2“ · 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
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "platform_config.h" /** @addtogroup StdPeriph_Examples * @{ */ /** @addtogroup FLASH_Write_Protection * @{ */ /* Private typedef ---------------------------------------------------
in „STM32 ReadOutProtection“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x.s
;/*****************************************************************************/ ;/* STM32F10x.s: Startup file for ST STM32F10x device series */ ;/*****************************************************************************/ ;/* <<< Use Configuration Wizard in Context Menu >>> */ ;/***
in „STM32 SysTick“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_tidy1.c
void main(void) { int i; SystemInit(); // Initialize STM32F429 clock tree printf("OV7670+FIFO Test Program\n"); InitializeLEDs(); // Delay() function needs that: SysTick_Config(SystemCoreClock / 1000); // Set SysTick to 1ms. // TIM1_Setup(); Delay(100); I2C_Config
in „Brauche Unterstützung beim OV7670 (bzw. SCCB)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
#include "main.h" #include <stm32f4xx.h> #include <stm32f4xx_i2c.h> #include "i2c.h" //------------------------------------------- // Definition of local constants //------------------------------------------- #define I2C_TIMEOUT
in „STM32F4 Discovery mit I2C-Bus EEPROM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32l562ceux.s
IRQHandler .word TIM4_IRQHandler .word TIM5_IRQHandler .word TIM6_IRQHandler .word TIM7_IRQHandler .word TIM8_BRK_IRQHandler .word TIM8_UP_IRQHandler .word TIM8_TRG_COM_IRQHandler .word TIM8_CC_IRQHandler .word I2C1_EV_IRQHandler .word I2C1_ER_IRQHandler .word I2C2_EV_IRQHandler .word I2C2_ER_IRQHandler .word
in „STM32 startet im HardFault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f7xx_hal_ltdc.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f7xx_hal.h" /** @addtogroup STM32F7xx_HAL_Driver * @{ */ #if defined(STM32F756xx) || defined(STM32F746xx) /** @defgroup LTDC LTDC * @brief LTDC HAL module driver * @{ */ #ifdef HAL_LTDC_MODULE_ENABLED
in „STM32F7 Disco und das Display-->hard fault error“ · Mikrocontroller und Digitale Elektronik ·