-
Datei
stm32f10x_tim.h
-------------------------*/ #ifndef __STM32F10x_TIM_H #define __STM32F10x_TIM_H // [ILG] #if defined ( __GNUC__ ) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wpadded" #endif #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup STM32F10x_StdPeriph_Driver * @{ */ /** @addtogroup TIM * @{ */ /** @defgroup TIM_Exported_Types * @{ */ /** * @brief TIM Time Base Init structure definition * @note This structure
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atf.pdf
+18V +18V R39 V12 PSMN4R6-60 X1:1 LINK+ X2:5 27R,1W BAV103 F3 C22 C4 6 9 E1 SMA6J33CA 100n 4u7 D3 R 3 PR5/25 STM32L412 V1 V2 V4 X1:5 BC856 X1:4 1 , 4 , X1:3 VDDA 30 PWRON_H R R R R PB7 V5 R3 2 2 E2 +18V +3.3V L1 BC846 +7V PR5/25 N1 5 VDDA 15k MIC5233-3.3 F.B.,0.2A 8 9 9 5 R2 1 IN OUT 3 1 VDD R
in „Schaltplan richtig zeichnen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Testboard_KK32F7.PDF
1 2 3 4 5 6 7 8 U_KK32F7_Sheet2 U_KK32F7_Sheet1 U_KK32F7_Sheet3 KK32F7_Sheet2.SchDoc KK32F7_Sheet1.SchDoc KK32F7_Sheet3.SchDoc Same length A 90MHz clock 25MHz clock A SDCLK SDCLK MII_MDC MII_MDC SDNWE SDNWE MII_TXD0
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ETEMB043013XDHAL_-_ver2.pdf
O NOTE ( 3 ) RESPONSE TIME TRWxTF x= y=0 0.25 0.30 0.35 omnec NOTE ( 4 ) WHITE Wy A L 0.27 0.32 0.a7i . COLOR RED Rx T I 0.55 0.60 o.65 ion CHROMATICITY Gx N NTSC : 45o%r 0.32 0.37p 0.42 atNOTE ( 5 ) (CENTER) GREEN GD E d f 0.52 C.57 0.62 riz BLUE FBx z e 0.1es 0.15 0.2h o THE BRIGHTNESS
in „EDT Display Interface mit STM32F7“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SPIonly.txt
#include "stm32f10x.h" #include "stm32f10x_conf.h" #define BufferSize 32 SPI_InitTypeDef SPI_InitStructure; uint16_t SPI_MASTER_Buffer[BufferSize] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B
in „SPI -> STM32F100RB; ich finde den Fehler nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Neues_Textdokument__2_.txt
#define SPI_MASTER SPI1 #include "stm32f10x.h" #include "LCD.h" #include "stm32f10x_conf.h" #define ADC1_DR_Address ((uint32_t)0x4001244C) #define ADC2_DR_Address ((uint32_t)0x40013C4C) #define BufferSize 32 GPIO_InitTypeDef GPIO_InitStructure
in „SPI -> STM32F100RB; ich finde den Fehler nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
schaltung.pdf
IC1 20 1 4 VCC TXD 5 VCCIO RXD 3 +FT_C1 FT_C2 +FT_C3 19 RTS 11 GND RESET CTS STM32 - UM0919 1x16 DTR 2 GND2 GND VSS 10nF 100nF 4.7uF 27 OSCI DSR 9 NC2 NC1 VDD 5 28 OSCO DCD 10 3V3 5V V0 GND 6 VBAT PB9 RS 4 +D RI VCC_FT&AM PC13 PB8 R/W 3 FT_C4 23 FT_R1 PC14 BOOT E 2 -D CBUS0 22 PC15
-
Datei
eeprom.h
/* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __EEPROM_H #define __EEPROM_H /* Includes ------------------------------------------------------------------*/ #include "stm32f3xx_hal.h" /* Exported constants --------------------------------------------------
in „STM32F3 Virtual EEPROM für große Look Up“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PGA-105_.pdf
Isolation 2.0 22.2 dB Output Power @1 dB compression 0.04 20.9 dBm 0.5 20.7 0.9 20.5 2.0 19.3 2.6 19.3 Output IP3 0.04 36.1 dBm 0.5 39.3 0.9 39.3 2.0 34.7 2.6 32.4 Device Operating Voltage 4.8 5.0 5.2 V Device Operating Current 63 77 mA (2) Device Current Variation vs. Temperature
-
Datei
eeprom.h
/* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __EEPROM_H #define __EEPROM_H /* Includes ------------------------------------------------------------------*/ #include "stm32f3xx_hal.h" /* Exported constants --------------------------------------------------
in „STM32F3 Virtual EEPROM für große Look Up“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bla.c
SPI_Config(uint8_t chan) /*****************************************************************/ {int k; uint32_t val; // aus stm32f4xx_spi.h /* SPI_InitTypeDef; I2S_InitTypeDef; void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct); void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct); void I2S_Cmd
in „MEMS mic mit I2S am STM32F405“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_uart.c
//-------------------------------------------------------------- // File : stm32_ub_uart.c // Datum : 28.07.2015 // Version : 1.5 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.8 // GCC : 4.9 2015q2 //
in „STM32F4 USART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f30x.S
/** ****************************************************************************** * @file startup_stm32f30x.s * @author MCD Application Team * @version V1.0.0 * @date 04-Spetember-2012 * @brief STM32F30x Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP * - Set
in „STM32 Takt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "main.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup GPIO_IOToggle * @{ */ /* Private typedef -----------------------------------------------------------*/
in „STM32 SPI2 als Master sendet nichts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
small_pcb.PDF
B PISTM32PD0/OSCIN5 BOOT0 PISTM32F103RCT6060 PIC901PIC902 PIVFD25363535 PISTM32PD1/OSCOUT PB7/I2C1_SDA/TIM4_CH2 PISTM32F103RCT6059 GND PIVFD25363636 RESET PISTM32NRSTRCT607 PB6/I2C1_SCL/TIM4_CH1 PISTM32F103RCT6058
in „STC LED Cube 8x8x8 RGB“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_init.h
-------------------------------- */ #include "stm32f10x_conf.h" /* ------------ Standard Include Files --------------- */ #include <stdint.h> /* ------------ Special Include Files --------------- */ /* ------------ Projekt Include Files -----------
in „Basteltip: STM32F103 DIP40 Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_init.h
-------------------------------- */ #include "stm32f10x_conf.h" /* ------------ Standard Include Files --------------- */ #include <stdint.h> /* ------------ Special Include Files --------------- */ /* ------------ Projekt Include Files -----------
in „Lebensdauer von lokalen Variablen“ · Softwareentwicklung ·
-
Datei
STM32F4_lcd.c
// Anschluß einer LC-Anzeige 2x16 an das STM32F4-Discovery-Board // lcd_init() muss als erste Funktion aufgerufen werden. Danach sollten // lcd_cmd() und lcd_zeichen() Befehle und Daten korrekt ausgeben. /* Das LCD-Modul wird im 4-Bit Modus betrieben
in „LCD-Modul 2x16 am STM32F4Discovery-Board“ · Projekte & Code ·
-
Bild
STM32 Nucleo-H7A3ZI-Q Board mit RS485 USB Adapter
NUCLEO-H7A3ZI-Q STM32 RS485 USB TO RS422 / 485
in „Differentiell-Taster für RS485?“ · Analoge Elektronik und Schaltungstechnik · · Platinenfotos
-
Datei
new_1.txt
Initialization part, use AMP using Combiprobe with two DebugCables BOTH RESet BOTH SYStem.RESet BOTH SYStem.CPU STM32L151VB WHISKER1 SYStem.CONFIG.DEBUGPORT DebugCableA WHISKER1 SYStem.CONFIG.CORE 1. 1. WHISKER2 SYStem.CONFIG.DEBUGPORT DebugCableB WHISKER2 SYStem.CONFIG.CORE 1. 2. BOTH SYStem.CONFIG CONNECTOR MIPI20T
in „Trace auf Lauterbach PowerDebug USB3 + CombiProbe mit STM32L151“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Präsentationsfolie zu STM32H5 Merkmalen für IoT
Key features for IoT and connectivity systems STM32H5 Performance in space-constrained devices High performance at 250 MHz Low power dissipation 61 µA/MHz at 250 MHz 1.7 V power supply Small package sizes Simplified connectivity solution Pre-provisioned
in „Super-Kongresstag: STM32-H5-Vorstellung, Google IO, Raspberry Pi-Börsengang geplant“ · Softwareentwicklung · · Screenshots
-
PDF
LIS302DL.pdf
. . . . . 30 7.11 FF_WU_SRC_1 (31h) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 7.12 FF_WU_THS_1 (32h) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 7.13 FF_WU_DURATION_1 (33h) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 7.14 FF_WU_CFG_2 (34h) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
in „Verwirrung mit LIS302“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32L476VGTx_FLASH_modified.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32L476VGTx Device with ** 1024KByte FLASH, 96KByte 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 ** ** <h2>
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FreeRTOSConfig.h
www.freertos.org/a00110.html. *----------------------------------------------------------*/ #include "stm32f10x.h" /* Processor STM32F107 */ extern uint32_t SystemCoreClock; #define configUSE_PREEMPTION 1 #define configUSE_IDLE_HOOK 0 #define configUSE_TICK_HOOK 1 //#define configCPU_CLOCK_HZ ( ( unsigned
in „FreeRTOS + LWIP + UART Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM00135183.pdf
functionality and performance. For more details refer to section “General operating conditions” in STM32F446xx datasheet. Figure 7. Power supply overview for STM32F446xx 9%$7 %DFNXS▯FLUFXLWU\ 9 %$7 3RZHU▯ ▯26&▯▯.▯57&▯ ▯▯▯▯▯WR▯▯▯▯9 VZLWFK :DNHXS▯ORJLF %DFNXS▯UHJLVWHUV▯ EDFNXS▯5$0▯ U 287 L K ,2 *3,2V O
in „STM32F446 FMP I2C kein Open Drain möglich?!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
font>")); plen = fill_tcp_data_p(buf, plen, PSTR("<center><p>")); plen = fill_tcp_data_p(buf, plen, "<h1> STM32 WEBSERVER </h1>"); plen = fill_tcp_data_p(buf, plen, "<h2> STM32F103ZET6 </h2>"); plen = fill_tcp_data_p(buf, plen, "<table border>" ); plen = fill_tcp_data_p(buf, plen, "<thead>"); plen = fill_tcp_data_p
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
---------------------------------------- */ #elif defined (__XC8) #define _XTAL_FREQ 32000000UL // 32MHz clock #define FOSC _XTAL_FREQ #define FCY FOSC / 4UL // --> 8MHz #define BAUDRATE 19200UL #define BRG (( FCY 16 BAUDRATE ) -1UL) #include <stdio.h> #include <stdlib.h> int main (void) { IRMP_DATA
in „IRMP-Anwendung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_uart.c
//-------------------------------------------------------------- // File : stm32_ub_uart.c // Datum : 28.11.2013 // Version : 1.3 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : GPIO, USART
in „STM32F030F4P6 und USART1“ · 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.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 ·
-
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 ·
-
PDF
ADD9910_Design.pdf
? R? FFOC CFL? P1 Cap 18k C? V_IN_24VPI?01 PI?02 GND PI GND PC Cap 33k P? IPL?1 PIF?02CC_24V_DEV 4.7µF 4.7µF PI1 Fuse 1 P0 1 10?PIP D?DOC 2 20?PIP SMBJ24CA IPL?3 PIF?04 GND GND Header2 BNX024H01L GND NLVC0240NEG P0 VC _24V_NEG VCC_1V8_DVDD IC? LT3042HDD#PBF VCC_3V3_DVDD VDD_4V 1 10 B PII?0 IN_1 OUT
in „PCB -Frequenzrampe 100khz-360 MHz“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
systick.c
/* System-Tick und Uhrzeit für das STM32F103ZET6-Board */ #include "stdtypes.h" #include "startup.h" #include "m051.h" #include "systick.h" #include "gdi.h" #include "lcd.h" #include "conv.h" long System_Tick; word Ticks; // a 10 ms int
in „STM32 SysTick: Globale Variable“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DS203V2.6_SCH.pdf
PE4 VREF- VIO I/O Vbat 17 PC2_AIN12 U8 VSSA 19 75 VPP_2V5 ICE65L04F_VQ100 I/O_GBIN 13 C69 105 100uH 3V6 1V2 XC6206P122 Vusb 83 PD2 PB0 35 63 I/O_GBIN I/O 12 D+ 71 PA12_D+ STM32F103VCT6 PA2_T23 25 ADC_EN 72 I/O I/O 10 C70 105 D- 70 PA11_D- PA3 26 71 I/O I/O 2 nPD E S C S 2V8 2 30 69 73 C25 105 L S I E M M 0 Ax5 4 PE3 PA5 31 SCK 68 I/O I/O 76 L6 S R M E U13 Z 1 2 3 4 5 7 6 9 1 8 AC2 5 PE5 PA6_T31 32 SDA 66 I/O VPP_FAST 5 100uH U12 1 6 BZ B K K K K K K K K K K Bx1 7 PE6 PA7_T32 33 65 I/O GND 17 3 6 2 CS CK 5 EC0 EC1 Bx0 95 PC13 PC4 54 43 I/O GND 23 C- C+ Q D CHRG PB8_
in „Oszilloskop aus STM32 und FPGA“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
extended_serial_library.pdf
sind gewohnte Funktionen wie print und println ebenfalls verfügbar. extendedSerial wurde auf AVR-, STM- und CH32V003 Systemen getestet. Anmerkung zu CH32V003: Der Arduino-Core von CH32V003 ist in einigen Teilen noch fehlerbehaftet und im Falle von HardwareSerial sind nicht alle Funktionen komplett implementiert
in „Arduino und struct gefallen sich nicht !“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_ld_vl.s
/** ****************************************************************************** * @file startup_stm32f10x_ld_vl.s * @author MCD Application Team * @version V3.3.0 * @date 04/16/2010 * @brief STM32F10x Low Density Value Line Devices vector table for RIDE7 * toolchain. * This module performs: * - Set
in „STM32-Discoveryboard: FTDI Treiber/OpenOCD/Degugging“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01_drv.c
/* ******************************************** STM32F103 Mini Board Modul : NRF24L01 Routinen für dasNRF24L01 Funkmodul Autor : Christian Julius ******************************************** SPI2: MOSI = PB15 MISO = PB14 SCLK = PB13 CE = PB11 CSN = PB12 IRQ = PA2 */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> /* -------------- Special Include Files / Librarys ------ */ /
in „EmBitz Debugging Problem mit STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01_drv.c
/* ******************************************** STM32F103 Mini Board Modul : NRF24L01 Routinen für dasNRF24L01 Funkmodul Autor : Christian Julius ******************************************** SPI2: MOSI = PB15 MISO = PB14 SCLK = PB13 CE = PB11 CSN = PB12 IRQ = PA2 */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> /* -------------- Special Include Files / Librarys ------ */ /
in „Kleine Frage zu Makros“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
/* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __EEPROM_H #define __EEPROM_H /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* Exported constants --------------------------------------------------
in „FLASH speicher Lebensdauer Beeinflussung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "stm32f10x_conf.h" #define GPIOB_LED GPIO_Pin_2 #define GPIOC_BZZ GPIO_Pin_13 #define UH 0x0004 #define UL 0x0001 #define VH 0x0040 #define VL 0x0010 #define WH 0x0400 #define WL 0x0100
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407ZET6_sch-1.pdf
▯ 95()▯ 3%▯▯ 3%▯▯ *1' %227▯ 5▯▯ ▯▯ ▯▯ 3%▯▯%227▯ ▯▯ ▯▯ ▯▯ ▯▯ ▯9▯ ▯▯ ▯▯ ▯▯▯5 ▯▯ ▯▯ ▯9 ▯▯ ▯▯ *1' STM32F407ZET6 ▯9▯ ,2B▯▯;▯ ▯9▯ ,2B▯▯;▯ ▯9▯ 4▯ RAM ˖ 192K ▯ ▯ H[WHQG▯ I/O ▯ ▯ 9%$7 FLASH ˖ 512K *1' ▯ ▯ &▯ %$7▯▯& ▯▯▯ %▯ )UHTXHQFH˖ 16M8 Hz &5▯▯▯▯ *1' 3$▯▯:.B83 ▯▯ ▯▯▯ 3(▯ )60&B1%/▯ *1' 3$▯ ▯▯ 3$▯▯:.83▯8▯
in „STM32F407 Black und Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
H616_JC_6Z_V1_2_MCU.pdf
TIM1_CH2N C0402 PB13/SPI2_SCK/I2S2_CK/USART3_CTS(8)/TIM1 52 PB13_SPI2_SCK/I2S2_CK 100nF/0402/50V/K/X7R PB12/SPI2_NSS/I2S2_WS/I2C2_SMBA/USART3_C 51 PB12_SPI2_NSS/I2S2_WS/ GND I A M _ / 1 I T 1 T N U / 7 I / 3 4 _ O N N I / 3 C H 2 _ _ _ 2 N H 2 _ 1 A 1 1 1 H _ I M D / C C D C 8 T T 13 / ( A A / 8 I ) ) 4 K _ N N I ) N 2 3 3 4 N ( ( C _ T K H / ( R 1 1 H 2 H H C K T X 5 2 U B C H H E C C _ C _ _ 1 _ 3 _ M R _ 8 8 C C _ _ _ 1 _ 1 1 M 1 T T T A C MI I 3 3 M M M I M I I T I A R 8 U D / / I I T T T _ T _ / / / S S 13 X ) ) ( ( 1 1 / / / / / 7
in „Induktiver Näherungsschalter tauschen Probleme“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
stm32f10x_can.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_can.h" #include "stm32f10x_rcc.h" /* Private typedef -----------------------------------------------------------*/ /* Private define -----------------------------------------------------------
in „STM32F10x Cortex M3 CAN Konfiguration“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rtc_user.h
#ifndef RTC_USER_H_INCLUDED #define RTC_USER_H_INCLUDED /* ------------ Standard Include Files --------------- */ #include <stdint.h> /* ------------ Special Include Files --------------- */ #include "tm_stm32f4_rtc.h"
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdio.h> #include "stm32f3xx.h" // The current clock frequency uint32_t SystemCoreClock=8000000; // Counts milliseconds volatile uint32_t systick_count=0; // Interrupt handler void SysTick_Handler() { systick_count
in „Nutzt gcc/newlib-nano die FPU von Cortex M4F bei double?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WS2812Ctrl.cpp
------ ToDo ----------------------------------------------------------------------- - */ #include "stm32f10x.h" #include "WS2812Ctrl\WS2812Ctrl.h" #include "HSV2RGB\hsv2rgb.h" // Define internal Functions void fillDMABuffer(uint8_t nPos); // Define internal variables // PWM table const uint8_t u8PWMValue[64] = { 0, 0, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 5, 6, 7, 8, 9, 11, 12, 13, 15, 17, 19, 20, 23, 25, 27, 30, 32, 35, 38, 41, 45, 48, 52, 56, 60, 64, 68, 73, 78, 83, 88, 93, 99, 105, 111, 117, 124, 131, 138, 145, 153, 161, 169, 177, 186, 195, 204, 214, 224,
-
Datei
STM32H745ZITX_FLASH_CM4.ld
******************************* ** ** File : LinkerScript.ld ** ** ** Abstract : Linker script for STM32H7 series ** 1024Kbytes FLASH and 288Kbytes 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 „STM32H745 I2S DMA (NUCLEO-STM32H745ZI-Q DualCore)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
************************************************ */ // Standardbibliotheken von C #include <stdint.h> #include <stdbool.h> // Bibliotheke des verwendeten Mikrocontrollers #include "stm32f446xx.h" #include "system_stm32f4xx.h" // Funktionsprototypen void initialisiereClock(void); void initialisiereGPIO
in „ADC über SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
font>")); plen = fill_tcp_data_p(buf, plen, PSTR("<center><p>")); plen = fill_tcp_data_p(buf, plen, "<h1> STM32 WEBSERVER </h1>"); plen = fill_tcp_data_p(buf, plen, "<h2> STM32F103ZET6 </h2>"); plen = fill_tcp_data_p(buf, plen, "<table border>" ); plen = fill_tcp_data_p(buf, plen, "<thead>"); plen = fill_tcp_data_p
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sdcard.c
#include <stm32f10x.h> #include <stdio.h> // snprintf #include "sdcard.h" #include "utils.h" /* MMC/SD command */ #define CMD0 (0) /* GO_IDLE_STATE */ #define CMD1 (1) /* SEND_OP_COND (MMC) */ #define ACMD41 (0x80
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·