-
Datei
sysf103_init.c
/* ------------------------------------------------------------- sysf103_init.c initialisiert MCU STM32F103 fuer einen "allgemeinen" Gebrauch. Das System wird auf 72MHz externer Takt eingestellt, die Funktion < sys_tick_handler > wird jede ms per Interrupt ausgefuehrt und in dieser wird eine Variable
in „Einstieg Mikrocontroller Atmel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdint.h> #include <stdbool.h> // Bibliotheke des verwendeten Mikrocontrollers #include "stm32f446xx.h" #include "system_stm32f4xx.h" // Funktionsprototypen void initialisiereClock(void); void initialisiereGPIO(void); void initialisiereSPI(void); void initialisiereSystick(void); void sendeBytesUSART
in „ADC über SPI“ · 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
semicon.pdf
50 IC Sharp LH28F160BJE TTL90 Flash TSOP48 1920 IC Fujitsu MBM29LV004T 12PNS Flash LCC40 3022 IC Intel GT28F160C3BA 90 Flash BGA 2000 IC Fujitsu MBM29LV800TA 10PN Flash LCC48 2100 IC Mitsubishi M5M28F101VP 10 Flash TSOP32 480 IC Atmel AT49F040 70TC Flash TSOP32 1560 IC Sony CXK5V8512TM 10LL 64K x 8 Sram TSOP32 500 IC AM29LV800BB 90EA Flash TSOP48 356 IC ST 93S66 WMM6T SO 8 2500 IC Elpida R2518AB 8C DDR ram BGA 126 x SN74LCX00 MTCX SO14
in „4" TFT für 7,97€“ · Markt ·
-
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
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 ·
-
Datei
isrhdl.c
*** */ #include "isrhdl.h" /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> /* -------------- Projekt Include Files ---------------- */ #include
in „Timer Interrupt STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
/* ST STM32F103C8T6: USB als COM Port betreiben */ #include "StdTypes.h" #include "STM32F103all.h" #include "usb.h" /* die Transfer-Puffer für zeichenweises In und Out über den USB */ #define txLen 256 char UsbTxBuf
in „USB CDC von Stefan Frings und WS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdio.h> #include "stm32f3xx.h" // The current clock frequency uint32_t SystemCoreClock=8000000; // Counts milliseconds volatile uint32_t systick_count=0; // Interrupt handler void SysTick_Handler() { systick_count++; } /
in „Nutzt gcc/newlib-nano die FPU von Cortex M4F bei double?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" ///* Clock Ports */// void StartClock() { RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD | RCC_AHB1Periph_GPIOA | RCC_AHB1Periph_GPIOC, ENABLE); } ///* Port Configuration */// void PortConfig(
in „Datenerfassung, Analog -> USB / RS232“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
M220SP01_V.0.pdf
0.105 O R F White x 0.283 0.313 0.343 White y 0.299 0.329 0.359 White Luminance [cd/m ] 240 300 - 4 ( 300 @ CCFL=7mA) Contrast Ratio 750 1000 - 4 Cross Talk (At 75Hz) [%] - - 1.5 5 Flicker [dB] - - -20
in „[S] TFT Steuerplatinen“ · Markt ·
-
PDF
1.5inch_RGB_OLED_Module_User_Manual_EN.pdf
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: Bottom interface of OLED
in „DEBO OLED2 0.96 0,96" OLED-Display SSD1306 SSD1312 Initialisierung TWI I2C AVR ATmeg8 Assembler ASM“ · Projekte & Code ·
-
Datei
stm32f4x7_eth.h
/** ****************************************************************************** * @file stm32f4x7_eth.h * @author MCD Application Team * @version V1.0.0 * @date 14-October-2011 * @brief This file contains all the functions prototypes for the Ethernet * firmware driver. ********************
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Ionescu. // // ---------------------------------------------------------------------------- #include <stm32f10x_conf.h> #include <stdio.h> #include "diag/Trace.h" // ---------------------------------------------------------------------------- // // Standalone STM32F1 empty sample (trace via ITM). // //
in „STM32F1 sendet kein CAN“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_uart.c
//-------------------------------------------------------------- // File : stm32_ub_uart.c // Datum : 28.07.2015 // Version : 1.5 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.8 // GCC : 4.9 2015q2 //
in „STM32F4 USART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stm32f1xx.h> //Core Header for STM32F103C8T6 Processor #include <stdio.h> #define EEPROM_DEVICE 0xA0 //All Addresspins grounded #define EEPROM_WRITE 0 #define EEPROM_READ 1 int main(void) { //Enable Clocks
in „STM32 I2C EEPROM lässt sich lesen aber nicht beschreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FreeRTOSConfig.h
www.freertos.org/a00110.html. *----------------------------------------------------------*/ #include "stm32f10x.h" /* Processor STM32F107 */ extern uint32_t SystemCoreClock; #define configUSE_PREEMPTION 1 #define configUSE_IDLE_HOOK 0 #define configUSE_TICK_HOOK 1 //#define configCPU_CLOCK_HZ ( ( unsigned
in „FreeRTOS + LWIP + UART Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
AliExpress Produktseite STM32F103 Development Board
de.aliexpress.com App ausprobieren & sparen Genießen Sie mehr Angebote in u... Öffnen Modellnummer STM32F103 Development Board Kit Ursprung CN (Herkunft) Markenname WeAct Studio Choice Ausgewählt von AliExpress Lieferant Verkauft von WeAct Studio Choice Store Artikelbeschreibung Berichtpunkt WeAct Studio STM32F103C8T6 Arm® Cortex®-M3 RTC/TIM 72Mhz Max. 12bit ADC 2Unit 10Channel 20KB SRAM USB2.0 FS 64KB Flash CAN*1/USART*3 I2C*2/SPI*2 LQFP48 In den Warenkorb Jetzt kaufen
in „neuere BluePill (WeAct) I2C1 will nicht“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
stm32_magic_eye2.pdf
LED LED LED LED PA9 42 +3V3 +5VA GNDD 43 GNDD L07 GNDD PA10 44 PA11 D PA12 45 D XTAL1 5 46 SWDIO PD0 PA13 XTAL2 6 PD1 PA14 49 SWCLK C18 100n +5V +5VA 54 50 10µ C23 L2 PD2 PA15 STM32F103RCTx 47µ 8 26 LED0 1 2 9 PC0 PB0 27 LED1 PC1 PB1 GNDD GNDD 4 3 U7 H10 H11 H12 H13 H14 H15 H16 H17 10 PC2 PB2 28 FMT
in „STM32F103 und I2S Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart_nrf.h
#ifndef __USART_NRF_H #define __USART_NRF_H #ifdef DTU3PRO #include "stm32f4xx.h" #define UsartNrf USART3 #else #include "stm32f10x.h" #define UsartNrf USART2 #endif #include <math.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <stdbool.h> #include
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
flight_controller.c
using euler > quaternion conversion */ sin_phiSP_half = arm_sin_f32(phiSP * 0.5); sin_thetaSP_half = arm_sin_f32(thetaSP * 0.5); sin_psiSP_half = arm_sin_f32(psiSP * 0.5); cos_phiSP_half = arm_cos_f32(phiSP * 0.5); cos_thetaSP_half = arm_cos_f32(thetaSP * 0.5); cos_psiSP_half = arm_cos_f32(psiSP * 0.5); // arm_sin_cos_f32((phiSP * 0.5), &sin_phiSP_half, &cos_phiSP_half); // arm_sin_cos_f32((thetaSP * 0.5), &sin_thetaSP_half, &cos_thetaSP_half); // arm_sin_cos_f32((psiSP * 0.5), &sin_psiSP_half
in „arm_sin_cos_f32() gibt keine Ergebnisse aus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_SCH.pdf
1 29 PA4 PC6 63 4 COM LO 5 A 30 PA5 PC7 64 2 FD2103S T2 31 PA6 PC8 65 R2 32 PA7 PC9 66 PA8 PC10 1 2 1 STP110N7F6 67 78 120 3 68 PA9 PC11 79 69 PA10 PC12 80 70 PA11 TAMPER-RTC\PC13 7 GND 71 PA12 OSC32-IN\PC14 8 PA13/JTMS-SWDIO OSC32-OUT\PC15 72 9 V+ 76 PA14/JTCK-SWCLK PD0 77
-
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
test_O1.asm
comment 00000000 l d .debug_frame 00000000 .debug_frame 00000000 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_O2.asm
comment 00000000 l d .debug_frame 00000000 .debug_frame 00000000 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
stm32-gpio.c
#include "config.h" #include "stm32/stm32-gpio.h" static unsigned gpio_config_half(unsigned cfreg, unsigned bits, unsigned cnfmode) { for (int i = 0; i < 8; ++i) if (bits & (1 << i)) cfreg = (cfreg & ~(0xF << (4*i))) | (cnfmode << (
in „STM32 ST-Library Pro oder Kontra“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WS2812Ctrl.cpp
---------- Resources ----------------------------------------------------------------------- * µC: STM32F103C8 - GPIO: A0 - Timer: TIM2 - DMA: DMA1 Channel 2 - IRQ: DMA1_Channel2_IRQHandler ----------------------------------------------------------------------- Revision History ----------------------
-
Datei
armbian_modules.txt
Module Size Used by input_leds 16384 0 hid_microsoft 16384 0 sun4i_gpadc_iio 16384 0 lima 40960 0 gpu_sched 20480 1 lima ttm 57344 1 lima axp20x_adc 16384 0 axp20x_battery 16384 0 axp20x_usb_power 16384 0 evdev 20480 1 industrialio 49152
in „Samba auf Banana Pi Pro installieren“ · PC Hard- und Software ·
-
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 PC13 PA6
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder · · Schaltpläne
-
PDF
Training_TC1796_2007-04-23_PWM.pdf
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 ; // USER CODE END In file STM.c define the *dutyU, *dutyV, *dutyW as extern and add to function STM_viSRN0 (SRN0,3): // USER CODE BEGIN (SRN0,3) STM_ICR_CMP0EN = 0; // disable the stm interrupt GPTA0_LTCCTR02_REN = 1; // enable mid period interrupt dutyU++; dutyV++; dutyW++; // circular step through the sinus lookup table // USER CODE END
in „Raumzeigermodulation auf Tricore“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2CRoutines.h
((uint16_t)0xFF7F) /* I2C registers Masks */ #define CR1_CLEAR_Mask ((uint16_t)0xFBF5) /* I2C DMAEN mask */ #define CR2_DMAEN_Set ((uint16_t)0x0800) #define CR2_DMAEN_Reset ((uint16_t)0xF7FF) /* I2C LAST mask */
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2CRoutines.h
((uint16_t)0xFF7F) /* I2C registers Masks */ #define CR1_CLEAR_Mask ((uint16_t)0xFBF5) /* I2C DMAEN mask */ #define CR2_DMAEN_Set ((uint16_t)0x0800) #define CR2_DMAEN_Reset ((uint16_t)0xF7FF) /* I2C LAST mask */
in „Cortex I2C zu kurze Impulsdauer“ · 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 ·
-
Datei
WS2812Ctrl.h
04.05.2015 $ ID: $Id: WS2812Ctrl $ */ #ifndef WS2812CTRL_H_INCLUDED #define WS2812CTRL_H_INCLUDED #include "stm32f10x.h" #include "stm32f10x_ts.h" #define COLOR_CODING_RGB_DIRECT 0 #define COLOR_CODING_RGB 1 #define COLOR_CODING_HSV 3 typedef struct { uint8_t Coding; // Color Coding union { uint8_t h; uint8_t
-
Datei
ws2812_stm32f4.h
#ifndef WS2812_STM32F4_H #define WS2812_STM32F4_H // helper macro for concatenation #define CAT_(a,b) a ## b #define CAT(a,b) CAT_(a,b) // ----------------------------- definitions ----------------------------- #define
in „[STM32] Binäruhr bzw 12x4 RGB LED Display mit WS2812“ · Projekte & Code ·
-
Bild
Webinterface einer WordClock Steuerung
Animations Overlays Ambilight Timers Ambilight Timers DFPlayer SPIFFS Update Local Update Processor STM32F103C8 Hardware WC12h Display WS2812 GRB Version 3.0.1 ESP8266 version 3.0.0T5 RTC online EEPROM online EEPROM Version 2.9 DFPlayer offline Display power on YYYY MM DD hh mm Action 2025 04 14 19 27
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
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 ·
-
PDF
emw3165.pdf
embedded Wi-Fi module integrates a wireless LAN MAC/baseband /radio, and a Cortex-M4 microcontroller STM32F411CE that runs a unique "self-hosted" Wi-Fi networking library and software application stack. EMW3165 has 2M bytes of on-board flash besides 512K bytes of in-chip flash, 128K bytes RAM and rich
in „EMW3165 - Der ESP8266 Killer ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FEZ_Cerb40.pdf
ADC12_IN15 VCC PH1 PC5 37 PC6/UART6_TX GND RESET# 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
STM32F4-BASE_BRD.pdf
10 10 SV5 1 1 4VS 01 1 1 1 N 6 R R8 O SV6 J R9 C JP7 JP15 2 X2 2 MCU1 C20 C18 2 4 3 1 C C 1 R10 3 3 0 C22 C U1 2 U2 R11 J S 1 C 1 J C1 S JP11 1 1 1 1 1 D1 1 3 4 2 C C C C C JP5 3 4 C2X1 4 1 7 1 9 P 4 R R R C R R2 C6 C J J X 2 3 L 8 C93 R156 1 2 3 C R R C 7 E E E R1 C2 L L L 1 SV2 20 1 SV3 10 01.03.2012 03:41:16 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.brd
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
putty.txt
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 DFPLAYER LOGGER
-
Datei
i2croutines.h
-----------------------------------------------*/ #include "../boot/stdint.h" #include "../Std_lib/stm32f10x_conf.h" /* Exported types ------------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/ /* I2C SPE mask */ #define
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·
-
Datei
mmc_stm32f1.c
copyright notice. / /-------------------------------------------------------------------------*/ #include "stm32f10x.h" #define FCLK_SLOW() { SPI1->CR1 = (SPI1->CR1 & ~0x38) | 0x28; } /* Set SCLK = PCLK / 64 */ #define FCLK_FAST() { SPI1->CR1 = (SPI1->CR1 & ~0x38) | 0x00; } /* Set SCLK = PCLK / 2 */ #define
in „STM32F103: Problem mit ChanFat und SD karte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_hal_msp.c
tttttttttt ****************************************************************************** * File Name : stm32f4xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** * * COPYRIGHT
in „STM32F4 Timer Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Reference_Manual.pdf
Related documents • Cortex -M4 Technical Reference Manual, available from: http://infocenter.arm.com • STM32G4xx datasheets • STM32F3, STM32F4, STM32G4 and STM32L4 Series Cortex -M4 programming manual (PM0214) May 2019 RM0440 Rev 1 1/2083 www.st.com 1 Contents RM0440 Contents 1 Documentation conventions
in „STM32G474RE UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cc-fft-out.txt
leo@cb:~/Projekte/STM32F103C8-gen-board/philips-vfd$ ./cc-fft.sh + ./cc-fft.sh Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: ../src/configure --build=x86_64-linux-gnu --prefix
in „STM32 Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
27, 2 Kbytes */ #define ADDR_FLASH_PAGE_28 ((uint32_t)0x0800E000) /* Base @ of Page 28, 2 Kbytes */ #define ADDR_FLASH_PAGE_29 ((uint32_t)0x0800E800) /* Base @ of Page 29, 2 Kbytes */ #define ADDR_FLASH_PAGE_30 ((uint32_t)0x0800F000) /* Base @ of Page 30, 2 Kbytes */ #define ADDR_FLASH_PAGE_31 ((uint32_t)0x0800F800) /* Base @ of Page 31, 2 Kbytes */ /* Define the size of the sectors to be used */ #define PAGE_SIZE (uint32_t)FLASH_PAGE_SIZE /* Page size */ //Now 6kByte -> HEX 0x1800 /* EEPROM start
in „STM32F3 Virtual EEPROM für große Look Up“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
27, 2 Kbytes */ #define ADDR_FLASH_PAGE_28 ((uint32_t)0x0800E000) /* Base @ of Page 28, 2 Kbytes */ #define ADDR_FLASH_PAGE_29 ((uint32_t)0x0800E800) /* Base @ of Page 29, 2 Kbytes */ #define ADDR_FLASH_PAGE_30 ((uint32_t)0x0800F000) /* Base @ of Page 30, 2 Kbytes */ #define ADDR_FLASH_PAGE_31 ((uint32_t)0x0800F800) /* Base @ of Page 31, 2 Kbytes */ /* Define the size of the sectors to be used */ #define PAGE_SIZE (uint32_t)FLASH_PAGE_SIZE /* Page size */ //is 0x800=2kByte /* EEPROM start address in
in „STM32F3 Virtual EEPROM für große Look Up“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Screenshot einer Dateiansicht in einem Repository
Files pfs154_textdisplay_adapter / textdisplayadapter_2.pdf main + Q jjflash65 PDF added b0edcc4 8 hours ago History 234 KB Code 55% faster with GitHub Copilot avr_pwm avr_uart doku pfs154 stm32f0 stm8_pwm stm8_uart README.md directory_tree.txt textdisplayadapter_2.pdf PFS154 - intelligenter Textdisplayadapter v0.2 für HD44780 kompatible Displays Der Textdisplayadapter ist entstanden, beim Experimentieren auf einem Steckbrett eine sehr einfache Möglichkeit zu haben, Text und Zahlen auszugeben. Im Gegensatz zu
in „"Intelligenter" Textdisplayadapter mit Padauk PFS154“ · Projekte & Code · · Screenshots