-
PDF
stm32l431_reference_manual.pdf
RM0394 Reference manual STM32L431xx STM32L433xx STM32L443xx ® advanced ARM -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32L431/433/443
in „DMA one shot mode“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Oszilloskop-Messkurve eines Stromsignals
RTB2004: 1333.1005K04; 2023-05-28 15:59; Menu Hist. Cursor Zoom Meter FFT Mask Annotation; 14 mA, 12 mA, 10 mA, 8 mA, 6 mA, 4 mA, 2 mA, 0 A, -2 mA, -4 mA; 10 ms/, 1.09 M5a/s, 0 s, Trig?: 7s, High Res.; C1 Vtop: n/a, C2, C3 2 mA/ DC, C4; 10 ms, 20 ms, 30 ms, 40 ms, 50 ms, 60 ms, 70 ms, 80 ms, 90 ms, 100 ms; Vertical, Logic, Trigger, Horizontal, Acquire, History, Measure, Menu
in „Strommessung an einem shunt mit zwei Messbereichen (OPV)“ · Analoge Elektronik und Schaltungstechnik · · Oszi-Bilder
-
Bild
Oszilloskop-Messkurve eines Stromverlaufs
RTB2004: 1333.1005K04; 202332; 02.400 2021-11-18; 16:00; Menu Hist.; Cursor; Zoom; Meter; FFT; Mask; Annotation; 14 mA; 12 mA; 10 mA; 8 mA; 6 mA; 4 mA; 2 mA; 0 A; -2 mA; -4 mA; 10 ms; 20 ms; 30 ms; 40 ms; 50 ms; 60 ms; 70 ms; 80 ms; 90 ms; 100 ms; 4.88 mA; 1.09 M5a/s; 0 s; Trig?: 11 s; High Res.; ? Help; Vertical; Logic; Trigger; Horizontal; Acquire; History; Measure; Menu; C1 Vtop: n/a; C1 f: n/a; C3; 2 mA/ DC
in „Strommessung an einem shunt mit zwei Messbereichen (OPV)“ · Analoge Elektronik und Schaltungstechnik · · Oszi-Bilder
-
Bild
Oszilloskop-Messkurve eines Stromsignals
RTB2004: 1333.1005K04; 2023-05-28 15:58; C3; Norm; 10 ms/; Trig?: 3:51 min; High Res.; 14 mA; 12 mA; 10 mA; 8 mA; 6 mA; 4 mA; 2 mA; 0 A; -2 mA; -4 mA; 2 mA/ DC; C1 Vtop: n/a; C1 f: n/a; C3; C4
in „Strommessung an einem shunt mit zwei Messbereichen (OPV)“ · Analoge Elektronik und Schaltungstechnik · · Oszi-Bilder
-
Bild
Leiterplatte FK723M1-ZGT6 V1.0
3V3 5V A11 C1 A1 A2 G C2C A4 C4 B0 B2 F12 F14 G0 E7 E8 E10 E12 E14 E15 B14 B12 D10 F10 F8 F9 D12 3V3 5V A12 C0 A5 A3 G6 D13 Vref G C3C A7 C5 B1 F11 F13 F15 G1 E9 E11 E13 B11 B10 B13 D15 D9 D11 F6 F7 FK723M1-ZGT6 V1.0 G G A10 C13 F1 3V3 RST TX E3 B8 RX F4 BAT E5 E0 B7 B5 G14 G12 G10 D5 D3 C10 D1 C12 A8 C6 G7 G4 G A9 F0 F2 F3 F5 E6 E4 E2 B9 E1 B6 B4 G15 G13 G11 G9 D6 D4 D2 A15 D0 C11 C9 C7 B8 G5 G3 D15
in „Neues Blackboard mit STM32H723“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Datei
main.c
#include <stddef.h> #include "stm32f2xx.h" /*#include "stm32f2xx_gpio.h" #include "stm32f2xx_rcc.h"*/ void configureClock() { ErrorStatus HSEStartUpStatus; RCC_DeInit(); //reset RCC_HSEConfig(RCC_HSE_ON); //turn on external oscillator
in „STM32F2xx USART weigert sich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ir.c
möglichst passen. // Bei unpassendem Decoder-IC entstehen "Zufallscodes". // // // Implementation für den STM32. // Frank Bösing, Januar 2010 // // Used Periphals/Benutzte Peripherie: // - Timer6 (kann beliebig geändert werden) // - PB4 (kann beliebig geändert werden) // - CRC // - AFIO // // License: GNU GENERAL
in „Universeller IR-Receiver für viele Protokolle“ · Projekte & Code ·
-
Datei
variant.h
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _VARIANT_ARDUINO_STM32_ #define _VARIANT_ARDUINO_STM32_ /*---------------------------------------------------------------------------- * Headers *--------------------------------------------------------------------------
-
Datei
STM32F334K8_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F334K8 Device with ** 64KByte FLASH, 12KByte 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 „CCMRAM richtig einsetzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
arm-gcc-link_-_Kopie.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F407VG Device with ** 1024KByte FLASH, 192KByte 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 „Hardfault-Interrupt bei malloc wenn kein Speicher verfügbar“ · 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
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
20.txt
#include <stdio.h> #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_can.h" #include "misc.h" //Declaration of the Variables CanRxMsg RxMsg; CanTxMsg TxMsg; CanTxMsg TxMsg2; uint32_t counter1 = 0; // counter
in „CAN bus message, stm32f407“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Präsentationsfolie der STM32 Summit Konferenz
STM32 Summit Breadth & depth of our portfolio Ecosystem Manufacturing Accessibility & reach The first pillar Q&A POWEED BY ON24
in „STM32 Summit – STMicroelectronics-Onlineevent mit neuer STM32U0-MCU“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
Mann in Videokonferenz bei STM32 Summit
STM32 Summit Leave at the end of this year with a lot more embedded memory. Q&A POWED BY ON24
in „STM32 Summit – STMicroelectronics-Onlineevent mit neuer STM32U0-MCU“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
Nahaufnahme eines STM32 Mikrocontrollers auf Leiterplatte
STM32 F103C8T6 9900E AU MYS 605 ST e4 2 R2 D3 D2 U1 C19 D1 R3 C17 C1 C2 RESET C14
in „Probleme mit STM32F103 und SPI1 remapping“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Bild
STM32F experimentelle Platine
gnd vbat 32.768 kHz gnd 5v schottky 3.3V ledger PB15 10k PB12 10k PB14 10k PB13 1k STM32F experimental board v0.0.1 05-09-2024 by R. Seelig Vcc gnd cs rst dssda skled I2C sp gnd +LED-suppyl vref A0 A1 A2 C5 C4 A3 A7 A5 A6 A10 A9 B7 B6 C9 C8 5v 3.3V gnd
in „Zeigt her eure Kunstwerke (ab 2023)“ · Projekte & Code · · Platinenfotos
-
Bild
STM32F Experimentierboard mit Display
Bitmap aus image2c gnd 3.3vst reset board 05-09-2024 by R. Seelig STM32F exper board v0.0.1 J2 mosi sck miso lxd sdi sdo spi 3.3v 5v gnd schottky 10k PB15 PB12 PB14 PB13 10k 3.3v 5v Vo A0 A1 A2 C5 C4 A3 A7 A5 A6 A10 A9 B7 B6 C9 C8 5V 3.3V GND
in „Zeigt her eure Kunstwerke (ab 2023)“ · Projekte & Code · · Platinenfotos
-
Bild
Schaltplan mit SFH309 und STM32
+3.3V,1,2,STM32,SFH309,GND
in „IR Diode 20 kHz Signal auslesen“ · Analoge Elektronik und Schaltungstechnik · · Schaltpläne
-
Bild
PCB-Layout eines STM32-Mikrocontrollers
+V, D+, Id, GND, 22, 100n, +3.3V, br1, swdio, swclk, 1.5k, STM32F, 072, br2, 100n, 8MHz, 22p, 22k, vbat, JP2, 100n, 22k, 180, 100n, +3.3V, GND
in „USB Problem bei STM32F072C8“ · Mikrocontroller und Digitale Elektronik · · Layouts
-
Bild
Nahaufnahme eines STM32 Mikrocontrollers auf Leiterplatte
ARM STM32L 071RBT6 GQ24R VQ CHN GQ 926 ST 13 Made in Indonesia
in „Rauchwarnmelder Strom Sparender modifizieren“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Bild
Blockschaltbild Sensoranbindung an STM32 Mikrocontroller
+24 V, +5 V, Vcc, Flügelradsensor NPN / Hall, Digital In, Mikrocontroller STM32, GND, 0 V
in „Signalkonditionierung für Flügelradzähler“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Bild
STMicroelectronics STM32 Entwicklungskit Leiterplatte
ST STM32 F429I DISCOVERY USB INTERFACE
in „Wanderkiste Widlar VII“ · Markt · · Platinenfotos
-
Datei
CAN.c
CAN.c * * Created on: 22.04.2012 * Author: Peter */ #include <stddef.h> #include "can.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_can.h" #include "misc.h" #define CAN_EN_Low GPIO_ResetBits(GPIOC, GPIO_Pin_5); #define CAN_EN_High GPIO_SetBits(GPIOC, GPIO_Pin_5); #define
in „CAN mit STM32“ · 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
main.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" #include "stm32_eval.h" #include "stm322xg_eval_lcd.h" #include "stm32f2xx_spi.h" #include <stdio.h> GPIO_InitTypeDef GPIO_InitStruct; SPI_InitTypeDef SPI_InitStructure; static uint8_t key_state
in „STM32 SPI Mosi Pegel zu niedrig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32L073RZTx Device from STM32L0 series ** 20Kbytes RAM ** 192Kbytes ROM ** ** 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><center
in „ARM Cortex M0+ Startupcode Minimal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f407vet6_flash.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F407VG Device with ** 1024KByte FLASH, 192KByte 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 „Merkwürdiges Verhalten mit Jlink“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linkscript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32F103C8Tx Device from STM32F1 series ** 20Kbytes RAM ** 64Kbytes ROM ** ** 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><center
in „[Nucleo-F103] memset hängt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
#include "stm32f4xx.h" #include "stm32f429i_discovery.h" #include "stm32f429i_discovery_lcd.h" static void SystemClock_Config(void); static void MX_TIM2_Init(void); static void Error_Handler(void); TIM_HandleTypeDef
in „Timer im Encodermode auf STM32F429-Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32F103C8Tx Device from STM32F1 series ** 20Kbytes RAM ** 64Kbytes ROM ** ** 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><center
in „arm-gcc RAM Belegung untersuchen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
pensor.pdf
+3.3V V+ D1 N1 STM32G051 +3.3V MIC5236-3.3 +3.3V X6:10 V+ 2 IN OUT 3 4 VDD 0 X6:9 L1 1 9 k 1 1 4 EN ERR 1 R R 4 C39 6 CSB D D 100n F.B.,0.2A 1 C3 D V 5 Volt C12 * C11 C10 C8 C7 C2 100n SCL-INT 2 V 5 D2 SCK 7 68u 68u 100n
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CRC.o.lst
\\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
usb.c
Port betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / uint16_t access schema (e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE) */ //#define UMEM_SHIFT 0 //#define UMEM_FAKEWIDTH uint16_t /* For devices with 1 x 16 bits / uint16_t access schema (e.g. STM32F103, STM32F302, STM32F303xB
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_bsp.c
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.c * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief STM32F4x7 Ethernet hardware configuration. **********************************************************
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rfm22b.c
#include "rfm22b.h" #ifndef __STM32F4_DISCOVERY_RFM22B_H #define __STM32F4_DISCOVERY_RFM22B_H #ifdef __cplusplus extern "C" { #endif #include "stm32f4xx.h" #include "stm32f429i_discovery.h" #include "rfm22b.h" #include "systick.h" //
in „STM32 und RFM22B“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f429i_discovery_lcd.c
/** ****************************************************************************** * @file stm32f429i_discovery_lcd.c * @author MCD Application Team * @version V1.0.1 * @date 28-October-2013 * @brief This file includes the LCD driver for ILI9341 Liquid Crystal * Display Modules of STM32F429I-DISCO
in „STM32F429 Display per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·
-
Datei
irsndconfig.h
------------------------------------------------------------------------------------------- * ARM STM32 section: *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use A6 as IR output on STM32 # define IRSND_PORT_LETTER A # define IRSND_BIT_NUMBER 6 # define IRSND_TIMER_NUMBER 10 # define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment, others won't work /*------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irsndconfig.h
------------------------------------------------------------------------------------------- * ARM STM32 section: *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use A6 as IR output on STM32 # define IRSND_PORT_LETTER A # define IRSND_BIT_NUMBER 6 # define IRSND_TIMER_NUMBER 10 # define IRSND_TIMER_CHANNEL_NUMBER 1 // only channel 1 can be used at the moment, others won't work /*------
in „IR Signal falsch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
neigungsmessung.c
Crashdemon.... *** HAVE A LOT OF PHUN! *** *** Motorcycle IMU *** inertial measurement unit *** ver 0.1 (STM32) *** ARM Cortex-M3 *** ***********************************************/ #define STM32F10X_HD //#define USE_STDPERIPH_DRIVER #include <math.h> #include <stdio.h> #include <stdint.h> #include <stddef.h> #include <stm32f10x.h> //#include <stm32f10x_adc.h> //#include <misc.h> //#include <stm32f10x_lib.h> // Constants #define M_PI 3.14159265358979323846 // USART #define BAUD 115200 // Baudrate für serielle Kommunikation
in „[STM32] Keil SysTick_Config Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
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_disco.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen--------------------- */ #define PAYLOAD_SIZE 20
in „STM32F4 und NRF24L01: Frage zu Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
IRSND_FREQ_36_KHZ); // default frequency IRSND_PIN = 0; // set IO to outout PWMoff(); # elif defined (ARM_STM32) // STM32 GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; TIM_OCInitTypeDef TIM_OCInitStructure; /* GPIOx clock enable */ # if defined (ARM_STM32L1XX) RCC_AHBPeriphClockCmd
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irsnd.c
IRSND_FREQ_36_KHZ); // default frequency IRSND_PIN = 0; // set IO to outout PWMoff(); # elif defined (ARM_STM32) // STM32 GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; TIM_OCInitTypeDef TIM_OCInitStructure; /* GPIOx clock enable */ # if defined (ARM_STM32L1XX) RCC_AHBPeriphClockCmd
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmpconfig.h
-------------------------------------------------------------- * Change hardware pin here for ARM STM32 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input on STM32 # define IRMP_PORT_LETTER C # define IRMP_BIT_NUMBER 13 /*-------------------------------------------------------------------------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
f_mess_lcd.c
// reziproke Frequenzmessung mit STM32F4-Discovery-Board // Ausgabe der Ergebnisse auf LCD 2x16 /* Beispielprogramm für Frequenzmessung an PE5 mit Timer9. Das Ergebnis wird 7-stellig mit max. 5 Mess./s oder minimal 1 Periodendauer angezeigt
in „reziproker Frequenzzähler mit STM32F4Discovery“ · Projekte & Code ·
-
Datei
irmpconfig.h
-------------------------------------------------------------- * Change hardware pin here for ARM STM32 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input on STM32 # define IRMP_PORT_LETTER C # define IRMP_BIT_NUMBER 13 /*-------------------------------------------------------------------------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
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 = 0
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "STM32F10x.h" #include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #include <misc.h> #define zucSTM 1 #define zuc_STM 1 #define xF_DELAY 6536//72MHZ #define F_IR 245//82// #define use_spi_tft 0 #define
in „stm32f103 mit usb-stick“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bb_i2c_arm.c
#include "STM32F10x.h" #include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #define GLUE(a, b) a##b #define sbi(var, bit) (var|=1<<bit)//set #define cbi(var, bit) (var&=~(1<<bit))//clear #define tbi(var, bit) (var
in „stm32f103 i2c_read“ · Mikrocontroller und Digitale Elektronik ·