-
Bild
STM32F429I-DISC1 Discovery Board mit Display
terra MB1075C www.st.com/stm32f429-discovery STM32F429I-DISC1 USB ST-LINK PWR COM USER GND SWD TX RX P0 bis P15
in „[V] STM32F4 Discovery Board“ · Markt · · Platinenfotos
-
Datei
dogm_spi_cs.c.c
#include <stm32f10x_conf.h> GPIO_InitTypeDef GPIO_InitStructure; void delayLoop() { volatile uint32_t delayCount = 12000000; /* volatile to avoid compiler optimization */ while (delayCount > 0) { delayCount--; }
in „EA DOGM162 mit STM32 reagiert nicht mit SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FreeRTOSConfig.h
/* FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. ***********************************************************
in „FreeRTOS + LWIP + UART Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rtc_user.c
************* */ /* -------------------- System Include Files / Librarys ------------ */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" #include "rtc_user.h" /* -------------------- Standard Include Files --------------------- */ #include <stdbool.h> #include <stdint.h> #include <string.h>
in „EmBitz Debugging Problem mit STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
M220SP01_V.0.pdf
C M 14 MENU Active 0 V 15 GND R FO 16 PLUS Active 0 V 17 S/PDIF 18 MINUS Active 0 V 19 I2CSDA 20 DOWN Active 0 V 21 I2CSCL 22 UP Active 0 V 23 SD0 24 SELECT Active 0 V 25 WS 26 SOURCE Active 0 V 27 SCK
in „[S] TFT Steuerplatinen“ · Markt ·
-
Datei
swd_analyzer.c
start - DAP/AP - W/R - adr[2:3] - Parity - Stop - Park - Trn - ACK W - Ack R - ACK Busy - Trn - Data32 - Parity -- // 1 X X XX X 0 1 Z X X X Z X32 X int swd(qword dataRE,qword dataFE) { byte header,ack,ret=0,t,addr,read,dap,par,datre,parre; dword dat; char*id=""; static byte bank; //if(!((data>>63)&1)
in „Hackbarer(?) 21 EUR Quadcopter“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Verfuegbare_Teile.pdf
6SE6400 - 4BC11 - 2BA0 1 97 116.4 64 Siemens 3SE5114 - 0CD02 - 1AL0 2 56 67.2 65 Siemens 3SE5232 - 0CC05 8 64 76.8 66 Siemens 3SE5000 - 0AA31 31 93 111.6 67 Siemens 3SE5000 - 0AA60 8 32 38.4 68 Siemens 3SE5000 - 0AH00 16 112
in „[V] Diverses Elektromaterial. Lagerauflösung.“ · Markt ·
-
PDF
small_pcb.PDF
C9C PIVFD2536GND3 B pwm3 PISTM32PC15/OSC32 PB8/TIM4_CH3 PISTM32F103RCT6061 VCC 12.0V + PIVFD25363434 B PISTM32PD0/OSCIN5 BOOT0 PISTM32F103RCT6060 PIC901PIC902 PIVFD25363535 PISTM32PD1/OSCOUT PB7/I2C1_SDA
in „STC LED Cube 8x8x8 RGB“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ADD9910_Design.pdf
ALTIUMLIMITEDAND MAY BEFREELYDISTRIBUTEDIN WHOLE.NO RIGHTSARE RESERVEDOREXPRESSORIMPLIEDWARANTEEGIVEN. uC - STM32F722RCT6 DDS-AD9910 SDIO A SDO A AD9910 // 1GSp / 14 bit / 3.3VCMOS / Direct DigitalSynthesizer SCLK GND U?A 48 81 RF_ UT1_P01TUO0FRLN PU?04 D0 IOUT PIU?01 NLRFOUT0N PO RF_OUT1_P1 0P main[4D], DDS_Modul_Multiplier[1B] PI P P IPIPI PPI85PPP0 0 0P P IP P P P PU?04 D1 IOUT PIU?00 RF_ UT1_N PO RF_OUT1_N 10 N main[4D], DDS_Modul_Multiplier[1C] IC?IOC 43 340?UIP STM32F722RCT6 42 D2 84 R11 _ _ B B T B B B B B3 D 1 1 1 1 1 P3904 D3 DAC RSET PIU
in „PCB -Frequenzrampe 100khz-360 MHz“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
startup_stm32f10x_cl.c
/** ****************************************************************************** * @file startup_stm32f10x_cl.c * @author Coocox * @version V1.0 * @date 3/7/2011 * @brief STM32F10x Connectivity line Devices Startup code. * This module performs: * - Set the initial SP * - Set the vector table entries
in „Compiler überschreibt Speicherbereich von Malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MyFunctions.c
s_TControll(uint8_t s_Tx) { uint8_t a=0; switch (s_Tx) { case 0xC0: a = 1; break; case 0xC1: a = 1; break; case 0xC2: a = 1; break; case 0xC3: a = 1; break; case 0xC4: a = 1; break; case 0xC5: a = 1; break; case 0xC6: a = 1; break; case 0xC7: a = 1; break; case 0xC8: a = 1; break; case 0xC9: a = 1; break; case 0xCA: a = 1; break; case 0xCB: a = 1; break; case 0xCC: a = 1; break; case 0xCD: a = 1; break; case 0xCE: a = 1; break; case 0xCF: a = 1; break; case '
in „UART Problem beim senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
***************************************************/ #include "stm32f4xx.h" #include "stm32f4xx_conf.h" int main(void) { ///* Set Clocks */// //* AHB1 - GPIO-A, GPIO-D *// RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA | RCC_AHB1Periph_GPIOD, ENABLE); //* APB1 - Timer2
in „STM32 Interrupt / I/O“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
range.c
#include "lidarlite.h" #include "debug.h" #include "eprintf.h" #include "cpal.h" #include "cpal_i2c.h" #include "stm32fxxx.h" /* Flag indicating if the rangeInit() function has been called or not. */ //static bool isInit = false; /* Internal values exported by functions below. */ static uint16_t rangeDistance
in „STM32 I2C Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
VOLTAGE_RANGE (uint8_t)VOLTAGE_RANGE_3 /* EEPROM start address in Flash */ #define EEPROM_START_ADDRESS ((uint32_t)0x08008000) /* EEPROM emulation start address: from sector2 : after 16KByte of used Flash memory */ /* Pages 0 and 1 base and end addresses */ #define PAGE0_BASE_ADDRESS ((uint32_t)(EEPROM_START_ADDRESS + 0x0000)) #define PAGE0_END_ADDRESS ((uint32_t)(EEPROM_START_ADDRESS + (PAGE_SIZE - 1))) #define PAGE0_ID FLASH_SECTOR_2 #define PAGE1_BASE_ADDRESS ((uint32_t)(EEPROM_START_ADDRESS + PAGE_SIZE)) #define
in „FLASH speicher Lebensdauer Beeinflussung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ds18b20.h
Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" /* #define DS18B20_BIT GPIO_Pin_0 #define DS18B20_PORT GPIOC #define READ_DS18B20() GPIO_ReadInputDataBit(GPIOB, DS18B20_BIT) #define DIR_1WIRE_IN() {DS18B20_PORT->CRL &= 0xFF0FFFFF;DS18B20
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan eines HF-Teils mit STM32WLE5CCU6
GND RF_CTL2 C29 100pF R57 100Ω C66 33pF SKY13323-378LF U35 VCTL1 INPUT VCTL2 INPUT OUTPUT2 GND OUTPUT1 U22 BWU_FL_IPEX4 R56 100Ω C67 33pF RF_CTL1 GND C23 100pF C85 4.7pF C74 L10 12nH GND L5 9.1nH C80 100pF C76 3.6pF L13 47nH C77 6.8pF C75 3.6pF C79 47pF U36 3.9nH GND GND GND U37 STM32WLE5CCU6 PB3 VSSMPS PB4 VLXSMPS PB5 VDDSMPS PB6 VFBSMPS PB7 PA15 PA0 PA14 PA1 A13 VDDA PA2 PC15-OSC32_OUT IN PA3 PC14-OSC32_OUT PA4 VDDA PA5
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder · · Schaltpläne
-
Datei
main.c
******************************************************* * @file LwIP/LwIP_TCP_Echo_Server/Src/main.c * @author MCD Application Team * @version V1.0.1 * @date 09-October-2015 * @brief This sample code implements a TCP Echo Server application based on * Raw API of LwIP stack. This application uses STM32F4xx
in „lwIP STM32f4 kontiuierlich senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md_vl.s
;/******************** (C) COPYRIGHT 2010 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.3.0 ;* Date : 04/16/2010 ;* Description : STM32F10x Medium
in „IAR for ARM - IRQ-Funktion nur kompiliert wenn im Code referenziert“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FEZ_Cerb40.pdf
7 PC6 38 PC7/UART6_RX NRST PC7 39 60 PC8 40 PC8/SD_D0 LOADER BOOT0 PC9 PC9/SD_D1 C PC10 51 PC10/SD_D2 K PC11 52 PC11/SD_D3 R 1 31 VCAP_1 PC12 53 PC12/SD_CLK PC13 2 PC13 PC14 3 PC14/XO32 47 VCAP_2 PC15 4 PC15/XI32 PD2 54 PD2/SD_CMD C8 C9 S S S 2.2uF 2.2uF V V V Q2 GND STM32F40X 1 1 6 32k VBUS GND C21 C22 D 18pF USB_DP D+ 18pF USB_DM D- B VBUS VBUS S GND GND U GNDX4 1M R7 C11 4700pF,250V Open Source Hardwar GND Licensed under Creative Commons Share A E http://creativecommons.org
in „Störsignal auf Spannungsversorgung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00135183.pdf
event interrupt 0x0000 00BC 32 39 settable I2C1_ER IC1 error interrupt 0x0000 00C0 33 40 settable I2C2_EV IC2 event interrupt 0x0000 00C4 34 41 settable I2C2_ER I C2 error interrupt 0x0000 00C8 35 42 settable SPI1 SPI1
in „STM32F446 FMP I2C kein Open Drain möglich?!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test.c
#include "stm32f10x_conf.h" #include <inttypes.h> #include <stdarg.h> #include <math.h> #define BAUDRATE 9600 void Usart1_Init (void); void UsartPutC (char c); char UsartGetC (void); void putS (char *s); void printfTiny
in „EMBITZ math.h“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
******************************************************** * @file LTDC/LTDC_Display_1Layer/Src/main.c * @author MCD Application Team * @version V1.0.0 * @date 25-June-2015 * @brief This example provides a description of how to configure LTDC peripheral * to display BMP image on LCD using only one layer
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f2xx_usart.c
/** ****************************************************************************** * @file stm32f2xx_usart.c * @author MCD Application Team * @version V1.0.0 * @date 18-April-2011 * @brief This file provides firmware functions to manage the following * functionalities of the Universal synchronous
in „STM32F2xx USART weigert sich“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
r3-180-z.pdf
D1 D1 10K A2 10 A2 D2 15 D2 A0 13 45 NC A3 9 A3 D3 17 D3 14 A0 TXA0 P1 27 A4 8 18 D4 A1 A1 R7 1 +3.3V +5V VBAT V A5 7 A4 U2 D4 19 D5 A2 15 A2 RXA0 46 10K + 26 6 A5 SRAM D5 20 A3 16 A3 UART1 2 A6 A6 D6 D6 A4 17 +C 1 C3 1C4 1 3V D1
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gpio.h
#ifndef GPIO_H_ #define GPIO_H_ #include "stm32l4xx_hal_rcc.h" #define PORTMODE_OFFSET 0x00 #define MODE_OUTPUT 0x1 #define MODE_INPUT 0x0 #define ODR_OFFSET 0x14 #define IDR_OFFSET 0x10 #define AHB2ENR_REGOFFS 0x4c #define PIN_CENTER 0 #define
in „STM32L4 LED durch Tastedrücken einschalten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_test.c
/* ------------------------------------------------------- adc_test.c MCU : STM8S103F3 Takt : interner Takt 16 MHz 19.05.2016 R. Seelig ------------------------------------------------------ */ #include "stm8s.h" #define u_ref 331ul // gemessene Betriebsspg.: 3.31 V (
in „STM8 und ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan eines 4-Kanal analog Datenloggers
ST1 TS9011 V-IN IC3 2u C6 +3.3V T3 AO3401 1u ST6 IN1 IN2 IN3 IN4 R2 R13 R14 R15 R3 R5 R6 10K 10K 10K 1K 1K 1K 0-3.3V 0-3.3V 0-3.3V U-IN SD1 MMBD1504 SD2 MMBD1504 U-IN SW1 SW2 S1 S2 START STOPP LED1 LED2 LED-SMD LED1-SMD LED2-SMD VSS SW1 SW2 PF2-NRST PA15 PA14-SWDCLK PA14-SWDCLK PA13-SWDIO PA12 OSC32_O PA11 OSC32_O PA10 PC15 PC6 PC20 PA8 PA7 PA6 PA5 PA4 PA3 PA2 PA1 PA0 VDD IC1 STM32G031KXX W25Q128 IC2 W3.3 C9 1u C5 R11 22 T2 BC817 10K R12 4-Kanal analog Datenlogger Michael Nowak 2026-02-22 www.mino-elektronik.de
in „2-Kanal analoger Datenlogger, mobil“ · Projekte & Code · · Schaltpläne
-
Datei
STM32L476VGTx_FLASH_modified.ld
is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_O2.asm
l df *ABS* 00000000 obj/cmsis/startup_stm32f407xx.o 0800028a l .text 00000000 LoopCopyDataInit 08000282 l .text 00000000 CopyDataInit 080002a2 l .text 00000000 LoopFillZerobss 0800029c l .text 00000000 FillZerobss 080002d0 l .text 00000000
in „C++ Exceptions mit gcc-arm-none-eabi“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_O1.asm
l df *ABS* 00000000 obj/cmsis/startup_stm32f407xx.o 0800028a l .text 00000000 LoopCopyDataInit 08000282 l .text 00000000 CopyDataInit 080002a2 l .text 00000000 LoopFillZerobss 0800029c l .text 00000000 FillZerobss 080002d0 l .text 00000000
in „C++ Exceptions mit gcc-arm-none-eabi“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
schaltplan_uC.pdf
A / 100k 50V A _ R3 1 EN D FB 4 FB 4 5 E G GND R R H D1 GND GND TP5 A C3 C4 C5 C6 0R 7MP4541GN-Z C7 C8 C9 C10 C 50V 50V 50V 50V 6 8 7 6.3V 6.3V 10u 10u J 4u7 1u 100n 1u R 6 R 100n 1u 6.3V 6.3V k +3V3 B 0 8 1 S T1 1 R C11 9 1 1 1 1 1 1 1 1 1 TP6 TP7 BSS138 TP8 9 0 R R R R
in „Übersprechen von einem uC-Pin zum Anderen“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
FK743M5-XIH6.pdf
3 NLC _CLK PI1441IP PIMC 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
in „STM32H743 mit 32MByte externem SDRAM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
not_fitted_schaltplan_uC.pdf
A / 100k 50V A A R3 1 EN D FB 4 FB 3 G GND R R H D1 GND GND A C3 C4 C5 C6 7P4541GN-Z C7 C8 C9 C10 TP5 C 50V 50V 50V 50V 6 8 7R 6.3V 6.3V 10u 10u J 4u7 1u 100n 1u R 6 R 100n 1u 6.3V 6.3V k +3V3 B 0 8 1 S T1 1 R NF C11 9 1 1 1 1 1 1 NF1 TP6 TP7 BSS138 TP8 9 0 R R R
in „Übersprechen von einem uC-Pin zum Anderen“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
stm32f4x7_eth.c
/** ****************************************************************************** * @file stm32f4x7_eth.c * @author MCD Application Team * @version V1.0.0 * @date 14-October-2011 * @brief This file is the low level driver for STM32F407xx/417xx Ethernet Controller. * This driver does not include
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atf.pdf
+18V +18V R39 V12 PSMN4R6-60 X1:1 LINK+ X2:5 27R,1W BAV103 F3 C22 C4 6 9 E1 SMA6J33CA 100n 4u7 D3 R 3 PR5/25 STM32L412 V1 V2 V4 X1:5 BC856 X1:4 1 , 4 , X1:3 VDDA 30 PWRON_H R R R R PB7 V5 R3 2 2 E2 +18V +3.3V L1 BC846 +7V PR5/25 N1 5 VDDA 15k MIC5233-3.3 F.B.,0.2A
in „Schaltplan richtig zeichnen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
semicon.pdf
OPT Osram LST675 T1 1 0 30 Hiper TOP LED 2200 2000 OPT Osram LTT68C T2 4 0 20 Hiper TOP LED SMD 2000 OPT Osram LGT671 L2 1 0 10 TOP LED SMD 2000 OPT Osram LHT 674 M2 Top LED SMD 8000 OPT Osram LSA 670 J Side LED SMD 2000 OPT
in „4" TFT für 7,97€“ · Markt ·
-
PDF
eGC.pdf
_2 C #CEO PIIC50D2 100MHz PP6C20IO_L32N_GCLK28_2 C C2 PT6C20IO_L47P_2 CLKOUT PIC150C2 GND GND PP4C20IO_L47N_2 BUSY PIIC50C1 3V3 PT4C20IO_L63P_2 G3 T11C20IO_L63N_2 REV_SEL0 PIIC50G3 PIIC20IO_L1N_M0_CMPMISO
in „[Suche] Interessierte(n) an Projekt (ARM/FPGA)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USBtreeview.txt
Description : USB-Eingabegerät Device ID : USB\VID_0483&PID_5711\8D7552995649 Driver KeyName : {745a17a0-74d3-11d0-b6fe-00a0c90f57da}\0147 (GUID_DEVCLASS_HIDCLASS) Driver : C:\Windows\system32\DRIVERS\hidusb.sys (Version: 6.1.7601.17514 Date: 2006-06-21) Driver Inf : C:\Windows\INF\input.inf Legacy BusType
in „STM32 USB HID Keyboard“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
media32.pdf
0 5 3 P I S SDAT1 8 PC13-TAMPER-RTC I U 1 0 2 P I S SDAT2 1 PC14-OSC32_INI U 1 0 3 P I S SDAT3 2 VCC P I U 1VBAT PC15-OSC32_OUT I U 1 0 4 NSDIO/CMPISS103CMD VCC PISS105CLK C VCC P I U 1VDD_12 VSS_1P I
in „MP3 Player mit Clickwheel und S65“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan eines STM32G031G8Ux Mikrocontrollers
U2 STM32G031G8Ux, BTN1, BTN3, BTN2, LED1, LED2, PA8, PA9, PA10, SWIO, SWCLK, PA0 bis PA15, VSS, VDD, PF2-NRST, PC6, PC14-OSC32_IN, PC15-OSC32_OUT, RFM69 CS, RESET, SCK, MISO, MOSI, IRQ, C6, C7, C8, C9, C10, C11, R2 100k, 32.768KHZ, 100nF, 12pF, 10uF, J1 bis J7, BT1 Battery, VCC, GND
in „STM32G031G8 Grundbeschaltung / keine Verbindung über SWD“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
PDF
UART-Command-Introduction-EN-1.pdf
); DCV32(0,0 ,spotpear,0); CLR(0); PL(0,0,220,176,1); PS(40,40,3); SBC(1); DCV16(0,32 ,spotpear,2); DIR(0); DCV24(0,0 ,spotpear,0); About above CMD, you can see more detailed introduction later in the article
in „1.8" 128*160 HMI Intelligent Smart UART Serial TFT Display von Spotpear.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
bmpm_v2_1c_schematic.pdf
xTXD TXD 2 LED1 A C iSWDIO iTMS 3 2A 2B 6 xTMS <-xRXD R11B 100E RXD 3 iSWDIO_DIR iTMS_DIR 5 4 4 DIR GND C19 330E R6D D4 YELLOW LED0 A C 74LVC2T45 100n GND GND <- DIR = GND -> DIR = VCC GND MCU TPWR U3 +3V3 STM32F103CBUx
in „MOSFET Ersatztypen für DMG1024 u. DMG1023 gesucht“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
processing.c
stdint.h> #include <stdbool.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_adc.h" #include "tm_stm32f4_hd44780.h" /* -------------- Projekt Include Files ---------------- */ #include "processing.h" #include "config.h" #include "tools.h" #include "rtc_user.h" #include "
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Blockdiagramm des STM32MP215 Mikrocontrollers
STM32MP215 block diagram Arm® Cortex®-A35 1.2GHz / up to 1.5GHz L1 32KB I-Cache / 32KB D-Cache 128KB L2 cache NEON TrustZone Arm® Cortex®-M33 300MHz 16KB I-Cache 16KB D-Cache FPU / MPU / NVIC TrustZone
in „ESP32-E22, schneller Chip aus dem Hause WCH, ressourcensparendes WiFi 7 uvam“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Datei
STM32H745ZITX_FLASH_CM7.ld
******************************* ** ** File : LinkerScript.ld ** ** ** Abstract : Linker script for STM32H7 series ** 1024Kbytes FLASH and 192Kbytes RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is 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
STM32F746NGHx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F746NGHx Device with ** 1024KByte FLASH, 320KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Ac6. ** You may use this file as-is or modify it according to the needs of your ** project
in „Discovery_STM32F746 Linking Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dogm_spi_3.3V.c
#include <stm32f10x_conf.h> GPIO_InitTypeDef GPIO_InitStructure; void delayLoop() { volatile uint32_t delayCount = 500000; /* volatile to avoid compiler optimization */ while (delayCount > 0) { delayCount--; } }
in „EA DOGM162 mit STM32 reagiert nicht mit SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart3.c
/APB1_TEILER/baud; return(0); } void USART3_IRQHandler(void) { uint32_t temp, sr_temp; uint32_t temp_zeiger; sr_temp = USART3->SR; if(sr_temp & USART_SR_TXE) { // Tx-Flag testen if(usart3_tx_schreib_zeiger != usart3_tx_lese_zeiger
in „stm32f411 USART2 will nicht wie er soll“ · 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
STM32H745ZITX_FLASH_CM4.ld
******************************* ** ** File : LinkerScript.ld ** ** ** Abstract : Linker script for STM32H7 series ** 1024Kbytes FLASH and 288Kbytes RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is 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 ·