-
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
-
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
in „STM32F7 & malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
diskio.c
2013 */ /*-----------------------------------------------------------------------*/ #include "diskio.h" /* FatFs lower layer API */ #include "ffconf.h" #include "stm32f4xx.h" #include "integer.h" #ifdef STM32_SD_USE_DMA // #warning "Information only: using DMA" #pragma message "*** Using DMA ***" #endif
in „Schreiben auf SD-Karte über SPI funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
basic_interpreter.pdf
array.bas ascii.bas blink.bas fakul.bas lauflicht.bas include --------- stm8s.h stm8_init.h stm8_gpio.h uart_tbasic.h src ------------- uart_tbasic.c stm8_init.c clean tools/bin ------- ch340reset cide picocom st8readihx stm8_bootflash2 stm8flash stm8lock stm8lock.bin stm8unlock
-
Datei
system_stm32f0xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f0xx_system * @{ */ /** @addtogroup STM32F0xx_System_Private_Includes * @{ */ #include "stm32f0xx.h" #define WEAK __attribute__ ((weak)) void WEAK SystemInit(void); void WEAK SystemCoreClockUpdate(
in „STM32 Takt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Files.txt
// Das ist die Display.cpp #include "Display.h" #include "stm32f3xx_hal.h" extern SPI_HandleTypeDef hspi2; #include "Display.h" Display::Display() { // Constructor implementation } Display::~Display() { // Destructor implementation } // Function
in „Probleme das Ili9341 Board zum laufen zu bekommen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
picomon_v3.pdf
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
in „PicoMon für CH32V003 oder STM32F0xx“ · Projekte & Code ·
-
Datei
main.h
seiner Nutzung. * * Some parts of the touch implementation are inspired of https://github.com/pyrohaz/STM32F0-SoftTouch * The code was changed to work also without an external 1M resitor at an further pin. * * History * 10.05.2019 markus Start of work * 23.05.2019 markus first working release */ #ifndef __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 ·
-
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
system_stm32f0xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f0xx_system * @{ */ /** @addtogroup STM32F0xx_System_Private_Includes * @{ */ #include "stm32f0xx.h" /** * @} */ /** @addtogroup STM32F0xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
fiostdv20_datasheet.pdf
18 VSS_3 +3V3 VSS_4 U5V J3 C11 C12 C13 C14 Y1 0.1u 0.1u 0.1u 0.1u PC14-OSC32_IN 3 32.768KHz J5 32 VDD_1 LED5 USB/EXT D2 48 VDD_2 PC15-OSC32_OUT 4 C15 10p U4 +3V3 64 VDD_3 +3V3 LD1117S33 L1 19 VDD_4 OSC_IN/PD0 5 C16 20p PWR
in „Aimagin FioStd wird nicht mehr erkannt.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CD00273528.pdf
package Pin name 144 pins 100 pins 64 pins 48 pins 132 pins 100 pins 64 pins 48 pins PH0-OSC_IN 23 12 5 5 F1 F1 C1 5 PH1-OSC_OUT 24 13 6 6 G1 G1 D1 6 PC15- 9 9 4 4 E1 E1 B1 4 OSC32_OUT PC14- 8 8 3 3 D1 D1 A1 3 OSC32_IN BOOT0 138 94 60 44 A4 A4 B4 44 PB2-BOOT1 48 37 28 20 L6 L6 G6 20 NRST 25 14 7 7 H2 H2
in „STM32F4 Grundschaltung“ · 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 ·
-
Datei
system_stm32f0xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f0xx_system * @{ */ /** @addtogroup STM32F0xx_System_Private_Includes * @{ */ #include "stm32f0xx.h" /** * @} */ /** @addtogroup STM32F0xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32F0 Discovery und UART1“ · 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 „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debugme.c
(Do, 22 Aug 2019) $ * $Revision: 853 $ * * @date 12.02.2018 @author Nicolas */ #include "hw_config.h" #include "io.h" #include "myassert.h" #include "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_PB13_PB14, }; #define SPI_CALIPER
in „STM32F4XX SPI Slave“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
st-link_gdbserver_log.txt
initConfigParams(): ext-memory-loaders false [0.001] initConfigParams(): extload "" [0.001] initConfigParams(): +stm32cubeprogrammer-path "C:\ST\STM32CubeIDE_1.0.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_1.0.0.201904021149\tools\bin" [0.001] initConfigParams(): temp-path ""
in „STM32 Cube IDE Inline Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_dma.c
#include "string.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_tim.h" volatile uint16_t ADCReadBuffer[]
in „ATM32F030 + ADC + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
//#include <assert.h> #include <Arduino.h> #include "stm32f103.h" #define DEBUG 0 /* Symbolic names for bit rate of CAN message */ // typedef enum {CAN_50KBPS, CAN_100KBPS, CAN_125KBPS, CAN_250KBPS, CAN_500KBPS, CAN_1000KBPS
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
#include <assert.h> #include <Arduino.h> #include "stm32f103.h" #define DEBUG 0 /* Real speed for bit rate of CAN message */ uint32_t SPEED[6] = {50*1000, 100*1000, 125*1000, 250*1000, 500*1000, 1000*1000}; typedef struct
in „Arduino Blue Pill CAN bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103.cpp
---------------------------------------------------------Testweise auskommentiert #include <assert.h> #include <Arduino.h> #include "stm32f103.h" #define DEBUG 0 typedef struct { uint32_t id; /* 29 bit identifier */ uint8_t data[8]; /* Data field */ uint8_t len; /* Length of data field in bytes */ uint8
in „Arduino Blue Pill & CAN mit SN65HVD230“ · 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
stm32f107.c
BY CUSTOMERS OF THE * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. * * <h2><center>© COPYRIGHT 2009 STMicroelectronics</center></h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32_eth.h" #include "stm32f107.h" #include "main.h" #include "stm32f10x_exti.h" #include "FreeRTOS.h" #include "task.h" #include "semphr.h" #include "lwipopts.h" /* Private typedef -----------------------------------------------------------*/ /* Private
in „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32746g_discovery_lcd.c
STM32746G_DISCOVERY LCD Private Defines * @{ */ #define POLY_X(Z) ((int32_t)((Points + Z)->X)) #define POLY_Y(Z) ((int32_t)((Points + Z)->Y)) /** * @} */ /** @defgroup STM32746G_DISCOVERY_LCD_Private_Macros
in „STM32F7 Disco und das Display-->hard fault error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
make_d_ohne_shEXE.txt
stem `stm32f4xx.h'. Trying implicit prerequisite `src/libfoo/s.stm32f4xx.h'. Trying pattern rule with stem `stm32f4xx.h'. Trying implicit prerequisite `src/libfoo/SCCS/s.stm32f4xx.h'. No implicit rule found for `src/libfoo/stm32f4xx.h'. Finished prerequisites of target file `src/libfoo/stm32f4xx.h'. No commands for `src/libfoo/stm32f4xx.h' and no prerequisites actually changed. No need to remake target `src/libfoo/stm32f4xx.h
in „Makefile STM32 Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f30x.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f30x_system * @{ */ /** @addtogroup STM32F30x_System_Private_Includes * @{ */ #include "stm32f30x.h" /** * @} */ #define WEAK __attribute__ ((weak)) void WEAK SystemInit(void); void WEAK SystemCoreClockUpdate
in „STM32 Takt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32l1xx.c
* @{ */ /** @addtogroup STM32L1xx_System_Private_Includes * @{ */ #include "stm32l1xx.h" /** * @} */ /** @addtogroup STM32L1xx_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup STM32L1xx_System_Private_Defines
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32H7-Disco_full.PDF
PA13_DBG_SWDIO PF12 P636 PF13_SDRAM_A7 IC00043 SWDIO/PA13PI137 PA14_DBG_SWCLK PF13 P646 PF14_SDRAM_A8 STM32H743IIT6 SWCLK/PA14PI517 NLA15S 0S PF14 PU56 NLPF150DRAM09 PA15PI518 PA15_SPI1_C PF15 PU56 PF15_SDRAM_A IC00043 IC00043 STM32H743IIT6 STM32H743IIT6 U5B 6 PB0_LTDC_ 3 U5G 66 PG0_SDRAM_A 10 PB0PI576
in „STM32H7-Disco erster Test“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f30x.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f30x_system * @{ */ /** @addtogroup STM32F30x_System_Private_Includes * @{ */ #include "stm32f30x.h" /** * @} */ /** @addtogroup STM32F30x_System_Private_TypesDefinitions * @{ */ /** * @} */ /** @addtogroup
in „STM32F3 - USART 9MBaud“ · 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
in „Hook up a MEMS microphone to the I2S of a Cortex M4“ · Projekte & Code ·
-
PDF
AppNote_v1.1.pdf
- ❼ RGB-LEDavier, 4-polig I N ❼ Mehrere Stiftleisten, um Zugri▯ auf Schnittstellen des STM32 zu erhalten ACTRON AG ACT I Application Note (v1.1) Seite 20 von 26 4.2.2 Schaltplan 1 2 3 4 5 6 7 8 A A +5V0 +5V0 +3V3 +3V3 X1-1 X1-2 X2-1 X2-2 X1-3 X1-4 RES_INT [2] X2-3 X2-4 [2] 74AC16244DL 74AC16244DL
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 with HAL section - don't change here, define IRSND_Transmit_GPIO_Port & IRSND_Transmit_Pin in STM32Cube (Main.h) *----------------------------------------------------------------------------------
in „IRSND Daten für Roomba“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 with HAL section - don't change here, define IRSND_Transmit_GPIO_Port & IRSND_Transmit_Pin in STM32Cube (Main.h) *----------------------------------------------------------------------------------
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
============== - this file must be inserted in a project containing the following files : o system_stm32l0xx.c, startup_stm32l053xx.s o stm32l0xx.h to get the register definitions o CMSIS files =============================================================================== ##### How to test this example
in „STM32: SysTick_Config“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
http.cpp
------------------------------------------------------------------------- */ #include <ESP8266WiFi.h> #include <ESP8266httpUpdate.h> #include <WString.h> #include "base.h" #include "vars.h" #include "wifi.h" #include "version.h" #include "http.h" #include "httpclient.h" #include "stm32flash.h" #define
-
Datei
button.c
#include "stdio.h" #include "System/System.h" #include "misc.h" #include "stm32f10x_tim.h" #include "stm32f10x_usart.h" #include "stm32f10x_rtc.h" #include "stm32f10x_rcc.h" #include "stm32f10x_exti.h" #include "USART1.h" #include "config_gpio.h" void BUTTON_Init(){ GPIO_InitTypeDef GPIO_InitStruct; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC | RCC_APB2Periph_GPIOA, ENABLE); // SW_ONOFF_Pin GPIO_InitStruct.GPIO_Pin =
in „STM32 Input Pin Logic Level nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
network_interface.h
#ifndef NETWORK_INTERFACE_H #define NETWORK_INTERFACE_H //-------------------------------------------------------------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_syscfg.h" #include "stm32f4xx_exti.h" #include "misc.h" #include "stm32f4x7_eth_bsp.h" //#include "stm32f4x7_eth.h" #include "netconf.h"
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
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
Noname.map.txt
(STO_PLL_CalcElAngle) ../../../MCSDK_v5.4.1/MotorControl/lib\libmc-gcc_M0.lib(fast_div.o) Middlewares/MotorControl/ramp_ext_mngr.o (FD_Init) c:/st/stm32cubeide_1.0.2/stm32cubeide/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7
in „Problem mit STM32F103 und RAM-Größe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eth_conf.h
/** ****************************************************************************** * @file stm32f4x7_eth_conf.h * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief Configuration file for the STM32F4x7 Ethernet driver. *********************************************
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 with HAL section - don't change here, define IRSND_Transmit_GPIO_Port & IRSND_Transmit_Pin in STM32Cube (Main.h) *----------------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
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
STM32_Init.c
Version *----------------------------------------------------------------------------*/ #include <stm32f10x_lib.h> // STM32F10x Library Definitions #include "STM32_Reg.h" // missing bit definitions //-------- <<< Use Configuration Wizard in Context Menu >>> ----------------- // //===================
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
Version *----------------------------------------------------------------------------*/ #include <stm32f10x_lib.h> // STM32F10x Library Definitions #include "STM32_Reg.h" // missing bit definitions //-------- <<< Use Configuration Wizard in Context Menu >>> ----------------- // //===================
in „ARM STM32 Eingänge werden nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
diff_doxygen_config.txt
" OUTPUT_DIRECTORY = ./doc OPTIMIZE_OUTPUT_FOR_C = YES EXTENSION_MAPPING = s=C LOOKUP_CACHE_SIZE = 5 EXTRACT_ALL = YES EXTRACT_STATIC = YES SHOW_INCLUDE_FILES = YES INPUT = main.c \ ./Inc/build_timestamp.h \ ./Inc/crash.h \ ./Inc/FreqCounter.h \ ./Inc/stm32f7xx_it.h \ ./Inc/sdram_heap.h \ ./Inc/stm32f7xx_hal_conf.h \ ./Inc/main.h \ ./analyzer/gen/adf4351.h \ ./analyzer/gen/si5338a.h \ ./analyzer/gen/gen.h \ ./analyzer/gen/si5351.h \ ./analyzer/gen/rational.h \ ./analyzer/gen/adf4350.h \ ./analyzer/adc/stm32_ub_adc3_single.h \
-
Datei
httpd_cgi_ssi.c
-------------------------*/ #include "lwip/debug.h" #include "httpd.h" #include "lwip/tcp.h" #include "fs.h" #include "main.h" #include <string.h> #include <stdlib.h> tSSIHandler ADC_Page_SSI_Handler; uint32_t ADC_not_configured=1; /* we will use character
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
-------------------------*/ #include "lwip/debug.h" #include "httpd.h" #include "lwip/tcp.h" #include "fs.h" #include "main.h" #include <string.h> #include <stdlib.h> tSSIHandler ADC_Page_SSI_Handler; uint32_t ADC_not_configured=1; /* we will use character
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_rcc.lst
************** 3:lib/stm32f10x_rcc.c **** * @file stm32f10x_rcc.c 4:lib/stm32f10x_rcc.c **** * @author MCD Application Team 5:lib/stm32f10x_rcc.c **** * @version V3.0.0 6:lib/stm32f10x_rcc.c **** * @date 04/06/2009 7:lib/stm32f10x_rcc.c
in „Seltsame Initialisierungen und Abstürze.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
codecIntegerSineWave.ino
// sine wave generator using the 16 bit codec of the // STM32F4 Discovery // // you need to copy the library from here // https://github.com/mubase/STM32F4-Arduino-core // to ... \arduino-1.6.9\hardware\Arduino_STM32 // after you installed the STM32 support
in „STM32F4 Discovery Arduino“ · 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 ·