-
Bild
Modified Allan Deviation Diagram
Modified Allan Deviation (Mod σy(τ)) Tau Sigma(Tau) 1s 1.83E-7 2s 1.63E-7 4s 1.32E-7 8s 1.02E-7 10s 9.10E-8 40s 2.23E-8 80s 2.00E-8 100s 1.47E-8 200s 1.12E-8 600s Trace Notes Input Freq Sample Interval MEDEV at 1s Duration Elapsed Acquired Instrument STM32F743 MCO1_PLL1_Q Test 25 MHz / 5* 192 / 20 / 1 = 48MHz 48 MHz 1 s 58m 43s 58m 43s 3523 pts FA.2 STM32F743 MCO1_PLL1_Q Test 25 MHz / 10* 384 / 20 / 1 = 48MHz 48 MHz 1 s 55m 14s 55m 14s 3314 pts FA.2 STM32F743 MCO2_PLL2_P Test 25 MHz / 20* 200 / 15 / 20MHz 20 MHz 1 s 53m 33s 54m 0s 3244 pts FA.2 STM32F743
in „STM32H743 PLL“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Datei
STM32_Init.c
//--------------------------------------------------------------------------- EXTI line 8 // <e1.8> EXTI8: EXTI line 8 enable // <o2.8> interrupt enable // <o3.8> generate interrupt // <o4.8> generate event // <o5.8> use rising trigger for interrupt/event // <o6.8> use falling trigger for
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
//--------------------------------------------------------------------------- EXTI line 8 // <e1.8> EXTI8: EXTI line 8 enable // <o2.8> interrupt enable // <o3.8> generate interrupt // <o4.8> generate event // <o5.8> use rising trigger for interrupt/event // <o6.8> use falling trigger for
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x.h" // Deklaration der Peripheriefunktionen #include "stm32f10x_gpio.h" #include "stm32f10x_usart.h" #include "stm32f10x_i2c.h" #include "stm32f10x_exti.h" #include "stm32f10x_rcc.h" #include "
in „STM32F103 + I2C + MPU6050 - DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
clock generation register .set RCC_PLLI2SCFGR, 0x84 @ RCC I2S PLL configuration register @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips: pp. 1018 in RM0090 (dm00031020-stm*.pdf) .equ USART3_BASE , 0x40004800 .equ USART3_SR , USART3_BASE + 0x00 .equ USART3_DR , USART3_BASE + 0x04 .equ USART3
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
clock generation register .set RCC_PLLI2SCFGR, 0x84 @ RCC I2S PLL configuration register @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips: pp. 1018 in RM0090 (dm00031020-stm*.pdf) .equ UART3 , 0x40004800 .equ UART3_SR , 0x00 .equ USART3_BASE , 0x40004800 .equ USART3_SR , USART3_BASE + 0x00
in „Break auf 0xfffffffe in STM32CubeIDE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
__MAIN #define __MAIN // Includes #include "stm32f0xx.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_usart.h" #include "stm32f0xx_adc.h" #include <string.h> #include <stdlib.h> // Defines
in „2 Kanal Touch Button Haussteuerungserweiterung“ · Projekte & Code ·
-
Datei
HD66766_example.c
data uint8_t row_data = font8x16_digits[num][i]; for (int8_t j = 7; j >= 0; j--) { // 8 pixels wide if (row_data & (1 << j)) { LCD_DATA = color; // White pixel } else { LCD_DATA = bg; // Red background } } } }
in „LCD-Modul F51661GNCJU-MLW-AA * Info *“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Open_On-Chip_Debugger_0.3.1-snapshot__384_K.txt
jtag_ntrst_delay: 100 trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain Warn : stm32.bs: nonstandard IR mask Warn : use 'stm32.cpu' as target identifier, not '0' Info : device: 4 "2232C" Info : deviceID: 364511235 Info : SerialNumber: FTOO8MMMA Info : Description: Olimex OpenOCD JTAG
in „STM32 hat zu wenig Flash?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
------------------------------------------------------------ */ #elif defined(PIC_C18) // C18 or XC8 compiler # if defined(__12F1840) // XC8 compiler # define Pre_Scaler 1 // define prescaler for timer2 e.g. 1,4,16 # define F_CPU 32000000UL // PIC frequency: set your freq here # define PIC_Scaler 2
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
httpd_cgi_ssi.c
{ uint32_t i=0; /* We have only one SSI handler iIndex = 0 */ if (iIndex==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; i++) { /* check parameter
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
{ uint32_t i=0; /* We have only one SSI handler iIndex = 0 */ if (iIndex==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; i++) { /* check parameter
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Fader.h
FADER_H #define __FADER_H //****************** Low Level Includes ***********************// #include "stm32f0xx.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_tim.h" //***************************************************
in „STM32F0 Multi Channel ADC mit DMA problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
of range" .endif @ PLL output divider DIVP (allowed values: 2, 4, 6, or 8) @ DIVP must be chosen so that f_VCO falls in the range 192 - 432 MHz .set DIVP, 2 .if DIVP != 2 && DIVP != 4 && DIVP != 6 && DIVP != 8 .error "DIVP out of range" .endif @ VCO frequency (allowed range
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Teilliste von Mikrocontrollern mit Statusinformationen
STM8AF5269 NRND LQFP 64 10x10x1.4 mm STM8AF5286 NRND VFQFPN 32 5x5x1.0 Not Recommended for New Design. Product is in volume production only to support customers ongoing production. STM8AF5288 NRND STM8AF5289
in „Welche 8-Bit-Architekturen werden in 10 Jahren relevant sein?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
STM_Schaltungen.pdf
12.01.2008 17:05:18 C:\Dokumente und Einstellungen\gecko\Desktop\SCHUL-STM8.sch (Sheet: 1/4) 12.01.2008 17:05:18 C:\Dokumente und Einstellungen\gecko\Desktop\SCHUL-STM8.sch (Sheet: 2/4) 12.01.2008 17:05:18 C:\Dokumente und Einstellungen\gecko\Desktop\SCHUL-STM8.sch (Sheet: 3/4) 12.01.2008 17:05:18 C:\Dokumente und Einstellungen\gecko\Desktop\SCHUL-STM8.sch (Sheet: 4/4)
in „OPA 128 KM - veraltet?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Training_TC1796_2007-04-23_PWM.pdf
Technologies 2007. All rights reserved. Page 7-23 Exercise 7: PWM ■ Check Connect output to GPTA_OUT8 (=3.0) on dialog Local Timer Cell 8 for the high side of phase V. ■ Check Connect output to GPTA_OUT9 (=3.1) on dialog Local Timer Cell 10 for the low side of phase V. Close the Local Timer Cell 8 (LTC8
in „Raumzeigermodulation auf Tricore“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
clean_built.txt
stm32f10x_cec.o ./StdPeriph_Driver/stm32f10x_crc.o ./StdPeriph_Driver/stm32f10x_dac.o ./StdPeriph_Driver/stm32f10x_dbgmcu.o ./StdPeriph_Driver/stm32f10x_dma.o ./StdPeriph_Driver/stm32f10x_exti.o ./StdPeriph_Driver
in „Komisch, komisch. STM32, Eclipse, Ubuntu.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Open_On-Chip_Debugger_0.3.1-snapshot__256_K.txt
jtag_ntrst_delay: 100 trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain Warn : stm32.bs: nonstandard IR mask Warn : use 'stm32.cpu' as target identifier, not '0' Info : device: 4 "2232C" Info : deviceID: 364511235 Info : SerialNumber: FTOO8MMMA Info : Description: Olimex OpenOCD JTAG
in „STM32 hat zu wenig Flash?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
___Voltcraft_PSP1405__SCHALTNETZTEIL_Schaltplan.pdf
220E 33E 1206 R LM7805 2 U1 5 J10 1 - VLM324 C17 33nF AVDD J6 R7 E \ 2 C14 / C2 u 1 1 9 0 1 C1 2 2pinSTM U6C 4 8 / LM324 7 n CN1 D 10 + V R59 470nF 6 VDDI0 0 D 5 1 VSense OUT 8 C8 RX 4 3 9 - - 220E 470nF 2 GND V C12 TX 100nF 1206 1 33nF 1 1 C13 FB1 CN8 V C4 C3 \ R5 1k U6B 4 0 9 8 7 6 5 4 3 2 1 0 9 8 7
in „Labor Schaltnetzteil PSP1405 (Voltcraft) haut es immer die beiden IRF840 durch.“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
000512411-qs-01-en-SCHALTPLAN_PROGRAM__SCHALTNETZTEIL_PSP_1.pdf
220E 33E 1206 R LM7805 2 U1 5 J10 1 - VLM324 C17 33nF AVDD J6 R7 E \ 2 C14 / C2 u 1 1 9 0 1 C1 2 2pinSTM U6C 4 8 / LM324 7 n CN1 D 10 + V R59 470nF 6 VDDI0 0 D 5 1 VSense OUT 8 C8 RX 4 3 9 - - 220E 470nF 2 GND V C12 TX 100nF 1206 1 33nF 1 1 C13 FB1 CN8 V C4 C3 \ R5 1k U6B 4 0 9 8 7 6 5 4 3 2 1 0 9 8 7
in „Labor Schaltnetzteil PSP1405 (Voltcraft) haut es immer die beiden IRF840 durch.“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
miclog.txt
not supported by GDI DiGdiSetConfig(STM8S105C6) chip_config_t::SetCurrentMcu(STM8S105C6) InitDaoAccess() m_sDbFileName = C:\Programme\STMicroelectronics\st_toolset\stvd\swim\config\swim_conf.mdb chip_config_t::TraceDumpContent() m_ConfigAlreadySet
in „STM8S-Testboard“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_mod.c
#include "stm32f10x_lib.h" #include "stm32f10x_map.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include "bits.h" #include"stm32f10x_usart.h" #include"stm32f10x_usart.c" #define STACK_TOP 0x20000800
in „Problem mit STM32-H103+Eclipse+OpenOCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_lib.h" #include "stm32f10x_map.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include "bits.h" #include"stm32f10x_usart.h" #include"stm32f10x_usart.c" #define STACK_TOP 0x20000800
in „[Cortex-M3] Problem mit dem UART“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
-0 0R PIR3501PIR3502 GND PB0 PIJ203333 34 PIJ2034PB1 22P 01 R1R0 R1R1 0R PE7 PIJ203535 36 PIJ2036PE8 GND COY 1M PE9 PIJ2037 PIJ2038PE10 STM32 工作模式选择 COK GND 8M PIR102 STM32F407VET6 PE11 PIJ203937 38 PIJ2040PE12 PE3 KEY1 PIK101 PIK102 CO11 3V3 Q1OQ1 3V3 PE13 PIJ204139 40 PIJ2042PE14 SW-PB 0 1 PE15 41
in „Neues Entwicklungsboard STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
-0 0R PIR3501PIR3502 GND PB0 PIJ203333 34 PIJ2034PB1 22P 01 R1R0 R1R1 0R PE7 PIJ203535 36 PIJ2036PE8 GND COY 1M PE9 PIJ2037 PIJ2038PE10 STM32 工作模式选择 COK GND 8M PIR102 STM32F407VET6 PE11 PIJ203937 38 PIJ2040PE12 PE3 KEY1 PIK101 PIK102 CO11 3V3 Q1OQ1 3V3 PE13 PIJ204139 40 PIJ2042PE14 SW-PB 0 1 PE15 41
in „STM32F407 Black und Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
TFT-direct-drive.htm#tft-b 2012-12-12 Michael Nowak www.mino-elektronik.de Alle Angaben ohne Gewähr. */ #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" #include "stm32f4xx_dma.h" #include "cp850-8x16.dat" // Datei mit Zeichensatz #define TFT_ADR 0x60000000 // CS-Bereich #define SCHWARZ
in „TFT-direct-drive, WQVGA-TFT an STM32F4“ · Projekte & Code ·
-
Datei
nrf24l01_usr.h
*/ typedef struct { uint8_t command; // 0x10 = Datensatz folgend , 0x20 = ..... uint8_t nrDataSet; // 1: Datensatznummer (rotierend) uint8_t id_data; // 1: Aktuelle Satznummer in History uint8_t Feuchte_Now; // 1: Aktuelle Feuchte
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
PDF
Pinout.pdf
TX ADC_IN0, RTC_TAMP2, WKUP1 7 PA1 I/O TTa USART1_RTS , USART2_RTS (3), EVENTOUT, USART4_RX ADC_IN1 8 PA2 I/O TTa USART1_TX , USART2_TX (3)(, TIM15_CH1 (3)(ADC_IN2 (2) (3)(5) (3)(5) 9 PA3 I/O TTa USART1_RX , USART2_RX , TIM15_CH2 ADC_IN3 10 PA4 I/O TTa SPI1_NSS, USART1_CK USART2_CK (3), TIM14_CH1, USART6
in „µC für n00bs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
chip 3. VCP params VCP_NUM_PORTS <1..4> not yet implemmented -> EP1..EP4 */ // <h> Configuration for STM bare metal VCP // <h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "stm32_eval_sdio_sd.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup SDIO_Example * @{ */ /* Private typedef ------------------------------------------------
in „STM3210E EVAL SD-Controller SDIO + HiTOP“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Verpackung eines STM32H7 Discovery Kits
STM32H7 Discovery kit for STM32H735 MCUs GETTING STARTED 1/ Ensure that jumper JP7 is set to "ST-LINK" 2/ Connect the STM32H735G-DK board (from Connector CN15) to a PC using a standard USB cable to power
in „Verkaufe Discovery Kit STM32H735DK“ · Markt · · Fotos
-
Datei
init_system.c
************************ */ #include "tools.h" #include <stdint.h> #include <ctype.h> #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_ds18b20.h" #include "config.h" #include "init_system.h" #include "graphik.h
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
#pragma GCC optimize ("O0") /* -------------- System Include Files ----------------- */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdint.h> /* --------------- Special
in „GCC Optimierung killt Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
---------------- */ void irsnd_init (void) { #ifndef ANALYZE # if defined(PIC_C18) // PIC C18 or XC8 compiler # if ! defined(__12F1840) // only C18: OpenTimer; # endif irsnd_set_freq (IRSND_FREQ_36_KHZ); // default frequency IRSND_PIN = 0; // set IO to outout PWMoff(); # elif defined (ARM_STM32) //
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
---------------------*/ #define USE_STDPERIPH_DRIVER #include "main.h" #include <math.h> #include <stm32f4xx.h> #include <misc.h> // I recommend you have a look at these in the ST firmware folder #include <stm32f4xx_spi.h> // under Libraries/STM32F4xx_StdPeriph_Driver/inc and src #include <stm32f4xx_rcc.h> #include <stdint.h> #include "stm32f4xx_conf.h" #include "usart.h" #include "dprintf.h" #include "common.h" //#include "tabellen.h" USART_TypeDef* USARTx = USART1; volatile uint8_t stopsampling=0; volatile uint32_t timercnt=0; volatile
in „Hook up a MEMS microphone to the I2S of a Cortex M4“ · Projekte & Code ·
-
PDF
Bauteile.pdf
Kategorie Wert Stück Mouser Mouser Preis LTC1966CMS8#PBF ∆∑ RMS-to-DC Converter 2 584-LTC1966CMS8#PBF 8,93 € IRM-01-3.3S AC/DC Modul 3,3V 300mA (gebraucht) 2 709-IRM01-3.3S 7,79 € LTC4089EDJC-5#PBF Batterie Lade IC 2 584-LTC4089EDJC-5PBF 8,93 € Keystone
in „[V] diverse Bauteile“ · Markt ·
-
Bild
Präsentation von STM32H7R Entwicklungskits
Development tools for STM32H7R series Jump-start your development with STM32H7R evaluation kits NUCLEO-H7S3L8 $35 Prototyping with STM32H7S Nucleo board 256 Mbit Octo-SPI NOR Flash Ethernet, USB, STLINK debugger, Arduino UNO
in „Neue STM32H7-Variante, Eclipse-Daten zur IoT-Adoption und neue Kameras“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
code.txt
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_spi.h" void main() { /*Clock für die Peripherie einschalten*/ RCC_APB2PeriphClockCmd(RCC_APB2Periph_SPI1, ENABLE);
in „STM32F0 SPI - Funktioniert nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BLDC_motors.pdf
drive the 3 JY21L high speed power MOSFET drivers which are connected to the JY01-places of pin 7, 8 (first JY21L-IC), pin 9, 10 (second JY21L-IC) and pin 11, 12 (third JY21L-IC). To do this, we use the STM32 NUCLEO-F401RE prototype board and the port-pins CH1(PA6), CH2(PA7), CH3(PB0), sw1(PB6), sw2
in „BLDC Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
textdisplayadapter.pdf
ansteuern zu können, stehen Programme für die folgende Mikrocontroller- familien zur Verfügung: • STM8 im Verzeichnis stxlcd/stm8 des Archivs • AVR (ATmega und ATtiny) im Verzeichnis stxlcd/avr des Archivs • Padauk PFS154 im Verzeichnis stxlcd/pfs154/stx_lcd_transmit des Archivs Auch hier gilt: Die
in „"Intelligenter" Textdisplayadapter mit Padauk PFS154“ · Projekte & Code ·
-
Datei
Usart.c
reserved. *----------------------------------------------------------------------------*/ #include <stm32f10x_lib.h> // STM32F10x Library Definitions #include <stdio.h> #include "STM32_Init.h" // STM32 Initialization /*---------------------------------------------------------------------------- Notes:
in „UART Ring Buffer volatile?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
chip 3. VCP params VCP_NUM_PORTS <1..4> not yet implemmented -> EP1..EP4 */ // <h> Configuration for STM bare metal VCP // <h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
WC_MiniDev_Shield_v6.pdf
GND GND GND GND JP14 SPK GND IC1 mit LDR: R1 bestücken mit TSOP: R5, C1 bestücken VB 1 40 STM32_3V3_2 R2 frei lassen R16 frei lassen C C13 2 39 GND ohne TSOP: R5, C1 frei lassen S1 JP13 C C14 3 38 +5V ohne LDR: R1 frei lassen R16 bestücken WPS 3 C15 4 37 B9 3 R2 bestücken JP8 3 V 1 JP2 5 36
-
Datei
usb_vcp.c
chip 3. VCP params VCP_NUM_PORTS <1..4> not yet implemmented -> EP1..EP4 */ // <h> Configuration for STM bare metal VCP // <h> CORE params // <o> UMEMSHIFT <0=> off // <1=> on // <i> Off for devices with 2 x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usbd_usr.c
lib initialization * @param None * @retval None */ void USBD_USR_Init(void) { /* Initialize LEDs */ STM_EVAL_LEDInit(LED1); STM_EVAL_LEDInit(LED2); STM_EVAL_LEDInit(LED3); STM_EVAL_LEDInit(LED4); /* Initialize the LCD */ #if defined (USE_STM322xG_EVAL) STM322xG_LCD_Init(); #elif defined(USE_STM324xG_EVAL) STM324xG_LCD_Init(); #elif defined (USE_STM3210C_EVAL) STM3210C_LCD_Init(); #else #error "Missing define: Evaluation board (ie. USE_STM322xG_EVAL)" #endif LCD_LOG_Init(); #ifdef USE_USB_OTG_HS LCD_LOG_SetHeader
in „STM32F2xx - USB_OTG_FS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
#include <xpcc/architecture.hpp> #include <stdint.h> #include <xpcc/workflow.hpp> typedef xpcc::stm32::SpiMaster3 MySpi3; GPIO__OUTPUT(MPL115A1_CS, B, 5); static bool initClock() { xpcc::stm32::Clock::enablePll(xpcc::stm32::Clock::PLL_HSI, 8, 168); return xpcc::stm32::Clock::switchToPll(); } MAIN_FUNCTION
in „MOSI-Pegel viel zu niedrig, aber warum?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx_TIM1_application_examples.pdf
waveform can be displayed using an oscilloscope. This firmware is provided as TIM1 example 1 in the STM32F10xxx firmware library, available from the STMicroelectronics microcontrollers website. 1.3 TIM1 output signal behavior Connect the TIM1 pins to an oscilloscope: ● TIM1_CH1 pin (PA8) ● TIM1_CH1N pin
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usbd_cdc_vcp.c
_t VCP_Init (void); static uint16_t VCP_DeInit (void); static uint16_t VCP_Ctrl (uint32_t Cmd, uint8_t* Buf, uint32_t Len); static uint16_t VCP_DataTx (uint8_t* Buf, uint32_t Len); static uint16_t VCP_DataRx (uint8_t* Buf, uint32_t Len); static uint16_t VCP_COMConfig(uint8_t Conf); CDC_IF_Prop_TypeDef
in „STM32F2xx - USB_OTG_FS“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Blackpill_STM32F411CEU6_WeAct_Black_Pill_V2.0.pdf
VREF+ 9 VDDA/VREF+ VSSA/VREF- 8 GND R10 4 3 10KΩ D3 NC BAT54C STM32F4X1CXU6 SW1 PB2 L1 1 3 2 4 3.3V 3.3V NRST 3*4按键 GND 10uH ±10% C7 RTC 电源 BOOT 设置 100nF 3.3V 复位电路 V1.2 修改 BOOT 跳线为 BOOT0 按键, BOOT1 10K 下拉 VREF+ C9 C10 C11 C12 100nF
in „was kommt nach dem Bluepill-Board?“ · Mikrocontroller und Digitale Elektronik ·