-
Datei
stm32-gpio.h
#ifndef __STM32_GPIO_H #define __STM32_GPIO_H #ifdef __cplusplus extern "C" { #endif enum { GPIO_Input_Analog = (0<<2), GPIO_Input_Floating = (1<<2), GPIO_Input_Pullupdown = (2<<2), }; enum { GPIO_Output_PushPull
in „STM32 ST-Library Pro oder Kontra“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ili9341.c
ili9341_reset(lcd); ili9341_spi_tft_select(lcd); // command list is based on https://github.com/martnak/STM32-ILI9341 // SOFTWARE RESET ili9341_spi_write_command(lcd, issNONE, 0x01); HAL_Delay(1000); // POWER CONTROL A ili9341_spi_write_command_data(lcd, issNONE, 0xCB, 5, (uint8_t[]){ 0x39, 0x2C, 0x00, 0x34
in „STM32U575 und ILI9341 SPI DMA Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Memory_LCD_Theory__Programming__and_Interfaces.pdf
“stm32f072xb.h” // Note: Both the stm32f0xx_hal_spi.c and stm32f0xx_hal_dma.c routines were // streamlined for this application. These routines may be obtained // by contacting your local Sharp SMA office. #include “stm32f072_sma_spi.h” #include “stm32f0xx_sma_dma.h” static SPI_HandleTypeDef spi_blk; static SPI_IBLK_TypeDef spi_iblk; void MLCD_Init_SPI(void) { // Set up the SPI blocks so the SPI can be configured spi_iblk.SPI_CR1
in „LS032B7DD02 Datenblatt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F103C8T6-Schematic-Diagram.pdf
38 PA15/JTDI PB15 28 PB15 Fuse 2 开关 5 C1 C2 C5 3 开 开 4 Fuse 106 C3 GND 106 C4 5 OSC_IN/PD0 PC13-TAMPER-RTC 2 PC13 C7 104 AMS1117-3.3 104 VCC3_3 6 3 PC14 S1 20pF X1 R5 OSC_OUT/PD1 PC14-OSC32_IN 4 PC15 X2 GND C6 8M 1M PC15-OSC32_OUT C8pF USB_PWR
in „Löttemperatur STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_rng.c
/** ****************************************************************************** * @file stm32f4xx_rng.c * @author MCD Application Team * @version V1.3.0 * @date 08-November-2013 * @brief This file provides firmware functions to manage the following * functionalities of the Random Number Generator
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F429_V1.2.pdf
1 2 3 4 5 6 GND 01 42 C2 P2 01 C1 I2 12 I0 P0 30 C0 I0 0 10 A CO3 CO4 C5C C6C C7C C8C CO9 CO10 C1C1 C121 CO13 C141 C151 C16 C1717 A 02 P4 41 P04C1 P04 1 P04 02 P04C2 P04I1 104 10 104I2 P04 0 104 32 P04C2 P04I2 P04 02 P0412
in „Hat jemand Erfahrungen mit diesem Board auf Ebay.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_STM32L05__HSN-TTN_Mini_Node_LoRa_v1.2_2021-02-27.pdf
DIN 3 Neopix DOUT VSS GND GND VCC P1 STLINK connector 1 VCC 2 GND 3 SWCLK 4 SWDIO E 5 VCC-T E 6 RSTn C5 C6 100nF 10uF S S D C A L C4 100nF R10 R9 100k 100k JP1 U1 GND PINHD-1X12-CB STM32L051C8T6 VCC 1 4 4 4 4 4 4 4 4 4 3 3 3 Neopix 2 D S 9 80 7 6 5 4 35 4 VCC 3 F D S P PT P P P P P A A 4 F V V O P P C2 5 1 VDD B VDDIO2 36 100nF 6 C7 2 PC13 VSS 35 GND 7 100nF 3 PC14-OSC32_IN PA13 34 8 4 PC15-OSC32_OUT PA12 33 9 UART GND 5 PH0-OSC_IN PA11 32 Vext1 10 HDR-M-2.54_1x3 6 31 Vext2 11 1 VCC C1 7 PH1-OSC_OUT PA10 30 12 2 JP2 100nF 8 NRST
-
Datei
STM32L562CEUX_RAM.ld
***************************** ** ** File : LinkerScript.ld (debug in RAM dedicated) ** ** Author : STM32CubeIDE ** ** Abstract : Linker script for STM32L5x2xx Device from STM32L5 series ** 256Kbytes 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 ** ** Distribution: The file is distributed as is without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** Copyright
in „STM32 startet im HardFault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "platform_config.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup CAN_Normal * @{ */ /* Private typedef -----------------------------------------------------
in „CAN mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F100RB_PWM_IO.c
/****************************************************************************** * @file main.c * @author Erik Herkenrath * @version V1.0.0 * @date Apr 11. 2012 * @brief hardware init for RC-Servo PWM signal input and output * tested on STM32 value line discovery Board * µC: STM32F100RB @24 MHz
in „RC Servo Signale mit STM32 einlesen und ausgeben“ · Projekte & Code ·
-
Datei
STM32L562CEUX_FLASH.ld
****************************************************** ** ** File : LinkerScript.ld ** ** Author : STM32CubeIDE ** ** Abstract : Linker script for STM32L562xE Device from STM32L5 series ** 512Kbytes FLASH ** 256Kbytes RAM ** ** Set heap size, stack size and stack location according ** to application
in „STM32 startet im HardFault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_conf.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #define TFT_RS_PIN GPIO_Pin_10 #define TFT_RS_GPIO_PORT GPIOB #define TFT_RS_GPIO_CLK RCC_APB2Periph_GPIOB #define TFT_RS_HIGH()
in „STM32 + SSD1289“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_conf.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #define TFT_RS_PIN GPIO_Pin_10 #define TFT_RS_GPIO_PORT GPIOB #define TFT_RS_GPIO_CLK RCC_APB2Periph_GPIOB #define TFT_RS_HIGH()
in „STM32 + SSD1289“ · 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
in „Wer hat noch Ärger mit NRF24L01+ Funkmodulen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" /*static uint8_t buffer[(128*32)/ 8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
in „I2C mit STM32F4 Discovery und Adafruit OLED“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_128k_32k_flash.ld
/* Default linker script for STM32F10x_128K_32K with GNU-ld Martin Thomas, 9/2009 A heavily modified "Default linker script for STM32F10x_512K_64K" Copyright RAISONANCE S.A.S. 2008 found in the STM fw-library. (there is not much left
in „STM32 mit C++ stürzt bei Interrupt ab“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
/** ****************************************************************************** * @file startup_stm32.s dedicated to STM32L073RZTx device * @author Ac6 * @version V1.0.0 * @date 2019-03-18 ****************************************************************************** */ .syntax unified .cpu cortex-m0plus
in „ARM Cortex M0+ Startupcode Minimal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple.s
@ Simple(s) Beispiel @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ BIT3, 0x00000008 .equ BIT4, 0x00000010 .equ BIT5, 0x00000020
in „STM32CubeIDE Debug View, Threads, Breakpoints“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STLinkMini.pdf
C 41 PB5 I2C1_SCL 42 I2C1_SDA 43 PB6 PB7 TP2 45 PB8 TP3 46 PB9 +3,3V TP4 21 PB10 X2 22 R9 100 TP5 25 PB11 PB12 26 PB13 1 RST R11 22 T_NRST T_JTMS 27 PB14 2 28 3 SWCLK R10 22 T_JTCK PB15 4 STM32F103C8T6
in „STM32F103C8T6.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STLinkMini.pdf
C 41 PB5 I2C1_SCL 42 I2C1_SDA 43 PB6 PB7 TP2 45 PB8 TP3 46 PB9 +3,3V TP4 21 PB10 X2 22 R9 100 TP5 25 PB11 PB12 26 PB13 1 RST R11 22 T_NRST T_JTMS 27 PB14 2 28 3 SWCLK R10 22 T_JTCK PB15 4 STM32F103C8T6
in „Erstes PCB mit Eagle: STM32 Breakout Board“ · Platinen ·
-
Bild
ST STM32WL5M0C LPWAN Modul Werbegrafik
ST STM32WL5M0C STM32 LoRaWAN CERTIFIED Open, certified & robust LPWAN module in a tiny 10 x 10 mm package ST
in „Arduino mit Matter, Updates in CMSIS und KEIL und vieles andere mehr“ · Mikrocontroller und Digitale Elektronik · · Sonstiges
-
Datei
generate-kicad-lib.py
library file (Sorry... do this on your own risk!) ''' import math # KiCAD output looks like ''' # # STM32F746ZGT6 # DEF STM32F746ZGT6 IC 0 40 Y Y 1 F N F0 "IC" -200 300 60 H V C CNN F1 "STM32F746ZGT6" 0 -300 60 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW S -300 200 300 -200 0 1 0 N X
-
Datei
stm8s_spi.h
, /*!< Receiver only in 1 line bi-directional data mode */ SPI_DATADIRECTION_1LINE_TX = (uint8_t)0xC0 /*!< Transmit only in 1 line bi-directional data mode */ } SPI_DataDirection_TypeDef; /** * @brief SPI Slave Select management * Warning: element values correspond to LSBFIRST bit position */ typedef
in „STM8 Standard Peripheral Library mit ST Visual Develop benutzen - Linker error“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm8_uhr.pdf
geringstmöglichen Bauteilekosten gelegt. Aus diesem Grund viel die Wahl des verwendeten Mikrocontrollers auf einen STM8S003 (ein STM8S103 funktioniert auch) sowie einem TM1637 Anzeigetreiber. Bei www.lcsc.com kostet der Controller (Stand Januar 2025) 29 Cent, der Treiber 15 Cent. Bedienung Die Bedienung der Uhr erfolgt
-
Datei
main.c
// Hello World - Echo Test von S.F. webseite, usb.c file vom 27.2. 19:05 #include <stdio.h> #include "stm32f0xx.h" //[ALEX] #include "usb.h" // The current clock frequency //uint32_t SystemCoreClock=8000000; // Counts milliseconds //volatile uint32_t systick_count=0; // Interrupt handler [ALEX] -> in stm32f0xx_it.c //void SysTick_Handler(void) //{ // systick_count++; //} // Delay some milliseconds void delay_ms(int ms) { //[ALEX] uint32_t start=systick_count; uint32
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
schaltplan.pdf
VIN 4 V12 V12 2 1 V12 6 VS INH 2 2 INH VS 6 V12 VOUT_1 VOUT_2 V33 2 IS_1 5 IS IN 1 1 IN IS 5 IS_2 C1 C2 C13 SR GND GND SR 2 1 2 1 SWD 4.7uF 1uF 470uF CH1 414 3 K K K0 K C15 2 1 CH3 M20-9980545 2 1 1 k INH: ENABLE 1 0 0 1 01 0 9 k V33 V33 0.47uF R 1 1nF R 1R 1 R 1R 1 1nF R 1 0.47uF 1 2 GND 1 2 6 2 GND
-
PDF
stm32l431_reference_manual.pdf
1 KB TIM7 register map Section 28.4.9: TIM6/TIM7 0x4000 1000 - 0x4000 13FF 1 KB TIM6 register map 0x4000 0400- 0x4000 0FFF 3 KB Reserved - Section 26.4.21: TIMx register 0x4000 0000 - 0x4000 03FF 1 KB TIM2 map 1. Not available for STM32L431xx and STM32L433xx
in „ADC differential mode“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32l431_reference_manual.pdf
1 KB TIM7 register map Section 28.4.9: TIM6/TIM7 0x4000 1000 - 0x4000 13FF 1 KB TIM6 register map 0x4000 0400- 0x4000 0FFF 3 KB Reserved - Section 26.4.21: TIMx register 0x4000 0000 - 0x4000 03FF 1 KB TIM2 map 1. Not available for STM32L431xx and STM32L433xx
in „Offset Data alignment“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32l431_reference_manual.pdf
1 KB TIM7 register map Section 28.4.9: TIM6/TIM7 0x4000 1000 - 0x4000 13FF 1 KB TIM6 register map 0x4000 0400- 0x4000 0FFF 3 KB Reserved - Section 26.4.21: TIMx register 0x4000 0000 - 0x4000 03FF 1 KB TIM2 map 1. Not available for STM32L431xx and STM32L433xx
in „DMA one shot mode“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ds18b20.h
: seriell.h ** Descriptions: STM32 FSMC TFT²Ù×÷º¯Êý¿â ** **------------------------------------------------------------------------------------------------------ ** Created by: poweravr ** Created date: 2010-11-7 ** Version: 1.0 **
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WC-Arduino_1.txt
\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.5.0-beta2\\libraries\\esp8266\\src" "C:\\Users\\Heiko\\AppData\\Local\\Temp\\arduino_build_123708\\sketch\\stm32flash.cpp" -o "C:\\Users\\Heiko\\AppData\\Local\\Temp\\arduino_build_123708\\sketch\\stm32flash.cpp.o
-
Datei
netconf.c
/** ****************************************************************************** * @file netconf.c * @author MCD Application Team * @version V1.0.0 * @date 11/20/2009 * @brief Network connection configuration ****************************************************************************** * @copy *
in „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f0xx.s
/** ****************************************************************************** * @file startup_stm32f0xx.s * @author MCD Application Team * @version V1.5.0 * @date 05-December-2014 * @brief STM32F030 Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP * - Set
in „STM32F030F4P6 und USART1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_Prints.pdf
D+ B6 MISO A8 SBU1 CC2 B5 GND A9 B4 U1A A10 VBUS VBUS B3 R4 STM32F407VGT6 A11 RX2- TX2- B2 5k1 PA0 23 35 PB0 A12 RX2+ TX2+ B1 PA1 24 PA0-WKUP(PA0) PB0 36 PB1 GND GND GND GND PA2 25 PA1 PB1 37 PB2 PA2 PB2-BOOT1(PB2) P4 1 SGND SGND 4 GND PA3 26 PA3 PB3(JTDO/TRACESWO
-
PDF
Bulb_Ohm.pdf
DC-Waveform Generator for Higher Current and Lower Frequencies In this project we use a STM32F103C8 – mounted on a Black Pill – to control via I2C a 12-Bit Digital-to-Analog Converter (DAC) to generate signals like e.g. Sinus-, Triangle-, Rectangle-signals, in a voltage range of e.g. U0=0V
in „I2C STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0001-WS2812-fix-too-short-reset-pulse.patch
current rgb buffer index +static uint_fast8_t next_rgb_buf_idx; // next rgb buffer index + #if defined (STM32F4XX) // STM32F4xx typedef uint16_t DMA_BUFFER_TYPE; // 16bit DMA buffer, must be aligned to 16 bit #else // STM32F10x @@ -205,7 +207,7 @@ ws2812_dma_start (void) TIM_Cmd (WS2812_TIM, DISABLE); //
-
Datei
EEPROM.c
#include <stdint.h> #include "stm32f10x_i2c.h" #include "stm32f10x_rcc.h" #include "I2C.h" void delay() { for (volatile uint16_t del = 0; del < 25000; del++) ; } void main() { uint8_t burst_data_write[5] = {0x24, 0x48, 0x52, 0x59, 0x73
in „STM32F103RFT6 I2C2 keine Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f0xx.s
/** ****************************************************************************** * @file startup_stm32f0xx.s * @author MCD Application Team * @version V1.2.0 * @date 31-July-2013 * @brief STM32F0xx Medium-density devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „STM32 Takt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f0xx.s
/** ****************************************************************************** * @file startup_stm32f0xx.s * @author MCD Application Team * @version V1.2.0 * @date 31-July-2013 * @brief STM32F0xx Medium-density devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „Startup: Funktion vor Konstruktoren aufrufen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sdram_fx.h
/* SDRAM FX nützliche Routinen für die SDRAM Initialisation Markus Horbach 04.09.2016 für STM32CubeMX */ //#include <stdlib.h> #include "stm32f7xx_hal.h" //#include "fmc.h" /** * @brief FMC SDRAM Bank address */ #define SDRAM_DEVICE_ADDR ((uint32_t)0xC0000000) #define SDRAM_DEVICE_SIZE ((uint32
in „STM32F7 und SDRAM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f103xb.s
/** *************** (C) COPYRIGHT 2017 STMicroelectronics ************************ * @file startup_stm32f103xb.s * @author MCD Application Team * @version V4.2.0 * @date 31-March-2017 * @brief STM32F103xB Devices vector table
in „SPI auf STM32F103 - kein Signal“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
OLIMEX-stm32-p107-schematic.pdf
C 14 GNDA3 SCLOCK 32 3.3V1 RJLD-043TC 1VCC GND RS232 m 4 4 4 4 4 20 GNDA4 NC1 8 k 3.3V U3PWR ) 4 5 6 7 8 24 GNDA5 22 MII_AVCC 3.3V MII_AVDD C29 1 1 1 1 1 NC2 100nF 0 0 0 0 0 STE101P L1 L4 n n n n n 4 F
in „Streuung der ADC-Werte beim STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/** ****************************************************************************** * @file : main.c * @author : Auto-generated by STM32CubeIDE * @brief : Main program body ****************************************************************************** * @attention * * Copyright (c) 2021 STMicroelectronics
in „STM32F1 Probleme mit Frings I2C-Bus Routine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
IntLib.txt
Microcontroller\Silicon_Labs_USB_MCUs\Silicon Labs USB MCUs.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32W_181213\STMicroelectronics STM32W.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F0_181213\STMicroelectronics STM32 F0.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F1_181213\STMicroelectronics STM32 F1.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F2_181213\STMicroelectronics STM32 F2.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F3_181213\STMicroelectronics STM32 F3
in „Altium 5.1.x Offline Libs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F410CB_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F410CB Device with ** 128KByte FLASH, 32KByte 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 „FLASH speicher Lebensdauer Beeinflussung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
F2_messung_pwm.c
/* Reziproke Frequenzmessung mit STM32H750 mit 8-stelliger Auflösung. Eingangsfrequenbereich: 0,1 Hz - 100 MHz Die Frequenz wird aus den Eingangsimpulsen/Zeit errechnet. Dazu werden die Timer15 und Timer16 verwendet. Als Zeitbasis für
-
Datei
GLCD.h
: GLCD.h ** Descriptions: STM32 FSMC TFT²Ù×÷º¯Êý¿â ** **------------------------------------------------------------------------------------------------------ ** Created by: poweravr ** Created date: 2010-11-7 ** Version: 1.0 **
in „STM32 24Bit Bmp nach 565RGB Format“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md_vl.s
/** ****************************************************************************** * @file startup_stm32f10x_md_vl.s * @author MCD Application Team * @version V3.3.0 * @date 04/16/2010 * @brief STM32F10x Medium Density Value Line Devices vector table for Atollic toolchain. * This module performs: * -
in „stm32 probleme mit Assembler für startup File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
/** ****************************************************************************** * @file Project/STM32L1xx_StdPeriph_Template/main.h * @author MCD Application Team * @version V1.0.3 * @date May-2013 * @brief Header for main.c module ******************************************************************
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mbportserial.c
/* * MODBUS Library: ARM STM32 Port (FWLIB 2.0x) * Copyright (c) Christian Walter <cwalter@embedded-solutions.at> * All rights reserved. * * ARM STM32 Port by Niels Andersen, Elcanic A/S <niels.andersen.elcanic@gmail.com> * * $Id: mbportserial.c,v 1.2 2008/12/14 20:30:27 cwalter Exp $ */ /* ----------------------- System includes ----------------------------------*/ #include <stdlib.h> #include "stm32f10x.h" /* Standard STM32 Library */ #include
in „FreeRTOS + LWIP + UART Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·