-
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 ·
-
PDF
UM08001_JLinkARM.pdf
STM32F101T8 STM32F101T8 ST STM32F101V8 STM32F101V8 ST STM32F101VB STM32F101VB ST STM32F101VC STM32F101VC ST STM32F101VD STM32F101VD ST STM32F101VE STM32F101VE ST STM32F101ZC STM32F101ZC ST STM32F101ZD STM32F101ZD
in „[V] J-Link JTAG Adapter USB für ARM abzugeben“ · Markt ·
-
Datei
User_Setup.h
// // ################################################################################## // Define STM32 to invoke optimised processor support (only for STM32) //#define STM32 // Defining the STM32 board allows the library to optimise the performance // for UNO compatible "MCUfriend" style shields //#define NUCLEO_64_TFT //#define NUCLEO_144_TFT // STM32 8 bit parallel only: // If STN32 Port A or B pins 0-7 are used for 8 bit parallel data bus bits 0-7 // then this will improve rendering performance by a factor of ~8x //#define STM_PORTA_DATA_BUS
in „Powerpins am ESP32-DevKitC, WDT_RTC_RESET“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f30x.c
for STM32F30x devices, * and is generated by the clock configuration tool * stm32f30x_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32F3 - USART 9MBaud“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
clock configuration to the default reset state ------------*/ /* Set HSION bit */ RCC->CR |= (uint32_t)0x00000001U; #if defined (STM32F051x8) || defined (STM32F058x8) /* Reset SW[1:0], HPRE[3:0], PPRE[2:0], ADCPRE and MCOSEL[2:0] bits */ RCC->CFGR &= (uint32_t)0xF8FFB80CU; #else /* Reset SW[1:0], HPRE
in „STM32F0 Verständnisproblem Clock Konfiguration bzw. Clock Tree“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
usr_scm_stm32com-a2-1.pdf
PC14 PC14 8 PC14 TCK 76 PA14 PC15 9 PC15 TDI 77 PA15 Q301 V V 32.7kHzQ/S STM32F107VCT6 1 / 3 3 STM32F107VCT6 PC15 A 3 3 0 3 6 6 + / 6 6 0 6 0 / 0 / 4 S 0 / 0 / 0 S 0 / R301 3 2 3 2 3 U 3 0 3 0 3 U 3 0 C 2 C 2 C302
in „STM32-comStick USB-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00031020.pdf
The following table summarizes the PWR registers. Table 24. PWR - register map and reset values for STM32F405xx/07xx and STM32F415xx/17xx 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 Offset Register 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 9 8 7 6 5 4 3 2 1 0 S S P E F F S S PWR_CR O P B PLS[2:0] V
in „fsmc am stm32f4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
r_manuel.pdf
The following table summarizes the PWR registers. Table 24. PWR - register map and reset values for STM32F405xx/07xx and STM32F415xx/17xx 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 Offset Register 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 9 8 7 6 5 4 3 2 1 0 S S P E F F S S PWR_CR O P B PLS[2:0] V
in „Hilfe bei Programmierung STM32F407VG bei TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F746G_Discovery.pdf
PIR8PIR802 Input pin with pull-up402 TitJoystick, ACP, LEDs and Push Button ProjSTM32F746G-DISCO Size: AReference: MRevision: A-01 Date: 3/3/2015 Sheet: 3 of 13 3V3 U9U9 E9 D6 PIU90D9O1VDD AGND PIU90E7 Default
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·
-
Datei
twi.h
I2C_TypeDef *i2c; I2C_HandleTypeDef handle; PinName sda; PinName scl; IRQn_Type irq; #if !defined(STM32F0xx) && !defined(STM32L0xx) IRQn_Type irqER; #endif //!defined(STM32F0xx) && !defined(STM32L0xx) uint8_t slaveMode; uint8_t isMaster; void (*i2c_onSlaveReceive)(uint8_t *, int); void (*i2c_onSlaveTransmit
in „Wer nutzt das Nucleo-64 und kann mir“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f0xx.c
clock configuration to the default reset state ------------*/ /* Set HSION bit */ RCC->CR |= (uint32_t)0x00000001U; #if defined (STM32F051x8) || defined (STM32F058x8) /* Reset SW[1:0], HPRE[3:0], PPRE[2:0], ADCPRE and MCOSEL[2:0] bits */ RCC->CFGR &= (uint32_t)0xF8FFB80CU; #else /* Reset SW[1:0], HPRE
in „STM32 PLL x6 geht nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ch9121_doc2.pdf
according to the actual pin. Hardware Connection STM32F103ZET connection pin correspondence ETH STM32 5V 5V GND GND RXD1 PC10 TXD1 PC11 CFG0 PC12 RST1 PD2 Take our STM32F103RBT6 as an example, the connection is as follows: 2-CH UART TO ETH-STM32.png (/wiki/File:2-CH_UART_TO_ETH-STM32.png) Software Description The demo is developed based on the HAL library. Please download the demo in the data, find the STM32 program file directory, and open STM32\Serial_Port_Parameter_Configuration
in „Serieller Tunnel durch IP-Netz?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f429i_discovery_lcd.h
/** ****************************************************************************** * @file stm32f429i_discovery_lcd.h * @author MCD Application Team * @version V1.0.1 * @date 28-October-2013 * @brief This file contains all the functions prototypes for the * stm32f429i_discovery_lcd.c driver.
in „STM32F429 Display per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB997.pdf
R2R2 AIN_10 U R I I IMR I M P I D P I D 2 01002021 F S S S S S S S OCN BAT60JFILM E E Not Fitted 3V 8 7 6 5 4 3 2 1 0 9 8 7 CN2 R1212 T_JTCKC D R P4 4 4 4 4 4 4 4 4 3 3 3 U2U 2 PICN202 PIR12P221202 PISB3B3ISB302 PISB2B2ISB202 3V __ B B T B B B SO D K STM32F103C8T6 3 PICN203 PISB5B5ISB502 PISB4B4ISB402TCKCK
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.1.xls * * 1. This file provides two functions and one global variable to be called from * user
in „Keil Debugger mit STM32F4Discovery / veraltete Firmware im ST-Link“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00051352.pdf
flags These instructions: ● update the N and Z flags according to the result ● do not affect the C or V flag. Examples ANDS R2, R2, R1 ORRS R2, R2, R5 ANDS R5, R5, R8 EORS R7, R7, R6 BICS R0, R0, R1 Doc ID 022979 Rev 1 51/91 The STM32 Cortex-M0 instruction set PM0215 3.5.3 ASRS, LSLS, LSRS and RORS Arithmetic
in „Umbau von STM32F030F4P6 auf AVR mit Software“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.1.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32F4 Discovery - I2S bitte um Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
log.txt
---------------------------------------CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/nucleo_f303k8.html PLATFORM: ST STM32 (16.1.0) > ST Nucleo F303K8 HARDWARE: STM32F303K8T6 72MHz, 12KB RAM, 64KB Flash DEBUG: Current (stlink) On-board (stlink) External (blackmagic, cmsis-dap, jlink)
in „Nucleo + PlatformIO upload Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f2xx.c
for STM32F2xx devices, * and is generated by the clock configuration tool * "STM32f2xx_Clock_Configuration_V1.0.0.xls" * * 1. This file provides two functions and one global variable to be called from * user
in „STM32F105R8T6 + USART2“ · 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 ·
-
PDF
STM32Cube-MX-HAL-MOOC-presentation-16-9.pdf
STM32Cube T.O.M.A.S – Technically Oriented MicrocontrollerApplication Services v0.03 16:9 Agenda 2 • Installation of STM32CubeMX • Interrupts in CubeMX and HAL • CubeMX features • DMA in CubeMX and HAL
in „STM32 HAL Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
configuration for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.1.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32 mit timer frequenz ausgeben“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Resources_STM32WL_UFQFPN48_REF_BOARD_Low_Power_High_Band_868-915MHz.pdf
PC15-OSC32_OUT NRST PI41 P ONRST T VDDSMPS 32.768KHz Close 1 2 P1 P0 6.8pF CO2 PI 1 47 74VLXSMPS STM32WLxx_QFN48 P0 U 1 C10 CO1 P0 0 C12 V P P1 4.7uF P0 100nF L2 1 45 5404UIP P0 100nF C CSB3 2 VFBSMPS L Close 15µH
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32f4 TIM Base-Init“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32H7-Disco_full.PDF
_Joy_Fire0 GND GND PC7_Joy_Down 1 D 1 P1CO7 P8 D P0COC PW GND 75 GND GND 76 GND 2250 V SW8 20 50 V SW9 100 nF 100 PW 28 Title 2 Size Number Revision A3 GND GND Date: 08.12.2019 Sheet of File: Z:\PCB\..\STM32H7-Disco.SchDDrawn By: 1 2 3 4 5 6 7 8
in „STM32H7-Disco erster Test“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.1.xls * * 1. This file provides two functions and one global variable to be called from * user
in „[STM32F407VG, Discovery-board] Timer-interrupt verwirrt mich“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
techb_GraficLCD_de_en.pdf
Schnittstellendaten Interface Data LCD Belegung (4 Bit Modus) / LCD Configuration (4 Bit mode) Steckerleiste / STM32 F4 Discovery Male pin header PLUS LCD Beschreibung / Description 1 PIN E8 LCD PIN 6 DB0 = Datenbit 0 /data bit 0 2 PIN E9 LCD PIN 7 DB1 = Datenbit 1 /data bit 1 3 PIN E10 LCD PIN 8 DB2 = Datenbit
in „LCD Ansteuerung“ · 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
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32F4 SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
twi.c
description for I2C */ #if defined(STM32F7xx) || defined(STM32L4xx) #define I2C_NUM (4) #elif defined(STM32F2xx) || defined(STM32F3xx) || defined(STM32F4xx) || defined(STM32L0xx) #define I2C_NUM (3) #elif defined(STM32F0xx) || defined(STM32F1xx
in „Wer nutzt das Nucleo-64 und kann mir“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
robot-mit-cplusplus-anteilen-noheap-trotzdem-grosz.map.txt
\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8 obj\release\vendor\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8 obj\release\vendor\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8
in „ROM-Auslastung von C++-Programm reduzieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
robot-mit-cplusplus-anteilen.map.txt
\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8 obj\release\vendor\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8 obj\release\vendor\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8
in „ROM-Auslastung von C++-Programm reduzieren“ · 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
robot_asschlieszlich_c.map.txt
\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8 obj\release\vendor\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8 obj\release\vendor\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8
in „ROM-Auslastung von C++-Programm reduzieren“ · 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
debug-log.txt
ocd_command type ocd_STM32F722ZETx.cpu invoke-event reset-end Debug: 2818 2035 command.c:143 script_debug(): command - ocd_STM32F722ZETx.cpu ocd_STM32F722ZETx.cpu invoke-event reset-end Debug: 2819 2036 gdb_server.c:2676 gdb_v_packet
in „STM32 Nucleo Debuggen funktioniert nicht mehr“ · 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
system_stm32f4xx.c
for STM32F4xx devices, * and is generated by the clock configuration tool * stm32f4xx_Clock_Configuration_V1.0.0.xls * * 1. This file provides two functions and one global variable to be called from * user
in „STM32 - Fragen zum Einstieg“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
test.pdf
information. Recommended Reading STMicro documentation for STM32F103CB microcontroller: Datasheet (PDF); covers STM32F103x8, STM32F103xB. Reference Manual RM0008 (PDF); definitive resource for peripherals on the STM32F1 line. Programming Manual PM0056 (PDF); assembly language and register reference. STM32F103CB overview page with links to further references. Footnotes [1] See boardUsedPins for more information. 8 von 8 29.11.2015 20:12
in „Wie kann ich diese Webseite ausdrucken?“ · PC Hard- und Software ·
-
Datei
robot-mit-cplusplus-anteilen-noheap.map.txt
\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8 obj\release\vendor\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8 obj\release\vendor\periphdrv_stm32f10x\stm32f10x_adc.o .group 0x00000000 0x8
in „ROM-Auslastung von C++-Programm reduzieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MCP2307_IO_Expansion_Board_User_Manual_EN.pdf
parallelly connecting multiple I2C modules. Integrates level conversion circuit, compatible with 3.3V and 5V. Comes with development resources and manual (for RaspberryPi/micro:bit/Arduino/STM32) 1 / 11 MCP23017 IO Expansion Board SPECIFICATIONS Operating voltage: 5V/3.3V Interface: I2C Interrupt pin
in „kennt jemand sich aus mit MC23017 IO-Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_conf.h
/** ****************************************************************************** * @file Project/STM32F4xx_StdPeriph_Templates/stm32f4xx_conf.h * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief Library configuration file. *******************************************
in „STM32F4 SPI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F746-DISCO-OSCI.pdf
STM32F746G-DISCO-OSCI – recording into “Wave file” on SD-Card STM32F746G-DISCO-OSCI – only an “Estimation-Iron” (free translation from “Schätzeisen” ;-) or maybe a little bit more? The intention for this
in „STM32F746G-DISCO-OSCI mit WAV-Recording auf SD-Karte“ · Projekte & Code ·
-
PDF
STMxx-Discovery-Versaloon-How2.pdf
//www.versaloon.com/ , where Simon was using the exact same chip , as the one used for Jtag on the STM32VL. I finally have succeded in adapting Versaloon to run SWD programming , on the embeddedARM Jtag on the STM8S-Discovery or STM32VL-Discovery boards. For now i can only get vsprog to work , but Simon
in „Use your STMxx-Discoveryboard as JTAG (SWD)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
configuration to the default reset state(for debug purpose) */ /* Set HSION bit */ RCC->CR |= (uint32_t)0x00000001; /* Reset SW, HPRE, PPRE1, PPRE2, ADCPRE and MCO bits */ #ifndef STM32F10X_CL RCC->CFGR &= (uint32_t)0xF8FF0000; #else RCC->CFGR &= (uint32_t)0xF0FF0000; #endif /* STM32F10X_CL */ /* Reset
in „STM32 HSE Frage zur Clock-Konfiguration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
configuration to the default reset state(for debug purpose) */ /* Set HSION bit */ RCC->CR |= (uint32_t)0x00000001; /* Reset SW, HPRE, PPRE1, PPRE2, ADCPRE and MCO bits */ #ifndef STM32F10X_CL RCC->CFGR &= (uint32_t)0xF8FF0000; #else RCC->CFGR &= (uint32_t)0xF0FF0000; #endif /* STM32F10X_CL */ /* Reset
in „STM32 PWM allgemein“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f10x.c
configuration to the default reset state(for debug purpose) */ /* Set HSION bit */ RCC->CR |= (uint32_t)0x00000001; /* Reset SW, HPRE, PPRE1, PPRE2, ADCPRE and MCO bits */ #ifndef STM32F10X_CL RCC->CFGR &= (uint32_t)0xF8FF0000; #else RCC->CFGR &= (uint32_t)0xF0FF0000; #endif /* STM32F10X_CL */ /* Reset
in „STM32F1, Delay stimmt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32l1xx_conf.h
/** ****************************************************************************** * @file Project/STM32L1xx_StdPeriph_Template/stm32l1xx_conf.h * @author MCD Application Team * @version V1.0.3 * @date May-2013 * @brief Library configuration file. *****************************************************
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·