-
Datei
stm32f4xx_ip_dbg.h
************************************************************** * @file Lib_DEBUG/Lib_DEBUG_Example/stm32f4xx_ip_dbg.h * @author MCD Application Team * @version V1.0.1 * @date 13-April-2012 * @brief Header for stm32f4xx_ip_dbg.c file ********************************************************************
in „Keil Debugger mit STM32F4Discovery / veraltete Firmware im ST-Link“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
init_system.c
************************ */ #include "tools.h" #include <stdint.h> #include <ctype.h> #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_ds18b20.h" #include "config.h" #include "init_system.h" #include "graphik.h" #include "tools.h" #include "processing.h" // LEDs aktivieren void __attribute__((optimize(0))) Init_Ports() { static uint32_t foo; GPIO_InitTypeDef GPIO_InitStructure; RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOC,ENABLE); // Clock an Port C RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD,ENABLE)
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.h
) # elif defined (ARM_STM32F10X) # define IRMP_PORT_RCC CONCAT(RCC_APB2Periph_GPIO, IRMP_PORT_LETTER) # elif defined (ARM_STM32F4XX) # define IRMP_PORT_RCC CONCAT(RCC_AHB1Periph_GPIO, IRMP_PORT_LETTER) # endif # define IRMP_BIT
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
ch9121_doc2.pdf
Update configuration parameters to EEPROM, execute configurat ion, reset 9121, leave configuration mode STM32 The sample demo we provide is based on STM32F103RBT6, and the connection method provided is also the pin of the corresponding STM32F103RBT6. If there is a need to transplant the demo, please connect according to the actual pin. Hardware Connection STM32F103ZET connection pin correspondence ETH STM32 5V 5V GND GND RXD1 PC10 TXD1 PC11 CFG0 PC12 RST1 PD2 Take our STM32F103RBT6 as an example, the connection is as follows: 2-CH UART TO ETH-STM32.png (
in „Serieller Tunnel durch IP-Netz?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Quellcode.c
#include <stm32f10x_lib.h> // STM32F10x Library Definitions #include "STM32_Init.h" // STM32 Initialization #define S3 0x00002000 // PC13: S3 #define S2 0x00000001 // PA0 : S2 #define UNBOUNCE_CNT 5 // unbounce the
in „Unverständnis bei Pinauswahl ARM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
button.c
#include "stdio.h" #include "System/System.h" #include "misc.h" #include "stm32f10x_tim.h" #include "stm32f10x_usart.h" #include "stm32f10x_rtc.h" #include "stm32f10x_rcc.h" #include "stm32f10x_exti.h" #include "USART1.h" #include "config_gpio.h" void BUTTON_Init(){ GPIO_InitTypeDef
in „STM32 Input Pin Logic Level nicht erkannt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
A I0 UART_TX PA9/TXD1 PIJ6044 GND R9 PIP1019NC GND PIP1020 NC PIU509 10K GND ISP_COM R1 ARM_JTAG MiniSD GND GND GND GND 供电稳压供电 复位按键 JTAG/SWD 调试接口 ISP 串口下载程序接口 CPU 简介 U2U 3V3 STM32F407VET6 PA0/WK_UP PIU2023PA0
in „Neues Entwicklungsboard STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
A I0 UART_TX PA9/TXD1 PIJ6044 GND R9 PIP1019NC GND PIP1020 NC PIU509 10K GND ISP_COM R1 ARM_JTAG MiniSD GND GND GND GND 供电稳压供电 复位按键 JTAG/SWD 调试接口 ISP 串口下载程序接口 CPU 简介 U2U 3V3 STM32F407VET6 PA0/WK_UP PIU2023PA0
in „STM32F407 Black und Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
OpenOCD Terminalausgabe zur STM32-Verbindung
G:\OpenOCD\OpenOCD-20201228-0.10.0\bin\openocd.exe -f interface/stlink-v2.cfg -f target/stm32f1x.cfg [https://github.com/sysprogs/openocd] Licensed under GNU GPL v2 Info: auto-selecting first available session transport 'hla_swd'
in „STM32F103 eigene Platine geht nicht“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „Codearchiv: STM32F4xx MAX7219 7-Segment Ansteuerung“ · Projekte & Code ·
-
Datei
stm32f10x_it.c
****************************************************************************** * @file TIM/6Steps/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 ·
-
Datei
zxkeyboard.diff
========= --- zxkeyboard/zxKeyboard.c (nonexistent) +++ zxkeyboard/zxKeyboard.c (working copy) @@ -0,0 +1,199 @@ + +#include "stm32f4xx_gpio.h" +#include "zxKeyboard.h" +#include "stm32f4xx.h" +#include "stm32f4xx_gpio.h" +#include "stm32f4xx_rcc.h" +#include "io.h" +#include "string.h" +#include "ps2key.h
in „STECCY - ZX-Spectrum-Emulator mit STM32“ · Projekte & Code ·
-
Datei
stm32f4_sdio_sd.c
----------------------------*/ #include "main.h" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32F4_SDIO_SD * @brief This file provides all the SD Card driver firmware functions. * @{ */ /** @defgroup STM32F4_SDIO_SD_Private_Types * @{ */ /** * @} */ /** @defgroup STM32F4_SDIO_SD_Private_Defines
in „Probleme bei SDIO mit STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_lib.h" #include "stm32f10x_map.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include "bits.h" #define STACK_TOP 0x20000800 #define NVIC_CCR ((volatile unsigned long *)(0xE000ED14)
in „Problem mit STM32-H103+Eclipse+OpenOCD“ · 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
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „NRF24L01: Handauflegen hilft?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
max7219.c
Treibers Autor : Christian Julius 12.2015 ******************************************** */ #include "stm32f4xx.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdio.h> #include <stdint.h> #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
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
stm32f103c8t6_lcd_ili9341.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f103c8t6_lcd.h" #include "../Common/fonts.c" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32_EVAL * @{ */ /** @addtogroup STM3210B_EVAL * @{ */ /** @defgroup STM3210B_EVAL_LCD * @briefThis
in „ili9341 initialisieren“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Diagramm der Frequenzabweichung
2 STM32F434 MC01_PLL_Q Test3 25 MHz / 5192 / 20 / 1 = 48MHz 1 s 48 001 325.947 Hz 20m 33s 1255 pts FA-2 STM32F434 MC02_PLL_P Test1 25 MHz / 200 / 10 / 5 = 20MHz 1 s 25 000 511.809 Hz 54m 4s 3244 pts FA-2 STM32F434 MC02_HSE Test2 25 MHz 1 s 25 000 6
in „STM32H743 PLL“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
main.c
------------------------------------------------------------------------------------- * Breadboard STM32F4 Discovery Board * HC-SR04 Pins * ----------------------------------------------------------------------------------------- * 5V 5V * TRIG PC6 * ECHO PB7 * GND GND */ /* Includes */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_tim.h" /************************************************************** Funktionen *******************************************************
in „STM32F4 Discovery Board: Aufruf Funktionen in Atollic TrueStudio“ · 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▯▯▯# ($ !▯ , $ ,▯ :$ :% ▯
-
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
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
************************************************************************ * @file TIM/TIM9_OCToggle/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 „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.h
***************************************************************** * @file OptimizedI2Cexamples/inc/stm32f10x_it.h * @author MCD Application Team * @version V4.0.0 * @date 06/18/2010 * @brief This file contains the headers of the interrupt handlers. ****************************************************
in „Cortex I2C zu kurze Impulsdauer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
*************************************************************************** * @file CAN/Networking/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 „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart.c
#include "stm32f0xx.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_usart.h" inline void delay_ms(uint32_t dtime) { volatile uint32_t n = (dtime * 3750); while(n > 0) n--; } void serial_init
in „STM32F030F4P6 und USART1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32H7XX_M_schematics.pdf
CO5 2 104 G I2 104 A D 01 PA14_SWCLPIJ105 5 BLK PB0/BLK PIJ4088 Css2 PIU506 92104 106 PIC502 P1060 K 5V1 R4R SPI_1X5 SIP8-2.54mm DAT0 PI85SDIO_D1 PC9 A I0 01 STM32 工作模式已经默认接地: BOOT0 通过 R7 接地 10K D D DAT1 PIU509_NCNC A PIR402 G G DAT2 GND 5203 STM32 工作模式选择
in „Problem mit USB auf STM32H743“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SSD1963.h
#ifndef __SSD1963_H #define __SSD1963_H #include "stdint.h" #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" #include "stm32_ub_systick.h" //---------------------------------------------------------------- // FSMC Address
in „7 Zoll LCD Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
************************************************************** #include "stm32f10x.h" #include "stm32f10x_gpio.h" #include "stm32f10x_conf.h" #include "stm32f10x_rcc.h" /*void delay(long cycles); void delay(long cycles){ while (cycles>0) cycles--; } */ // Die Std. Peripherie
in „COIDE 2.7.0 und STMF103C8T6 (china board), startprobleme“ · 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->BRR = GPIO_Pin_8; while(1) { SPI_WriteNXP(0x02, 0); SPI_WriteNXP(0x27, 254); SPI_WriteNXP(0x28, 63); SPI_WriteNXP(0x29, 18); SPI_WriteNXP(0x14, 0); SPI_WriteNXP(0x01, 32); SPI_WriteNXP(0x0a, 128); SPI_WriteNXP(0x03, 128); SPI_WriteNXP(0x0c, 144
in „STM32 SPI-Bus Probleme mit Prescaler und delay() Realisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HWMonitor.txt
ITM1 SIT0 SIT1 [ ] UDC0 UDC1 [ ] UDT0 UDT1 [ ] ICF0 ICF1 [ ] WPPE [ ] FAS0 FAS1 PRIM _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF SECD _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF IDE2 _ADR PCI_ [ ] ITM0 ITM1 SIT0 SIT1 [ ] UDC0 [ ] UDC1 [ ] UDT0 UDT1 [ ] ICF0 ICF1 [ ] WPPE [ ] FAS0 FAS1 PRIM _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F _GTF SECD _ADR _GTM _STM DRV0 _ADR H15F _GTF DRV1 _ADR H15F
in „Gibt Festplatte langsam Geist auf?“ · PC Hard- und Software ·
-
Datei
irsnd.c
(void) { #ifndef ANALYZE # if defined(PIC_C18) // PIC C18 or XC8 compiler # if ! defined(__12F1840) // only C18: OpenTimer; # endif irsnd_set_freq (IRSND_FREQ_36_KHZ); // default frequency IRSND_PIN = 0; // set IO to outout PWMoff(); # elif defined (ARM_STM32) // STM32 GPIO_InitTypeDef GPIO_InitStructure
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irsnd.c
(void) { #ifndef ANALYZE # if defined(PIC_C18) // PIC C18 or XC8 compiler # if ! defined(__12F1840) // only C18: OpenTimer; # endif irsnd_set_freq (IRSND_FREQ_36_KHZ); // default frequency IRSND_PIN = 0; // set IO to outout PWMoff(); # elif defined (ARM_STM32) // STM32 GPIO_InitTypeDef GPIO_InitStructure
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
main.c
include "usbd_desc.h" #include "usbd_cdc_vcp.h" //Library config for this project!!!!!!!!!!! #include "stm32f4xx_conf.h" /** @addtogroup STM32F4-Discovery_Demo * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------------------------------------------*/ // #define STM32F4_DISCOVERY /* Private macro -------------------------------------------------------------*/ /* Private variables ---------------------------------------------------------*/ #ifdef USB_OTG_HS_INTERNAL_DMA_ENABLED
in „STM32F4 - Virtual Com Port (CDC)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dma.c
########################################################################################## */ void STM32F1_DMA_init(void) { SET_BIT(RCC->AHBENR, RCC_AHBENR_DMA1EN); } void STM32F1_DMA1_configChannel1ForADC1(uint8_fast count, uint16 *memory) { CLEAR_BIT(DMA1_Channel1->CCR, DMA_CCR_EN); DMA1_Channel1->
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
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
main.c
********************************************************************** */ /* Includes */ #include "stm32f4xx.h" #include "stm32f4_discovery.h" /* Private macro */ /* Private variables */ /* Private function prototypes */ /* Private functions */ /** **==================================================
in „STM32F4 Discovery - I2S bitte um Hilfe“ · 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 ·
-
PDF
User_Guide_ETEMB043013XDHAL_Interface_Description_V1.0.pdf
.......................................................................17 Interface Description V1.0 2020-03-13 page 4 of 17 1. Module Description 1.1 General This Smart Embedded module has everything needed to build a modern Graphic User Interface Module. The MCU used is STM32F750 Cortex-M7 series
in „EDT Display Interface mit STM32F7“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Verlauf.txt
adapter speed set to 950 kHz adapter speed: 950 kHz STM32F107VCTx.cpu: target state: halted target halted due to debug-request, current mode: Thread xPSR: 0x01000000 pc: 0x08001674 msp: 0x20010000 Info : Stlink adapter speed set to 4000 kHz adapter speed
in „SW4STM32 hängt bei in procedure 'ocd_bouncer'“ · 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 ·
-
PDF
mb1045_changed.pdf
P0R2102 P0R27302 P0R27301 P0U3PF15 PI15 1 3 C 1 1 C B1 20pF 1 3 STM32F4 TD-0341 [RESET/Black] P P U3C P0B101 20B102 L10 P0U3C0L10 P0U3C0K9K9 VDD_MCU VDD1 VSS1 +3V3 F11 P0U3C0F11 P0U3C0F1F10 P0B104 30B103
-
PDF
mb1045_changed_korrigiert.pdf
P0R2102 P0R27302 P0R27301 P0U3PF15 PI15 1 3 C 1 1 C B1 20pF 1 3 STM32F4 TD-0341 [RESET/Black] P P U3C P0B101 20B102 L10 P0U3C0L10 P0U3C0K9K9 VDD_MCU VDD1 VSS1 +3V3 F11 P0U3C0F11 P0U3C0F1F10 P0B104 30B103
-
Datei
main.c
main function. ** ** Functions : main ** ** Environment : Atollic TrueSTUDIO(R) ** STMicroelectronics STM32F4xx Standard Peripherals Library ** ** 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 it
in „STM32F4 + Timer 3 + DMA1 schreibt nicht ins ODR => TEIF“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
USB3320_STM32F4.pdf
D6 19 PC3/SPI2_MOSI G 8060 1% D7 20 VDD1 CPEN 21 VSSA STP 22 VREF+ XO NXT 23 VDDA DIR PA0/USART2_CTS/USART4_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
in „STM32F4 USB High Speed VCP mit USB3320 PHY“ · Projekte & Code ·
-
Datei
stm32f30x_gpio.h
/** ****************************************************************************** * @file stm32f30x_gpio.h * @author MCD Application Team * @version V1.0.1 * @date 23-October-2012 * @brief This file contains all the functions prototypes for the GPIO * firmware library. **********************
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32Quelltext.txt
#include "stm32f10x.h" #include "USART.h" unsigned char it_active=1; int stop; ////////////////////// ADC u32 ADCValue1; /* Private typedef -----------------------------------------------------------*/ /* Private
in „STM32-F103 AD-Wandler Werte übertragen“ · 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) (
in „stm32f103 i2c_read“ · 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 ·