-
Datei
readme.txt
the STM3210C-EVAL board. @par Hardware and Software environment - This example runs on STM32F105/7 Connectivity line, STM32F2xx and STM32F4xx devices. - This example has been tested with STM3210C-EVAL RevB (STM32F105/7 devices), STM322xG-EVAL RevB (STM32F2xx) and STM324xG-EVAL RevB (STM32F4xx) - STM3210C-EVAL Set-up - use CN2 connector to connect the board to a PC host - STM322xG-EVAL Set-up - Use CN8 connector
in „STM32F2 - USB HID“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MCU.pdf
STM32F100x4 STM32F100x6 STM32F100x8 STM32F100xB Low & medium-density value line, advanced ARM-based 32-bit MCU with 16 to 128 KB Flash, 12 timers, ADC, DAC & 8 comm interfaces Datasheet production data
in „suche die pins für flash speicher“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.x-nucleo-iks01a2_quick_start_guide.pdf
for NUCLEO-F401RE or NUCLEO-L053R8 or NUCLEO-L152RE or NUCLEO-L476RG \STM32CubeExpansion_MEMS1_V3.0.0\Projects\Multi\Examples\IKS01A2\DataLog\Binary\STM32F401RE-Nucleo \STM32CubeExpansion_MEMS1_V3.0.0\Projects\Multi\Examples\IKS01A2\DataLog\Binary\STM32L053R8-Nucleo \STM32CubeExpansion_MEMS1
in „LSM6DSL Gyro+Accelerometer, Gyro gibt keine Werte aus.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
SystemCoreClock = HSI48/PREDIV * PLLMUL */ SystemCoreClock = (HSI48_VALUE/predivfactor) * pllmull; } #endif /* STM32F042x6 || STM32F048xx || STM32F072xB || STM32F078xx || STM32F091xC || STM32F098xx */ else { #if defined(STM32F042x6) || defined(STM32F048xx) || defined(STM32F070x6) \ || defined(STM32F078xx) || defined
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Clock use HCLK/4 STM32_MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_ADCDACSEL, 0b00 << RCC_CCIPR2_ADCDACSEL_Pos); STM32_MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_ADCDACPRE, 0b010 << RCC_CCIPR2_ADCDACPRE_Pos); // Enable ADC 1 and 2 STM32
in „STM32F552VE kann analoge Pins nicht lesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Verlauf.txt
Debug: 152 47 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_flash bank STM32F107VCTx.flash stm32f1x 0x08000000 0 0 0 STM32F107VCTx.cpu Debug: 153 47 command.c:145 script_debug(): command - ocd_flash ocd_flash bank STM32F107VCTx.flash stm32f1x 0x08000000 0 0 0 STM32F107VCTx.cpu
in „SW4STM32 hängt bei in procedure 'ocd_bouncer'“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gpio.h
########################################################################################## */ enum STM32F1_IMODE_ENUM { STM32F1_ANALOG = 0, STM32F1_FLOATING = 1, STM32F1_PULLUP_PULLDOWN = 2, }__attribute__((packed)) ; typedef enum STM32F1_IMODE_ENUM STM32F1_IMODE; enum STM32F1_OMODE_ENUM { STM32F1_PUSHPULL = 0, STM32F1_OPENDRAIN = 1 }__attribute__((packed)) ; typedef enum STM32F1_OMODE_ENUM STM32F1_OMODE; enum STM32F1_OSPEED_ENUM { STM32F1_10MHZ = 1, STM32F1_2MHZ = 2, STM32F1_50MHZ = 3 }__attribute__((packed))
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
history.xml
="..\obj\stm32f4xx_syscfg.o" lastModified="13bc8545420"/> <source file="..\obj\stm32f4xx_sdio.o" lastModified="13bc8545420"/> <source file="..\obj\stm32f4xx_hash.o" lastModified="13bc8545420"/> <source file="..\
in „STM32F4 Discovery Audio DAC CS43L22“ · 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 ·
-
PDF
5_-_STM32F_Connectivity_Line.pdf
STM32 Seminar STM32F Connectivity-Line COMPEL/STM Seminar November 2010 Seminar Agenda Overview of ST Microcontroller Portfolio Introduction to Cortex-M Core STM32 General Purpose Lines Product-Line Overview
in „STM32: Timer funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpsystem.h
) || defined(STM32L1XX_HD) // ARM STM32 # include <stm32l1xx.h> # define ARM_STM32 # define ARM_STM32L1XX # define F_CPU (SysCtlClockGet()) #elif defined(STM32F10X_LD) || defined(STM32F10X_LD_VL) \ || defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) \ || defined(STM32F10X_HD) || defined(STM32F10X_HD_VL) \ || defined(STM32F10X_XL) || defined(STM32F10X_CL) // ARM STM32 # include <stm32f10x.h> # define ARM_STM32 # define ARM_STM32F10X
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Datasheet_DM00039193-490390.pdf
One 16-bit 7-channel advanced-control Reference Part number timer for 6 channels PWM output, with STM32F051C4, STM32F051K4, STM32F051R4 deadtime generation and emergency stop STM32F051C6, STM32F051K6, STM32F051R6 STM32F051xx STM32F051C8, STM32F051K8, STM32F051R8, – One 32-bit and one 16-bit timer, with
in „STM32F05 SPI 3 Wire Verbindung mit Accelerometer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STEVAL-3DP001V1_Manual.pdf
project files in stm32_cube\Projects\STM32F4xx-3dPrinter\Marlin\EWARM OpenSTM32: with project files in Projects\STM32F4xx- 3dPrinter\Marlin\SW4STM32\Marlin The project folder also contains the application entry point
in „3D-Drucker Board bzw CNC-Board mit STM32F401“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
External_Interrupts_H7_HAL_bindings.txt
for h in `cat startup_stm32h743xx.s | grep 'Handler ' | grep '.word' | awk '{print $2}'`; do echo $h; find ./STM32H7xx_HAL_Driver -name \*.h -exec /usr/bin/grep -H $h {} \;; done WWDG_IRQHandler ./STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_wwdg.h:void HAL_WWDG_IRQHandler(WWDG_HandleTypeDef *hwwdg); PVD_AVD_IRQHandler ./STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:void HAL_PWREx_PVD_AVD_IRQHandler(void); TAMP_STAMP_IRQHandler RTC_WKUP_IRQHandler FLASH_IRQHandler ./STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:void
in „Q: STM32H743 External Interrupts HAL bindings“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
72MHz 72000000 #endif /*!< Uncomment the following line if you need to use external SRAM mounted on STM3210E-EVAL board (STM32 High density and XL-density devices) or on STM32100E-EVAL board (STM32 High-density value line devices) as data memory */ #if defined (STM32F10X_HD) || (defined STM32F10X_XL)
in „STM32 HSE Frage zur Clock-Konfiguration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
72MHz 72000000 #endif /*!< Uncomment the following line if you need to use external SRAM mounted on STM3210E-EVAL board (STM32 High density and XL-density devices) or on STM32100E-EVAL board (STM32 High-density value line devices) as data memory */ #if defined (STM32F10X_HD) || (defined STM32F10X_XL)
in „STM32 PWM allgemein“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
72MHz 72000000 #endif /*!< Uncomment the following line if you need to use external SRAM mounted on STM3210E-EVAL board (STM32 High density and XL-density devices) or on STM32100E-EVAL board (STM32 High-density value line devices) as data memory */ #if defined (STM32F10X_HD) || (defined STM32F10X_XL)
in „STM32F1, Delay stimmt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
datasheet.pdf
STM32F103x6 STM32F103x8 STM32F103xB Performance line, ARM-based 32-bit MCU with up to 128 KB Flash, USB, CAN, seven 16-bit timers, 2 ADCs & 9 communication interfaces Features ■ Core: ARM 32-bit Cortex™
in „ARM Audio Spektrum Analyser“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
Datei
Build_options.txt
F:\SVN\[...]\common\src_glcd\glcd_textfun.c F:\SVN\[...]\cmsis_boot\startup\startup_stm32f10x_md.c F:\SVN\[...]\stm_lib\src\stm32f10x_gpio.c F:\SVN\[...]\main.c F:\SVN\[...]\common\src_pwm\pwm_stm32.c F:\SVN\[...]\stdio\printf.c F:\SVN\[...]\stm_lib\src\stm32f10x_rcc.c F:\SVN\[...]\stm_lib
in „ARM-GCC: makefile“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compiler_output.txt
: MCU GCC Compiler /hdd/stefan/Programmierung/STM32/STM32F303RE_test/Debug arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "startup/startup_stm32.o" "../startup/startup_stm32.s" /hdd/stefan/Programmierung/STM32/STM32F303RE_test
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_conf.h
include "stm32f4xx_adc.h" #include "stm32f4xx_can.h" #include "stm32f4xx_crc.h" #include "stm32f4xx_cryp.h" #include "stm32f4xx_dac.h" #include "stm32f4xx_dbgmcu.h" #include "stm32f4xx_dcmi.h" #include "stm32f4xx_dma.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_flash.h" #include "stm32f4xx_fsmc.h" #include "stm32f4xx_hash.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_i2c.h" #include "stm32f4xx_iwdg.h" #include "stm32f4xx_pwr.h
in „STM32F4 SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
_41xxx || STM32F427_437x || STM32F429_439xx */ #if defined (STM32F427_437xx) || defined (STM32F429_439xx) /* #define DATA_IN_ExtSDRAM */ #endif /* STM32F427_437x || STM32F429_439xx */ /*!< Uncomment the following
in „STM32F401 Embitz1.1 Toolchain gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
72MHz 72000000 #endif /*!< Uncomment the following line if you need to use external SRAM mounted on STM3210E-EVAL board (STM32 High density devices) as data memory */ #ifdef STM32F10X_HD /* #define DATA_IN_ExtSRAM */ #endif /* STM32F10X_HD */ /** * @} */ /** @addtogroup STM32F10x_System_Private_Macros
in „COIDE 2.7.0 und STMF103C8T6 (china board), startprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpsystem.h
) || defined(STM32F10X_LD_VL) \ || defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) \ || defined(STM32F10X_HD) || defined(STM32F10X_HD_VL) \ || defined(STM32F10X_XL) || defined(STM32F10X_CL) // ARM STM32 # include <stm32f10x.h> # define ARM_STM32 # define ARM_STM32F10X # define F_CPU (SysCtlClockGet()) #elif defined(STM32F4XX) // ARM STM32 # include <stm32f4xx.h> # define ARM_STM32 # define ARM_STM32F4XX #elif defined
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmpsystem.h
) || defined(STM32F10X_LD_VL) \ || defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) \ || defined(STM32F10X_HD) || defined(STM32F10X_HD_VL) \ || defined(STM32F10X_XL) || defined(STM32F10X_CL) // ARM STM32 # include <stm32f10x.h> # define ARM_STM32 # define ARM_STM32F10X # define F_CPU (SysCtlClockGet()) #elif defined(STM32F4XX) // ARM STM32 # include <stm32f4xx.h> # define ARM_STM32 # define ARM_STM32F4XX #elif defined
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
CD00161566.pdf
ADC, SPIs, Table 1. Device summary I Cs and USARTs Reference Part number Up to 80 fast I/O ports STM32F103C8, STM32F103R8 – 26/37/51/80 I/Os, all mappable on 16 STM32F103x8 STM32F103V8, STM32F103T8 external interrupt vectors and almost all STM32F103xB STM32F103RB STM32F103VB, 5 V-tolerant STM32F103CB
in „[F] STM32F103: Lastkondensatoren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32breakout_1.0.pdf
STM32breakout Dokument: 1.0 Alpha, Hardware 13/1 STM32 Breakoutboard für die F1-Serie [ Manual ] Version mit STM32F105RB Author: C. Hediger, 01.12.2013 STM32F10x Breakoutboard – HW: 13/1 - Manual: 1.0 –
in „[V] STM32 Breakoutboard passend für Breadboard, tolle sache!“ · Markt ·
-
Datei
stm32h753bit6.cpp
).get_nvic()), m_fmc(m_rcc), m_ltdc(), m_i2c_1(), m_sdmmc_1(m_hsem[17]), m_sdmmc_2(m_hsem[18]) { } STM32H753BIT6& CODE_HARDWARE(STM32H753BIT6::get)() { static STM32H753BIT6 DATA_HARDWARE_0(stm32h753bit6); return(stm32h753bit6); } feedback CODE_HARDWARE(STM32H753BIT6::startup)() { if(m_debug.startup()
in „Virtual Function Elimination ARM GCC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM103.pdf
. Device summary Reference Part number – Pe2ipherals supported: timers, ADC, SPIs, I Cs and USARTs STM32F103C8, STM32F103R8 STM32F103x8 STM32F103V8, STM32F103T8 ■ Up to 80 fast I/O ports – 26/37/51/80 I/Os, all mappable on 16 STM32F103xB STM32F103RB STM32F103VB, external interrupt vectors and almost
in „STM32 2 Versorgungsspannungen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32breakout_v2.pdf
STM32breakout V2 Dokument: 1.0 Alpha, Hardware 14/2, ED14101 STM32 Breakoutboard V2- Fx-Serie [ Manual ] Version mit STM32F105RBT6 Autor: C. Hediger, 08.11.2014 STM32Fx Breakoutboard V2 – HW: 14/2 - Manual
in „[V]erkaufe - STM32 F1, F2, F4 Breakoutboard V2“ · Markt ·
-
PDF
STM32breakout_v2.pdf
STM32breakout V2 Dokument: 1.0 Alpha, Hardware 14/2, ED14101 STM32 Breakoutboard V2- Fx-Serie [ Manual ] Version mit STM32F105RBT6 Autor: C. Hediger, 08.11.2014 STM32Fx Breakoutboard V2 – HW: 14/2 - Manual
in „[V]erkaufe - STM32 F1, F2, F4 Breakoutboard V2“ · Markt ·
-
Datei
fehler.txt
BITRATE, int)': stm32f103.cpp:249:3: error: 'RCC' was not declared in this scope stm32f103.cpp:251:3: error: 'AFIO' was not declared in this scope stm32f103.cpp:256:12: error: 'struct gpio_dev' has no member named 'CRH' stm32f103.cpp:261:12: error: 'struct gpio_dev' has no member named 'CRH' stm32f103.cpp:269:12: error: 'struct gpio_dev' has no member named 'ODR' stm32f103.cpp:278:12: error: 'struct gpio_dev' has no member
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F107.pdf
Serial wire debug (SWD) & JTAG interfaces Reference Part number – Cortex-M3 Embedded Trace Macrocell™ STM32F105R8, STM32F105V8 ■ Up to 80 fast I/O ports STM32F105xx STM32F105RB, STM32F105VB – 51/80 I/Os, all mappable on 16 external STM32F105RC, STM32F105VC interrupt vectors and almost all 5 V-tolerant STM32F107RB
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
where the Flash memory density ranges between 16 and 32 Kbytes. - Low-density devices are STM32F101xx, STM32F102xx and STM32F103xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. - Medium-density Value line devices are STM32F100xx
in „Timer/Counter STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_StdPeriph_Examples-RTC-LSI_Calib.txt
where the Flash memory density ranges between 16 and 32 Kbytes. - Low-density devices are STM32F101xx, STM32F102xx and STM32F103xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. - Medium-density Value line devices are STM32F100xx
in „STM und sein Beispiel zur Callibrierung des RTC's“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32l1xx_conf.h
"stm32l1xx_adc.h" //#include "stm32l1xx_crc.h" #include "stm32l1xx_comp.h" //#include "stm32l1xx_dac.h" #include "stm32l1xx_dbgmcu.h" #include "stm32l1xx_dma.h" #include "stm32l1xx_exti.h" #include "stm32l1xx_flash.h" #include "stm32l1xx_gpio.h" //#include "stm32l1xx_syscfg.h" //#include "stm32l1xx_i2c.h" //#include "stm32l1xx_iwdg.h" #include "stm32l1xx_lcd.h" #include "stm32l1xx_pwr.h" #include "stm32l1xx_rcc.h" #include "stm32l1xx_rtc.h
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f1xx_hal_conf.h
include "stm32f1xx_hal_cortex.h" #endif /* HAL_CORTEX_MODULE_ENABLED */ #ifdef HAL_ADC_MODULE_ENABLED #include "stm32f1xx_hal_adc.h" #endif /* HAL_ADC_MODULE_ENABLED */ #ifdef HAL_CRC_MODULE_ENABLED #include "stm32f1xx_hal_crc.h
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
session1.txt
>>> schreibe ein "blink-programm" für STM32 unter verwendung der ST HAL Thinking... Thinking Process: 1. **Analyze the Request:** * **Task:** Write a "blink program" (LED blinking) for an STM32 microcontroller. * **Framework:** Use ST HAL (
-
PDF
STM32F405-7x.pdf
STM32F407xx STM32F407VG, STM32F407IG, STM32F407ZG, – Serial wire debug (SWD) & JTAG interfaces STM32F407VE, STM32F407ZE, STM32F407IE – Cortex-M4 Embedded Trace Macrocell™ May 2012 Doc ID 022152 Rev 3 1/
in „STM32 DCMI (Kamera) Pinbelegung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AC6_System_Workbench.pdf
Custom track (2/3) Debugging - Custom track (3/3) Debugging Debugging Debugging Debugging The OpenSTM32.org community site OpenSTM32.org OpenSTM32.org • The OpenSTM32.org website (http://www.openstm32.org) is the focal point for STM32 embedded system development with System Workbench for STM32 • This
in „openSTM32 IDE => System Workbench for STM32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32f405rg.pdf
Table 1. Device summary Reference Part number STM32F405xx STM32F405RG, STM32F405VG, STM32F405ZG, STM32F405OG, STM32F405OE STM32F407xx STM32F407VG, STM32F407IG, STM32F407ZG, STM32F407VE, STM32F407ZE, STM32F407IE 2/202 DocID022152 Rev 8 STM32F405xx,
-
Datei
main.h
* Uncomment/Comment the line below to enable/disable peripheral header file inclusion */ #include "stm32f10x_adc.h" #include "stm32f10x_bkp.h" #include "stm32f10x_can.h" #include "stm32f10x_cec.h" #include "stm32f10x_crc.h" #include "stm32f10x_dac.h" #include "stm32f10x_dbgmcu.h" #include "stm32f10x_dma.h" #include "stm32f10x_exti.h" #include "stm32f10x_flash.h" #include "stm32f10x_fsmc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_i2c.h" #include "stm32f10x_iwdg.h" #include "stm32f10x_pwr.h" #include "stm32f10x_rcc.h
in „STM32 SPI2 als Master sendet nichts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_hal_conf.h
"stm32f0xx_hal_adc.h" #endif /* HAL_ADC_MODULE_ENABLED */ #ifdef HAL_CAN_MODULE_ENABLED #include "stm32f0xx_hal_can.h" #endif /* HAL_CAN_MODULE_ENABLED */ #ifdef HAL_CEC_MODULE_ENABLED #include "stm32f0xx_hal_cec.h" #endif /* HAL_CEC_MODULE_ENABLED */ #ifdef HAL_COMP_MODULE_ENABLED #include "stm32f0xx_hal_comp.h" #endif /* HAL_COMP_MODULE_ENABLED */ #ifdef HAL_CRC_MODULE_ENABLED #include "stm32f0xx_hal_crc.h" #endif /* HAL_CRC_MODULE_ENABLED */ #ifdef HAL_DAC_MODULE_ENABLED #include "stm32f0xx_hal_dac.h
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.STM32F30x.patch
14.000000000 +0200 +++ B/irmpsystem.h 2019-12-05 01:45:46.026523800 +0100 @@ -37,6 +37,11 @@ # define ARM_STM32 # define ARM_STM32F10X # define F_CPU (SysCtlClockGet()) +#elif defined(STM32F30X) // ARM STM32 +# include <stm32f30x.h> +# define ARM_STM32 +# define ARM_STM32F30X +# define F_CPU (SysCtlClockGet()) #elif defined(STM32F4XX) // ARM STM32 # include <stm32f4xx.h> # define ARM_STM32 diff -Nrup A/irsnd.c B/irsnd.c --- A/irsnd.c 2018-09-06 16:52:14.000000000 +0200 +++ B/irsnd.c 2019-12-05 01:42:51.466724300 +0100 @@ -
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
Release_Notes.html
font-size: 10pt; font-family: Verdana;">Add new firmware driver for CEC peripheral: stm32f10x_cec.h and stm32f10x_cec.c</span></li> <li class="MsoNormal" style=""><span style="font-size: 10pt; font-family: Verdana;">Timers drivers stm32f10x_tim.h/.c: add support for new General Purpose
in „STM32F10x Std Peripherals Lib V3.5.0 vs. V3.6.1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32-comstick-ds.pdf
integrated STM32F107VCT6 microcontroller with on-chip debug support. It provides a USB communication port for connecting the STM32-comStick to a PC. For operation, the overall system requires the STM32-comStick component
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f4xx_system * @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „stm32f411re timer clock speed ermitteln?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
patch_openocd_for_h7.txt
/tcl/board/stm32h7x3i_eval.cfg cd openocd-0.10.0/tcl/target download stm32h7x.cfg to openocd-0.10.0/tcl/target/stm32h7x.cfg http://openocd.zylin.com/#/c/4182/3/tcl/target/stm32h7x.cfg (File Path link) http://openocd.zylin.com
in „Nucleo-H743ZI in Linux und mit stlink 1.5.0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F070CBT6.pdf
capability Reference Part number • 5-channel DMA controller • One 12-bit, 1.0 μs ADC (up to 16 channels) STM32F070xB STM32F070CB, STM32F070RB STM32F070x6 STM32F070C6, STM32F070F6 – Conversion range: 0 to 3.6 V – Separate analog supply: 2.4 V to 3.6 V • Calendar RTC with alarm and periodic wakeup from Stop/
in „Poti / Buffer / ADC / STM32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CD00277537.pdf
summary – USART supported Reference Part number • Development support – Serial wire debug supported STM32L151CB, STM32L151C8, STM32L151x6/8/B STM32L151C6, STM32L151RB, – JTAG and trace supported STM32L151R8, STM32L151R6, • Up to 83 fast I/Os (73 I/Os 5V tolerant), all STM32L151VB, STM32L151V8 mappable on 16 external interrupt vectors STM32L152CB, STM32L152C8, • Memories STM32L152x6/.8/B STM32L152C6, STM32L152RB, STM32L152R8, STM32L152R6, – Up to 128 KB Flash with ECC STM32L152VB, STM32L152V8 – Up to 16 KB RAM – Up to 4 KB of true EEPROM
in „SPI-Schnittstelle Befehl: SPI_I2S_SendData(spi2, data)“ · Mikrocontroller und Digitale Elektronik ·