-
PDF
AN5457.pdf
AN5457 Application note RF matching network design guide for STM32WL Series Introduction The STM32WL Series microcontrollers are sub-GHz transceivers designed for high-efficiency long-range wireless applications including the LoRa , (G)FSK, (G)MSK and BPSK modulations
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder ·
-
Datei
F303.c
#include "stm32f30x.h" #include "stm32f30x_gpio.h" #include "stm32f30x_rcc.h" int test=0; void wait(void); int main(void) { GPIO_InitTypeDef GPIO_InitStruct; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOE, ENABLE); GPIO_InitStruct.GPIO_Pin
in „STM32 Takt Frage“ · 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
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 for message 1 uint32_t counter2 = 0; // counter for message 2 //counter1 = 0; //counter2 = 0; void NVIC_Config (void) //configuration of the Interrupt { NVIC_InitTypeDef NVIC_structure; NVIC_structure.NVIC_IRQChannel = CAN1
in „CAN bus message, stm32f407“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp-stm8.diff
Composer Studio) # define STELLARIS_ARM_CORTEX_M4 # define F_CPU (SysCtlClockGet()) +#elif defined(__SDCC_stm8) // SDCC stm8 target +# define SDCC_STM8 #elif defined(unix) || defined(WIN32) || defined(__APPLE__) // Unix/Linux or Windows or Apple # define UNIX_OR_WINDOWS #else @@ -116,6 +118,15 @@ # define PROGMEM # define memcpy_P memcpy +#elif defined(SDCC_STM8) + +# include "stm8s.h" +# define PROGMEM +# define memcpy_P memcpy +# define __attribute__(x) +# define uint_fast8_t uint8_t +# define uint_fast16_t uint16_t + #else # define PROGMEM
-
PDF
P-145-E-04-2014-v1_ST_Wireless_Connectivity.pdf
commands.The modules are configured around a single-chip 802.11 transceiver with integrated PA and an STM32 32-bit microcontroller with effective way to use the modules via AT commands.The modules are configured around a extsingle-chip 802.11 transceiver with integrated PA and an STM32 32-bit microcontroller
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
penhub.pdf
+3.3V D1 L3 STM32L496 ADC.13 CMP1M TXD3 PC4 24 F.B.,0.2A ADC.11 CTS0 CTS3 MISO1-BOOT OP2P T1.BK T16.1 T3.1 PA6BK 22 4 CAN2RX DE0 NSS2-BOOT RTS0 T1.BK T15.BPB12 33 VDD 6 PH1-HSO R23 1 3 C38 10n 5 58 C30 C31 VC 10MHz
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HWMonitor.txt
PMIO PMDM PSIO PSDM SMIO SMDM SSIO SSDM MODP MODS SDE0 _ADR _GTM _STM DRV0 _ADR _GTF DRV1 _ADR _GTF SDE1 _ADR _GTM _STM DRV0 _ADR _GTF DRV1 _ADR _GTF PEX5 _ADR _STA _PRW PIC5 API5 _PRT PEX6 _ADR _STA _PRW PIC6 API6 _PRT PEX7 _ADR _STA _PRW PIC7 API7 _PRT HUB0 _ADR _STA
in „Gibt Festplatte langsam Geist auf?“ · PC Hard- und Software ·
-
Datei
stm32f30x_gpio.c
/** ****************************************************************************** * @file stm32f30x_gpio.c * @author MCD Application Team * @version V1.0.1 * @date 23-October-2012 * @brief This file provides firmware functions to manage the following * functionalities of the GPIO peripheral:
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · 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
buffer_optimization.c
, daher 32 Bit Variable #endif #if (defined(STM32_PLATFORM)) Gpu_Hal_WrCmd32(phost,cmd); #endif /* Increment the command index */ CmdBuffer_Index += CMD_SIZE; } void App_WrDl_Buffer(Gpu_Hal_Context_t *phost,uint32
-
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 #else # if !defined (unix) && !defined (WIN32) # error mikrocontroller not defined, please fill in definitions here. # endif // unix, WIN32
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
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 #else # if !defined (unix) && !defined (WIN32) # error mikrocontroller not defined, please fill in definitions here. # endif // unix, WIN32
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
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
netconf.c
variables ---------------------------------------------------------*/ struct netif xnetif; __IO uint32_t TCPTimer = 0; __IO uint32_t ARPTimer = 0; #ifdef LWIP_DHCP __IO uint32_t DHCPfineTimer = 0; __IO uint32_t DHCPcoarseTimer = 0; //static uint32_t IPaddress = 0; #endif #ifdef LWIP_DHCP __IO uint8_t
in „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
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
usbd_usr.c
-------------*/ #include "usbd_usr.h" #include "usbd_ioreq.h" #include "lcd_log.h" /** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY * @{ */ /** @defgroup USBD_USR * @brief This file includes the user application layer * @{ */ /** @defgroup USBD_USR_Private_TypesDefinitions * @{ */ /** * @} */ /** @defgroup
in „STM32F2xx - USB_OTG_FS“ · 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 ·
-
PDF
mb1045_changed.pdf
P0U3B0L1 P0U3B0D5 5 R244 33 PI10 D31 N0D31 P 0 PotentiometerOMETER PF10 PI10 P0R24402 P0R24401 20pF STM32F4 P0SDNRAS PF110PF11 RP0R5202 P0R5201 P8 P0U3B0P8 P0U3B0F3 3 PI11PI11 P0ULPI0DIR P0R4302 [P0R4301 P0MII0RX0ER 25MHz(with socket) X2 SDNRAS A6N0A6 PF120PF12 R253 33 M6 PF11 PI11 P0U3B0E3 3 PI12PI12
-
PDF
mb1045_changed_korrigiert.pdf
P0U3B0L1 P0U3B0D5 5 R244 33 PI10 D31 N0D31 P 0 PotentiometerOMETER PF10 PI10 P0R24402 P0R24401 20pF STM32F4 P0SDNRAS PF110PF11 RP0R5202 P0R5201 P8 P0U3B0P8 P0U3B0F3 3 PI11PI11 P0ULPI0DIR P0R4302 [P0R4301 P0MII0RX0ER 25MHz(with socket) X2 SDNRAS A6N0A6 PF120PF12 R253 33 M6 PF11 PI11 P0U3B0E3 3 PI12PI12
-
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_delay.h" #include "tm_stm32f4_disco.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen----------------
in „NRF24L01 SPI Problem bringt mich noch zum Wahnsinn!“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Debugger-Konsole mit Flash-Erase- und Write-Fehlermeldungen
Console Memory Call Hierarchy blink GD ARM MCU Debug [GDB General Debugging] [pid: 5140] Info : GD32: Flash erasing... Info : GD32: Flash erase ... sector erase(8 to 8) Info : GD32: Flash erase ...finished Info : GD32: Flash writing... Info : bank=000001f0c2ca4ee0 buffer=000001f0c2d168f0 offset=00004000
in „GD32F303: Bootloader der Originalfirmware für Open Source Projekt nutzen“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
en.DM00428288.pdf
Getting started with the STEVAL-SPIN3202 evaluation board, advanced BLDC controller with embedded STM32 MCU Introduction The STEVAL-SPIN3202 3-phase brushless DC motor driver board is based on the STSPIN32F0A 3- phase controller with integrated STM32 MCU. It implements a single shunt resistor current
in „Problem mit ST-Board zur BLDC-Ansteuerung“ · 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> * * $
in „FreeRTOS + LWIP + UART Interrupt Problem“ · 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
main.c
#include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_spi.h" void SPI_test(void); uint8_t sendData = 0xAA; int main(void) { SystemInit(); SPI_test(); while(1) { } } void SPI_test(void) { GPIO_InitTypeDef
in „SPI Problem mit STM32 und CooCox IDE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp_stm8.diff
Composer Studio) # define STELLARIS_ARM_CORTEX_M4 # define F_CPU (SysCtlClockGet()) +#elif defined(__SDCC_stm8) +# define SDCC_STM8 #elif defined(unix) || defined(WIN32) || defined(__APPLE__) // Unix/Linux or Windows or Apple # define UNIX_OR_WINDOWS #else @@ -116,6 +118,15 @@ # define PROGMEM # define memcpy_P memcpy +#elif defined(SDCC_STM8) + +# include "stm8s.h" +# define PROGMEM +# define memcpy_P memcpy +# define __attribute__(x) +# define uint_fast8_t uint8_t +# define uint_fast16_t uint16_t + #else # define PROGMEM
-
Datei
stm32f10x_can.c
/** ****************************************************************************** * @file stm32f10x_can.c * @author MCD Application Team * @version V3.1.2 * @date 09/28/2009 * @brief This file provides all the CAN firmware functions. **********************************************************
in „CAN mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
main.c ** ** Abstract : main function. ** ** Functions : main ** ** Environment : Atollic TrueSTUDIO/STM32 ** STMicroelectronics STM32F10x Standard Peripherals Library ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this
in „helix MP3 Decoder, gibt keinen error aber auch keine Daten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
} const char* LEDS_CGI_Handler(int iIndex, int iNumParams, char *pcParam[], char *pcValue[]){ uint32_t i=0; /* All leds off */ STM_EVAL_LEDOff(LED5); STM_EVAL_LEDOff(LED6); STM_EVAL_LEDOff(LED3); STM_EVAL_LEDOff(LED4); /* Check cgi parameter : example GET /leds.cgi?led=2&led=4 */ for (i=0; i<iNumParams
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdint.h> #include <stdio.h> #include "stm32f1xx.h" #include "main.h" // This variable is used by some CMSIS functions uint32_t SystemCoreClock=8000000; // Milliseconds counter volatile uint32_t systick_count=0; // Interrupt handler for the
in „Frage: STM32F103 beide SPI benutzen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EU_Price_List_2011.pdf
series (Cortex-M3) 75.00 MCBNUC1xx Evaluation Board for Nuvoton NUC1xx series (Cortex-M0) 60.00 MCBSTM32 Evaluation Board for STMicroelectronics STM32 series (Cortex-M3) 170.00 MCBSTM32C Evaluation Board for STMicroelectronics STM32F 107VC (Cortex-M3) 250.00 MCBSTM32EXL Evaluation Board for STMicroelectronics STM32F 103ZE/ZG (Cortex-M3) 220.00 MCBSTM32C Evaluation Board MCBSTR9 Evaluation Board for STMicroelectronics STR91x series (ARM966E-S) 200.00 www.keil.com/mcbstm32c MCBTMPM36x Evaluation Board forToshibaTMPM360
in „TFT240320TP an Savvy128v1.2“ · 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
in „Timer UIF beim Cortex M4“ · Mikrocontroller und Digitale Elektronik ·
-
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
USART_HW_Init.c
***********************************************************************/ // Header Files #include <stm32f10x_gpio.h> #include <stm32f10x_usart.h> #include <stm32f10x.h> // #defines // globale Variablen // Funktionsprototyen /****************************************************************************
in „UART Problem beim senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
index.html
<html> <head> <title> ALIENTEK STM32¿ª·¢°å ENC28J60+LWIP1.41 Webserver²âÊÔ </title> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <meta http-equiv= "Cache-Control" CONTENT= "no-cache"> <script type="text/javascript
in „LWIP Webserver“ · 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
IntLib.txt
\STMicroelectronics STM32 F1.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F2_181213\STMicroelectronics STM32 F2.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F3_181213\STMicroelectronics STM32 F3.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_F4_181213\STMicroelectronics STM32 F4.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM32_L1_120614\STMicroelectronics STM32 L1.IntLib AltiumLive\Microcontroller\STMicroelectronics_STM8L\STMicroelectronics
in „Altium 5.1.x Offline Libs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F103X6_FLASH.ld
/* ***************************************************************************** ** ** File : STM32F103X6_FLASH.ld ** ** Abstract : Linker script for STM32F103x6 Device with ** 32KByte FLASH, 10KByte 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 „Falsche Ausgabe von arm-none-eabi-size“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Date: $ ID: $Id: $ **********************************************************************/ #include "stm32f4xx_conf.h" #include "stm32f4xx.h" #include "stm32f4xx_spi.h" int main(void) { init_SPI1(); while(1) { } } void init_SPI1(void) { GPIO_InitTypeDef GPIO_InitStruct; SPI_InitTypeDef SPI_InitStruct;
in „STM32F4 SPI1 Slave“ · 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
in „STM32F4 und NRF24L01: Frage zu Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MPPT_charger_20A.pdf
currentage LIBRE_SOLAR OPEN_HARDWARE - 55V max. solar input - External temperature sensor input - 32bit ARM MCU (STM32F072) - CAN communication interface RJ45 jacks incl. bus power supply - Expandable via Olimex Universal Extension Connector (UEXT) featuring I2C, Serial and SPI interface (e.g. used
in „EMV-Test DC/DC - Verbesserungsvorschläge gesucht“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
fsmc_nand.h
FSMC_NAND_H /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" /* Exported types ------------------------------------------------------------*/ typedef struct { u8 Maker_ID; u8 Device_ID; u8 Third_ID; u8 Fourth_ID; }NAND_IDTypeDef; typedef struct {
in „BMP Lesen von nand Flasch“ · 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 ohne JTAG starten“ · 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 Speicherproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Leiterplatte mit Kamera, Mikrobus, Wi-Fi HaLow und Sensoren
MIKROBUS / QWIC Wi-Fi HaLow USB DEBUG HEADERS GND USB VIN BAT CURRENT MEASUREMENT RGB LED TEMP. HOST MCU STM32 ACCELEROMETER STM32 DEBUG SPARE GPIO SENS. SPI SENS. I2C SENS. UART DBG UART STM RESET STATUS LEDS BLUETOOTH BUTTON CURR. SENSE 4-20mA MM8108-EKH05 V1
in „Neue Bauteile: Antennen-Lautsprecher, ESP-Prog-2, Ladungspumpen uvam“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Datei
irsndconfig.h
define prescaler for timer2 e.g. 1,4,16 # define PIC_Scaler 2 // PIC needs /2 extra in IRSND_FREQ_32_KHZ calculation for right value # endif /*--------------------------------------------------------------------------------------------------------------------------------------------------- * ARM STM32
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 „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 ·