-
Datei
main.cc
include <cstddef> #include <cassert> #include <array> #include <limits> #include <climits> #include <stm32f10x.h> #include <stm32f10x_can.h> #include <stm32f10x_gpio.h> #include <misc.h> template <typename T> __attribute__ ((always_inline)) constexpr T cmask (const int count, int bit = 0) { return (count
in „CAN to CAN Converter“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4_discovery_lcd.c
******** * <h2><center>© Portions COPYRIGHT 2012 Embest Tech. Co., Ltd.</center></h2> * @file stm32f4_discovery_lcd.c * @author CMP Team * @version V1.0.0 * @date 28-December-2012 * @brief LCD LOW_LEVEL Drive * Modified to support the STM32F4DISCOVERY, STM32F4DIS-BB, STM32F4DIS-CAM * and STM32F4DIS-LCD
in „STM32F4Discovery mit CooCox CoOS-RTOS und printf“ · Projekte & Code ·
-
PDF
STM_DEV.pdf
PISS5016 1 PISS1401 PILF101PILF102 C2 PIUC1022 VDDA VSSA PIUC1019 GND D Stiftleiste 2pol BLM31A601S COK3 STM32F103VE K2 K2 62 P2 I02 I2 SS66 SS4 SS55 D 100n COCK COCK COCK COCK COCK COCK9 C1 100n 100n 100n 100n 100n 100n Title CPU Master K1 K1 61 P1 I01 I1 Size: A4 Number:2. Revision1.0 GND GND Date: 24.01.2010
in „STM32 Development Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Log_with_PLL.txt
Waiting for debugger connection... ------------------------------------------------------------------- STM32CubeProgrammer v2.15.0 ------------------------------------------------------------------- Log output file: C:\Users\johnd\AppData\Local\Temp\STM32CubeProgrammer_a04364.log ST-LINK SN : 066EFF333231544157135220 ST-LINK FW : V2J43M28 Board : NUCLEO-F401RE Voltage : 0.01V SWD freq : 4000 KHz Connect mode: Under Reset Reset mode : Hardware reset Device ID : 0x444 Revision ID : Rev 1.0 Device name : STM32F03x Flash size : 32 KBytes Device type : MCU
in „STM32: Flashen geht nicht, wenn PLL aktiv (nur HSI oder HSE gehen)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32VL_Manual.pdf
be displayed. Select the part you will be testing with (the STMicroelectronics part mounted on the STM32VLDiscovery board). a) Double-click on the STMicroelectronics. b) Scroll down and select the STM32F100RB Part. c) Click OK. Figure 14. Select test device 4. The “Copy STM32 Startup Code” message is
in „STM32VL mit uVision flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Main.c
** **************************************************** * @file main.c * @author Ac6 * @version V1.0 * @date 01-December-2013 * @brief Default main function. **************************************************** */ //#include <main.h> #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h
in „STM32F411VE TIM Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f2xx.h" #include "stm32_eval.h" void DMA_Config(void); void UART_vINIT(void); void NVIC_Configuration(void); uint16_t USART_Buffer_Tx[2]; uint16_t USART_Buffer_Rx[2]; void DMA1_Stream1_IRQHandler(void
in „STM32F207: USART + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
F030.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" int Test=0; void wait(void); int main(void) { GPIO_InitTypeDef GPIO_InitStruct; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE); GPIO_InitStruct.GPIO_Pin
in „STM32 Takt Frage“ · 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 = true; /// Program entry. DECL_NO_RETURN int main(void) { static int control = 0; ITM_PUTS("It all starts here!"); ITM_PRINTF("AHB clock = %u Hz", HClk()); ITM_PRINTF("APB1 clock = %u Hz", PClk1()); ITM_PRINTF("APB2 clock = %u Hz", PClk2()); STM32F4xx_Init(); ITM_PUTS("Controller
in „Timer UIF beim Cortex M4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_flash_offset.ld
/* Default linker script for STM32F10x_512K_64K Copyright RAISONANCE S.A.S. 2008 */ /* include the common STM32F10x sub-script */ /* Common part of the linker scripts for STM32 devices*/ /* default stack sizes. These are used by the
in „STM32F10x mit Eclipse, yagarto (GCC) und J-Link (GDB)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_flash_offset.ld
/* Default linker script for STM32F10x_512K_64K Copyright RAISONANCE S.A.S. 2008 */ /* include the common STM32F10x sub-script */ /* Common part of the linker scripts for STM32 devices*/ /* default stack sizes. These are used by the
in „CortexM3 Startprobleme (YAGARTO+ECLIPSE+J-LINK)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_rom.ld
/* Default linker script for STM32F10x_1024K_1024K Copyright RAISONANCE S.A.S. 2008 */ /* include the common STM32F10x sub-script */ /* Common part of the linker scripts for STM32 devices*/ /* default stack sizes. These are used by
in „STM32 Linker-Problem (overlaps section.) + Clock zu langsam?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BLDC_motors.pdf
first JY21L-IC), pin 9, 10 (second JY21L-IC) and pin 11, 12 (third JY21L-IC). To do this, we use the STM32 NUCLEO-F401RE prototype board and the port-pins CH1(PA6), CH2(PA7), CH3(PB0), sw1(PB6), sw2(PC7) and sw3(PC1). Some BLDC-motor driver boards JYQD_V6 have a comparator-IC too: LM339, that we do not
in „BLDC Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Messestand mit STM32MP2 MPU Präsentation
Next-gen STM32MP2 MPU STM32MPU OpenSTLinux YOLO vision STM32MP2F357 for industrial vision applications STM32MP2F357 64-bit MPU Security, Edge AI, graphics, and connectivity for Industry 4.0 ST
in „EmbeddedWorld 2024 - (weniger) neue Chips, FPGAs und die Raspberry Pi AI Camera“ · Mikrocontroller und Digitale Elektronik · · Fotos
-
PDF
Schematic_ED2109-015-A.pdf
VSS UART_EN R20 B B PH1-OSC_OUT VCAP1 100nF 100nF 100nF 9 8 S S STM32F401CCU6 C18 VDDA/VREF+ VSSA/VREF- 10k U U 1uF GND GND STM32F401CCU6 GND IC3 GND C19 GND USB_DP+ 16 VCC TXD 2 OSCA_1 2 USB_DP- 4 V3 RXD 3 2 22pF Y3 C9 C12 RTS# 14 XTAL1 3 GND 100nF 100nF 13 1 5 DTR# 12 C13 AbraconAB26TRQ-32.768KHZ-T GND GND 6 D+ DCD# 11 OSCA_2 D- RI# I 10 1 DSR# 9 GND 22pF AbraconABS07-LR-32.768KHZ-6-1-T CTS# 15 R232 C14 D X0 8 OSCB_1 D 1 GND X1 7 3 Y1 4 Y2 MurataCSTCE12M0G52
-
Datei
stm32f10x_can.c
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_can.h" #include "stm32f10x_rcc.h" /** @addtogroup STM32F10x_StdPeriph_Driver * @{ */ /** @defgroup CAN * @brief CAN driver modules * @{ */ /** @defgroup CAN_Private_TypesDefinitions * @{ */ /*
in „CAN mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hse_auto_clock.c
/* Automatische Erkennung von ext. HSE-Takt für STM32F7xx. Michael Nowak 2019-05-07 www.mino-elektronik.de */ #include "stm32f7xx.h" #define SOLLFREQUENZ_MHZ 216 // Vorgabewert #define PLL_M 16 // für internen HSI Takt #define PLL_Q 7 #define PLL_N (
in „STM32F429-Discovery Recycling: 90 MHz Frequenzzähler mit TFT“ · Projekte & Code ·
-
PDF
Schematic_ED2109-015.pdf
VSS UART_EN R20 B B PH1-OSC_OUT VCAP1 100nF 100nF 100nF 9 8 S S STM32F401CCU6 C18 VDDA/VREF+ VSSA/VREF- 10k U U 1uF GND GND STM32F401CCU6 GND X2 IC3 GND A4 VBUS1 D+ A6 C19 GND A9 VBUS2 D+ B6 USB_DP+ 16 VCC TXD 2 OSCA_1 2 B4 VBUS3 D- A7 USB_DP-
-
Datei
ws2812_stm32f4.c
#include <stdio.h> #include "stm32f4xx.h" #include "ws2812_stm32f4.h" #include "delay.h" // externally writable color data for all leds volatile uint32_t ws2812_framebuffer[WS2812_NR_LEDS]; // local buffer for timer/dma, one byte per
in „[STM32] Binäruhr bzw 12x4 RGB LED Display mit WS2812“ · Projekte & Code ·
-
PDF
20.10.2014_Entwurf_4.pdf
/ PB1 28 0 Ohm R107 L L +3.3V R +3.3V VBAT 1 BOOT1 / PB2 55 TDO +3.3V 2 k GND VBAT JTDO / PB3 56 NJTRST 1 n 1 L101 51nH 100nF 13 NJTRST / PB4 57 PB5 0 0 1 S100 C 0 X102 Ferrite Bead 32 VDDA I2S3_SD / PB5 58 TASTER
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
PDF
KSGER_STM32_Ver2_1S_schematic_rev__1_floobydust.pdf
KSGER STM32 T12 Ver. 2.1S Pump Power VCC GND +3.3V OLED_SCL U1 +3.3V OLED_SDA STM32F103CBU6 +3.3V Pump Solenoid Pump Motor UFQFPN48 4 3 2 1 28 PB15 VDD_1 24 D4 D3 A L D C 27 PB14 VDD_2 36 D7 RS1M RS1M S S G V
in „Lötstation Quikko / Ksger T12 dtl Vorteil?“ · Mechanik, Gehäuse, Werkzeug ·
-
PDF
16.10.2014_Entwurf.pdf
/ PB11 33 PB12 n n l 1 JTAG 0 0 0 0 47 VSS_1 I2S2_WS / PB12 34 PB13 g g b R 1 1 1 1 0 Ohm 63 VSS_2 I2S2_CK / PB13 35 PB14 7 R113 18 VSS_3 SPI2_MISO / PB14 36 PB15 4 VSS_4 I2S2_SD / PB15 F 2 3 F GND . 1 1 . C GND 1 C C 1 STM32F105RB
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
Datei
miniblink.S
the clock for GPIOC in the RCC_APB2ENR register * Without this, the LED will never blink * Also see STM32F1 reference manual p.111 (chapter 7.3.7) */ mov R0, #1 lsl R0, R0, #4 // GPIOC equals bit 4 of RCC_APB2ENR (1 << 4) ldr R1, =0x40021000 // = RCC_APB2 Base add R1, #0x18 // add offset of APB2ENR to R1 // The last two steps are the same as ldr R1, =0x40021018 str R0, [R1] // store value of R0 at memory adress R1 /** * Configure port GPIOC pin 13 as ouput by writing * to the "high configuration register" (Pin 8-15) * Also see STM32F1 reference manual
in „Assemblerprogrammierung ARM CORTEX“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
--------------------------------------------------------------*/ #include "main.h" /** @addtogroup STM32F3_Discovery_Peripheral_Examples * @{ */ /** @addtogroup ADC_Example * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ---------------------
in „ADC mit STM32 F3 Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32-timer.h
#ifndef __STM32_TIMER_H #define __STM32_TIMER_H #define TIM_CR1_CKD_by1 0 #define TIM_CR1_CKD_by2 TIM_CR1_CKD_0 #define TIM_CR1_CKD_by4 TIM_CR1_CKD_1 #define TIM_CR1_ARPE_unbuffered 0 #define TIM_CR1_ARPE_buffered
in „CMSIS und GNU Support“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
Clock = 1/2 SystemClock = 168 / 2 = 84 Mhz Prescaler 64 => Fspi = 1.3 Mhz */ //#pragma GCC optimize ("O0") /* -------------- System Include Files ----------------- */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include
in „STM32F4 und NRF24L01: Frage zu Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ws2812b.c
28.9.2016 Author: Martin Hubacek http://www.martinhubacek.cz @hubmartin Licence: MIT License original CPU STM32F302xx @64MHz adapted to STM32F103C8 @72MHz */ #include <string.h> //#include "stm32f3xx_hal.h" #include "stm32f1xx_hal.h" #include "ws2812b.h" extern WS2812_Struct ws2812b; // Define source arrays
in „WS2812B mit Lib von Martin Hubáček auf F103“ · Mikrocontroller und Digitale Elektronik ·
-
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
-
PDF
Schematic_STM32L05__HSN-TTN_Mini_Node_LoRa_v1.2_2021-02-27.pdf
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
-
Datei
main.c
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "platform_config.h" /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------------------------------------------*
in „Stm32: Übertragungsfehler bei dauerhafter Übertragung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
schaltplan.pdf
N$9 2 1 IS_1 PA0 STM32F4X5RG U2B 4 4 3 3 IS_2 STM32F4X5RG V33 6 6 5 5 IN_M_2 8 8 7 7 14 PA0/WKUP PC0 8 10 10 9 9 15 PA1 PC1 9 18 VSS_2 VDD_2 19 GND IN_M_1 IN_M_2 16 10 63 32 V33 17 PA2 PC2 11 INH_M VSS VDD_3 48 INH_EXT
-
PDF
STPicProgK.pdf
C2 U3 22p MHz 22p U1HH MIC2250-2YD5 4k7 +3,3V 5 6 Q_IN R26 Q_OUT U5 4k7 R4 10k 3 Q32IN D4 8 VDD2 VDD1 1 4 Q32OUT VPPSWI SOD-323F 7 R5 10k 2 /MCLR_HI R27 1k R19 100 6 2 TAMP 5 GND2 GND1 4 44 BOOT0 BSS123 R12 7 VT1 TC4429 RST 1 0 24 R 7 C8 VCC.1 4 MCLR_LO 100nF 36 VCC.2 D3 C17 R24 48 VCC.3 L2 SOD-323F 100k +3,3V 9 VPPVAR VCC.A 1 +3,3V VBAT +5V R9 R3 8 GND.A U4 C13 C15 U2R XC6201-PR 220 C3 C4 C5 23 5 1 35 GND.1 VIN SW 390k 100n 100n 100n GND.2 3 IN OUT 1 47 GND.3 FB 3 N R10 R13 C6 G C7 LD1 STM32F103C8T6
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_ADC_modes_and_their_applications.pdf
AN3116 Application note STM32™’s ADC modes and their applications Introduction STM32 microcontrollers have one of the most advanced ADCs on the microcontroller market. You could imagine a multitude of applications based on the
in „STM32F103: Auswahl des richtigen ADC Modus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
#ifndef MAIN_H_INCLUDED #define MAIN_H_INCLUDED #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* Standard Includes */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <string.h> // Steuersymbole für Pins #define GPIO_TogglePin(GPIOx
in „STM32F1xx: Wie GOL am "Leben" halten?“ · 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 ·
-
Datei
stm32F43x.lib.txt
EESchema-LIBRARY Version 2.2 Date: 08/04/16-12:40:10 # # stm32F43x # DEF stm32F43x U 0 40 Y Y 1 0 N F0 "U" 0 -100 50 H V C C F1 "stm32F43x" 0 100 50 H V C C F2 "MODULE" 0 0 50 H I C C F3 "DOCUMENTATION" 0 0 50 H I C C DRAW S -1900 1900 1900 -1900 1 0 0 N X BOOT0
-
Bild
Terminal-Fenster mit C-Code und Makefile
Terminal- File Edit Search Call Make RS232-Monitor Windows Utils Help int main() { uint16_t cx= 0; sys_init(); txlcd_init(); txlcd_setuserchar txlcd_setuserchar gotoxy(1,1); printf("UserChar"); gotoxy(1,2); delay(1000); gotoxy(1,1); printf("%c %c ",0,1,2); gotoxy(1,2); printf("="); while(1) { gotoxy
in „Live-Linux: Anleitung schreiben“ · PC Hard- und Software · · Screenshots
-
Datei
stm32f10x_it.c
***************************************************************** * @file OptimizedI2Cexamples/src/stm32f10x_it.c * @author MCD Application Team * @version V4.0.0 * @date 06/18/2010 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and * peripherals interrupt
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
***************************************************************** * @file OptimizedI2Cexamples/src/stm32f10x_it.c * @author MCD Application Team * @version V4.0.0 * @date 06/18/2010 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and * peripherals interrupt
in „Cortex I2C zu kurze Impulsdauer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
16.10.2014_Entwurf_2.pdf
1 1 1 1 1 1 C130 NRST ADC9 / PB1 28 0 Ohm R107 L L +3.3V R R R R R R +3.3V VBAT 1 BOOT1 / PB2 55 TDO +3.3V k k k k k k GND VBAT JTDO / PB3 56 NJTRST 1 1 1 1 1 1 L101 51nH 100nF 13 NJTRST / PB4 57 PB5 0 0 1 X102 Ferrite Bead 32 VDDA I2S3_
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
PDF
17.10.2014_Entwurf_3.pdf
1 1 1 C130 NRST ADC9 / PB1 28 0 Ohm R107 L L +3.3V R R R R R R +3.3V VBAT 1 BOOT1 / PB2 55 TDO +3.3V k k k k k k GND VBAT JTDO / PB3 56 NJTRST 1 1 1 1 1 1 L101 51nH 100nF 13 NJTRST / PB4 57 PB5 0 0 1 S100 X102 Ferrite Bead 32 VDDA
in „Interesse an einer Sammebestellung STM32 Breakoutboards?“ · Markt ·
-
Bild
Vergleichstabelle der SPI-Features auf STM32-Geräten
Table 1. Main SPI features on STM32 devices Feature/Version 1.2.x 1.3.x 2.x(1) 3.x(1) STM32 series F1, F2, F4, L0, L1 C0, F0, F3, F7, G0, G4, L4+, L5, U0, WB, WL H7, MP1 H5, MP2, U3, U5, WBA Data size 8- or 16-bit 4- to 16-bit 4- to 32-bit Tx & Rx FIFOs No 2x 4- to 16-bit 2x 4- to 32-bit Data packing by data-register access No No Yes Yes Data packing by packets No Yes Yes Dual clock domain (APB and kernel) No Yes Programmable transfer
in „Multichannel DAC mit SPi-DMA beschreiben“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
stm32_ub_irsnd.c
//-------------------------------------------------------------- // File : stm32_ub_irsnd.c // Datum : 14.06.2013 // Version : 1.0 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : IRSND, TIM
in „IRSND auf STM32F0“ · 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
stm32f4xx_spi.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" /** @addtogroup STM32F4xx_StdPeriph_Driver * @{ */ /** @defgroup SPI * @brief SPI driver modules * @{ */ /* Private typedef ----------------------------------
in „GCC Optimierung killt Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MyLink.ld
----------------------------------------- /// /// \file MyLink.ld /// /// \brief linker script for STM32F103ZE /// //-----------------------------------------------------------------------------*/ /*--------------------------------------------------------- // ENTRY //---------------------------------
in „Seltsame Initialisierungen und Abstürze.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Memory_LCD_Theory__Programming__and_Interfaces.pdf
*****************************/ #include “MLCD User Functions.h” #include “MLCD Driver.h” #include “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 ·
-
Datei
twi_main.c
#include "twi_main.h" #include "../Std_lib/stm32f10x_i2c.h" #include "../Std_lib/stm32f10x_tim.h" #include "../lib/outpin.h"//debugging #include "../Std_lib/misc.h" //für NVIC #include "../Std_lib/stm32f10x_rcc.h" volatile unsigned char maxID =
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F103_Industrial_Board_R1.pdf
RO V+ 3V3 3 GND NRST 15 NRST WH/BL U3RXEN 2 RE B 7 GND 4 GND C17 C18 C19 C20 C21 U3TXEN 3 6 GND 16 0u1 0u1 0u1 0u1 0u1 U3TXD 4 DE A 5 R2 CON4 Text 17 DI G GND J? RS485 GND 18 120R Text 19 MAX3485 1 TR- GND 20 2 TR+ CON20 GND CON2 PCB Name:STM32F103 Title Unless otherwise specified, all values are as follows: resistor values are in Ohms, i.e. 0R47, 5R6, 220, 5K6, 22K PCB Nr. 5500-0000 STM32F103IndustrialBoard A capacitor values are in Microfarads, i.e. 220p, 0u1, 2u2, 33 A PCB Type: Scale: Used in Repl.for Build No. inductor values are in Microhenries
in „STM32F103VET6 Industrial Board Schaltbild“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
**************************************************************************** * @file GPIO/IOToggle/stm32f10x_it.c * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and peripherals *
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·