-
PDF
UM08001_JLinkARM.pdf
ML67Q4051 ML67Q4051 OKI ML67Q4060 ML67Q4060 OKI ML67Q4061 ML67Q4061 Samsung* S3F445HX S3F445HX ST STM32F101C6 STM32F101C6 ST STM32F101C8 STM32F101C8 ST STM32F101CB STM32F101CB ST STM32F101R6 STM32F101R6 ST STM32F101R8 STM32F101R8 ST STM32F101RB STM32F101RB ST STM32F101RC STM32F101RC ST STM32F101RD STM32F101RD
in „[V] J-Link JTAG Adapter USB für ARM abzugeben“ · Markt ·
-
Datei
readme.txt
----------------------------------------- Komplette Bauteile fuer den Basic-Computer sind: 1 Stck. STM8S103F3P6 Board / 0,76 Euro 1,52 Euro / 2 Stck. 1 Stck. CH340G / 0,32 Euro 1,57 Euro / 5 Stck. 1 Stck. 12 MHz Quarz / 0,08 Euro 1,49 Euro / 20 Stck. 2 Stck. 100nF / 0,06 Euro 1 Stck. 47uF / 16V / 0,05
-
Datei
readme.txt
preiswertesten Microcontroller den ich gefunden (und sogar verfuegbar) hatte war im Jahr 2016 ein STM8S103F3P6. Stand 2023 ist ein STM32F030f4 bei sehr deutlich besseren Leistungsdaten preiswerter. Hier LAO die Version fuer STM32f030 F4P6. ############################################################
-
PDF
STM32H7XX_M_schematics.pdf
▯D▯e▯ 大越电子出品 : shop389957290.taobao.com Yv 还有其他规格,欢迎到店咨询 ▯ 店铺: mcudev.taobao.com e ▯ ° o ▯ x▯ COJ STM32H750VB /H743VI 核心板 J6 3V3 1 3V3 PIJ6021 可以接本店摄像头模块: I2 内核: Cortex-M7 PIJ6033 R5R GND PIJ6044 510R (H750VB) FLASH : 128K U2U2 NLDCMI0SD PIJ6055 OV2640-200 万像素 PID001 PB10 DCMI_SCLC PI76066 D1D1 STM32H750VB
in „Problem mit USB auf STM32H743“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
preiswertesten Microcontroller den ich gefunden (und sogar verfuegbar) hatte war im Jahr 2016 ein STM8S103F3P6. Stand 2023 waere ein STM32F030f4 bei sehr deutlich besseren Leistungsdaten preiswerter. Hier jedoch die Version fuer STM8S103. #############################################################
-
PDF
en.DM00108129.pdf
(1.25 Kbytes) for USB OTG FS core and 1024 x 32 bits (4 Kbytes) for the USB OTG HS core. – For STM32F0, STM32L0, STM32F1 and STM32F3 series (FS core only): HAL_PCD_PMA_Config() 6. Is the USB device library compatible with Real Time operating system
in „STM32F4 USB CLASS CDC (Virtueller Com Port)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ws2812.c
---------------------------------------------------------------------------------- */ #if defined (STM32F401RE) // STM32F401RE 84MHz #define WS2812_TIM_CLK 84L // 84 MHz = 11.90ns #elif defined (STM32F411RE) // STM32F411RE 100MHz #define WS2812_TIM_CLK 100L // 100 MHz = 10.00ns #elif defined (STM32F446RE) // STM32F446RE 180MHz #define WS2812_TIM_CLK 180L // 180 MHz = 5.55ns #elif defined (STM32F103) // STM32F103 Mini Development Board #define WS2812_TIM_CLK 72L // 72 MHz = 13.89ns #else #error STM32 unknown
in „WS2812B mit Lib von Martin Hubáček auf F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
configured, this is done through SystemInit() function which is called from startup file (startup_stm32f4xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f4xx.c file */ /* Initialize Leds mounted on STM32F4-Discovery board */ STM_EVAL_LEDInit(LED4); STM_EVAL_LEDInit(LED3); STM_EVAL_LEDInit(LED5); STM_EVAL_LEDInit(LED6); /* Turn on LED4 and LED5 */ STM_EVAL_LEDOn(LED4); STM_EVAL_LEDOn(LED5); /* Setup SysTick Timer for 1 msec
in „STM32F4 SysTick Fehler ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
=fDTS/8, N=6 // <9=> fSampling=fDTS/8, N=8 // <10=> fSampling=fDTS/16, N=5 // <11=> fSampling=fDTS/16, N=6 // <12=> fSampling=fDTS/16, N=8 // <13=> fSampling=fDTS/32, N=5 // <14=> fSampling=fDTS/32, N=6 // <15=
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
=fDTS/8, N=6 // <9=> fSampling=fDTS/8, N=8 // <10=> fSampling=fDTS/16, N=5 // <11=> fSampling=fDTS/16, N=6 // <12=> fSampling=fDTS/16, N=8 // <13=> fSampling=fDTS/32, N=5 // <14=> fSampling=fDTS/32, N=6 // <15=
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" // In Configuration diese Define hinzufügen : // "STM32F429_439xx" , "__ASSEMBLY__" , "USE_STDPERIPH_DRIVER" //-------------------------------------------
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
build_log.txt
packed)) -D ALIGN_STRUCT_END=__attribute((aligned(4))) -D USE_STDPERIPH_DRIVER -D HSE_VALUE=8000000 -D STM32F4XX -D GCC_ARMCM3 -D VECT_TAB_OFFSET=0x0000 /home/tobias/Projects/fcounter/st-lib/STM32F37x_StdPeriph_Driver/src/stm32f37x_i2c.c -quiet -dumpbase stm32f37x_i2c.c -mthumb -mcpu=cortex-m4 -mfloat-abi
in „Umleitung printf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
/** ****************************************************************************** * @file TIM/6Steps/stm32f10x_it.c * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and peripherals
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32Cube-MX-HAL-MOOC-presentation-16-9.pdf
one wire female to female on headers) STM32F401-Nucleo Introduction STM32 Nucleo 6 7 STM32CubeMX installation CubeMX install 9 • CubeMX tool • http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1533/PF259242?s_searchtype=partnumber •
in „STM32 HAL Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
settings.xml
" /> <stm32f2x file="target/stm32f2x.cfg" /> <stm32f2x_stlink file="target/stm32f2x_stlink.cfg" /> <stm32f3x file="target/stm32f3x.cfg" /> <stm32f3x_stlink file="target/stm32f3x_stlink.cfg" /> <stm32f4x file="target/stm32f4x.cfg" /> <stm32f4x_stlink file="target/stm32f4x_stlink.cfg" /> <stm32l file="target/stm32l.cfg" /> <stm32lx_dual_bank file="target/stm32lx_dual_bank.cfg" /> <stm32lx_stlink file="target/stm32lx_stlink.cfg
in „STM32 - Code-Blocks + GCC + GDB“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_stm32f10x.c
/* * I2C (polling-Modus) fuer STM32F10x * nach Application Note AN2824 * Beruecksichtigt Hardwarefehler im I2C-Modul * * Timeouts benoetigen externen Timer uint_least24_t glu_millis * * Die CMSIS-Structs koennen wegen des Hardwarefehlers
in „STM32F10x : Fehler bei I2C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LUHE_AD9650_funktion.h
* available on STM32F429I-Discovery Kit from STMicroelectronics. * @{ */ /** @defgroup STM32F429I-DISCOVERY_LOW_LEVEL_Private_TypesDefinitions * @{ */ /** * @} */ /** @defgroup STM32F429I-DISCOVERY_LOW_LEVEL_Private_Defines * @{ */ /** * @} */ /** @defgroup STM32F429I-DISCOVERY_LOW_LEVEL_Private_Macros * @{ */ /** * @} */ /** @defgroup STM32F429I-DISCOVERY_LOW_LEVEL_Private_Variables * @{ */ GPIO_TypeDef* AD9850_PORT[AD9850n] = {AD98502_GPIO_PORT,AD98503_GPIO_PORT
in „AD9850 Steuerwort,Berechnung richtig?“ · HF, Funk und Felder ·
-
PDF
en.DM00091010.pdf
/x6/x8/xC and STM32F070x6/xB microcontroller memory and peripherals. It applies to STM32F030x4/x6/x8/xC and STM32F070x6/xB devices. For the purpose of this manual, STM32F030x4/x6/x8/xC and STM32F070x6/xB
in „EFM32F030 und Standby“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
======================================== // For devices with 2x16 bits/word access schema // (e.g. STM32L0x2, STM32L0x3, STM32F04x, STM32F072, STM32F078, STM32F303xD, STM32F303xE) #define UMEM_SHIFT 0 #define UMEM_FAKEWIDTH uint16_t // For devices with 1x16 bits/word access schema // (e.g. STM32F103, STM32F302, STM32F303xB, STM32F303xBxC) // #define UMEM_SHIFT 1 // #define UMEM_FAKEWIDTH uint32_t // The name of the IRQ handler must match startup_stm32.s #define NAME_OF_USB_IRQ_HANDLER USB_LP_CAN_RX0
in „USB HID Device mit STM32F042“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup TIM_6Steps * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define --
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup TIM_6Steps * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define --
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "system_stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_dma.h" #include "stm32f4xx_gpio.h" #include "misc.h" #include "uart.h" #include "timer.h" #include "adc.h" #include
in „Assembler aufrufen aus C (ARM STM32)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
reference_manual.pdf
50 for the register boundary addresses. 78/1096 Doc ID 13902 Rev 14 RM0008 Backup registers (BKP) 6 Backup registers (BKP) Low-density devices are STM32F101xx, STM32F102xx and STM32F103xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. Medium-density devices are STM32F101xx
in „I2S zwischen STM32F103RET6 und PCM3168A möglich?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
GND ISP_COM R1 ARM_JTAG MiniSD GND GND GND GND 供电稳压供电 复位按键 JTAG/SWD 调试接口 ISP 串口下载程序接口 CPU 简介 U2U 3V3 STM32F407VET6 PA0/WK_UP PIU2023PA0/WKUP/ADC123_IN0/USART2_CTS/TIM2_CH1_ETR/TIM5_CH1/TIM8_ETR(TIM1_CH2N)/TIM8_CH2N/TIM3_CH3/AD12_IN8/PB0 PIU2035 PB0B0 F_CSCS R2 PA1A PIU2024PA1/ADC123_IN1/USART2_RTS/TIM2
in „Neues Entwicklungsboard STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
GND ISP_COM R1 ARM_JTAG MiniSD GND GND GND GND 供电稳压供电 复位按键 JTAG/SWD 调试接口 ISP 串口下载程序接口 CPU 简介 U2U 3V3 STM32F407VET6 PA0/WK_UP PIU2023PA0/WKUP/ADC123_IN0/USART2_CTS/TIM2_CH1_ETR/TIM5_CH1/TIM8_ETR(TIM1_CH2N)/TIM8_CH2N/TIM3_CH3/AD12_IN8/PB0 PIU2035 PB0B0 F_CSCS R2 PA1A PIU2024PA1/ADC123_IN1/USART2_RTS/TIM2
in „STM32F407 Black und Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm8s.h
the STM8AF622x/4x, STM8AF6266/68, STM8AF612x/4x, and STM8AF6166/68 microcontrollers where the Flash memory density ranges between 8 to 32 Kbytes - High-Density STM8S devices are the STM8S207xx, STM8S007 and
in „sdcc source code in mehrere Dateien aufteilen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Blackpill_STM32F411CEU6_WeAct_Black_Pill_V2.0.pdf
R5 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 100nF 100nF 100nF B B U1A P1 PA0
in „was kommt nach dem Bluepill-Board?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
UM1052_PMSM_singledual_FOC_SDK_v3.3.pdf
, the MC Library and MC Application projects are built and you can build the user project (callout 6, Figure 56), and download it to the microcontroller memory (callout 7, Figure 56). 6.6 LCD UI project When an STM32 evaluation board equipped with LCD (such as STM320518-EVAL, STM3210B-EVAL, STM3210E-EVAL
in „BLDC Sinuskommutierung Ansteuerung H-Brücke“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
STM32F10xxx__20xxx__21xxx_L1xxxx_Cortex-M3_programming_manual.pdf
accumulate 3.6.2 on SMLAL RdLo, RdHi, Rn, Rm (32 x 32 + 64), 64-bit result — page 85 Signed multiply (32 x 32), 64-bit 3.6.2 on SMULL RdLo, RdHi, Rn, Rm result — page 85 3.7.1 on SSAT Rd, #n, Rm {,shift #sSigned saturate
in „Einstieg in STM32 : STM32F103C8T6 --> Kompilieren und Flashen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx_TIM1_application_examples.pdf
, and other such application notes are written to accompany the STM32F10xxx firmware library. These are available for download from the STMicroelectronics website: www.st.com. June 2007 Rev 1 1/15 www.st.com Contents AN2580 Contents 1 Generating 6 complementary PWM
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TestArmTurtorialDeu.pdf
Entwicklungsboards mit diesen Controllern verfügbar, zum Beispiel: Nucleo-F103, „/ users / hudakz / code / STM32F103C8T6_Hello / Blue Pill (suchen Sie nach „stm32f103c8t6“ auf AliExpress, Ebay oder Amazon), Quellhardware Olimexino-STM32, STM32-P103, / STM32-H103 / STM32-H103, STM3210E-EVAL. Prozessortyp & Dokumentation
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·
-
Datei
system_stm32f4xx.c
tmpreg | (0x0000027C<<1)); /* Disable write protection */ tmpreg = FMC_Bank5_6->SDCR[0]; FMC_Bank5_6->SDCR[0] = (tmpreg & 0xFFFFFDFF); #if defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx) /* Configure and enable Bank1_SRAM2 */ FMC_Bank1
in „STM32 Clock Configuration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
tmpreg | (0x0000027C<<1)); /* Disable write protection */ tmpreg = FMC_Bank5_6->SDCR[0]; FMC_Bank5_6->SDCR[0] = (tmpreg & 0xFFFFFDFF); #if defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx) || defined(STM32F439xx) /* Configure and enable Bank1_SRAM2 */ FMC_Bank1
in „STM32F4 Discovery Audio CS43L22 I2C Problem“ · 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 // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define UMEM_SHIFT 1 // ********************************************************* // <o> USB_IRQ_NUMBER
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
http.cpp
value=\"flash\">Flash STM32</button>\r\n"); http_send ("<button type=\"submit\" name=\"action\" value=\"reset\">Reset STM32</button>\r\n"); http_send ("</form>\r\n"); http_send ("<P>\r\n"); http_send ("<a href='flash_stm32_local'>Update from local file</a>"); if (flash_stm32_filename[0]) { char filename[128]; sprintf (filename, "/update/%s", flash_stm32_filename); http_send ("<P><B>updating STM32 firmware...</B><BR>\r\n"); Serial.print ("Flash STM32: http://"); Serial.print
-
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 // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define UMEM_SHIFT 0 // ********************************************************* // <o> USB_IRQ_NUMBER
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · 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 // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ********************************************************* #define UMEM_SHIFT 1 // ********************************************************* // <o> USB_IRQ_NUMBER
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HY-SmartSTM32_SCH.pdf
Development Board Size Number Revision B Date: 5-Mar-2011 Sheet of 1 2 3 4 5 File: F:\电子 \HY-SmartSTM32\HY-SmartTra3w2n.DBdyb:6 1 2 3 4 5 6 3V3 3V3 U2 LT1117-3.3 R22 5V 3V3 D CN1 5V 3 IN DOUT 2 R17 R18 R19 R20 R21 R3 10K D 1 G CN2 USER_KEYA KEYA 2 10K 10K 10K 10K 10K 1 Vref Vsupply 2 0R 3 C33 C34 C14
in „STM32 can Message“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
PIC_C18) // Microchip C18 compiler //Nothing here to do here -> See irsndconfig.h #elif defined (ARM_STM32) // STM32 //Nothing here to do here -> See irsndconfig.h #elif defined (ARM_STM32_HAL) // STM32 with Hal Library //Nothing here to do here -> See irsndconfig.h #elif defined (__xtensa__) // ESP8266
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
textdisplayadapter_2.pdf
Quelldateien für folgende Mikrocontrollerfamilien zur Verfügung: Controllerfamilie Verzeichnis im Archiv STM8 ./stxlcd/stm8_pwm ./stxlcd/stm8_uart AVR ./stxlcd/avr_pwm ./stxlcd/avr_uart Padauk PFS154 ./stxlcd/pfs154/stx_lcd_transmit STM32F0 ./stxlcd/stm32f0 Auch hier gilt: Die Software ist unter Linux entstanden
in „"Intelligenter" Textdisplayadapter mit Padauk PFS154“ · Projekte & Code ·
-
Datei
0001-Add_Frre_Text_Support_To_STM32.patch
--------- + */ +#ifndef FREETEXT_H +#define FREETEXT_H + +#include "eeprom-data.h" + +#if defined (STM32F10X) +# include "stm32f10x.h" +#elif defined (STM32F4XX) +# include "stm32f4xx.h" +#endif + +typedef struct +{ + char free_text[EEPROM_DATA_SIZE_FREE_TEXT+1]; +} FREETEXT_GLOBALS; + +extern FREETEXT_GLOBALS
-
PDF
picomon_v3.pdf
und linkt alle benötigten Programmteile zu einer flashbaren Binärdatei ◦ Hinweis: Im Makefile für STM32F0xx kann/muß der Controller korrekt gewählt sein, um ggf. den erhöhten RAM-Bedarf des Programms bedienen zu können, für LSCRIPT steht zur Verfügung: stm32f030x4.ld , stm32f030x6.ld , stm32f030x8.ld , stm32f070x6.ld , stm32f042x6.ld • picomon.c ◦ Quellcode und Main-Programm der Firmware • spi_tft.c ◦ Quellcode zur Ansteuerung der internen Hardware-SPI, sendet Daten vom Controller zum Display • spi_tft.h
in „PicoMon für CH32V003 oder STM32F0xx“ · Projekte & Code ·
-
PDF
mb1045_changed.pdf
0 4.87K P0UPFBIN2 IOGND 0 22pF P 18 P0U5018 P0U5035 35 P 1 2 2 1 PFBIN1 IOGND P0U5036 P0JP601 5 1 6 423 P0PFBOUT DGND 36 P2JP602 C C C C 2 1 1 2 C134 P0MII0MCO PA8 P0JP603 5 C135 1 C131 6 C136 4 DP83848CVV MII_MCO 1 100nF 1 100nF 1 100nF 1 10uF P P P P JP6 D D STMicroelectronics Title: STM324x9I-EVAL
-
PDF
mb1045_changed_korrigiert.pdf
0 4.87K P0UPFBIN2 IOGND 0 22pF P 18 P0U5018 P0U5035 35 P 1 2 2 1 PFBIN1 IOGND P0U5036 P0JP601 5 1 6 423 P0PFBOUT DGND 36 P2JP602 C C C C 2 1 1 2 C134 P0MII0MCO PA8 P0JP603 5 C135 1 C131 6 C136 4 DP83848CVV MII_MCO 1 100nF 1 100nF 1 100nF 1 10uF P P P P JP6 D D STMicroelectronics Title: STM324x9I-EVAL
-
PDF
en.DM00428288.pdf
STEVAL-SPIN3202 evaluation board provides a complete single-shunt six-step solution consisting of an STSPIN32F0A (advanced BLDC controller with an embedded STM32 MCU) and a triple half-bridge power stage with the NMOS STD140N6F7. The STSPIN32F0A autonomously generates all the required supply voltages starting
in „Problem mit ST-Board zur BLDC-Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MINI_STM32-V3.0_SCH.pdf
PA0 10K KEY1 STM32F103RBT6 R11 R13 R14 R15 3V3 3V3 S2 LD3 S3 10K 10K 10K 10K J4 R7 PA1 R3 R18 BOOT0 1 2 3V3 KEY2 3V3 3V3 BOOT0 JNTRST PB4 3 Vref Vsupply 4 10K 1K 2K JTDI PA15 5 nTRST GND1 6 3V3 J1 U2 PWR 3V3 5V JTMS
in „ISP Bootloader über USART bei STM32 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM_DEV.pdf
VCC VCC VDDA VSSA GND SS66 SS4 SS55 D STM32F103VE I2 I02 P02 P02 P2 P02 92 D COCK COCK COCK COCK COCK OCK OCK9 I1100n I01n 10P01100nP010n 1P1n 100P01 91 TitleCPU Master Size:A4 Number: 2. Revision1.0 GND Date: 16.01.2010 Time: 17:31:15 Sheet
in „STM32 Development Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**************************** */ #include <stdio.h> #include <string.h> #include <math.h> #include "stm32f30x.h" #include "stm32f30x_rcc.h" #include "stm32f30x_misc.h" #include "stm32f30x_gpio.h" #include "stm32f30x_dma.h" #include "stm32f30x_usart.h" #include "stm32f30x_spi.h" #include "stm32f30x_i2c.h" #include "stm32f30x_syscfg.h" #include "stm32f30x_exti.h" #include "defines.h" #include "gpioctrl.h" #include "usart2dmactrl.h" #include "l3gd20ctrl.h" #include "lsm303ctrl.h" GPIO_InitTypeDef GPIO_InitStructure;
in „STM32F303 USART2 DMA1 funktioniert halblebig ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
basic_interpreter.pdf
Den preiswertesten Microcontroller den ich gefunden (und sogar verfügbar) hatte war im Jahr 2016 ein STM8S103F3P6. Stand 2023 wäre ein STM32F030f4 bei sehr deutlich besseren Leistungsdaten preiswerter. Hier jedoch jetzt die finale Version für einen STM8S103. Da der Speicherplatz des Mikrocontrollers nun