-
Datei
irmp_trunk.patch
============== --- irmp.c (revision 167) +++ irmp.c (working copy) @@ -682,6 +682,13 @@ # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3 on PB10 +#elif defined(ARDUINO) + // we use the Arduino Serial Imlementation +#if defined(USB_SERIAL) +# include "
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
nrf24l01.c
Prescaler 64 => Fspi = 1.3 Mhz */ /* -------------- 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 „NRF24L01: Handauflegen hilft?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
picomon.pdf
PicoMon Terminalmonitor für CH32V003 und STM32F0xx Mikrocontroller PicoMon ist eine Firmware für CH32V003 und STM32F0xx, die in Verbindung mit farbigen TFT-Displays und SPI-Interface einen Terminalmonitor darstellt. PicoMon stellt die
in „PicoMon für CH32V003 oder STM32F0xx“ · Projekte & Code ·
-
PDF
en.DM00047230.pdf
AN4044 Application note Floating point unit demonstration on STM32 microcontrollers Introduction This application note explains how to use floating-point units (FPUs) available in STM32 Cortex -M4 and STM32 Cortex -M7 microcontrollers, and also provides a short overview
in „Rechenzeitoptimierung STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
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. ############################################################
-
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 ·
-
PDF
STM32F4-Basic-Syntax.pdf
STM32F429-Basic Version : C.01 ===================================================================== Projekt : STM32F429-Basic Version : C.01 Datum : 02.11.2014 EMail : mc-4u(@)t-online.de Web : www.mikrocontroller
in „Basic Editor und Interpreter auf dem STM32F429-Disco“ · Projekte & Code ·
-
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
en.DM00051352.pdf
PM0215 Programming manual STM32F0xxx Cortex-M0 programming manual Introduction This programming manual provides information for application and system-level software developers. It gives a full description of the STM32 Cortex™-M0
in „Umbau von STM32F030F4P6 auf AVR mit Software“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_i2c1.h
//-------------------------------------------------------------- // File : stm32_ub_i2c1.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __STM32F1_UB_I2C1_H #define __STM32F1_UB_I2C1_H
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4_discovery_audio_codec.c
========== User NOTES 1. How To use this driver: -------------------------- - This driver supports STM32F4xx devices on STM32F4-Discovery Kit. - Configure the options in file stm32f4_discovery_audio_codec.h in the section CONFIGURATION. Refer to the sections 2 and 3 to have more details on the possible
in „STM32F4 Discovery Audio DAC CS43L22“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_i2c1.h
//-------------------------------------------------------------- // File : stm32_ub_i2c1.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __STM32F1_UB_I2C1_H #define __STM32F1_UB_I2C1_H
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart_stm32f4xx.c
/* * usart_stm32f4xx.c * * USART/UART-Treiber * * $Date: 2019-12-07 17:42:37 +0100 (Sa, 07 Dez 2019) $ * $Revision: 1095 $ * * 15.05.2019 Nicolas */ #ifdef STM32F4XX #include "usart.h" #include "hw_config.h" #include
in „STM32F446: USART DMA-Transfer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_hard_dma_stm32f4xx.c
/** @file spi_hard_dma_stm32f4xx.c * * SPI-Interface (Hardware mit DMA) * * Vorgehen nach STM32F4xx_StdPeriph_Examples\SPI\SPI_TwoBoards\SPI_DataExchangeDMA * * Die Funktionen sind nicht optimal schnell, aber schnell genug. *
in „10k Pull-Up zerstört SPI-Signal (STM32F407)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rtc_main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" #include "stm32_eval.h" /** @addtogroup STM32F2xx_StdPeriph_Examples * @{ */ /** @addtogroup RTC_LSI * @{ */ /* Private typedef -----------------------------------------------------------*/
in „RTC Initialisierung auf STM32F4 geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx_TIM_application_examples.pdf
AN2581 Application note STM32F10xxx TIM application examples Introduction This application note is intended to provide practical application examples of the STM32F10xxx TIMx peripheral use. This document, its associated firmware, 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/24 www.st.com Contents AN2581 - Application note Contents 1 STM32F10xxx
in „STM32 Verwirrung o.O (Timer->CCRx)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_Breakout_Assembly.pdf
STM32breakout Dokument: 1.0, Hardware 13/1 STM32 Breakoutboard für die F1-Serie [ Assembly ] Version mit STM32F105RB Engineer: C. Hediger, 01.12.2013 1 2 3 4 links rechts GND +3.3V C111 X1011 VDD X100 PIC1
in „[V] STM32 Breakoutboard passend für Breadboard, tolle sache!“ · Markt ·
-
Datei
stm32f1xx_hal_can.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F1xx_HAL_CAN_H #define __STM32F1xx_HAL_CAN_H #ifdef __cplusplus extern "C" { #endif #if defined(STM32F103x6) || defined(STM32F103xB) || defined(STM32F103xE) || \ defined(STM32F103xG) || defined(STM32F105xC
in „STM32 CAN Botschaft empfangen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
libSTM32F4xx_StdPeriph_Driver.a
WWDG_SetWindowValue WWDG_EnableIT WWDG_SetCounter WWDG_Enable WWDG_GetFlagStatus WWDG_ClearFlag // 356 ` stm32f4xx_cryp_aes.o/ stm32f4xx_cryp_des.o/ stm32f4xx_cryp_tdes.o/ stm32f4xx_cryp_des.o/ stm32f4xx_dbgmcu.o/ stm32f4xx_dcmi.o/ stm32f4xx_exti.o/ stm32f4xx_flash.o/ stm32f4xx_fsmc.o/ stm32f4xx_gpio.o/ stm32f4xx_hash_md5.o/ stm32f4xx_hash_sha1.o/ stm32f4xx_hash.o/ stm32f4xx_iwdg.o/ stm32f4xx_sdio.o/ stm32f4xx_syscfg.o/ stm32f4xx_usart.o/ stm32f4xx_wwdg.o/ misc.o/ 1333286288 1000 1000 100664 1134 ` ELF ( È 4 ( OômC@ðŸaÎò Aô
in „STM32F4 Discovery: USB CDC (serielle Schnittstelle) arbeitet!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM_Mouser.pdf
Artikelnummer / Schlagwort 0 Produktvergleich Produktinfo. Bild: Alle markieren: Mouser-Teilenr.: 511-STM32F103C6T6A 511-STM32F103C8T6 Herst.-Teilenr.: STM32F103C6T6A STM32F103C8T6 Hersteller: STMicroelectronics STMicroelectronics ARM Mikrocontroller - MCU 32BIT Cortex M3 L/D Performance ARM Mikrocontroller
in „STM32 Win10 COM-Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
) && !defined (STM32F10X_XL) && !defined (STM32F10X_CL) /* #define STM32F10X_LD */ /*!< STM32F10X_LD: STM32 Low density devices */ /* #define STM32F10X_LD_VL */ /*!< STM32F10X_LD_VL: STM32 Low density Value Line devices */ /* #define STM32F10X_MD */ /*!< STM32F10X_MD: STM32 Medium density devices */ /* #define STM32F10X_MD_VL */ /*!< STM32F10X_MD_VL: STM32 Medium density Value Line devices */ /* #define STM32F10X_HD */ /*!< STM32F10X_HD
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x.h
) && !defined (STM32F10X_XL) && !defined (STM32F10X_CL) /* #define STM32F10X_LD */ /*!< STM32F10X_LD: STM32 Low density devices */ /* #define STM32F10X_LD_VL */ /*!< STM32F10X_LD_VL: STM32 Low density Value Line devices */ /* #define STM32F10X_MD */ /*!< STM32F10X_MD: STM32 Medium density devices */ /* #define STM32F10X_MD_VL */ /*!< STM32F10X_MD_VL: STM32 Medium density Value Line devices */ /* #define STM32F10X_HD */ /*!< STM32F10X_HD
in „C-Libs for USB and OLED-Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linker_Ausgabe.txt
BlinkingLEDCPP **** make all ..linking arm-none-eabi-g++ -v -o elf/main.elf obj/main.o obj/system_stm32f10x.o obj/startup_stm32f10x.o obj/stm32f10x_rcc.o obj/stm32f10x_gpio.o obj/newlib_stubs.o obj/core_cm3.o obj/mini_cpp.o -TSTM32F10x_512k_64.ld -LC:/Entwicklung/CodeSourcery/arm-none-eabi/lib/thumb2
in „Linker Problem wegen _sbrk() trotz newlib_stubs.c/mini_cpp.cpp“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Quarz, damit er auf 168MHz l�uft (betrifft das stm32F4Discovery): in der system_stm32f4xx.c muss eingetragen sein: PLL_M = 8 in der stm32f4xx.h muss eingetragen sein: HSE_VALUE = 8000000 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" #include "stm32f4xx_dma.h" // PORTA GPIO_Pin_3 wird zwischen 0 und 1 hin und her geschaltet
in „STM3F4 Bitstream erzeugen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USART.c
----------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_adc.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_tim.h" #include "stm32f4xx_can.h" #include "stm32f4xx_dma.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_sdio.h" #include "stm32f4xx_usart.h" #include "misc.h" #include "def.h" #include "USART.h" //-------------------------------------------------------------- // Definition
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00190424.pdf
UM1907 User manual Discovery kit for STM32F7 Series with STM32F746NG MCU Introduction The STM32F746G-DISCO discovery board (32F746GDISCOVERY) is a complete® ® demonstration and development platform for STMicroelectronics ARM Cort2x -M7 core
in „Probleme beim Debuggen mit SW4STM32 und und F7Disco“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_conf.h
/** ****************************************************************************** * @file stm32f4x7_eth_conf_template.h * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief Configuration file for the STM32F4x7xx Ethernet driver. * This file should be copied to the application
in „STM32-E407 Ethernet / UDP“ · 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
in „STM32 "SPI"-Slave 24 Bit ohne Chip Select“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_spi1.h
//-------------------------------------------------------------- // File : stm32_ub_spi1.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __STM32F4_UB_SPI1_H #define __STM32F4_UB_SPI1_H
in „STM32F429 - kein Takt am SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32VL_Manual.pdf
applications. The DISCOVER project, referenced in this document, corresponds to the demo Flashed into the STM32VLDISCOVERY board during production. The project is available within the STM32VLDISCOVERY firmware package available at http://www.st.com/stm32vldiscovery. Although this application note cannot show
in „STM32VL mit uVision flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_simple_stm32.c
Variante von I2C-Routinen // als Übung zur Inbetriebnahme // angelehnt an: http://eliaselectronics.com/stm32f4-tutorials/stm32f4-i2c-master-tutorial/ // // 22.12.13 Nicolas #ifdef STM32F10x #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_i2c.h" #elif STM32F4XX #define STM32F4xx #include "stm32f4xx_gpio.h" #warning not implemnted and tested for STM32F4xx #else #error "unknown MCU" #endif #include <stdio.h> // Nur zum testen #include "misc.h" #include "i2c_simple.h" static uint8_t i2c_status
in „STM32 I2C mit EEPROM - funktioniert nur zuverlässig mit Bus-Sniffer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_rng.h
//-------------------------------------------------------------- // File : stm32_ub_rng.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __STM32F4_UB_RNG_H #define __STM32F4_UB_RNG_H //-
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debugme.c
nstdlib.h" #include <string.h> #include <stdbool.h> #include <inttypes.h> #include <stdio.h> #if defined( STM32F4XX ) #include "stm32f4xx_conf.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #elif defined( STM32F10x ) #include "stm32f10x_conf.h" #elif MOCKUP_SDL #endif enum spi_caliper_e { spi_caliper_STM32F4XX_SPI2
in „STM32F4XX SPI Slave“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Block_Diagram.pdf
Converter 5.5 x 2.1 x 8mm 15-48V / 3.3V Microcontroller 1 UART TX/RX SCL/SDA I max = 4 A EEPROM I2C STM32H7 LQFP 93C46CT Microcontroller 2 UART TX/RX UART <-> USB STM32H7 LQFP FT4232H UART TX/RX Microcontroller 3 USBDP1 / USBDN1 STM32H7 LQFP B B UART TX/RX Microcontroller 4 2 Port USB HUB STM32H7 LQFP USB2502 USBDP0 / USBDNO Connector USB Type A UART TX/RX VBUS_DET Microcontroller 5 STM32H7 LQFP USBDP2 / USBDN2 UART TX/RX VBUS_DETfor detection of Microcontroller 6 UART <-> USB USBsupplyvoltage. STM32H7 LQFP FT4232H C C UART TX/RX Microcontroller 7 STM32H7 LQFP EEPROM I2C SCL/SDA EEPROM
in „FTDI ft232rl - mehrere Chips an einem Bus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB1075.pdf
..7] G[0..7] SDNRAS SDNRAS D[0..15] D[0..15] MCO MCO HSYNCN HSYNC B[0..7] B[0..7] SDNCASA SDNCAS A STM32F4_USART1_RX NPA10 PA10 PA14 PA141 TCK/SWCLK TETE TE IM[0..3] IM[0..3] SDCLKLK SDCLK BA0 BA0A0 A STM32F4_USART1_TX NPA9 PA131 TMS/SWDIO RDXDX SDCKE1E BA1A1 PA9 PA13 PB3B T_SWO WRX_DCXCX RDX I2C3_SCLCL
in „.net auf STM32F429ZI“ · 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
main.c
----- */ #include <stdint.h> /* ------------ Special Include Files --------------- */ #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_adc.h" #include "tm_stm32f4_exti.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_low_power.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_hd44780.h" /* ------------ Projekt Include Files --------------- */ #include "config.h" #include "rtc_user.h" #include "init_system.h" #include "graphik.h" #include "eeprom.h" #include "tools.h"
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pwm_init.c
int main(void) { #if defined( STM32F4XX ) || defined( STM32F10x ) /* Timer und Interrupt-Prioritaeten einstellen */ SystemInit(); SysTick_Config(SystemCoreClock/1000*(SYSTICK_TIMER_INTERVAL_MS)); assert( SystemCoreClock == SYSTEMCORECLOCK_HZ
in „STM32F446RE - Timer 4 PB7 geht nicht“ · 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 ·
-
PDF
STM32G0x1_advanced_Arm_-based_32-bit_MCUs_-_Reference_manual.pdf
Addressable Main Flash memory / System memory / space (3) RAM 0x0000 0000 MSv39700V5 1. Applies to STM32G071xx and STM32G081xx. For STM32G031xx and STM32G041xx, the value is 0x0000 FFFF. 2. Applies to STM32G071xx and STM32G081xx. For STM32G031xx and STM32G041xx, the value is 0x0800 FFFF. 3. Depends on
in „STM32G0x - Clock für Schreiben der Register notwendig?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
debug_all_demo.pdf
1. Description 1.1. Project Project Name debug_all_demo Board Name debug_all_demo Generated with: STM32CubeMX 4.25.1 Date 11/22/2018 1.2. MCU MCU Series STM32F1 MCU Line STM32F103 MCU name STM32F103C8Tx MCU Package LQFP48 MCU Pin number 48 Page 1 debug_all_demo Project Configuration Report 2. Pinout
in „CubeMX und HAL - I2C hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32u5xx_hal.c
_STM32U5xx_HAL_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */ #define __STM32U5xx_HAL_VERSION_RC (0x00U) /*!< [7:0] release candidate */ #define __STM32U5xx_HAL_VERSION ((__STM32U5xx_HAL_VERSION_MAIN << 24U)\ |(__STM32U5xx_HAL_VERSION_SUB1 << 16U)\ |(__STM32U5xx_HAL_VERSION_SUB2 << 8U )\ |(__STM32U5xx_HAL_VERSION_RC)) #define VREFBUF_TIMEOUT_VALUE 10U /* 10 ms (to be confirmed) */ /** * @} */ /* Private macro --
in „STM32U599 reagiert nicht: Keine Funktion auf dem Custom Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
configx.h
endif #if USE_MMC //+++++++++++++++++++++ mmc +++++++++++++++++++++++++++++++++++ #include "C:\zuc\stm32_sd\ffconf.h" #include "C:\zuc\stm32_sd\integer.h" #include "C:\zuc\stm32_sd\diskio.h" #if zucSTM32 || zucLPC176x #include "C:\zuc\stm32_sd\mmc_32f1.c.h" //#include "C:\zuc\chan_sdx\ff_mmc_lowlevel.h" //VCT6 hw ok //VCT6 sw ok //avr sw ok //avr hw err #endif #if zucAVR // #include "C:\zuc\stm32_sd\mmc_32f1.c.h" //avr uspi ok #include "C:\zuc\chan_sdx\ff_mmc_lowlevel.h" //avr hw ok //avr sw ok //avr uspi err #endif #include "C:\zuc\stm32_sd\ff.h" #include "C:\zuc\stm32_sd\ff.c.h" FATFS FatFsx
in „Header Datei für Konfiguration erstellen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00108129.pdf
UM1734 User manual STM32Cube USB device library Introduction STMCube™ initiative was originated by STMicroelectronics to ease developers life by reducing development efforts, time and cost. STM32Cube covers STM32 portfolio
in „STM32F4 USB CLASS CDC (Virtueller Com Port)“ · 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. #############################################################
-
Datei
system_stm32f7xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f7xx_system * @{ */ /** @addtogroup STM32F7xx_System_Private_Includes * @{ */ #include "stm32f7xx.h" #if !defined (HSE_VALUE) #define HSE_VALUE ((uint32_t)25000000) /*!< Default value of the External oscillator in Hz */ #endif /* HSE_VALUE */ #if !defined (HSI_VALUE) #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ #endif /* HSI_VALUE */ /** * @} */ /** @addtogroup STM32F7xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32F7xx_System_Private_Defines
in „STM32F7 & malloc“ · 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 auf 0,0 bezogen auf linke, untere Ecke #define TransX(x) (x) #define TransY(y) (ILI9341
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Version : 1.0 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Funktion : Demo der IRSND-Library // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" //-------------------------------------------------------------- #include "stm32f0xx.h" #include "stm32_ub_irsnd.h" #include "stm32f0308_discovery.h" #include <stdint.h> void Delay(volatile
in „IRSND auf STM32F0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Blinky.txt
******************** /* Hinweis zum Clock fuer 8MHz Quarz, damit er auf 168MHz läuft (betrifft das stm32F4Discovery): in der system_stm32f4xx.c muss eingetragen sein: PLL_M = 8 in der stm32f4xx.h muss eingetragen sein: HSE_VALUE = 8000000 */ // Includes #include <stdio.h> #include <stdlib.h> #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" // Defines // LEDs #define LD_3_AUS GPIO_ResetBits(GPIOD,GPIO_Pin_13) // orange LED #define LD_3_EIN GPIO_SetBits(GPIOD,GPIO_Pin_13) static
in „Delay für STM32F4Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32l1xx_it.c
/** ****************************************************************************** * @file Project/STM32L1xx_StdPeriph_Template/stm32l1xx_it.c * @author MCD Application Team * @version V1.0.3 * @date May-2013 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·