-
Datei
tools.c
*************** */ /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <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 "config.h" #include "tools.h" #include "sensor.h" /* -------------- Typen Deklarationen-
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103c8t6_lcd_ili9341.c
-------------------------*/ #include "stm32f103c8t6_lcd.h" #include "../Common/fonts.c" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32_EVAL * @{ */ /** @addtogroup STM3210B_EVAL * @{ */ /** @defgroup STM3210B_EVAL_LCD * @briefThis file includes the LCD driver for AM-240320LTNQW00H (LCD_HX8312), * AM-240320L8TNQW00H (LCD_ILI9320), AM-240320LDTNQW00H (LCD_SPFD5408B) * Liquid Crystal Display Module of STM3210B-EVAL board. * @{ */ /** @defgroup STM3210B_EVAL_LCD_Private_Types * @{
in „ili9341 initialisieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EndResult_Schematic.pdf
L5 68pF L4 L2 23 RFO_LP OSC_OUT 26 3 4 9.1nH 3.4nH 47nH 24 RFO_HP OSC_IN 25 2 OUT VCC 5 RF1 VR_PA VDDPA GND NC 2 1 GND NC 6 STM32WLE5CCU6 0 U1 V C21 3.6pF 4.3pF 5.6pF C6 47nF R1 C3 C5 TS-1088-AR02016 C10 C2 C7 470nF 1uF 10nF 5 2.7pF 68pF 10k▯'
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
Datei
main.c
***********************************************************************/ // Header Files #include <stm32f10x_gpio.h> #include "GPIO_HW_Init.h" #include "MyFunctions.h" #include "USART_HW_Init.h" #include "SPI_HW_Init.h" #include "EXTI_HW_Init.h" #include "NVIC_HW_Init.h" #include <stm32f10x_conf.h> #include <stm32f10x_spi.h> #include <stm32f10x_exti.h> // #defines // globale Variablen // void EXTI_Line_SyncDis( FunctionalState STATE ); int main () { /******************* Hardware Initialisation *************
in „UART Problem beim senden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB997.pdf
R2R2 AIN_10 U R I I IMR I M P I D P I D 2 01002021 F S S S S S S S OCN BAT60JFILM E E Not Fitted 3V 8 7 6 5 4 3 2 1 0 9 8 7 CN2 R1212 T_JTCKC D R P4 4 4 4 4 4 4 4 4 3 3 3 U2U 2 PICN202 PIR12P221202 PISB3B3ISB302 PISB2B2ISB202 3V __ B B T B B B SO D K STM32F103C8T6 3 PICN203 PISB5B5ISB502 PISB4B4ISB402TCKCK
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
-------------------------*/ #include "stm32f10x_it.h" #include "stm32f10x_i2c.h" #include "../lib/i2croutines.h" #include "../twi/stdbool.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup CAN_Networking * @{ */ /* Private
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
f_mess.c
initialisiert sein. Die Anschlussbelegung der Ports ist so gewaehlt, dass das Programm unveraendert auf einen STM32F407-Discovery-Board funktionsfaehig ist! Alle Angaben ohne Gewähr! www.mino-elektronik.de 2012-11-26 */ #include <stdio.h> #include "stdint.h" #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" // LCD-Routinen in anderem Programmteil extern void lcd_zeile1(char *s); extern void lcd_zeile2(char *s); extern void lcd_zeile3(char *s); extern void lcd_zeile4(char *s); void lcd_init
in „Frequenz- und Pulsweitenmessung mit STM32F407“ · Projekte & Code ·
-
Datei
nrf24l01.c
"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 „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
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 ·
-
PDF
sammelbestellung.pdf
SPI RoHS: RoHS-konform 12,27 € 12,27 € Mouser-Nr.: 511-STM32F4DISCOVERY 1 Verfügbarkeit Herst.- Nr.: STM32F4DISCOVERY Hersteller: STMicroelectronics 1 Versand sofort Beschr.: Entwicklungsboards und Kits - ARM STM32F407 HIGH PERF DISCOVERY BOARD RoHS: RoHS-konform 8,87 € 8,87 € Mouser-Nr.: 511-STM32F3DISCOVERY 1 Verfügbarkeit Herst.- Nr.: STM32F3DISCOVERY 0 Versand sofort Hersteller: STMicroelectronics 1 Im Lieferrückstand Beschr.: Entwicklungsboards und Kits - ARM STM32F3 Discovery 32-Bit ARM
-
PDF
catalog.pdf
Mcu, 8 Bit, Atmega, 16MHZ, TQFP-32 MPN: STM32F407ZGT6 [ID]: 000151 [Price]: 15.59 USD [QTY]: 2 [Category]: Microcontrollers [Desc]: MCU 32-bit STM32F ARM Cortex M4F RISC 1024KB Flash 2.5V/3.3V 144-Pin LQFP Tray MPN: STM32L151RBH6A [ID
-
PDF
catalog.pdf
Purpose; Dielectric Characteristic: C0G / NP0;... Page 16/105 Bauteileliste vom 12.08.2022 MPN: GCM32ER71H475KA55L [ID]: 000325 [Price]: 0.22 USD [QTY]: 200 [Category]: Ceramic Capacitors [Desc]: Multilayer Ceramic Capacitor, 4.7 uF, 50 V, ± 10%, X7R, 1210 [3225 Metric] MPN: 06035C103KAT2A [ID]: 000439
-
PDF
STM86312.pdf
: RAM stores addresses Seg1 Seg4 Seg8 Seg12 Seg16 00 HL 00 HU 01 H L 01 HU DIG1 02 HL 02 HU 03 H L 03 HU DIG2 04 H 04 H 05 H 05 H DIG3 L U L U 06 H 06 H 07 H 07 H DIG4 L U L U 08 HL 08 HU 09 H L 09 HU DIG5 0A HL 0A H U 0B H L 0B HU DIG6 0C HL 0C H U 0D H L 0D HU DIG7 0E HL 0E H U 0F H L 0F HU DIG8 10 H 10 H 11 H 11 H DIG9 L U L U 12 HL 12 HU 13 H L 13 HU DIG10 14 HL 14 HU 15 H L 15 HU DIG11 b0 b3 b4 b7 XX H L XX H U Note: "0" in memory means V EE on output; "1" in memory means
in „STM86312 Funzt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm8_uhr.pdf
Digitaluhr mit STM8Sxx3, TM1637, DS18B20 und 6-Digit 7-Segmentanzeige R. Seelig Die hier vorgestellte Uhr ist aus einer Diskussion im Forum www.mikrocontroller.net entstanden innerhalb dieser eine Uhr mit 7-Segmentanzeigen
-
PDF
catalog-3.pdf
144-Pin LQFP Tray MPN: STM32L151RBH6A [ID]: 000152 [Price]: 7.6479 USD [QTY]: 3 [Category]: Microcontrollers [Desc]: Ultra-low-power ARM Cortex-M3 MCU with 128 Kbytes Flash, 32 MHz CPU, USB MPN: STM32L151RBT6 [ID]: 000153 [Price
-
Datei
main.h
#ifndef __MAIN_H_ #define __MAIN_H_ #include <libopencm3/stm32/rcc.h> #include <libopencm3/stm32/gpio.h> #include <libopencm3/stm32/i2c.h> #include <libopencm3/stm32/exti.h> #include <libopencm3/cm3/systick.h> #include <libopencm3/cm3/nvic.h> #include <stdint.h> #define SysTick_Handler sys_tick_handler #define DCF_Pin GPIO13 #define DCF_GPIO_Port GPIOC #define DCF_EXTI DCF_Pin #if (DCF_Pin <= GPIO1) #define DCF_Handler exti0_1_isr #define
in „STM32F0 EXTI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.c
** */ #pragma GCC optimize ("O0") /* ------------- INCLUDES ----------------- */ #include <stdbool.h> #include <stdio.h> #include <stdint.h> // StdPeriph Lib + CMSIS #include <stm32f4xx.h> #include <stm32f4xx_i2c.h> #include "tm_stm32f4_ili9341.h" #include "eeprom.h" /* ------------- DEFINES -------
in „Lebensdauer von lokalen Variablen“ · Softwareentwicklung ·
-
Datei
kk_bb.c
#include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #include "C:\zuc\fat\integer.h" #include "C:\zuc\fat\diskio.h" #define use_bitbang 01 #define ll_cs_port_x B #define ll_cs_pin_x 12 #define ll_ck_port B// A
in „Problem FatFS + SPI“ · 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
13475.pdf
architecture and file inclusion relationship are shown in Figure 2. Each peripheral has a source code file, stm32f10x_ppp.c, and a header file, stm32f10x_ppp.h. The stm32f10x_ppp.c file contains all the firmware functions required to use the PPP peripheral. A single memory mapping file, stm32f10x_map.h, is supplied
in „STM32F: SPI "Halbduplex"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4_sdio_sd.c
It implements a high level communication layer for read and write * from/to this memory. The needed STM32 hardware resources (SDIO and * GPIO) are defined in stm324xg_eval.h file, and the initialization is * performed in SD_LowLevel_Init() function declared in stm324xg_eval.c * file. * You can easily
in „Probleme bei SDIO mit STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HY-SmartSTM32_SCH.pdf
3 99 28 VDD_4 VSS_4 27 2 3 11 VDD_5 VSS_5 10 22 19 C25 Y2 C26 VDDA 21 VDDA VSSA 20 10P 32.768K 10P VREF+ VREF- VREF+ STM32F103VCT6 3V3 L1 VDDA 3V3 L2 VREF+ 3V3 R40 10uH 10uH 3V3 S2 510R C11 C27 C12 C28 1 4 BOOT0 BOOT0 A C6 C7 C8 C9 C10 2 3 KEYB BOOT1 A 104 104 104 104 104 104 106 104 106
in „STM32 can Message“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STPicProgL.pdf
4 10k STM32F103C8T6 BSS123 R16 VT1 TC4429 1 0 VD1 R 4 MCLR_LO 220 4k7 VPPVAR R29 R30 R26 +3,3V XPRG 2 2 G1 R8 R9 10k 10k 2 R +3,3V 1 I2C1_SDA 2 I2C1_SCL 3 B 2k2 2k2 - D6 D7 D8 D9 PGM_SWDCLK 4 S X4 BLDR_RX1 5
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_ringbuffer.c
#include "stm32f10x_rcc.h" #include "stm32f10x_tim.h" #include "stm32f10x_spi.h" #include "stm32f10x_gpio.h" #include "stm32f10x_it.h" #include "misc.h" #define FLA_BUFFER_SIZE 16 typedef enum { flash_WRSR = 0x01
in „STM32 SPI Interrupt Ringpuffer verliert Zeichen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
test.pdf
: D2 PC2: - PA3: D8 PB3: D19 PC3: - PA4: D7 PB4: D18 PC4: - PA5: D6 PB5: D17 PC5: - PA6: D5 PB6: D16 PC6: - PA7: D4 PB7: D15 PC7: - PA8: D27 PB8: D32 PC8: - PA9: D26 PB9: - PC9: - PA10: D25 PB10: D1 PC10: - PA11: D24 PB11: D0 PC11: - PA12: D23
in „Wie kann ich diese Webseite ausdrucken?“ · PC Hard- und Software ·
-
Datei
test.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f7xx_hal.h" #include "fatfs.h" /* Private variables ---------------------------------------------------------*/ SD_HandleTypeDef hsd1; HAL_SD_CardInfoTypedef SDCardInfo1; DMA_HandleTypeDef hdma_sdmmc1
in „STM32F7 FatFS mit µSD“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32H735 Discovery Kit in Originalverpackung
STM32H735 Discovery Kit High-performance 32-bit MCU STMicroelectronics DISCOVERY BOARD FEATURES STM32H735 MCU features 4.3" TFT LCD, RGB, 480 x 272 pixels with capacitive touch control panel Octal-SPI support
in „Verkaufe Discovery Kit STM32H735DK“ · Markt · · Fotos
-
Datei
nrf24l01.c
----------------- */ #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 ·
-
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 „Frequenz- und Pulsweitenmessung mit STM32F407“ · Projekte & Code ·
-
PDF
bom-v1-0.pdf
14.7µF KEM X5R0805 4,7U 0,10 € 0,10 € C66 04.7µF only for STM32F4, F7 or H7 KEM X5R0805 4,7U 0,10 € 0,00 € C71 04.7µF only for STM32H7 KEM X5R0805 4,7U 0,10 € 0,00 € C67, C68 222pF KEM C0G0805 22P 0,04 €
in „Universalplatine für STM32, grobe Fehler vor der Herstellung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
F2_messung_pwm.c
/* Reziproke Frequenzmessung mit STM32H750 mit 8-stelliger Auflösung. Eingangsfrequenbereich: 0,1 Hz - 100 MHz Die Frequenz wird aus den Eingangsimpulsen/Zeit errechnet. Dazu werden die Timer15 und Timer16 verwendet. Als Zeitbasis für
-
PDF
Akkuschutz-V0.6.pdf
3V3 1 +3V3 1 2 +3V3 2 X6-5 LED1 X10 HEIZVCC E M H E H E R38 S A C T C T X6-4 LED2 X11 HEIZDRAHT- U2B U2A A L L A L A R39 STM32WB5MMGH6TR STM32WB5MMGH6TR W R F T F T X6-3 LED3 X14 HEIZDRAHT+ E R40 79 2 of 2 15 3 12 2 M S 2 M 3 M X6-2 LED4 64 PE0 VBAT
in „STM32WB5MMG -* ADC wackelt um 10 digits“ · 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
one_wire.c
Groppe * pic-projekte.de/Download/1-Wire-Projekt-V1_3.pdf * * Umgeschrieben zur Verwendung auf dem STM32F4 Discovery * * von Malte Becker * Projekt-Seminar WS 12/13 */ // Includes #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "global_variables.h" // Sensor-Konfiguration
in „1-Wire Stm32f4discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
"stm32f4xx_hal.h" #include "stm32f4xx_ll_dma.h" #include "stm32f4xx_ll_dac.h" #include "stm32f4xx_hal_conf.h" //#include "stm32f4xx_ll_cortex.h" /* USER CODE END Includes */ /* Private typedef ----------
in „ARM Cortex M4 mit LL Treiber DAC DMA Wave SD Card Playback“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Zacher_Projektarbeit_2015.pdf
mit GUIDE MATLAB erstellen 5 Modellbasierte Softwareentwicklung: C Code mit MATLAB generieren und in STM32F4-Discovery Board implementieren 6 Rapid Control Prototyping: Den embedded Controller (STM32F4-Discovery) mit dem Antennen-Modell testen und ggf. optimieren 7 Implementierung: Die Positionsregelung implementieren, d.h. die Antenne mit dem embedded Controller (STM32F4-Discovery) regeln. Literaturquellen: [1] S. Zacher/M. Reuter: Regelungstechnik für Ingenieure, 14. Auflage Verlag Springer-Vieweg, 2014 [2] S. Zacher
in „STM32F4-Discovery Board mit Matlab/Simulink“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Zacher_Projektarbeit_2015.pdf
mit GUIDE MATLAB erstellen 5 Modellbasierte Softwareentwicklung: C Code mit MATLAB generieren und in STM32F4-Discovery Board implementieren 6 Rapid Control Prototyping: Den embedded Controller (STM32F4-Discovery) mit dem Antennen-Modell testen und ggf. optimieren 7 Implementierung: Die Positionsregelung implementieren, d.h. die Antenne mit dem embedded Controller (STM32F4-Discovery) regeln. Literaturquellen: [1] S. Zacher/M. Reuter: Regelungstechnik für Ingenieure, 14. Auflage Verlag Springer-Vieweg, 2014 [2] S. Zacher
in „STM32F4-Discovery Board mit Matlab/Simulink“ · 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
usbd_cdc_vcp.c
-------------------------------------------*/ /** * @brief VCP_Init * Initializes the Media on the STM32 * @param None * @retval Result of the opeartion (USBD_OK in all cases) */ static uint16_t VCP_Init(void) { NVIC_InitTypeDef NVIC_InitStructure; /* EVAL_COM1 default configuration */ /* EVAL_COM1 configured
in „STM32F2xx - USB_OTG_FS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
----------------- */ #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
schema_stm32_primer2_1_2.PDF
TRACED1/FSMC_A20 4 JOYSTICK_U AUDIO_I2S2_SD 54 PB14/SPI2_MISO PE5/TRACED2/FSMC_A21 5 JOYSTICK_D VBAT_STM32 PB15/SPI2_MOSI PE6/TRACED2/FSMC_A22 2 2 PE7/FSMC_D4 38 LCD_D0 1 1 C18 1 1 C19 TOUCH_L 15 PC0/ADC_IN10 PE8/FSMC_D5 39 LCD_D1 C17 R44 TOUCH_R 16 40 LCD_D2 2 2 470K 2 TOUCH_U 17 PC1/ADC_IN11 PE9/FSMC_D6
in „STM32 USB Virtual COM Port“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
param None * @retval None */ int main(void) { FRESULT res; /* FatFs function common result code */ uint32_t byteswritten, bytesread; /* File write/read counts */ uint8_t wtext[] = "This is STM32 working with FatFs"; /* File write buffer */ uint8_t rtext[100]; /* File read buffer */ /* STM32F107xC HAL library
in „FatFS Beispiel STM3210C-EVAL f_open Fehler“ · 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
usart.c
/ /* Libraries -----------------------------------------------------------------*/ #include "usart.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_usart.h" #include "stm32f4xx_dma.h" /* Functions -----------------------------------------------------------------*/ /** *
in „STM32F4 - USART3 Rx und DMA will nicht“ · 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
irsnd.c
for IRSND_OCx, choose IRSND_OC2 in irsndconfig.h # endif // IRSND_OCx #elif defined (__AVR_ATmega16__) || defined (__AVR_ATmega32__) // ATmega16|32 uses OC2 = PD7 # if IRSND_OCx == IRSND_OC2 // OC2 # define IRSND_PORT_LETTER D # define IRSND_BIT_NUMBER
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
main.cpp
__OUTPUT(LIS_CS, E, 2); //LIS302DL Chipselect Leitung typedef xpcc::stm32::SpiMaster1 MySpi; // static bool initClock() { // use external 8MHz crystal if (!xpcc::stm32::Clock::enableHse(xpcc::stm32::Clock::HSE_CRYSTAL)) { return false; } xpcc::stm32::Clock::enablePll(xpcc::stm32::Clock::PLL_HSE, 4, 168); return xpcc::stm32::Clock::switchToPll(); } // ---------------------------------------------------------------------------- MAIN_FUNCTION { initClock(); init_LCD(); //<--
in „Problem beim WHO_AM_I Register auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TC1797_UM_v1.1.pdf
Offset Access Mode Reset Name Address Read Write D5 Data Register 5 FF14 H U,SV, SV, Class 3 Reset 32 32 XXXX XXXX H D6 Data Register 6 FF18 H U,SV, SV, Class 3 Reset 32 32 XXXX XXXX H D7 Data Register 7 FF1C H U,SV, SV, Class 3 Reset 32 32 XXXX XXXX H D8 Data Register 8 FF20
in „TC1797 - keine Datenblätter?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pushbutton.c
pushbutton.c * * Mehrere (1...8) Taster entprellen und abfragen * * 5.11.2017 */ #include <stdlib.h> #include <stdbool.h> #include "stm32f4xx.h" #include "system_stm32f4xx.h" uint_fast8_t pushbutton_poll(void); void error(const char *s); static uint32_t io_bitIsSet(GPIO_TypeDef *gpio, uint32_t bit)
in „Böse Falle Boolean“ · Mikrocontroller und Digitale Elektronik ·