-
Bild
Screenshot einer Produktseite für ein STM32 Nucleo-Board
oemsecrets Categories NUCLEO-U3C5ZI-Q Compare BoM Tool 1 Apply Availability Manufacturers Distributors Display Preferences Mouser Electronics STMicroelectronics NUCLEO-U3C5ZI-Q Development Boards & Kits - ARM STM32 Nucleo-144 development board with... 0 in stock Starting from 10 480,90 Ft Buy Now NUCLEO-U3C5ZI-Q by STMicroelectronics Development Boards & Kits - ARM STM32 Nucleo-144 development board with... Add to BoM Cart Get Quote Datasheet Product Details Download 3D Model Additional Stock Pipeline
in „Low End-Mikrocontroller von Renesas und ST, Funkmodule, Amazon Sidewalk uvam“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
httpd_cgi_ssi.c
} const char* LEDS_CGI_Handler(int iIndex, int iNumParams, char *pcParam[], char *pcValue[]){ uint32_t i=0; /* All leds off */ STM_EVAL_LEDOff(LED5); STM_EVAL_LEDOff(LED6); STM_EVAL_LEDOff(LED3); STM_EVAL_LEDOff(LED4); /* Check cgi parameter : example GET /leds.cgi?led=2&led=4 */ for (i=0; i<iNumParams
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
st-link_gdbserver_log.txt
initConfigParams(): ext-memory-loaders false [0.001] initConfigParams(): extload "" [0.001] initConfigParams(): +stm32cubeprogrammer-path "C:\ST\STM32CubeIDE_1.0.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_1.0.0.201904021149\tools\bin" [0.001] initConfigParams(): temp-path ""
in „STM32 Cube IDE Inline Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Timebase.h" #include "UITask.h" #include "MCLibraryISRPriorityConf.h" #include <stdio.h> #include "stm32_eval.h" #if defined USE_STM3210E_EVAL #warning "If using STM3210E-EVAL, please be informed that - on that board - PA6 is shared between TIM8 BKIN and SPI1 MISO, which means that it s not possible
in „STM32F4 - CAN1 empfängt nichts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
InVenterSteuerung_V0.4_Diskret_Partlist.txt
MBRM120L-D 457-04 itf 1 IC2 LP2985 TS520529 SOT25 v-reg 1 IC3 MAX481CSA MAX481CSA SO08 maxim 1 IC4 STM32F030C8T8 STM32F030C8T8 TQFP48 stm32 1 LED1 LEDCHIPLED_0805 CHIPLED_0805 led 1 LED2 LEDCHIPLED_0805 CHIPLED_0805 led 1 Q3 12MHz QUARTZ_CRYSTALS_TXC Q2 itf 1 R2 0R R_SMD_0603 0603 Resistor_MW_4_16 1
in „Inventer Lüfter Ansteuerung“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
#include <stdint.h> #include <stdio.h> #include "stm32f1xx.h" #include "main.h" // This variable is used by some CMSIS functions uint32_t SystemCoreClock=8000000; // Milliseconds counter volatile uint32_t systick_count=0; // Interrupt handler for the
in „Frage: STM32F103 beide SPI benutzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rfm22b.c
#include "rfm22b.h" #ifndef __STM32F4_DISCOVERY_RFM22B_H #define __STM32F4_DISCOVERY_RFM22B_H #ifdef __cplusplus extern "C" { #endif #include "stm32f4xx.h" #include "stm32f429i_discovery.h" #include "rfm22b.h" #include "systick.h" /
in „STM32 und RFM22B“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32l431_reference_manual.pdf
RM0394 Reference manual STM32L431xx STM32L433xx STM32L443xx ® advanced ARM -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32L431/433/
in „ADC differential mode“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32l431_reference_manual.pdf
RM0394 Reference manual STM32L431xx STM32L433xx STM32L443xx ® advanced ARM -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32L431/433/
in „Offset Data alignment“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32l431_reference_manual.pdf
RM0394 Reference manual STM32L431xx STM32L433xx STM32L443xx ® advanced ARM -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32L431/433/
in „DMA one shot mode“ · 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 ·
-
Datei
stm32_ub_i2c1.c
//-------------------------------------------------------------- // File : stm32_ub_i2c1.c // Datum : 04.01.2015 // Version : 1.2 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.4 // GCC : 4.7 2012q4 //
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
schematics.pdf
d 817 F 1 PI U30 1 RT_CLK SS_TR PIU30 56 e P0 PI U30 2 COMP EN_BUCK PIU30 55 e PI U30 3 VSENSE PVDD2 PIU30 54 PC9PIC929 GND n PI U30 4 PWRGD PVDD2 PIU30 53 10µ L1 5V C PCOR PI U30 5 OCTW BST_BK PIU30 52 PC7PIC72 PIL 101 P IL10 2 k 318 P OFAULT LT PI U30 6 PIU30 51 100nF 22uH u P0 PR0 P21 PI U30 7 FAULT PH PIU30 50 P0 P3 P0 B R20 10k 8 DTC PH 49 CR25 CO33 PI U39 8 M_PWM BIAS PI480 49 P21M P20 C28 GND P0D4 P3 100µF P0D5 B VCC PI U10 9 M_OC BST_A PI470
in „BLDC Motorcontroller 200A 48V basierend auf VESC“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Resources_an5457-rf-matching-network-design-guide-for-stm32wl-series-stmicroelectronics.pdf
network 5 STM32WL matching and filtering network The STM32WL works in half-duplex mode and, for better RF performances, an RF switch is used to isolate the TXand R Xaths. The RF switch can be with two ports, to
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
AN5457.pdf
network 5 STM32WL matching and filtering network The STM32WL works in half-duplex mode and, for better RF performances, an RF switch is used to isolate the TXand R Xaths. The RF switch can be with two ports, to
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder ·
-
Datei
config.c
/* Konfiguration für das Testboard mit STM32F302RBT6 */ #include "StdTypes.h" #include "STM32F302xB.h" #include "startup.h" #include "config.h" /**************** symbolische Port-Pin Eigenschaften **************************/ /* Pro Port gibt
in „Welcher Timer ist für die Dauer eines Ticks im SysTick verantwortlich?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.c
/* Konfiguration für das Testboard mit STM32F302RBT6 */ #include "StdTypes.h" #include "STM32F302xB.h" #include "startup.h" #include "config.h" /**************** symbolische Port-Pin Eigenschaften **************************/ /* Pro Port gibt
in „stm32f103 hse clock“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
kk_bb.c
#include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #include "C:\zuc\fat\integer.h" #include "C:\zuc\fat\diskio.h" #define use_bitbang 01 #define ll_cs_port_x B #define ll_cs_pin_x 12 #define ll_ck_port B// A
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_spi1.c
//-------------------------------------------------------------- // File : stm32_ub_spi1.c // Datum : 29.10.2013 // Version : 1.1 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F429 // IDE : CooCox CoIDE 1.7.4 // GCC : 4.7 2012q4
in „STM32F429 - kein Takt am SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
/*---------------------------------------------------------------------------- * Name: STM32_Init.c * Purpose: STM32 peripherals initialisation * Version: V1.30 * Note(s): *---------------------------------------------------------------------------- * This file is part of the uVision/ARM
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
/*---------------------------------------------------------------------------- * Name: STM32_Init.c * Purpose: STM32 peripherals initialisation * Version: V1.30 * Note(s): *---------------------------------------------------------------------------- * This file is part of the uVision/ARM
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
hy-stm32_schematic.pdf
USB 1 21 2GND 27 VSS_4 VSS_2 74 GND PE15 1DB14 11 30 DB430 PE7 O O O GND 0 GND 3V3 28 VDD_4 NC 73 0.1uF PE14 10B13 10 31 DB331 PD1 C C C VCC 1 5V 0.1uF PA4 29 PA4/SPI1_NSS/USART2_CK/DAC_OUT1/ADC12_IN4 PA13/JTMS-SWDIO 72 PA13 PE13 DB12 9 32 DB232 PD0 1 1 1 D-/DM 2 COMD- PA5 30 PA5/SPI1_SCK/DAC_OUT2/ADC12
-
PDF
STM32F103_Ind_Board_Worksheet_V1.pdf
61 3V3 OUT 62 63 3V3 OUT 64 1E 3V3 OUT 2E RS485 TR+ (UART3) 65 RS485 TR- (UART3) GND 66 B GND B 1D 5V INP GND 67 2D GND GND 68 STM32_INDUSTRIAL PCB NameN/A Title Unless otherwise specified, all values are as follows: STM32F103Ind.BoardW orkSheet A resistor values are in Ohms, i.e. 0R47, 5R6, 220, 5K6, 22K PCB Nr. N/A A capacitor values are in Microfarads, i.e. 220p, 0u1, 2u2, 33 PCB Type: Scale: Used in Repl.for Build No. inductor values are in Microhenries, i.e. 0u22, 5u6, 68, 2m2 This drawing is our property. Duplication, Indexe Change Date Name Drw. Type: Prj. Nr
in „STM32F103VET6 Industrial Board Schaltbild“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
Port betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / uint16_t access schema (e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE) */ //#define UMEM_SHIFT 0 //#define UMEM_FAKEWIDTH uint16_t /* For devices with 1 x 16 bits / uint16_t access schema (e.g. STM32F103, STM32F302, STM32F303xB
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·
-
Datei
simple_server.c
// the password string (only the first 5 char checked), (only a-z,0-9,_ characters): static char password[] = "888"; // must not be longer than 9 char // u8 verify_password(char* str) { // the first characters of the received string are //
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB1137.pdf
P0SB17301 P0SB17302 P0R5902 P0R5901 PE5 PG5 PC60PC6 96P0U8A096 P0U8A08 8 PC140PC14 330 USER (Blue) PE60PE6 5P0U8B05 P0U89191 PG6N0PG6 P0USB0GPIO0OUT PC70PC7 97 PC6 PC14-OSC32_IN P0U8A09 9 PC150PC15 PE70PE7 58 PE6 PG6 P0U89292 PG7N0PG7 JP4
in „Suche Mikrocontroller mit 16Bit ADCs und DACs“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
panasonic_tx-p50u20b_e_tx-pr50u20_chassis_gpf13de_sm.pdf
C816V AP32_VDD12STM C816V VDD33STM/ADAVDD J0JHC0000045 0.1u 0.1u TO 3/19 TO 3/19 C8003 C8125 16V 10V AVDDH TO 2/19 0.1u 10u C8067 CN TERM FUNC 16V 1 IC8001 P11 AVDDH CN TERM FUNC 0.1u 1 IC8001 AN29 ADAVSS 2 IC8001
in „Panasonic TX-P50U20E“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
3DSanner_Stromlaufplan1.pdf
1 2 3 4 5 6 7 8 3 3 U$1G$2 + P$15 VDD1 VSS1 P$14 U$1G$1 P$23 VDD2 VSS2 P$22 P$36 VDD3 VSS3 P$48 A PA0 P$41 PA0 PE15 P$77 I/O12 P$62 VDD4 VSS4 P$71 A PA1 P$42 PA1 PE14 P$76 I/O11 P$72 VDD5 VSS5 P$90 UART1_TXD P
in „STM32 Boot0 Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan NexoCore 0.1 MCU und Power Supply
NexoCore 0.1 MCU (and USB) Power Supply +3.3V VBUS U2 AMS1117-3.3 RED D1 R2 1k5 C11 22u C12 22u GND C1 100n C2 100n C3 100n C4 100n C5 100n C6 100n GND +3.3V VBUS USB App nano ANA47 GND USB_B_Micro J3 UART2 J1 SWD J2 I2C1 STM32F401RET6 Pin Out using STM32CubeIDE
in „Hilfe benötigt - Debugger erkennt STM32F401RE-Mikrocontroller nicht?“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
PDF
STM32-P207-P407_rev_D.pdf
(SO8) TVS1 A 0 / A / R D LCD_BL R98 1k R103 Q5 0R(NA) GND / 4 1.5KE6.8ALFCT / 1 V / V GND_ P R BC817 u R108 0 . 0 . 2.5V 330R NOKIA6610_COLOUR_LCD 0 470pF 1.2k/1% / / R1 R3 / / GND C51 1 u u 330R/1% 330R/1% u u R102 0 0 0 0 AGND_E 2k 10uF/6.3V/0805
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart_nrf3.h
#ifndef __USART_NRF3_H #define __USART_NRF3_H #ifdef DTU3PRO #include "stm32f4xx.h" #define UsartNrf USART3 #else #include "stm32f10x.h" #endif #include <math.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <stdbool.h> #include <string.h> #include "rtc.h
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ArmAssemblerTutorial.pdf
development boards with these controllers are available, for example: Nucleo-F103, “Blue Pill” (search for “stm32f103c8t6” on AliExpress, Ebay or Amazon), Olimexino-STM32, STM32-P103, STM32-H103, STM3210E-EVAL. Processor type & documentation First, the microcontroller manufacturer’s documentation is used to find
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektronik.pdf
1 N 2 3 4 5 6 G BT1 STM32H753 534-1027 +3.3V C11 C12 FB1 R2 Ferrite_Bea+3.3V GND 1.6 Sheet: Schalter und Taster Sheet: Drivers Sheet: Analog 10u 100n TMC_en TMC_en Tast_Input J2 6 1 2 5 7 0 2 Tast_Input P_diff ADC1
in „50ns Delay mit STM32H7“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
fuer diese MCU im Netz verglichen mit AVR und STM32 relativ duerftig. Auch freie Compiler hierfuer sind fast nicht verfuegbar und ausser dem SDCC habe ich keinen freien (zumindest nicht limitierten) Compiler hierfuer gefunden. Von Cosmic gibt es zwar
-
Datei
stm32_ub_i2c1.c
//-------------------------------------------------------------- // File : stm32_ub_i2c1.c // Datum : 04.01.2015 // Version : 1.2 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.4 // GCC : 4.7 2012q4 //
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HWMonitor.txt
byte line size Max CPUID level 0000000Bh Max CPUID ext. level 80000008h Cache descriptor Level 1, D, 32 KB, 2 thread(s) Cache descriptor Level 1, I, 32 KB, 2 thread(s) Cache descriptor Level 2, U, 256 KB, 2 thread(s) Cache descriptor Level 3, U, 8 MB, 16 thread(s) FID/VID Control yes Turbo Mode supported
in „Gibt Festplatte langsam Geist auf?“ · PC Hard- und Software ·
-
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 ·
-
Bild
Vergleich der Stromaufnahme verschiedener STM32 Leistungsmodi
Flexible power modes STM32 Efficient power consumption thanks to the switched mode power supply option (SMPS) VBAT 420 nA Standby(RTC ON) 3.5 uA Stop (with 16KB RAM) 51 uA Stop (Full RAM retention) 57 uA Run up to 250 MHz 61 uA / MHz vs. STM32F4 consumption cut by more than 2 Typical: 25°C, VDD = 3V, SMPS mode
in „Super-Kongresstag: STM32-H5-Vorstellung, Google IO, Raspberry Pi-Börsengang geplant“ · Softwareentwicklung · · Screenshots
-
PDF
Testboard_KK32F7.PDF
1 2 3 4 5 6 7 8 U_KK32F7_Sheet2 U_KK32F7_Sheet1 U_KK32F7_Sheet3 KK32F7_Sheet2.SchDoc KK32F7_Sheet1.SchDoc KK32F7_Sheet3.SchDoc Same length A 90MHz clock 25MHz clock A SDCLK SDCLK MII_MDC MII_MDC SDNWE SDNWE MII_TXD0
in „STM32F7 Discovery Board“ · 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
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Code_TIM1_ADC1.pdf
C:\Users\haer\Documents\Ansteuerung_BLDC\STM32F030_AnsteuerungBLDC\Src\main.c 84 /*************************************************************************/ 85 /*! 86 * \fn int main (void) 87 * 88 * \brief main 89 * 90 */ 91 /*****************
in „STM32F030 TIM1 soll ADC1 triggern (kein HAL)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FR_Family_MB91F109.pdf
BEORH if “u8&0xF0” leaves an active bit. • Add/subtract operation instructions (10 instructions) Mnemonic Type OP Cycle N Z V C Operation Remarks MUL Rj, Ri A AF 5 C C C – Rj Ri MDH, MDL 32-bit 32-bit = 64-bit MULU
in „Fujitsu MB91F011 internal flash read/write“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
project__2_.pdf
34 D0 GND VDD 33 PA11 VSSA 9 33 D1 PA12 VDDA D2 A13 34 PA13 PA0-WKUP1 10 S2 32 D3 35 VSS_2 PA1 11 CS1 GND 31 D4 36 VDD_2 PA2 12 CS2 C15 C24 S5 30 D5 A14 37 PA14 PA3 13 HPM 10uF 100nF VDD SCLK 29 D6 C18 A15 38 PA15 PA4 14 CS SDO 28 D7 C 100nF 39 15 GND 27 C B3 40 PB3 PA5 16 SCLK
in „LCD + nRF24L01 = EMV/HF Probleme?“ · HF, Funk und Felder ·
-
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
in „Netzspannung messen für arme Leute“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
navico_3g.pdf
Mirrored: MC34717 Dual5A lit dimly Buck U19, U24 TC4427AE Gate Driver Cyclone 5E disabled U11 TPS54240 2.5A Buck U30 AR801 5 Q8,Q9 240 MHztransimpedanc e FDS6912A Amp 30V 6A N MOSFET 128 Mbyte 24MHz sine NAND EEPROM 5.0Vout
in „Reparaturbericht: i.MX6 Resetschaltung in Navico Schiffsradar“ · 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 ·
-
Bild
STM32F4 Discovery Entwicklungsboard
STM32F4G-DISC1, LD1, D1, R1, CN1, D2, R2, COM, R5, R6, X1, C7, R3, U2, C12, C13, R18, R15, R16, R17, C9, C14, C21, C16, R22, P1, GND, VDD, GND, P2, ST-LINK, MB997E, ST, DISCOVERY, www.st.com/stm32f4-discovery, PC0, PA0, Jdd, PC2, JP1, PA1, PA2, PA3, PA4, PA5, PA7, PA6, PC4, PC14, PC15, PE6, PE3, PB1, PB0, R29, PH1, R33, PB8, PB9, BOOT0, C33, C32, C28, C26, C25, C24, C23, C22, C20, C19, C18, C17, R30, R31, R32, R34, R35, R36, R37, C37, C38, C39, C40, C41,
in „STM32F407 DISCOVERY mit EVE3 50GTPC von MatrixOrbital“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
PDF
Training_TC1796_2007-04-23_PWM.pdf
SRN22,2) unsigned int n; if (GPTA0_LTCCTR01_REN) { GPTA0_LTCCTR01_REN = 0; // disable period interrupt STM_ICR_CMP0EN = 1; // enable the stm interrupt // update duty U n = PWM_PERIOD_CENTER_CNTS + *dutyU; GPTA0_LTCXR04 = n; GPTA0_LTCXR06 = n + DEADTIME_CNTS; //update duty V n = PWM_PERIOD_CENTER_CNTS + *
in „Raumzeigermodulation auf Tricore“ · Mikrocontroller und Digitale Elektronik ·