-
Datei
irmp.c
_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
schaltplan_uC.pdf
100n N E O E E E E G G W TP22 D- 2 NRS4018T2R2MDGJ R21 3 EN N/C 4 497-17957-ND E F B F F F F R R S 3 2.2uH / 2.2A GND +3V3_USB 10u IC2 4 4 4 4 4 4 4 4 4 3 3 3 D+ 4 C13 10k 2 C14 16V ID 5 6.3V 6.3V 3 ) ) ) ) 6 GND C15 C16
in „Übersprechen von einem uC-Pin zum Anderen“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
not_fitted_schaltplan_uC.pdf
OUT 5 100n N E O E E E E G G C TP22 D- 2 NRS4018T2R2MDGJ R21 3 EN N/C 4 C22 497-17957-ND E F B F F F F R R S W 3 2.2uH / 2.2A NF NGND +3V3_USB 10u IC2 4 4 4 4 4 4 4 4 4 3 3 37 D+ 4 NF C13 10k 2 NF C14 16V ID 5 6.3V 6.3V 6 GND
in „Übersprechen von einem uC-Pin zum Anderen“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
ILI9488.h
ILI9488_H_ // Delay fürs CS #define CSDELAY 0 #include "stdint.h" #include "ili9488_regs.h" #include "stm32f7xx_hal.h" #include "stdlib.h" #include "stm32f7xx_nucleo_144.h" #include <math.h> #include <string.h> #include "stm32f7xx_hal_spi.h" #include "rgbfarbtabelle.h" typedef int16_t ili9488_coord_t; /
in „STM32 F746zg nucleo und ILI9488 TFT per SPI langsam ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
hy-stm32_schematic.pdf
/I2C2_SMBA/USART3_CK/TIM1_BKIN 51 PB12 1 C27 1 C28 0.1uF U3 22P 22P PL2303HX STM32F10xVxT6 PA4 1 8 3V3 2 2 PA6 2 CS VCC 7 3V3 GND 3V3 3 Q HOLD 6 PA5 所有 IO均已引出 4 W C 5 PA7 1 2 1 2 4 1 9 1 2 3 D IO GND D USB 接口 V E A C E E E B B D C B B D C A A A V N GND M25Pxx 3 P P P P P P P P P
-
Datei
startup_stm32f10x_ld_vl.s
/** ****************************************************************************** * @file startup_stm32f10x_ld_vl.s * @author MCD Application Team * @version V3.3.0 * @date 04/16/2010 * @brief STM32F10x Low Density Value Line Devices vector table for RIDE7 * toolchain. * This module performs: * - Set
in „STM32-Discoveryboard: FTDI Treiber/OpenOCD/Degugging“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
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 and xC) */ // #define shift 1 // #define memwidth dword
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Controller.pdf
C0C17 PIJ403CMD GND PIJ4011 Y1Y PIU201VBAT B VDDIO2 PIU2036 10U 100N PIJ404VDD GND PIJ4012 C1C 8 2 32.768kHzRTC_Out 2 35 6C0805 72 SCKC 5 B GND CER1801PIC1802 PIC1901PIC1902 PIU202PC13 VSS PIU2035 PIJ405CLK GND B 12p 11 GND 20p PIU203PC14/OSC32_IN PA13PIU2034 SWDIO GND GND PIJ406VSS Y2Y 4 33 Seg_G MISOS
in „RTC Kapazitäten abgleichen, Genauigkeit erhöhen (STM32)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
230V-messen.pdf
I USB PC, USB I RS-422 RMS- T Linux, T STM32, Multimeter F C F C D1 STM32L412 +5V N14 MAX6071AAUT33 L6 4 6 VREF VREF 5 IN OUT VDDA F.B.,0.2A 3 5 C5 EN OUTS C45 +3.3V C44 L12 100n 1 2 2u2 10n F.B.,0.2A 7 C67 C68 2 7 5 10n 2u2 E 2 N7 X1:5 T2 5 GERTH-153.09 3 LTC6240 R56 +3.3V X1:4 L R42 R39 R23 1 SSM 9 PA3 ADC2.8 ADC1.8 12VAC X2:1 X3:3 12VAC 4 3k6 33k2,0.1% 33k2,0.1% 33k2,0.1% 2 2 5 4 4 1 1 E7.R3 C27 4 1 k R 1 C63 C50 . k . k C1 3 6 10n R R 3 D2 A 7 1 7 1 1 7 DS24xx C 10n 10n
in „Netzspannung messen für arme Leute“ · Analoge Elektronik und Schaltungstechnik ·
-
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 ·
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "v_includes.h" #include "stdio.h" //#include "stm32f1xx_nucleo.h" /* Private variables ---------------------------------------------------------*/ #define LOOP_DLY_100US 2000 #define LOOP_DLY_250ns 2 #define LOOP_DLY_1ms 3299 u32 CriticalSecCntr; //bool configured_true=FALSE; float CLKHS_freq = 4.000; // Clock frequency in MHz float CLKHS_freq_cal = 4.000; // Calibrated Clock frequency in MHz float CLKHS_freq_corr_fact = 1.000
in „STM32 ,TDC GP22 antwortet nicht“ · Mikrocontroller und Digitale Elektronik ·
-
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
Reference_Manual.pdf
RM0440 Reference manual STM32G4 Series ® advanced Arm -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32G4 Series microcontroller memory
in „STM32G474RE UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f4xx.S
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief STM32F4xx Devices vector table for Atollic TrueSTUDIO toolchain. * This module performs: * - Set the initial
in „STM32F4 C++ springt bei __libc_init_array in den HardFault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f4xx.S
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author MCD Application Team * @version V1.0.2 * @date 05-March-2012 * @brief STM32F4xx Devices vector table for Atollic TrueSTUDIO toolchain. * This module performs: * - Set the initial SP
in „FreeRTOS IDLE-Task“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ws2812_stm32f4.c
#include <stdio.h> #include "stm32f4xx.h" #include "ws2812_stm32f4.h" #include "delay.h" // externally writable color data for all leds volatile uint32_t ws2812_framebuffer[WS2812_NR_LEDS]; // local buffer for timer/dma, one byte per
in „[STM32] Binäruhr bzw 12x4 RGB LED Display mit WS2812“ · Projekte & Code ·
-
Bild
OpenOCD Terminalausgabe Fehlermeldung
strayker[elfer]~[main U:5 x]~/Coding/141_stm32f401re_blinky openocd -f /usr/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/share/openocd/scripts/target/stm32f4x.cfg Open On-Chip Debugger v0.11.0-esp32-20221026-63-g6cd81a66 (2023-05-27-22
in „Hilfe benötigt - Debugger erkennt STM32F401RE-Mikrocontroller nicht?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
r3-180-z.pdf
FT (USART3_RX') D3 37 10K PC2 4 VCC GND D4 38 D3 55 R14 4 0 13 5 A4 5 Y4 15 A10 A16 PC10 FT (USART3_TX') 32 16 D4 TEND1 10K 1 1 T 14 5 D5 39 D5 R 14 PC3 6 A5 H Y5 14 A11 PA15 + D6 40 D6 7 7 13 A0 NC 13 FT (SPI1_NSS') D7 41 D7 15 PA0
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f20x.S
/** ****************************************************************************** * @file startup_stm32f2xx.s * @author MCD Application Team * @version V1.0.0 * @date 18-April-2011 * @brief STM32F2xx Devices vector table for Atollic TrueSTUDIO toolchain. * This module performs: * - Set the initial SP
in „STM32 FreeRTOS Projekt (Makefile - GCC)“ · Projekte & Code ·
-
PDF
eGC.pdf
DISP_G1 PIIC20F14 G0 14 DISP_G1 DISP_G2 C15 IO_L32N_A16_M1A9_1 G1 PI15 DISP_G2 DISP_G3 C16C20CIO_L33P_A15_M1A10_1 G2 PIDISP1015 PIIC20CIO_L33N_A14_M1A4_1 G3 PIDISP1016G3 DISP_G4 PIIC20EIO_L34P_A13_M1WE_1 G4
in „[Suche] Interessierte(n) an Projekt (ARM/FPGA)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CamperDisplay.pdf
Waste + V 1 R P6 2 GND OSC 3 DISPRESET 18 PB0/ADC1_IN8/TIM3_CH3 USART1_CTS/TIM1_CH4/PA11 32 USBD- 13 OUTWASTE OUT50 3 1 2 U2 d 19 33 10 - + 2 SWDIO g DISPCS D PB1/ADC1_IN9/TIM3_CH4gs_QFP:LQFP-48_7x7mm_PUSART1_RTS/TIM1_ETR/PA12 USBD+ - V 3 5 4 SWCLK a G 20 PB2/BOOT1 JTMS/SWDIO/PA13 34
in „Akku und Wasserstandsdisplay für Wohnmobile“ · Projekte & Code ·
-
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 ·
-
PDF
STM32F407ZG-board-schematic.pdf
C50 15pF C66 + C67 GNDA AOUTR D0 1 2 RST 25 PC14/OSC32_IN9 R93 NA Q2 CS4344-CZZ(10-TSSOP) R132 20k 100nF SCJ325P00XG0B02G D1 3 4 R65 RST NRST PC15/OSC32_OUT 32768Hz/6pF G NC49 15pF 100nF D2 5 6 U2 10k PG0 A10 56 114 D2 10uF/6.3V/TANT D3 7 8 NA PG1 A11 57
in „8Mbit/s Manchester Code codieren und decodieren mit STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407ZG-board-schematic.pdf
C50 15pF C66 + C67 GNDA AOUTR D0 1 2 RST 25 PC14/OSC32_IN9 R93 NA Q2 CS4344-CZZ(10-TSSOP) R132 20k 100nF SCJ325P00XG0B02G D1 3 4 R65 RST NRST PC15/OSC32_OUT 32768Hz/6pF G NC49 15pF 100nF D2 5 6 U2 10k PG0 A10 56 114 D2 10uF/6.3V/TANT D3 7 8 NA PG1 A11 57
in „Problem: SPI Remap am STM32F407ZG“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
------------------------------------- */ #if IRMP_LOGGING == 1 // logging via UART #if defined(ARM_STM32F4XX) # define STM32_GPIO_CLOCK RCC_AHB1Periph_GPIOA // UART2 on PA2 # define STM32_UART_CLOCK RCC_APB1Periph_USART2 # define STM32_GPIO_PORT GPIOA # define STM32_GPIO_PIN GPIO_Pin_2 # define STM32_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmp.c
------------------------------------- */ #if IRMP_LOGGING == 1 // logging via UART #if defined(ARM_STM32F4XX) # define STM32_GPIO_CLOCK RCC_AHB1Periph_GPIOA // UART2 on PA2 # define STM32_UART_CLOCK RCC_APB1Periph_USART2 # define STM32_GPIO_PORT GPIOA # define STM32_GPIO_PIN GPIO_Pin_2 # define STM32_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
small_pcb.PDF
PI8M02 PISTM32VBATRCT601 VDD PISTM32FVCC 3.3V64 PIVFD2536NC31 CO8M pwm1 PISTM32PC13/ANT12 VSS PISTM32F103RCT6063 GND PIVFD2536NC32 8M pwm2 PISTM32PC14/OSC32 PB9/TIM4_CH4 PISTM32F103RCT6062 C9C PIVFD2536GND3 B pwm3
in „STC LED Cube 8x8x8 RGB“ · 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 * Modified to support the STM32F4DISCOVERY, STM32F4DIS-BB, STM32F4DIS-CAM * and STM32F4DIS-LCD
in „STM32F4Discovery mit CooCox CoOS-RTOS und printf“ · Projekte & Code ·
-
Datei
ili9341.c
uint8_t x_cmd[] = { 0xD3 }; static uint8_t y_cmd[] = { 0x93 }; static uint8_t sleep[] = { 0x00 }; uint32_t x_avg = 0U; uint32_t y_avg = 0U; uint16_t sample = req_samples; uint16_t num_samples = 0U; // change SPI clock to 2MHz, max rate supported by XPT2046 // TODO: based on STM32G4, which is clocked at
in „STM32U575 und ILI9341 SPI DMA Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rtc.c
*-------------------------------------------------------------------------- */ /* RTC controls for STM32 */ /* collected by Pappnase (Lötlackl) 2012 */ /* heavily based on code from Martin Thomas, STMicroelectronics, */ /* Peter Dannegger, "LaLaDumm", Werner B. and some code */ /* from http://www.nord-com.net
in „STM32F1 RTC eine Sekunde generieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
semicon.pdf
4700uF / 50V elko 85° 50 x 1uF / 20V tantal T491A105K020RS Kemet 3216 1600 x 1,5uF / 25V tantal 800 x 4,7uF / 10V tantal TMC1ECLTE475KR KOA 3216 2000 x 4,7uF / 50V tantal T494D475K050RT Kemet 7343 100 x 10uF / 16V tantal T106K16TRB Vishay 3528 10000 CAP 10uF / 35V tantal 695D106X0035G2T NTC 7343 1500 x
in „4" TFT für 7,97€“ · Markt ·
-
PDF
Schaltplan.pdf
1 2 3 4 L1 3.3V LED-RED 10uH C7 C8 C9 C10 C11 D1 100n 100n 100n 100n 10uF / 6.3V R6 4 6 8 A red LED-GREEN GND GND GND GND 1 2 3 4 9 GND 64kB Flash / 20kB RAM A 100R STM32F103xxT U3 yellow 3.3V +5V USB 3.3V A
in „STM32 und USB-Bulk Transfer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltplan.pdf
nicht verwendet. R15 PB10 47 D13 D14 D15 D16 Acht blau R14 RGB LED RGB LED RGB LED RGB LED B B B B 4 4 4 4 PB9 220 G G G G Vier grün R13 3 1 3 1 3 1 3 1 R R R R Vier rot PB8 100 R12 2 2 2 2 D9 D10 D11 D12 Vier blau PB7 47 R11 RGB LED RGB LED RGB LED RGB LED B B B B SW1 4 4 4 4 Taster 1 PB13 G G G G
-
PDF
clockmicro-clockmicrov2.pdf
100n +3.3V +3.3.33.33.3V GND GND GND GND 4 6 8 k 9 U3 2 3 4 9 STM32F103C8Tx 1 3 D D D A R D D D D SW1 V V V D V NRST 7 3 NRST SW_PUSH C16 3 + 4 N 44 BOOT0 D T G LO = Boot from flash 100n B 100 1 VBAT R42 GND GND C18 C19 5 5 PD0/RCC_OSC_IN F 6 PD1/RCC_OSC_OUT 2 100n B 0 B SER SER 2 PC13/RTC_OUT/RTC_TAMPER OSC32IN 3 +3.3V GND GND OSC32OUT 4 PC14/RCC_OSC32_IN +3.3V PC15/ADC1_EXTI15/ADC2_EXTI15/RCC_OSC32_OUT U8 C24 4 VCC CLK 3 18 10 PB0/ADC1_IN8/ADC2_IN8/TIM1_CH2N/TIM3_CH3 ADC1_IN0/ADC2_IN0/SYS_WKUP/TIM2_CH1/TIM2
-
PDF
VitoMirrorCtrl_V1.0.pdf
1 2 3 4 5 6 GND GND GND 3 C9 C10 C11 V 3 100 nF 100 nF 4,7 µF + A A R10 3 V 10 kΩ 3 +U2 NRST PWR_FLAG STM32G031K8Tx 4 D D C12 6 V 7 NRST PF2 PA0 LOCK_IN 100 nF 8 PA1 UNLOCK_IN 20 9 PC6 PA2 IGN_IN 2 10 PC14 PA3
in „Hilfe beim KiCad-Layout gesucht: 2-Fach Motorsteuerung (KFZ-Bereich)“ · Platinen ·
-
PDF
VitoMirrorCtrl_V1.0_B.pdf
1 2 3 4 5 6 3 V 3 A + A 3 V 3 +U2 R10 100 nF 100 nF 4,7 µF PWR_FLAG STM32G031K8Tx 10 kΩ 4 C9 C10 C11 D D 6 V 7 NRST NRST PF2 PA0 LOCK_IN 8 C12 PA1 UNLOCK_IN GND GND GND 20 9 100 nF PC6 PA2 IGN_IN 2 10 PC14 PA3
in „Hilfe beim KiCad-Layout gesucht: 2-Fach Motorsteuerung (KFZ-Bereich)“ · Platinen ·
-
PDF
Schaltbild_v2_2.pdf
MUXOUT Agndvco11 0 L 4 0 L 0 4 0 4 6 0 6 0 0 31 SDgnd AVdd 10 0 b 6 0 f 2 2 SDVdd AGND r 6 r R R 32 9 R 1 1 0402 220n 0 2 t d K T o g C614 C D L C S V C C 0402 220n 1 2 3 4 5 6 7 8 C617 0402 470n 1 0402 C610 1 2 1 2 C 4 1k
-
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
in „Raumzeigermodulation auf Tricore“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
media32.pdf
1 2 3 4 A A U_Power U_Controller Power.SchDoc Controller.SchDoc B B C C Title D D Size Number Revision A4 Date: 18.04.2009 Sheet of File: C:\Altium\media32\media32.SchDoc Drawn By: 1 2 3 4 1 2 3 4 COUA2 V_BAT
in „MP3 Player mit Clickwheel und S65“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BluePillPlus_V10_SchDoc.pdf
100nF P8 100nF PC 100nF PI 100nF VREF+ 9 8 3.3V PIF10 PIB11 P IU1 09 VDDA VSSA PIU 108 GND 1KΩ 100Mhz STM32F103C8T6/GD32F303CCT6 GND C C GND GND J1 PIJ101 PIJ0B2 CO F_CS PA4 GND GND VCC U2 USB_DP VBUS PIJ104 VBUS VBUS PIJ1B9 VBUS P IU2303 VIN VOUT PI U202 3.3V PIJ105 CC1 SBU2 PIJ1B8 I2 P2 SCK PA5 PA12 USBPIJ106
in „BluePill STM32 Bezugsquelle“ · 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 PE2 1 -500 -100 200 R 50 50 1 1 I X PE3 2 500 -100 200 L 50 50 1 1 I X PE4 3 -500 100 200 R 50 50 1 1 I X PE5 4 500 100 200 L 50 50 1 1 I ENDDRAW ENDDEF ''' # USER DEFINED FUNCTION PART # Globals to setup the program # Place every pin right and draw a rect round drawRect =
-
PDF
project__2_.pdf
1 2 3 4 5 6 7 8 G A J D1 i VDD MBRS140T3 / BAT254 V C1 Vishay 595D686X0010C2T C3 Rf1 U2 68uF Cap 150K 7 8 L2 33pF BOOT SW Vin A R2 4 DT1608C-682 C4 A BSS84 Res2 D2 FB 6.8uH 595D226X06R3B2T / Case C Cond. Q1
in „LCD + nRF24L01 = EMV/HF Probleme?“ · HF, Funk und Felder ·
-
Datei
main.c
/ #include "main.h" //#include "RGB565_480x272.h" uint16_t RGB565_480x272[130560]; /** @addtogroup STM32F7xx_HAL_Examples * @{ */ /** @addtogroup LTDC_Display_1Layer * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ----------------------------
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Ethernet.c
Media interface selection --------------------------------------*/ #ifdef MII_MODE /* Mode MII with STM322xG-EVAL */ #ifdef PHY_CLOCK_MCO /* Output HSE clock (25MHz) on MCO pin (PA8) to clock the PHY */ RCC_MCO1Config(RCC_MCO1Source_HSE, RCC_MCO1Div_1); #endif /* PHY_CLOCK_MCO */ SYSCFG_ETH_MediaInterfaceConfig(SYSCFG_ETH_MediaInterface_MII); #elif defined RMII_MODE /* Mode RMII with STM322xG-EVAL */ SYSCFG_ETH_MediaInterfaceConfig(SYSCFG_ETH_MediaInterface_RMII); #endif /* Ethernet pins configuration ************************************************/ /* ETH_MDIO --------------------
in „STM32F207 + KS8721 (Ethernet Phy)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCB_Fan_Control.pdf
GNDPWR T E J2 D D D O E L L L _ GNDPWR GNDPWR B R SWD D NT1 GNDA 6 5 N Net-Tie_2 C16 k C30 BOOT0 RESET G 1 R SWCLK 4 3 SWDIO 1 4 6 8 9 100nF 100nF +3.3V 2 1 15pF 15pF 2 3 4 C37 C36 7 A D D D A RESET NRST B V V V D D GNDPWR GNDPWR GNDPWR V V BOOT0 44BOOT0 2 U3 1 3 OSC_IN 5 PF0 STM32F302CBTx OSC_OUT 6 Y1
in „STM32 F303 Quarz Instabil“ · 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(buf,
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SAM3X.pdf
PB9 D1 PA5 F6 GND J1 VBUS A7 PB6 D2 PA0 F7 VDDIO J2 DHSDP A8 PB2 D3 PA1 F8 PB13 J3 DHSDM A9 PA28 D4 VDDCORE F9 PB17 J4 JTAGSEL A10 PA26 D5 VDDIO F10 PB18 J5 XIN32 B1 PA11 D6 VDDCORE G1 XOUT J6 VDDIN B2 PB25 D7 VDDCORE G2 VDDUTMI J7 PA23 B3 PB23 D8 PB5 G3 PB31 J8 PA24 B4 PA10 D9 PB1 G4 GNDBU J9 PB16 B5 PA9 D10 PA21 G5 PB27 J10 PA16 B6 PB10 E1 PB28 G6 PA18 K1 VBG B7 PB7 E2 PA7 G7 PA20 K2 DFSDP B8 PB3 E3 PA8 G8 PA3 K3 DFSDM B9 PA29 E4 VDDCORE G9 PA2 K4 VDDCORE B10 PA27 E5 GND G10 PB12 K5 XOUT32 C1 PA12 E6 GND H1 XIN
in „ARM SAM3x Zähleingang“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SAM3X.pdf
PB9 D1 PA5 F6 GND J1 VBUS A7 PB6 D2 PA0 F7 VDDIO J2 DHSDP A8 PB2 D3 PA1 F8 PB13 J3 DHSDM A9 PA28 D4 VDDCORE F9 PB17 J4 JTAGSEL A10 PA26 D5 VDDIO F10 PB18 J5 XIN32 B1 PA11 D6 VDDCORE G1 XOUT J6 VDDIN B2 PB25 D7 VDDCORE G2 VDDUTMI J7 PA23 B3 PB23 D8 PB5 G3 PB31 J8 PA24 B4 PA10 D9 PB1 G4 GNDBU J9 PB16 B5 PA9 D10 PA21 G5 PB27 J10 PA16 B6 PB10 E1 PB28 G6 PA18 K1 VBG B7 PB7 E2 PA7 G7 PA20 K2 DFSDP B8 PB3 E3 PA8 G8 PA3 K3 DFSDM B9 PA29 E4 VDDCORE G9 PA2 K4 VDDCORE B10 PA27 E5 GND G10 PB12 K5 XOUT32 C1 PA12 E6 GND H1 XIN
in „Arduino Due: Programmierung ohne 16U2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TMS470.pdf
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 Table 4-2. The
in „Vergleiche mit (2^n)-1 und -(2^n) schneller?“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·