-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief STM32F4x7 Ethernet hardware configuration. *************************************************************
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_spi.h" void SPI_test(void); uint8_t sendData = 0xAA; int main(void) { SystemInit(); SPI_test(); while(1) { } } void SPI_test(void) { GPIO_InitTypeDef
in „SPI Problem mit STM32 und CooCox IDE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
NF-Generator-407.c
/* STM32F407 www.mino-elektronik.de 2016-11-08 */ #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <stm32f4xx.h> #include <stm32f4xx_gpio.h> #include <stm32f4xx_rcc.h> // LCD-Routinen in
in „Frequenz Erzeugung mit avr“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MiniF4x1Cx_V31.pdf
PID102 VB P0 RR VREF+ 9PI U109 PIU108 RR 10K CD1 VDDA/VREF+ VSSA/VREF- GND 10K NC P4 P30 P3 BAT54C STM32F4X1CXU6 P0 SW33 1 3 PB2 PIW301 PSW303 3.3V LO1 PIW302 PSW3 40 PL12 PIL11 3.3V NRST 3*4 按键 GND 1KΩ 100Mhz RTC 电源 CO3 PC301 PIC02 BOOT 设置 RTC circuit BOOT Settings 0.1uF 3.3V VREF+ 复位电路 P0 PI P1 P7 P8
in „was kommt nach dem Bluepill-Board?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Project_STM32F407_Main.c
// // Main.cpp // #include <Compiler.h> #include <Cortex-M.h> #include <Debug.h> #include "STM32F4xx_Init.h" #include <RB_GPIO.h> #include <RB_RCC.h> #include <RB.h> #include <RB_TIM.h> #include <RB_NVIC.h> #include <LED.h> #include <Timer2.h> #include <Sensor.h> static bool volatile runMainLoop
in „Timer UIF beim Cortex M4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USART_HW_Init.c
**********************************************************************/ // Header Files #include <stm32f10x_gpio.h> #include <stm32f10x_usart.h> #include <stm32f10x.h> // #defines // globale Variablen // Funktionsprototyen /*****************************************************************************
in „UART Problem beim senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
index.html
<html> <head> <title> ALIENTEK STM32¿ª·¢°å ENC28J60+LWIP1.41 Webserver²âÊÔ </title> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <meta http-equiv= "Cache-Control" CONTENT= "no-cache"> <script type="text/javascript
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Resources_an5457-rf-matching-network-design-guide-for-stm32wl-series-stmicroelectronics.pdf
AN5457 Application note RF matching network design guide for STM32WL Series Introduction The STM32WL Series microcontrollers are sub-GHz transceivers designed for high-efficiency long-range wireless applications including the LoRa , (G)FSK, (G)MSK and BPSK modulations
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
AN5457.pdf
AN5457 Application note RF matching network design guide for STM32WL Series Introduction The STM32WL Series microcontrollers are sub-GHz transceivers designed for high-efficiency long-range wireless applications including the LoRa , (G)FSK, (G)MSK and BPSK modulations
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder ·
-
Datei
main.c
Date: $ ID: $Id: $ **********************************************************************/ #include "stm32f4xx_conf.h" #include "stm32f4xx.h" #include "stm32f4xx_spi.h" int main(void) { init_SPI1(); while(1) { } } void init_SPI1(void) { GPIO_InitTypeDef GPIO_InitStruct; SPI_InitTypeDef SPI_InitStruct; NVIC_InitTypeDef
in „STM32F4 SPI1 Slave“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
------------------------------------ */ #if IRMP_LOGGING == 1 // logging via UART #if defined(ARM_STM32F4XX) # define STM32_GPIO_CLOCK RCC_AHB1Periph_GPIOA // UART2 on PA2 # define STM32_UART_CLOCK RCC_APB1Periph_USART2 # define STM32_GPIO_PORT GPIOA # define STM32_GPIO_PIN GPIO_Pin_2 # define STM32_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
stm32f4xx_spi.h
*** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4xx_SPI_H #define __STM32F4xx_SPI_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" /** @addtogroup STM32F4xx_StdPeriph_Driver
in „STM32F4XX SPI Slave“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_i2c1.c
//-------------------------------------------------------------- // File : stm32_ub_i2c1.c // Datum : 04.01.2015 // Version : 1.2 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.4 // GCC : 4.7 2012q4 //
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
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 Include Files / Librarys ------ */ #include "tm_stm32f4_delay.h" #include "tm_stm32f4_disco.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen-----------------
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Datei
nrf24l01.c
#pragma GCC optimize ("O0") /* -------------- 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 Include Files / Librarys ------ */ #include "tm_stm32f4_delay.h" #include "tm_stm32f4_disco.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen-----------------
in „NRF24L01 SPI Problem bringt mich noch zum Wahnsinn!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
implenentation while it should be still compatible with the original one found at http://stefanfrings.de/stm32/STM32F103_usb_test.zip Several changes are made to be more flexible Tested on various BluePill boards with STM and WCH controllers (F103XXX) Changes - put all cfg options at the beginning - make them
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sim010620101014.c
h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "USART.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup ADC_RegSimul_DualMode * @{ */ //int bla = 0; unsigned char it_active=1; int stop; ////////////////////
in „STM32 STD Libary Examples ADC RegSimul_DualMode“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „Codearchiv: STM32F4xx MAX7219 7-Segment Ansteuerung“ · Projekte & Code ·
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „NRF24L01: Handauflegen hilft?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32H7-Disco_full.PDF
_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 PB1
in „STM32H7-Disco erster Test“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bsp.c
/* Includes */ #include <stddef.h> #include "stm32f10x.h" #include "stm32f10x_gpio.h" #include "stm32f10x_tim.h" #include "main.h" #include "SysTickHandler.h" #include "abstraction.h" #include <math.h> #include "IRQ_Handler.h" /* Private typedef */
in „Konfiguration eines Timers auf dem STM32F100RB6“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iirBenchmark.ino
// print with manual made software serial the // STM32F4 Discovery #include "softwareSerial.h" //#define SOFTSERIALPIN_TX PC1 // STM32F4_DISCOVRERY //#define SOFTSERIALPIN_TX PA9// STM32F103 BluePill #define SOFTSERIALPIN_TX PD1 // ARDUINO_UNO // https
in „STM32 Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ipaddr.h
#endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" // #include "stm32f4x7_eth_bsp.h" /* Exported types ------------------------------------------------------------*/ /* Exported constants -----------------------------------------------------
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iirBench2.c
// print with manual made software serial the // STM32F4 Discovery //#include "softwareSerial.h" //#define SOFTSERIALPIN_TX PC1 // STM32F4_DISCOVRERY //#define SOFTSERIALPIN_TX PA9// STM32F103 BluePill #define SOFTSERIALPIN_TX PD1 // ARDUINO_UNO // https
in „Wofür Propeller von Parallax ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
miniblink.S
/** * A minimum blinky (2*42 bytes) written in assembly. It works with the "Blue Pill" called STM32F103R8C6 boards. * The LED is connected to PC13. Do not take this as a starting point for any serious project! * The program "lives", where the interrupt and fault vectors should be. Anyway it works
in „Assemblerprogrammierung ARM CORTEX“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f030f4.ld
/* ***************************************************************************** ** ** File : stm32f030f4.ld ** ** Abstract : Linker script for STM32F030F4P6 Device with ** 16KByte FLASH, 4KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** Environment : ARM-GCC ** ** ***************************************************************************** */ /* Entry Point */ ENTRY(Reset_Handler) /* Highest address of the user mode stack *
in „STM32F030F4P6 und USART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "stm32f4xx_tim.h" #include "stm32f4xx_dma.h" uint16_t LED_PIN_SET[10] = { GPIO_Pin_5, 0x0000, GPIO_Pin_5, 0x0000 ,GPIO_Pin_5, 0x0000 ,GPIO_Pin_5, 0x0000 ,GPIO_Pin_5, 0x0000 }; uint16
in „STM32F4 + Timer 3 + DMA1 schreibt nicht ins ODR => TEIF“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sccb.c
; // Code from: http://www.urel.feec.vutbr.cz/MPOA/2014/cam-ov7670 // https://github.com/g4lvanix/STM32F4-examples/blob/master/I2C%20Master/main.c // and: https://github.com/erikandre/stm32-ov7670 -> stm32-ov7670/src/OV7670_control.c void I2C_Config() { // enable APB1 peripheral clock for I2C1 RCC_APB1PeriphClockCmd
in „OV7670 blockiert Bus nach senden des Registers“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ArmAssemblerTutorial.pdf
is recommended to use the same components. Mikrocontroller selection For the microcontroller, an STM32F103C8 or STM32F103RB by STMicroelectronics will be used. Both controllers are identical except for the flash size (64 KiB vs 128 KiB) and number of pins (48 vs 64). These controllers belong to ST’s
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief STM32F4x7 Ethernet hardware configuration. *************************************************************
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
implenentation While it should be still compatible with the original one found at http://stefanfrings.de/stm32/STM32F103_usb_test.zip several changes are made to be more flexible. Tested on BluePill boards with STM and WCH controllers (F103XXX) Changes - put all cfg options at the beginning and create a config
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
implenentation While it should be still compatible with the original one found at http://stefanfrings.de/stm32/STM32F103_usb_test.zip several changes are made to be more flexible. Tested on BluePill boards with STM and WCH controllers (F103XXX) Changes - put all cfg options at the beginning and create a config
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Main.c
main function. **************************************************** */ //#include <main.h> #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" volatile unsigned long msTicks = 0; void Delay_ms (unsigned long del_count) { del_count *= 1000; msTicks = del_count; while (msTicks !=
in „STM32F411VE TIM Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
13475.pdf
UM0427 User manual ARM®-based 32-bit MCU STM32F101xx and STM32F103xx firmware library Introduction This document describes the ARM -based 32-bit MCU STM32F101xx and STM32F103xx firmware library. This library is a firmware package which contains
in „STM32F: SPI "Halbduplex"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rs232.txt
#include "stm32h7xx_ll_gpio.h" #include "stm32h7xx_ll_usart.h" #include "stm32h7xx_ll_dma.h" #include "stm32h7xx_ll_tim.h" #include "AllgemeineFunktionen.h" #include "Rs232Kommunikation.h" #include "ModbusRtu.h" #
in „STM32H7 USART geht nicht mehr mit Compiler V6.14“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_i2c1.c
//-------------------------------------------------------------- // File : stm32_ub_i2c1.c // Datum : 04.01.2015 // Version : 1.2 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.4 // GCC : 4.7 2012q4 //
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
rm0444-stm32g0x1-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
datasheet. The following table shows per-product availability of peripherals that are not common to all STM32G0x1 products. Table 1. Peripherals versus products STM32G0 STM32G0 STM32G0 STM32G0 STM32G0 STM32G0 STM32G0 STM32G0 Feature 31 41 51 61 71 81 B1 C1 CRS No No No No No No Yes Yes RNG No Yes No Yes No
in „Problem mit Clock Configuration beim STM32G031“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
USER CODE BEGIN Includes */ #include "ff.h" #include "ff_gen_drv.h" #include <stdio.h> #include "stm32f4xx_hal.h" #include "stm32f4xx_ll_dma.h" #include "stm32f4xx_ll_dac.h" #include "stm32f4xx_hal_conf.h" //#include "stm32f4xx_ll_cortex.h" /* USER CODE END Includes */ /* Private typedef -----------
in „ARM Cortex M4 mit LL Treiber DAC DMA Wave SD Card Playback“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.c
*/ #include <stdbool.h> #include <stdio.h> #include <stdint.h> // StdPeriph Lib + CMSIS #include <stm32f4xx.h> #include <stm32f4xx_i2c.h> #include "tm_stm32f4_ili9341.h" #include "eeprom.h" /* ------------- DEFINES ------------------ */ #define E2P_DATA_VALID 0xaf // Kennung für gültige Daten #define
in „Lebensdauer von lokalen Variablen“ · Softwareentwicklung ·
-
PDF
FK723M1-ZGT6.zh-CN.en.pdf
www.onlinedoctranslator.com 1 2 3 4 5 6 SWD and USART1 interfaces A A P1 SWCLK PA14 USART1-RX PA10 Here, the STM32H723 is divided into two parts, but they are actually the same chip. 1 5 L1 SWDIO PA13 2 6 USART1-TX PA9 CBG160808U121T Ferrite beads/120200mAMHz GND 3 7 R7 1KRST VDDA 3.3V Analog voltage 5V 4 8 3.3V
in „Neues Blackboard mit STM32H723“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-------------------------------------------------------------------- #include <stdio.h> #include "stm32f10x.h" #include "stm32f10x_conf.h" #include "stm32f10x_tim.h" /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------------------
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F107RB_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F107RB Device with ** 128KByte FLASH, 64KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** Environment : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „FreeRTOS - Heap nach Reset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F746ZGTX_RAM.ld
********************************************* * @file LinkerScript.ld * @author Auto-generated by STM32CubeIDE * Abstract : Linker script for NUCLEO-F746ZG Board embedding STM32F746ZGTx Device from stm32f7 series * 1024Kbytes FLASH * 320Kbytes RAM * * Set heap size, stack size and stack location according
in „Startup code für STM32 C und C++ mix.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F746ZGTX_FLASH.ld
********************************************* * @file LinkerScript.ld * @author Auto-generated by STM32CubeIDE * Abstract : Linker script for NUCLEO-F746ZG Board embedding STM32F746ZGTx Device from stm32f7 series * 1024Kbytes FLASH * 320Kbytes RAM * * Set heap size, stack size and stack location according
in „Startup code für STM32 C und C++ mix.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
serialAccelerometer.ino
// read accelaration sensor and print serial // TX pin is PD8 // STM32F4 Discovery // accelerometer: LIS203DL ( included in STM32F4, some boards may have the LIS3DSH ) // example from http://stm32duino.com/viewtopic.php?t=282 /* // serial interfaces // the serial interface
in „STM32F4 Discovery Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32L100XC_FLASH.ld
/* ***************************************************************************** ** ** File : STM32L100XC_FLASH.ld ** ** Abstract : Linker script for STM32L100XC Device with ** 256KByte FLASH, 16KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements.
in „Kann gcc-Projekt nicht auf STM32 discovery board laden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
InVenterSteuerung_V0.4_Diskret_Partlist.txt
MBRM120L-D 457-04 itf 1 IC2 LP2985 TS520529 SOT25 v-reg 1 IC3 MAX481CSA MAX481CSA SO08 maxim 1 IC4 STM32F030C8T8 STM32F030C8T8 TQFP48 stm32 1 LED1 LEDCHIPLED_0805 CHIPLED_0805 led 1 LED2 LEDCHIPLED_0805 CHIPLED_0805 led 1 Q3 12MHz QUARTZ_CRYSTALS_TXC Q2 itf 1 R2 0R R_SMD_0603 0603 Resistor_MW_4_16 1 R3
in „Inventer Lüfter Ansteuerung“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
STM32F103X6_FLASH.ld
/* ***************************************************************************** ** ** File : STM32F103X6_FLASH.ld ** ** Abstract : Linker script for STM32F103x6 Device with ** 32KByte FLASH, 10KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** Environment : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „Falsche Ausgabe von arm-none-eabi-size“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
main.c ** ** Abstract : main function. ** ** Functions : main ** ** Environment : Atollic TrueSTUDIO/STM32 ** STMicroelectronics STM32F10x Standard Peripherals Library ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this
in „helix MP3 Decoder, gibt keinen error aber auch keine Daten“ · Mikrocontroller und Digitale Elektronik ·