-
PDF
Blackpill_STM32F411CEU6_WeAct_Black_Pill_V2.0.pdf
20 PB2 PB13 2 5V 1 PA3 13 PA2 PB2 39 PB3 PB14 3 GND 2 PA4 14 PA3 PB3 40 PB4 PB15 4 3.3V 3 PA4 PB4 STM32 电源部分 PA8 5 PB10 4 C5 PA5 15 PA5 PB5 41 PB5 PA9 6 PB2 5 GND PA6 16 PA6 PB6 42 PB6 PA10 7 PB1 6 1 PA7 17 PA7 PB7 43 PB7 PA11 8 PB0 7 4.3pF PA12 9 PA7 8 32.768KHz ±20ppm 6pF Y1 PA8 29 PA8 PB8 45 PB8
in „was kommt nach dem Bluepill-Board?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Terminal-Fenster mit C-Code und Makefile
../include SRCS = ./src/sysf03_init.o SRCS += ./src/my_printf.o INC_DIR = -I/-I../include SCRIPT = stm32f030x6.ld FLASHERPROG Auswahl fuer STM32: 0 : STLINK-V2, 1 : 1 : stm32flash 2 : stm32chflash 3 : DFU_UTIL 4 : flash1114_rts Hit [x] to abort command running time: 0s text data bss dec hex filename
in „Live-Linux: Anleitung schreiben“ · PC Hard- und Software · · Screenshots
-
Datei
EclipseInstallation.txt
per copy und paste in das Feld eingefügt werden!) USE_STDPERIPH_DRIVER USE_FULL_ASSERT USE_ULPI_PHY STM32F4XX USE_USB_OTG_FS HSE_VALUE=8000000 - Includes: (kann per copy und paste in das Feld eingefügt werden! mit den Anführungszeichen) "${workspace_loc:/${ProjName}}" "${workspace_loc:/${ProjName}/CMSIS}" "${workspace_loc:/${ProjName}/CMSIS/Include}" "${workspace_loc:/${ProjName}/STM32F4xx_StdPeriph_Driver}" "${workspace_loc:/${ProjName}/STM32F4xx_StdPeriph_Driver/inc}" "${workspace_loc:/${ProjName}/usb_vcp}" "${workspace_loc:/${ProjName}/usb_vcp/usb_cdc_lolevel}" - Optimization
in „Ambilight mit STM32F4discovery und TVP5150AM1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
USB3320_STM32F4.pdf
TX/WKUP +3V VBAT CLKOUT 24 PA1/USART2_RTS/USART4_RX VDD33 25 PA2/USART2_TX +1V8 VDD18 REFCLK VDD18 STM32F407VX +3V VDDIO NC N GND U$1G$2 G 26 PA3/USART2_RX 27 VSS2 28 VDD2 29 PA4/SPI1_NSS/SPI3_NSS/USART2_CK 30 31 PA5/SPI1_SCK 32 PA6/SPI1_MISO 33 PA7/SPI1_MOSI 34 PC4 35 PC5 36 PB0 37 PB1 38 PB2/BOOT1
in „STM32F4 USB High Speed VCP mit USB3320 PHY“ · Projekte & Code ·
-
Datei
main.c
#include "stm32f10x.h" #include "STM32vldiscovery.h" GPIO_InitTypeDef GPIO_InitStructure; EXTI_InitTypeDef EXTI_InitStructure; NVIC_InitTypeDef NVIC_InitStructure; void Delay(__IO uint32_t nCount); void PeripheralInit(void); void ButtonInit(void); int ints = 0; int main(void) { PeripheralInit(); ButtonInit(); STM32vldiscovery_LEDInit(LED3); STM32vldiscovery_LEDInit(LED4); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, ENABLE); GPIO_InitStructure.GPIO_Speed = GPIO_Speed_2MHz; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP
in „Hardwareentprellung Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32_ub_uart.h" #include <string.h> void delay_us(uint32_t time_us) { SysTick->LOAD = 8 * time_us-1; SysTick->VAL = 0; /* Load
in „STM32F030 Takt/UART Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HD66766_example.c
INFOBAR_HEIGHT 16 // Using STM32 FSMC mode to communicate with the LCD in 16-bit mode // The FSMC (Flexible Static Memory Controller) is a hardware engine inside the STM32 // that allows the MCU to treat the LCD as if it were a piece
in „LCD-Modul F51661GNCJU-MLW-AA * Info *“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Programmcode in Notepad++ für Atmel AVR Mikrocontroller
Atmel Studio/C_ProMini 328P PWM-PT4115_C_ProMini 328P PWM-PT4115.ioc STM32H750VBTX_FLASH_DTCMRAM.ld STM32H70BVTX_FLASH.ld STM32H70BVTX_DTCMRAM1.ld STM32F303CBT6_Verkauf_Blink.ioc 20-29 andere 328 SPI muss noch anschliessend eingeschaltet werden mit: subroutine init_spi_ein
in „25LC512 SPI EEPROM seltsames Verhalten / defekt?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
code.txt
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_spi.h" void main() { /*Clock für die Peripherie einschalten*/ RCC_APB2PeriphClockCmd(RCC_APB2Periph_SPI1, ENABLE);
in „STM32F0 SPI - Funktioniert nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
clock generation register .set RCC_PLLI2SCFGR, 0x84 @ RCC I2S PLL configuration register @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips: pp. 1018 in RM0090 (dm00031020-stm*.pdf) .equ USART3_BASE , 0x40004800 .equ USART3_SR , USART3_BASE + 0x00 .equ USART3_DR , USART3_BASE + 0x04 .equ USART3
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
clock generation register .set RCC_PLLI2SCFGR, 0x84 @ RCC I2S PLL configuration register @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips: pp. 1018 in RM0090 (dm00031020-stm*.pdf) .equ UART3 , 0x40004800 .equ UART3_SR , 0x00 .equ USART3_BASE , 0x40004800 .equ USART3_SR , USART3_BASE + 0x00
in „Break auf 0xfffffffe in STM32CubeIDE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Endlosschleife.txt
--------------------------------------------*/ 00029 #include "main.h" 00030 00031 /** @addtogroup STM32F4xx_StdPeriph_Examples 00032 * @{ 00033 */ 00034 00035 /** @addtogroup RTC_Timer 00036 * @{ 00037 */ 00038 00039 /* Private typedef -----------------------------------------------------------*/ 00040
in „Endlosschleife in RTC Beispiel“ · 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
main.c
***********************************************************************/ // Header Files #include <stm32f10x_gpio.h> #include "GPIO_HW_Init.h" #include "MyFunctions.h" #include "USART_HW_Init.h" #include "SPI_HW_Init.h" #include "EXTI_HW_Init.h" #include "NVIC_HW_Init.h" #include <stm32f10x_conf.h> #include <stm32f10x_spi.h> #include <stm32f10x_exti.h> // #defines // globale Variablen // void EXTI_Line_SyncDis( FunctionalState STATE ); int main () { /******************* Hardware Initialisation *************
in „UART Problem beim senden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F10xxx_TIM1_application_examples.pdf
AN2580 Application note STM32F10xxx TIM1 application examples Introduction This application note is intended to provide practical application examples of the STM32F10xxx TIM1 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/15 www.st.com Contents AN2580 Contents 1 Generating 6 complementary PWM
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_spi.h" #include "stm32f10x_usart.h" #include "system_stm32f10x.h" void SPI_WriteByte(unsigned char ucByte) { while(SPI_I2S_GetFlagStatus(
in „STM32 - USART und SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_it.h
Header */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F0xx_IT_H #define __STM32F0xx_IT_H #ifdef __cplusplus extern "C" { #endif /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ /* USER CODE
in „LCD W204B-NLW“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01_usr.h
Files ----------------- */ /* ---------------System Include Files / Librarys -------- */ #include "stm32f10x_conf.h" /* -------------- Projekt Include Files ---------------- */ /* -------------- Typen Deklarationen--------------------- */ /* An den STM32F103 Display Controller adressierter Datensatz
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Datei
main.c
#include "stm32f10x.h" // Deklaration der Peripheriefunktionen #include "stm32f10x_gpio.h" #include "stm32f10x_usart.h" #include "stm32f10x_i2c.h" #include "stm32f10x_exti.h" #include "stm32f10x_rcc.h" #include "stm32f10x_dma.h" #include "system_stm32f10x.h" #include "misc.h" #include <math.h> #include <stdio.h> #include <semihosting.h> #include "MPU6050.h" #define LED GPIO_Pin_13 //C //UART #define TX1 GPIO_Pin
in „STM32F103 + I2C + MPU6050 - DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_it.h
Header */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F0xx_IT_H #define __STM32F0xx_IT_H #ifdef __cplusplus extern "C" { #endif /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ /* USER CODE
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_it.h
Header */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F0xx_IT_H #define __STM32F0xx_IT_H #ifdef __cplusplus extern "C" { #endif /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ /* USER CODE
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tools.c
stdint.h> #include <stdio.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include Files ---------------- */ #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Seiten_aus_DM00037051.pdf
STM32F405xx, STM32F407xx Package characteristics Figure 81. LQFP176 24 x 24 mm, 176-pin low-profile quad flat package outline # 3EATING▯PLANE ▯▯▯▯▯MM ! !▯ GAUGE▯PLANE K !▯ C CCC▯▯▯# ($ !▯ , $ ,▯ :$ :% ▯
-
Datei
main.h
#ifndef __MAIN_H_ #define __MAIN_H_ #include <libopencm3/stm32/rcc.h> #include <libopencm3/stm32/gpio.h> #include <libopencm3/stm32/i2c.h> #include <libopencm3/stm32/exti.h> #include <libopencm3/cm3/systick.h> #include <libopencm3/cm3/nvic.h> #include <stdint.h
in „STM32F0 EXTI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f1xx_it.h
Header */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F1xx_IT_H #define __STM32F1xx_IT_H #ifdef __cplusplus extern "C" { #endif /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ /* USER CODE
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Fehlermeldung.txt
Waiting for debugger connection ------------------------------------------------------------------- STM32CubeProgrammer v2.11.0-RC1 ------------------------------------------------------------------- Log output file: C:\Users\PETER~1.LAP\AppData\Local\Temp\STM32CubeProgrammer_a11924.log ST-LINK SN : 55FF6D067880565348432067
in „Probleme beim Flashen (STM32G031)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart_stm32f4xx.c
/* * usart_stm32f4xx.c * * USART/UART-Treiber * * $Date: 2019-03-24 09:25:14 +0100 (So, 24 Mrz 2019) $ * $Revision: 578 $ * * 15.05.2019 Nicolas */ #ifdef STM32F4XX #include "usart.h" #include "hw_config.h" #include "myassert.h" #include "stm32f4xx_usart.h" // Testbuffer #define DMA_BUFFERLEN 10 uint8_t dma_buffer[DMA_BUFFERLEN] = "Hallo!\n"; /** UART Initialisieren */ void usart_init(void) { USART_InitTypeDef USART_InitStructure; GPIO_InitTypeDef
in „STM32: Sendepuffer für USART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
code_funktionsfaehig.txt
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_spi.h" void main() { /*Clock für die Peripherie einschalten*/ RCC_APB2PeriphClockCmd(RCC_APB2Periph_SPI1, ENABLE);
in „STM32F0 SPI - Funktioniert nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled_demo.c
zwischen den Controllern // unterschieden werden muss #define readfont(a,c) pgm_read_byte(&font8x8[(a)-32][c]) #elif defined(STM8S) /* ------------------------------------------------------------ STM8S-Mikrocontroller mit SDCC Compiler ------------------------------------------------------------ */ #include
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PitschLight_Doku_V1.2.pdf
Ein Full-Screen AmbiLight mit bis zu 312 LEDs auf Basis des TVP5150AM1 Video Prozessors und eines STM32F4discovery boards Stand: Version 1.2, November 2014 Das Foto stammt von Pat Wat (frankp) So sieht‘s aus wenn es funktioniert Disclaimer /***************************************************** * * Control
in „Ambilight mit STM32F4discovery und TVP5150AM1“ · Mikrocontroller und Digitale Elektronik ·
-
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
debounce.h
uint8_t /* End of configuration section, do not change the following lines -----------*/ #if defined (STM32L1XX_MD) || defined (STM32L1XX_MDP) || defined (STM32L1XX_HD) #include <stm32l1xx.h> #define ENABLE_INTERRUPTS __enable_irq #define DISABLE_INTERRUPTS __disable_irq #else #include <avr/io.h> #include
in „Taster entprellen beim STM32f1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SimpleRTC_bearbeitet.ino
author WI6LABS * @version V1.0.0 * @date 12-December-2017 * @brief Simple RTC example. */ #include <STM32RTC.h> /* Get the rtc object */ STM32RTC& rtc = STM32RTC::getInstance(); /* Change these values to set the current initial time */ const byte seconds = 0; const byte minutes = 36; const byte hours
in „RTC: Tag, Monat, Jahr lässt sich nicht auslesen bei BluePill STM32F103C8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tools.c
stdint.h> #include <stdio.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include Files ---------------- */ #include
in „Organisation der Header und Includes“ · 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 „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_spi.h" #include "system_stm32f10x.h" #include "methoden.c" int main() { SPI_init(); // reset auf high //GPIOA->BRR = GPIO_Pin_1; //GPIOA-
in „STM32 SPI-Bus Probleme mit Prescaler und delay() Realisierung“ · 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
Verlauf.txt
using stlink api v2 Info : Target voltage: 3.248915 Info : Stlink adapter speed set to 950 kHz Info : STM32F107VCTx.cpu: hardware has 6 breakpoints, 4 watchpoints Info : Stlink adapter speed set to 950 kHz adapter speed: 950 kHz STM32F107VCTx.cpu: target state: halted target halted due to debug-request,
in „SW4STM32 hängt bei in procedure 'ocd_bouncer'“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
IHM03A1.pdf
X-NUCLEO-IHM03A1 High power stepper motor driver expansion board based on powerSTEP01 for STM32 Nucleo Data brief Description The X-NUCLEO-IHM03A1 is an high power stepper motor driver expansion board based on powerSTEP01. It provides an affordable and easy-to-use solution for driving high power bipolar stepper motors in your STM32 Nucleo project. The fully digital motion control through speed profile generation, adding positioning calculations and a complete set of protection features, offers high levels of performance and
in „Schritt-Motor Treiber, bis 8A“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
ArmAssemblerTutorial.pdf
it 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
stm8s_conf.h
*/ #if defined(STM8S105) || defined(STM8S005) || defined(STM8S103) || defined(STM8S003) ||\ defined(STM8S903) || defined (STM8AF626x) #include "stm8s_adc1.h" #endif /* (STM8S105) ||(STM8S103) || (STM8S903) || STM8AF626x
in „STM8 Standard Peripheral Library mit ST Visual Develop benutzen - Linker error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
PIC_C18) // Microchip C18 compiler //Nothing here to do here -> See irsndconfig.h #elif defined (ARM_STM32) // STM32 //Nothing here to do here -> See irsndconfig.h #elif defined (ARM_STM32_HAL) // STM32 with Hal Library //Nothing here to do here -> See irsndconfig.h #elif defined (__xtensa__) // ESP8266
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_eval_sdio_sd.c
board (refer to stm32_eval.h * to know about the boards supporting this memory). * It implements a high level communication layer for read and write * from/to this memory. The needed STM32 hardware resources (SDIO and
in „STM3210E EVAL SD-Controller SDIO + HiTOP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f30x_rcc.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F30x_RCC_H #define __STM32F30x_RCC_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f30x.h" /** @addtogroup STM32F30x_StdPeriph_Driver
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ILI9341_template_BluePill.ino
May 2017, ChrisMicro ************************************************************************/ /* STM32F103 BluePill */ #include "SPI.h" #include "Adafruit_GFX.h" #include "Adafruit_ILI9341.h" // TFT 9341 // 2.4" SPI TFT LCD Display 2.4 Inch Touch Panel LCD ILI9341 240x320 5V/3.3V // http://stores.ebay.de/findyours?_trksid=p2047675.l2563 // // STM32F103 // http://stores.ebay.de/SenseCore?_trksid=p2047675.l2563 // // TFT-Anschluss STM32F103 TFT 9341 //#define TFT_CS A2 3 //#define TFT_DC A1 5 //#define TFT_RST R rst-rst //#define TFT_MOSI A7 6
in „TFT mit ILI9341“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Tabelle mit Pinbelegungen verschiedener Mikrocontroller-Boards
Device | STM32F4x1 Nucleo | STM32F4x1 Blackpill | STM32F103C8T6 BluePill | Remarks User button | GPIO: PC13 (on board) | GPIO: PA0 (on board) | GPIO: PA6 | on board Board LED | GPIO: PA5 | GPIO: PC13 | GPIO: PC13
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
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
usart_stm32f4xx.c
/* * usart_stm32f4xx.c * * USART/UART-Treiber * * $Date: 2019-03-24 09:25:14 +0100 (So, 24 Mrz 2019) $ * $Revision: 578 $ * * 15.05.2019 Nicolas */ #ifdef STM32F4XX #include "usart.h" #include "hw_config.h" #include "myassert.h" #include "ringbuffer.h" #include "stm32f4xx_usart.h" #include <string.h> /** UART Initialisieren */ void usart_init(void) { USART_InitTypeDef USART_InitStructure; GPIO_InitTypeDef GPIO_InitStruct; USART_TypeDef* USARTx; DMA_InitTypeDef
in „STM32: Sendepuffer für USART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CRC.o.lst
tools\\arm\\arm_none_eabi_473\\bin\\../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-no 695 .file 3 "C:\\STM32\\STM32_Workspace\\MC\\libraries\\device/stm32f4xx.h" 696 .file 4 "../common/TZGlobal.hpp" 697 .file 5 "../CRC.hpp" 698 .file 6 "../MainEngineStatus.hpp" 699 .file 7 "C:\\STM32\\STM32_Workspace\\MC
in „Problem mit GCC-Optimierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_it.h" #include "stm32f10x_i2c.h" #include "../lib/i2croutines.h" #include "../twi/stdbool.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup CAN_Networking * @{ */ /* Private
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·