-
Datei
GLCD.h
----------------------------------------------------------- ** File name: GLCD.h ** Descriptions: STM32 FSMC TFT²Ù×÷º¯Êý¿â ** **------------------------------------------------------------------------------------------------------ ** Created by: poweravr ** Created date: 2010-11-7 ** Version: 1.0 **
in „STM32 24Bit Bmp nach 565RGB Format“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
xpt2046.c
xpt2046.c * * Created on: Jul 21, 2018 * Author: Dimitris Tassopoulos */ #include "xpt2046.h" #include "stm32f10x_gpio.h" #include "stm32f10x_exti.h" #define XPT2046_IRQ_PIN GPIO_Pin_8 #define XPT2046_IRQ_PORT GPIOA static struct dev_spi gspi; static struct dev_spi * m_spi = &gspi; static struct touch_point
in „C Code Verständnis Problem“ · 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
adc.c
ST includes //************************************************************************ #include "stm32f4xx_hal.h" //************************************************************************ // Project includes //************************************************************************ #include "adc.h"
in „STM32F4 - triple ADC mit DMA funktioniert nur 1x“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_Prints.pdf
B7 PB10 23 24 PB11 PA9 23 24 PA8 A7 D- D+ B6 MISO A8 SBU1 CC2 B5 GND A9 B4 U1A A10 VBUS VBUS B3 R4 STM32F407VGT6 A11 RX2- TX2- B2 5k1 PA0 23 35 PB0 A12 RX2+ TX2+ B1 PA1 24 PA0-WKUP(PA0) PB0 36 PB1 GND GND GND GND PA2 25 PA1 PB1 37 PB2 PA2 PB2-BOOT1(PB2) P4 1 SGND SGND 4 GND PA3 26 PA3 PB3(JTDO/TRACESWO
-
Datei
usart.h
********* #pragma once #include <clock.h> #include <ioreg.h> #include <static_assert.h> #include "stm32f4xx.h" #include <iopins.h> #include <pinlist.h> #include <stddef.h> #include <dma.h> #include <dispatcher.h> namespace Mcucpp { class UsartBase { public: enum UsartMode { DataBits8 = 0, DataBits9 =
in „STM32 / C++: Initialisierung von Memberobjekten einer Klasse“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
spwf01.pdf
equipment • Machine-to-machine communication SPWF01SC Features • 2.4 GHz IEEE 802.11 b/g/n transceiver • STM32 ARM Cortex-M3 • 1.5 MB Flash memory • 64 KB RAM memory • 32 kHz XTAL to support low power modes • 16 GPIOs, serial port (UART, SPI, I2C) interfaces available • Small form factor: 26.92 x 15.24 x 2.35
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ADC_dual_103.c
#include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include <string.h> #include "stdio.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef
in „STM32F1xx: Injected simultanous ADC läuft nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
kicad_vergleich_v_03.pdf
MCU_NXP_LPC.dcm 93 30-10-2017 MCU_NXP_S08.dcm 189 30-10-2017 MCU_Parallax.dcm 3 30-10-2017 MCU_ST_STM32.dcm 799 30-10-2017 MCU_ST_STM8.dcm 7 30-10-2017 MCU_Texas_MSP430.dcm 357 30-10-2017 mechanical.dcm 6 24-08-2017 Mechanical.dcm 6 30-10-2017 memory.dcm 124 24-08-2017 memory.dcm 126 30-10-2017 microchip.dcm
in „Neues bei KiCAD Nightly-Builds ab 2017 Okt.“ · Platinen ·
-
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 ·
-
Bild
Programmcode in einer Entwicklungsumgebung
stm32f4xx_tim.c // Exported functions static inline void LL_Timer_EnableCounter(TIM_TypeDef* TIMx) { SET_BIT(TIMx->CR1, TIM_CR1_CEN); } static inline uint8_t LL_Timer_IsEnableCounter(TIM_TypeDef* TIMx)
in „STM32 - Timer steht still“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
PuTTY Terminal-Ausgabe eines Mikrocontroller-Loggers
power_on... board_led_init... button_init... timer2_init... wpsbutton_init... Version: 2.9.5 Hardware: STM32F103 Display: WC12h LEDs: WS2812 GRB rtc is offline eeprom is offline trying to reduce I2C clock speed... rtc remains offline eeprom remains offline ws2812: no external pullup detected eeprom is offline
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
Bild
STM32F103CBT6 Mikrocontroller auf Leiterplatte
ST STM32F103CBT6 99T7R 9U 2 MYS 423 RR
in „neuere BluePill (WeAct) I2C1 will nicht“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Datei
STM32F103_512K_64K_DEF.ld
/* Linker subscript for STM32F103 definitions with 512K Flash and 64K RAM Copyright RAISONANCE 2007-2009 !!! This file is automatically generated by Ride !!! Do not modify it, as it will be erased at every link. You can use, copy
in „Anfänger Linkerscipt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407VE_BLACK-wTFT-Pinout.pdf
STM32F407VE_BLACK-wTFT-Pinout.pdf
in „CubeMX Config für STM32F407 Black“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32U599ZJT_Rev.0.2_SCH.pdf
STM32U599ZJT_Rev.0.2_SCH.pdf
in „STM32U599 reagiert nicht: Keine Funktion auf dem Custom Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_128k_32k_flash.ld
/* Default linker script for STM32F10x_128K_32K with GNU-ld Martin Thomas, 9/2009 A heavily modified "Default linker script for STM32F10x_512K_64K" Copyright RAISONANCE S.A.S. 2008 found in the STM fw-library. (there is not much left
in „STM32 ohne JTAG starten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_128k_32k_flash.ld
/* Default linker script for STM32F10x_128K_32K with GNU-ld Martin Thomas, 9/2009 A heavily modified "Default linker script for STM32F10x_512K_64K" Copyright RAISONANCE S.A.S. 2008 found in the STM fw-library. (there is not much left
in „STM32 Speicherproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_512k_64k_flash.ld
/* Default linker script for STM32F10x_512K_64K with GNU-ld Martin Thomas, 9/2009 A heavily modified "Default linker script for STM32F10x_512K_64K" Copyright RAISONANCE S.A.S. 2008 found in the STM fw-library. (there is not much left
in „STM32F103: CAN - Bus funktioniert bei Medium-Density-, nicht aber bei High-Density device“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_128k_20k_flash.ld
/* Default linker script for STM32F10x_128K_20K with GNU-ld Martin Thomas, 9/2009 A heavily modified "Default linker script for STM32F10x_512K_64K" Copyright RAISONANCE S.A.S. 2008 found in the STM fw-library. (there is not much left
in „STM32F103: CAN - Bus funktioniert bei Medium-Density-, nicht aber bei High-Density device“ · 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 ·
-
Datei
tools.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 „Umgang mit globalen Datenstrukturen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_128k_32k_flash.ld
/* Default linker script for STM32F10x_128K_32K with GNU-ld Martin Thomas, 9/2009 A heavily modified "Default linker script for STM32F10x_512K_64K" Copyright RAISONANCE S.A.S. 2008 found in the STM fw-library. (there is not much left
in „STM32 mit C++ stürzt bei Interrupt ab“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_init.c
SET) { //SB_FLAG --> Start bit sent (Master) if(i2cSendDirection == I2C_Direction_Transmitter) { // STM32 Transmitter I2C_Send7bitAddress(I2C1, deviceAddress, I2C_Direction_Transmitter); } else { // STM32 Receiver I2C_Send7bitAddress(I2C1, deviceAddress, I2C_Direction_Receiver); } } // write byte(s) else
in „Dataflash vom bq20z65-r1 mit I2C auslesen“ · 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
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
WS2812Ctrl.cpp
--------- Resources ----------------------------------------------------------------------- * µC: STM32F103C8 - GPIO: A0 - Timer: TIM2 - DMA: DMA1 Channel 2 - IRQ: DMA1_Channel2_IRQHandler ----------------------------------------------------------------------- Revision History -----------------------
-
Datei
main.c
implements a TCP Echo Server application based on * Raw API of LwIP stack. This application uses STM32F4xx the * ETH HAL API to transmit and receive data. * The communication is done with a web browser of a remote PC. ****************************************************************************** * @
in „lwIP STM32f4 kontiuierlich senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Beispiel.txt
Beispiel 1: Konstrukte für STM32F1xx ==================================== /* Hilfsbezeichnungen zum Port-Konfigurieren */ /* Beispiel: #define wert_fuer_pa0 (mode?+conf?) */ #define input 0 /* Pin ist Input */ #define out10 1 /* Pin
in „STM32F103C8 Platformprojekt mit Display, FATFS und Examples“ · Projekte & Code ·
-
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 ·
-
Datei
main.c
------------------------------------*/ #include "main.h" #include "dcmi_ov9655.h" /** @addtogroup STM32F2xx_StdPeriph_Examples * @{ */ /** @addtogroup DCMI_OV9655_Camera * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------
in „STM3220G-EVAL + Kamera OV2460“ · 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 ·
-
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 ·
-
Bild
Schaltplan einer RS232-Schnittstelle zwischen Raspberry Pi und STM32
Raspberry Pi STM32 3V3 C3 100n G1 1- TBA 1-0310 2- I+ Q- C4 10u C5 100n C6 100n IC2 16 Vcc C8 100n 2- V- C9 100n 1- C1+ C1- C2+ C2- IC1 16 Vcc 1- Vcc 7- Vcc 8- Vcc 10- GPIO10 RX 13- GPIO10 TX 6- GND 5- GND1 ADuM 1201
in „RS232 galvanische Trennung zwischen Raspberry und STM32“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Schaltplan einer RS485-Schnittstelle zwischen Raspberry Pi und STM32
Raspberry Pi STM32 3V3 ISO C3 100n C4 10u C5 100n C8 100n C7 100n G1 Q- I+ I- TBA 1-0310 IC1 Vio VB Vob GND1 GND2 ADuM 1201 C1 100n C2 100n IC2 C1+ Vio C1- C2- C4 C5 C8 C9 100n MAX3232E ROUT2 ROUT1 TIN2 TIN1 TOUT2 TOUT1
in „RS232 galvanische Trennung zwischen Raspberry und STM32“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Werbung für STM32MP1 Softwareentwicklung in Rust
SOFTWARE UPDATE You can now develop your STM32MP1 software in Rust OpenSTLinux with Rust for reliable, efficient programs while also increasing your productivity. Read more OpenSTLinux Distribution
in „Arduino Cloud mit Mapping, ESP32-LyraT abgekündigt, LoraWAN und SigFox uvm“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
C-Code für STM32 PWM und DMA Konfiguration
void HAL_TIM_PWM_MspInit(TIM_HandleTypeDef *tim_pwmHandle) { RCC_PeriphCLKInitTypeDef PeriphClkInit = {0}; if(tim_pwmHandle->Instance==TIM1) /* USER CODE BEGIN TIM1_MspInit 0 */ /* USER CODE END TIM1_MspInit 0 */ /** Initializes the peripherals clocks */ PeriphClkInit.PeriphClockSelection = RCC_PERIPHCLK_TIM1; PeriphClkInit.TimClockSource = RCC_TIMCLKSOURCE_PCLK1; if (HAL_RCCEx_PeriphCLKConfig(&PeriphClkInit) != HAL_OK) { Error_Handler(); } /* TIM1 clock enable */ HAL_RCC_TIM1_CLK_ENABLE(); /* TIM1 DMA Init */ /* TIM1 CH1 Init */ hdma_tim1_chl.Instance = DMA2_Channel4; hdma_tim1_chl.Request = DMA_REQUEST_TIM1
in „STM32 Timer mehrere Compare Values mit DMA“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
Leiterplatte mit STM32MP15A3 Prozessor
AB22 C110 C112 C113 C114 C107 C57 IC4 C8 R89 C109 R88 P14 S21120898840 000 FEMDRW006G-88A39 AI C2 STM32MP15A3 HP KOR Z C52 L2 C61 IC4 AB1 C106 C193 C94 CN9 R86 R82 IC3 C93 CN1 P14 R64 R63 R62 R61 R60 R59 R58 R57 R56 R55 R54 R53 R52 R51 R50 R49 R48 R47 R46 R45 R44 R43 R42 R41 R40 R39 R38 R37 R36 R35 R34
in „free2move eProWallbox Reverse Engineering (OEM Bitron; ISO 15118 (!), Linux)“ · Fahrzeugelektronik · · Platinenfotos
-
Bild
Ausschnitt aus einem STM32L431xx Datenblatt mit Schaltplan
STM32L431xx Electrical characteristics 6.3.4 Embedded voltage reference Table 25. Internal voltage reference VREFINT -40 °C < TA < +130 °C Min 1.182 Typ 1.212 Max 1.232 V 3.15.2 Internal voltage reference
in „ADC - ungenaue Werte“ · Analoge Elektronik und Schaltungstechnik · · Screenshots
-
Bild
Diagramm der Power-up/power-down sequence eines STM32
STM32H750 neu ... + Erstellen Konvertieren Elektronische Signaturen Text oder Tools suchen Figure 2. Power-up/power-down sequence 3.6 VDDX V_BORS 1 0.3 Power-on Operating mode Power-down time VDDX < VDD
in „STM32f030F4 eigene PCB“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
Schaltplan STM32F-LQFP48 Mikrocontroller-Board
STM32F-LQFP48, VCC, GND, SWD, PA14/SWCLK, PA13/SWDIO, LEDX, RLED1k, JB0, BOOT0, C3X, D2X, CX 100uF, C2Y 3,9uF, UDD, PC13, PC14-OSC32_IN, PC15-OSC32_OUT, PA14, PA13, PA12, PA11, PA10, PA8, PB15, PB14, PB12
in „STM32f030F4 eigene PCB“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Pinbelegung STM32F446RETx LQFP64
, VSSA, VDDA, NRST, RCC_OSC_OUT, PC0, PC1, PC2, PC3, RCC_OSC_IN, PC13, PC14, PC15, VSS, VBAT, ST, STM32F446RETx, LQFP64
in „STM32: Flashen geht; uC stoppt sofort. Takt-Hygiene?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
C-Code für STM32 HAL UART Callbacks
void HAL_UART_ErrorCallback(UART_HandleTypeDef *huart) { HAL_GPIO_TogglePin(GPIOD, GPIO_PIN_14); HAL_UART_Abort(UART_PROFIBUS); HAL_UART_Receive_IT(UART_PROFIBUS, (uint8_t *)UART1_rxBuffer, 1); } void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { rxbuffer[rxbuffer_cnt] = UART1_rxBuffer[0]; rxbuffer_cnt++; HAL_GPIO_TogglePin(GPIOD, GPIO_PIN_15); HAL_UART_Abort(UART_PROFIBUS); HAL_UART_Receive_IT(UART_PROFIBUS, (uint8_t *)UART1_rxBuffer, 1);
in „STM32F7 UART - Parität Problem“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
STM32F072CBT6 Mikrocontroller in Schaumstoffverpackung
STM32 F072CBT6 GH20C 45J 57Y
in „9 Stk STM32F072CBT6“ · Markt · · Fotos
-
Bild
Ausschnitt aus einem STM32F030 Datenblatt zum Power Management
STM32F030__.pdf Power management 3.5.1 Power supply schemes VDD = 2.4 to 3.6 V: external power supply for I/Os and the internal regulator. VDDA = from VDD to 3.6 V: external analog power supply for ADC,
in „STM32: Flashen geht nicht, wenn PLL aktiv (nur HSI oder HSE gehen)“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
STM32H735G-DK Entwicklungskit Leiterplatte
STM32H735G-DK DK32H735GSAT1 HyperRAM USB OTG Ethernet DGKYD 39V KM5-1165NL MB1520-H735I-692 A203301683 RoHS CE FC
in „Verkaufe Discovery Kit STM32H735DK“ · Markt · · Platinenfotos
-
Bild
Mann präsentiert ST STM32V8 Mikrocontroller
ST STM32V8 20% more performance with Arm Cortex-M85 vs Arm Cortex-M7 800MHz frequency thanks to 18nm technology node 140°C junction temperature In real-world applications, the Cortex-M85 core already
in „STM32 Summit - 18nm-STM32, STM32WL3R, STM32-AI-Assistent und Erweiterungen des Ökosystems“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
Schaltplan eines STM32F407VET6 Mikrocontrollers
STM32F407VET6, IO_DisplayPort[4A], IO_DisplayPort[4B], Support[1A], Support[5B], SD_CD, R11 100Ohm, MCU[4D] RCC OSC IN, MCU[4D] RCC OSC OUT, MCU[1B] DATA REQUEST, SD LED Support[6A], RUN LED Support[6A],
in „STM32F4 zieht zu viel Strom“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Software-Konfiguration und Code-Vorschau für STM32 Mikrocontroller
is licensed under terms that can be found in the same directory as the generated code. * If no mx_stm32cxxx_hal_drivers_license.md file comes with this software */ #include "mx_tim2.h" static hal_tim_handle_t HTIM2;
in „Softwareupdates durch die Bank: CubeMX mit Vorschaufunktion, neues Quartus uvam“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
rc.c
#include "assert.h" #include "stm32f4xx.h" #include "stm32f4xx_conf.h" #include "rc.h" #define RC_PPM_OUT_TIM_FREQ 1000000 #define RC_PPM_OUT_TIMER TIM1 #define RC_PPM_IN_FREQ 50 #define RC_PPM_IN_TIM_FREQ 1000000 #define RC_PPM_IN_TIMER
in „RC Summensignal erzeugen“ · Mikrocontroller und Digitale Elektronik ·