-
Datei
spi_hard_dma_stm32f4xx.c
0200 (Sa, 31 Aug 2019) $ * $Revision: 884 $ * * @date 25.08.2019 Nicolas */ #include "spi_hard_dma.h" #if defined( STM32F4XX ) #include "hw_config.h" #include "stm32f4xx_spi.h" #include <stdlib.h> /* In hw_config.h : #define SPI_HARD_DMA spi_hard_STM32F4XX_SPI1_PA5_PA6_PA7 oder #define SPI_HARD_DMA
in „10k Pull-Up zerstört SPI-Signal (STM32F407)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
------------------- // File : main.c // Datum : 09.09.2014 // Version : 1.0 // Autor : AJ // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" //---------
in „STM32F4 DISCOVERY und SainSmart 3.2″ Display“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
techb_GraficLCD_de_en.pdf
Mechanical Data Abmessungen Platine 90 x 60 x 22 mm Dimensions of the board 90 x 60 x 22 mm (L x B x H) (L X B X H) Masse 37,5 g Weight 37,5 g Rastermaß 2,54 mm Grid dimensions 2,54 mm Leiterplattenmaterial: FR4; 0,35 µm Cu PCB material FR4; 0,35 µm Cu www.myAVR.de © Laser & Co. Solutions GmbH – 07/2013
in „LCD Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
hardware_dev.pdf
consumption. Refer to the STM32F10xxx or STM32F100xx reference manual (RM0008 or RM0041, respectively) for a description of the clock tree: ● RM0008 for STM32F101xx, STM32F102xx, STM32F103xx and STM32F105xx/107xx microcontrollers
in „STM32: JTAG mit ST-LINK: Error in Initializing ST-Link device“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00043574.pdf
PA9/PA10), USART2 (PD5/PD6) or USB (DFU) on STM32F303xB/C devices, • USART1 (PA9/PA10), USART2 (PD5/PD6), I2C1 (PB6/PB7) on STM32F358xC devices, • USART1 (PA9/PA10), USART2 (PA2/PA3), I2C1 (PB6/PB7) on STM32F303x6/8 and STM32F328x8
in „STM32F3 Discovery als USB Keyboard“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
ADC-Routinen fuer EDM * Gemultiplexted auslesen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
ADC-Routinen fuer EDM * Gemultiplexted auslesen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
devices, the minimum frequency value to measure is 366 Hz. @par Directory contents - TIM/InputCapture/stm32f10x_conf.h Library Configuration file - TIM/InputCapture/stm32f10x_it.c Interrupt handlers - TIM/InputCapture/stm32f10x_it.h Interrupt handlers header file - TIM/InputCapture/main.c Main program -
in „Timer/Counter STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
* @{ */ /** @addtogroup STM32F4xx_System_Private_Includes * @{ */ #include "stm32f4xx.h" /** * @} */ /** @addtogroup STM32F4xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F4xx_System_Private_Defines
in „STM32F4 Discovery - I2S bitte um Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
* @{ */ /** @addtogroup STM32F10x_System_Private_Includes * @{ */ #include "stm32f10x.h" /** * @} */ /** @addtogroup STM32F10x_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F10x_System_Private_Defines
in „COIDE 2.7.0 und STMF103C8T6 (china board), startprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
ADC-Routinen fuer EDM * Gemultiplexted auslesen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]; /* Alle GPIO-Ports, an denen benutzte ADC-Kanaele haengen
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407VGT6.pdf
. . . . . . 127 5.3.4 Stop mode (STM32F405xx/07xx and STM32F415xx/17xx) . . . . . . . . 128 5.3.5 Stop mode (STM32F42xxx and STM32F43xxx) . . . . . . . . . . . . . . . . . 130 5.3.6 Standby mode . . . . . . . . . . .
in „ARM Controller "richtig" programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407VGT6.pdf
. . . . . . 127 5.3.4 Stop mode (STM32F405xx/07xx and STM32F415xx/17xx) . . . . . . . . 128 5.3.5 Stop mode (STM32F42xxx and STM32F43xxx) . . . . . . . . . . . . . . . . . 130 5.3.6 Standby mode . . . . . . . . . . .
in „STM32F4 pointer Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-------------------------*/ #include "main.h" /** @addtogroup STM32F4_Discovery_Peripheral_Examples * @{ */ /** @addtogroup SysTick_Example * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define
in „STM32F4 SysTick Fehler ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc.c
## */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wpadded" #include <CMSIS_Device/stm32f1xx.h> #pragma GCC diagnostic pop #include <stdtypes.h> #include "adc.h" #include "dma.h" #include "gpio.h" /* #####################################################################################
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
textdisplayadapter_2.pdf
stxlcd_demo.c // Demoprogramm | | | +-- stxlcd_demo.ihx // flashbare Binaerdatei im Hex-Format | | + /stm8_pwm | | | +-- /include | | | | | +-- stm8_gpio.h // Header zum Ansprechen der Portpins des STM8 | | | | | +-- stm8_init.h // Header zur Systeminitialisierung | | | | | |-- stm8s.h // Deklarationen
in „"Intelligenter" Textdisplayadapter mit Padauk PFS154“ · Projekte & Code ·
-
PDF
AvrSTM32F_IO.pdf
Lesen der IO Ports genauso übersichtlich programmiert werden kann. Die Möglichkeiten der Ports bei den STM32Fxxx Prozessoren sind aber deutlich vielfältiger. Abb.1 STM32F10x GPIO Register Struktur Abb.2 STM32F30x und STM32F40x GPIO Register Struktur STM32F3 Discovery Board Blockschaltbild // Simple GPIO Example for STM32F10x und STM32F30x Discovery Modul Juni 2013 // A.Schnell #include "stm32f30x.h" #include "stm32f30x_gpio.h" #include "stm32f30x_rcc.h" #define BUTTON GPIO_Pin_0 // User Button #define LED6 GPIO_Pin
in „AVR ARM STM32F3 Discovery GPIO Einführung“ · Projekte & Code ·
-
Datei
Fader.h
#ifndef __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" //*************************************************************// //****************** System Level Includes ********************// #include "string.h" #include
in „STM32F0 Multi Channel ADC mit DMA problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
asl_unterstuetzte_prozessoren.txt
S912ZVHY64F1VL S912ZVHY32F1VLL S912ZVHL64F1VLQ 68HC16 68RS08 H8/300L HD6413308 H8/300 HD6413309 H8/300H HD6475328 HD6475348 HD6475368 HD6475388 SH7000 SH7600 SH7700 6502 65SC02 65C02 65CE02 W65C02S 65C19 MELPS740 HUC6280 6502UNDOC
in „gas as a68 m68k - was nimmt man ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm8s.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM8S_H #define __STM8S_H /** @addtogroup STM8S_StdPeriph_Driver * @{ */ /* Uncomment the line below according to the target STM8S or STM8A device used in your application. */ /* #define STM8S208 */ /*!
in „sdcc source code in mehrere Dateien aufteilen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f0xx_system * @{ */ /** @addtogroup STM32F0xx_System_Private_Includes * @{ */ #include "stm32f0xx.h" /** * @} */ /** @addtogroup STM32F0xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „uint16_t Division compilerabhängig? HardFault bei bestimmtem Compiler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_dma.c
#include "stm32f0xx_gpio.h" #include "stm32f0xx.h" #include "typedef.h" #include "init.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_tim.h
in „ATM32F030 + ADC + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
ADC-Routinen fuer EDM * Gemultiplexted auslesen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdint.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f0xx_system * @{ */ /** @addtogroup STM32F0xx_System_Private_Includes * @{ */ #include "stm32f0xx.h" /** * @} */ /** @addtogroup STM32F0xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32 PLL x6 geht nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F429_Reference_Manual.pdf
. . . . . . 129 5.3.4 Stop mode (STM32F405xx/07xx and STM32F415xx/17xx) . . . . . . . . 130 5.3.5 Stop mode (STM32F42xxx and STM32F43xxx) . . . . . . . . . . . . . . . . . 133 5.3.6 Standby mode . . . . . . . . . . .
in „USB-C Dual-Role-Device DRD mit integriertem OTG FS PHY“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_Reference_manual.pdf
. . . . . . 129 5.3.4 Stop mode (STM32F405xx/07xx and STM32F415xx/17xx) . . . . . . . . 130 5.3.5 Stop mode (STM32F42xxx and STM32F43xxx) . . . . . . . . . . . . . . . . . 133 5.3.6 Standby mode . . . . . . . . . . .
in „STM32F4 Timer Triggered DMA SPI – NSS Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_dma.c
#include "stm32f0xx_gpio.h" #include "stm32f0xx.h" #include "typedef.h" #include "init.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_tim.h
in „ATM32F030 + ADC + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00031020.pdf
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 5.4.1 PWR power control register (PWR_CR) for STM32F405xx/07xx and STM32F415xx/17xx . . . . . . . . . . . . . . . . 105 5.4.2 PWR power control register (PWR_CR) for STM32F42xxx and STM32F43xxx . . . .
in „fsmc am stm32f4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
r_manuel.pdf
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 5.4.1 PWR power control register (PWR_CR) for STM32F405xx/07xx and STM32F415xx/17xx . . . . . . . . . . . . . . . . 105 5.4.2 PWR power control register (PWR_CR) for STM32F42xxx and STM32F43xxx . . . .
in „Hilfe bei Programmierung STM32F407VG bei TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
graphik.h
#ifndef GRAPHIK_H_INCLUDED #define GRAPHIK_H_INCLUDED // Special Libs #include "defines.h" #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_rng.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_general.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_gpio.h" /* LCD settings */ #define ILI9341_WIDTH 240 #define ILI9341_HEIGHT 320 // Transformiert Koordinaten
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
ADC-Routinen fuer EDM * Gemultiplexted auslesen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdint.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL
in „STM32 - ADC-DMA1-IRQ-Handler macht Unsinn“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F746G_Discovery.pdf
AUDIO_SDADA USB HS i OTG_HS_O rverrrent ULPI_STP DCMII i DCMI_PIXCKCK DCMI_HSYNC AUDIO_SCLCL AUDIO_SDA U_STM32F7 OSC_24M OTG_HS_OverCurrent DCMII i DCMI_SDADA DCMI_PIXCK SAI2_MCLKAKA AUDIO_SCL STM32F7.SchDoc CLOCK i OSC_24M DCMI_SCLCL DCMI_SDA SPDIF_RX0X0 SAI2_MCLKA PA[0..15] ARD_A[0..5] DCMI_SCL SAI1_SD_A0A
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f40xx.lst
\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40xx.s At line 250 in file ..\..\STM32F4xx_DSP_StdPeriph_Lib_V1.3.0\Libraries\CM SIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40xx.s DMA1_Stream5
in „Stm32f4 UART löst kein receive Interrupt aus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32-comstick-ds.pdf
PC7 52 PC13 53 GND 54 GND 55 -- 56 (reserved) 57 PE14 58 PB7 59 PB14 60 -- 61 PC6 62 PA8 63 -- 64 -- STM32-comStick Data Sheet 6 Pin Signal name Pin Signal name 65 PE10 66 -- 67 PE11 68 PB15 69 PD3 70 PE13 71 PD4 72 PB6 73 PE12 74 PE5 75 PE0 76 GND 77 PE1 78 (PC4) 79 +5V 80 +5V STM32-comStick Data Sheet 7 4 Technical Data Power Supply Mains connection not present, USB bus powered (4.2V to 5.0V) Power max. 3.5 W consumption Current max. 350 mA consumption Dimensions STM32-comStick W x H x D appr. 115 x 20 x 34 mm Weight approx. 40 g Environmental Conditions Operation 5 to 45°C ambient temperature
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpconfig.h
--------- * Hardware pin for ARM STM32 (HAL) - don't change here, define IRMP_RECEIVE_GPIO_Port & IRMP_RECEIVE_PIN in STM32Cube (Main.h) *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32_HAL) // STM32: IRMP_RECEIVE_GPIO_Port & IRMP_RECEIVE_PIN must be defined in STM32Cube # define IRMP_PORT_LETTER IRMP_Receive_GPIO_Port # define IRMP_BIT_NUMBER IRMP_Receive_Pin /*-----------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
delay.h
--------------------------------------------------------------------------------- */ #ifndef DELAY_H #define DELAY_H #if defined (STM32F10X) #include "stm32f10x.h" #include "stm32f10x_rcc.h" #elif defined (STM32F4XX) #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #endif // resolution of delay functions #define DELAY_RESOLUTION_1_US 1 #define DELAY_RESOLUTION_5_US 5 #define DELAY_RESOLUTION_10_US 10 #define DELAY_RESOLUTION_100_US 100 #define DELAY_DEFAULT_RESOLUTION DELAY_RESOLUTION_100_US extern uint32_t delay_ticks_per_usec; extern void delay_usec (uint32
-
Datei
stm32f4x7_eth_conf.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_CONF_H #define __STM32F4x7_ETH_CONF_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" /* Exported
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Resources_STM32WL_UFQFPN48_REF_BOARD_Low_Power_High_Band_868-915MHz.pdf
GJM155 series and high value (68pF) STM32WLxx_QFN48 are GRM155 series. P2 PIB2 PIB1 PA11 P4 Inductors are muRata LQW15AN CO1 Open CO14 VRPA series. P 1nF P4 0.47 uF L3 PIB2 PIB1 PL02 PI31 FE_CTRL3 47 nH Open P1 P1 50Ohms 50Ohms SB5 C15 CO18
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
MB1075.pdf
PIR14PIR1402TCKTC PISB40PISB402 PISB30PISB302 3V STM32F103C8T6 2 PICN202 SB4B4 SB3B3 STM_JTCKCK SWCLK _ S B B T B B B SD T L 3 PICN204 PISSB6B6SB602 PISB5B5ISB502 C171 I2 C2CO16 V V P P O P P PN / 5 W 5 PICN205 PIR15PIR1502TMSTMS PISB80PISB802 PISB70PISB702
in „.net auf STM32F429ZI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
- STM3210C-EVAL_USBD-FS: to configure the project for STM32F105/7 devices - Rebuild all files: Project->Rebuild all - Load project image: Project->Debug - Run program: Debug->Go(F5) + MDK-ARM - Open the usbd_hid.uvproj
in „STM32F2 - USB HID“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
readme.txt
-+ | +---| 4 CH340G | | | | | | | | | | +----|---| 4 NRST STM32F030F4P6 - TSSOP20 PF0 2 |----+ | | | | | | | | | | | | | | +---| 1 Boot0 | | | | | 7 8 | | | | | | | | +---------------------+ | | | GND PA0 PA1 PA2 PA3 PA4 PA5 PA6 PA7 PB1 PA13 PA14 PF1 | | | | 100n
-
Datei
readme.txt
| +---| 4 | 100n | | | STM8 S103F3P6 | | | | | 13 |---||---+----+--| 4 NRST | | | | | 7 8 | DTR | | | | | | +---------------------+ | | GND VCAP PA3 PB4 PB5 PC3 PC4 PC5 PC6 PC7 PD3 PD4 | | | | 100n | | | | | 7 8 10 12 11 13 14
-
Datei
stm32f107.c
/** ****************************************************************************** * @file stm32f107.c * @author MCD Application Team * @version V1.0.0 * @date 11/20/2009 * @brief STM32F107 hardware configuration ****************************************************************************** *
in „STM32 System_Setup“ · 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
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
-
PDF
stm32f4_xtal_168mhz_test.pdf
VDD Power 73 VCAP_2 Power 74 VSS Power 75 VDD Power 94 BOOT0 Boot 99 VSS Power 100 VDD Power Page 3 stm32f4_xtal_168mhz_test Project Configuration Report 4. Clock Tree Configuration Page 4 stm32f4_xtal_168mhz_test Project Configuration Report 5. IPs and Middleware Configuration 5.1. RCC High Speed Clock
in „STM32 Clock Configuration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
clean_built.txt
DSTM32F1XX -I/opt/stm32-workspace/STM32F10x_StdPeriph_Lib_V3.5.0/Libraries/CMSIS/CM3/CoreSupport -I/opt/stm32-workspace/STM32F10x_StdPeriph_Lib_V3.5.0/Libraries/STM32F10x_StdPeriph_Driver/inc -I"/opt/stm32-
in „Komisch, komisch. STM32, Eclipse, Ubuntu.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_caliper_stm32f4xx.c
/** @file spi_caliper_stm32f4xx.c * * Messschieber/Messuhr ueber den SPI auslesen * * $Date: 2019-08-23 21:38:31 +0200 (Fr, 23 Aug 2019) $ * $Revision: 860 $ * * @date 23.08.2019 Nicolas */ #include "spi_caliper.h" #include "hw_config.h" #include "myassert.h" #include "wallclock.h" /* In hw_config.h : #define SPI_CALIPER spi_caliper_STM32F4XX_SPI2_PB13_PB14 */ #if defined( STM32F4XX ) #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h
in „STM32 "SPI"-Slave 24 Bit ohne Chip Select“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
define _NVIC //#define _ADC //#define _GPIO //#define _EXTI #include "stm32f10x_lib.h" // STM32F10x Library Definitions #include "STM32_Reg.h" // missing bit definitions #define _SysTick //#include "..\_stdlibrary_V2_03_patch\inc\stm32f10x_systick.h" //#include "stm32f10x.h" //#include "stm32f10x_gpio.h" //#include "stm32f10x_nvic.h" // #include "stm32f10x_rcc.h" // #include "stm32f10x_tim.h" // #include "stm32f10x_exti.h" #endif //-------- <<< Use Configuration Wizard in Context Menu
in „Frage zu ST-Mikrocontrollern mit eMios“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STMPE811QTR.h
Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STMPE811QTR_H #define __STMPE811QTR_H /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "stm32f4xx_i2c.h" #include "stm32f4xx_dma.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_syscfg.h" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_DISCOVERY * @{ */ /** @defgroup STM32F4_DISCOVERY_IOE * @{ */ /** @defgroup STM32F4_DISCOVERY_IOE_Exported_Types
in „STM32F4 Touch Display Interrupt“ · Mikrocontroller und Digitale Elektronik ·