-
Datei
sysf103_init.h
/* ------------------------------------------------------------- sysf103_init.h initialisiert MCU STM32F103C8 fuer einen "allgemeinen" Gebrauch. Hardware : STM32F103C8 IDE : keine (Editor / make) Library : libopencm3 Toolchain : arm-none-eabi 28.09.2016 R. seelig ---------------
in „Einstieg Mikrocontroller Atmel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdint.h> #include "stm32f1xx.h" #define HSE_VALUE 8000000U #define SYSCLK_FREQ_72MHz 72000000U // ---------------- GPIOx_CRx MODE+CNF-Bits kombiniert -------------------- #define noPin 4 // floating input, reset
in „SPI auf STM32F103 - kein Signal“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HY-LandTiger_SCH.pdf
50PIN 83 VSS_5 BAT 3V 50PIN VSS_6 Y2 3V3 RTCX1 16 RTCX1 10P 28 VDDIO_1 54 VDDIO_2 RTCX2 18 RTCX2 C49 32.768K 71 VDDIO_3 C51 96 VDDIO_4 22 X1 22P 42 XTAL1 10P 84 VDDREG_1 23 X2 12M VDDREG_2 XTAL2 Y1 C48 C1 C2 C3 C4 C5 C6 LPC1768 104 104 104 104 104 104 22P 3V3 L2 VDDA L4 VREF+ 10uH C7 C45 10uH A C8 C46
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "systick.h" #include <stdlib.h> #include <stdio.h> #ifdef __GNUC__ /* With GCC/RAISONANCE, small printf (option LD Linker->Libraries->Small printf set to 'Yes') calls __io_putchar(
in „STM32F103 can“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan eines RF-Netzwerks für STM32WL LoRa-Transceiver
GND Messstelle_RF-Netzwerk Hinweis: U34 um nur zum Transceiver zu messen C106 68pF C107 3.6pF L20 7.7nH C105 5.6pF L19 1.3nH C103 47nH C98 6.2pF C99 47nF RFO_LP VR_PA STM32WL mit integriertem Semtech LoRa-Transceiver
in „868MHz-Antenne Optimierung“ · HF, Funk und Felder · · Schaltpläne
-
Datei
i2c.cpp
SUCH DAMAGE. * * ====================================================================*/ #include <stm32f10x.h> #include <i2c.h> I2C::I2C(int nr) { if (nr==1) I2CX=I2C1; if (nr==2) I2CX=I2C2; } void I2C::DelayuS(uint32_t uS) { uint32_t CyclestoLoops; CyclestoLoops = SystemCoreClock; if (CyclestoLoops
in „CubeMX und HAL - I2C hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include <stdbool.h> #include <stdio.h> #include "main.h" // ---------------------------------------------------------------------------- /* * * RAM Bank of 5 23LC1024 SPI memory chips testing
in „SPI-RAM-Bank an STM32F0-Discovery - write, kein read“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TheHelperV2.pdf
100n/50V SW_SPST 4 2 5 3 29 PA0 6 10 ~{Alert} PB6 PA1 R1 9 Vin+ 2 PA2 7 GND Vin- A0 8 GND 10m 8 N 1 PA3 Vbus G A1 PA4 9 10 OLED 0.96 SSD1306 H2 7INA226 2 PA5 11 =============== PF0 PA6 1uF at VCC (Pin 3) Power Out 3 PF1 PA7 12 4K7 Pullup on SDA and SCL (Pin 1+2) GND GND 13 19 H1 PB0 PA9 20 TP1 UART_TX GND 27 PA10 TP2 UART_RX PB4 PA11 21 TP3 USB_DM 31 22 PB8 PA12 TP4 USB_DP +3.3V +3.3V S S S S GND R5 S S S S 10k V V V V 1 1 3 3 STM32G431KBUx C C C5 C6 100n/50V 1u/50V GND GND
in „Schaltplancheck Powermonitor“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T20D_Usermanual_EN_v1.8.pdf
E32-868T20D user manual 7 6 UART parity bit 0 0 8N1 (default) UART mode can be different between 0 1 8O1 communication parties 1 0 8 E1 1 1 8N1 (equal to 00) 5 4 3 TTL UART baud rate(bps) 0 0 0 1200 0
in „512 Byte-Sektor einer SD-Karte mit E32-868T drahtlos übertragen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T_Handbuch.pdf
E32-868T20D user manual 7 6 UART parity bit 0 0 8N1 (default) UART mode can be different between 0 1 8O1 communication parties 1 0 8 E1 1 1 8N1 (equal to 00) 5 4 3 TTL UART baud rate(bps) 0 0 0 1200 0
in „Was versteht man unter "air data rate"“ · HF, Funk und Felder ·
-
Datei
dma.h
(STM32L1XX_HD) #error DMA2 isn''t supported by your device. #else #error DMA2 not supported yet. #endif #endif typedef struct { void (*transfer_ends) (uint8_t dma_channel_number); void (*transfer_error)
in „STM32L1xx DMA+SPI: 2 Bugs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
alarm_anlage.txt
#include "LCDMain.h" #include "lcd.h" #include "stm32f10x_it.h" #include "stdio.h" #define CAPS_LOCK_CODE 0x58 // Macro for Caps Lock scan code #define LOWER 0 // Macro for lower case keyboard #define UPPER 1 // Macro for
in „Dataregister speichern/auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T30D_Usermanual_EN_v1.6.pdf
save the parameters when power-down High address byte of module 00H-FFH 1 ADDH (the default 00H) 2 ADDL Low address byte of module 00H-FFH (the default 00H) 7 6 UART parity bit UART mode can be different between 3 SPED 0 0 8N1 (default) communication parties 0 1 8O1
in „Programmierung und Betrieb der Funkmodule E32-868T“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltplan.pdf
1 2 3 4 L1 3.3V LED-RED 10uH C7 C8 C9 C10 C11 D1 100n 100n 100n 100n 10uF / 6.3V R6 4 6 8 A red LED-GREEN GND GND GND GND 1 2 3 4 9 GND 64kB Flash / 20kB RAM A 100R STM32F103xxT U3 yellow 3.3V +5V USB 3.3V A _ _ _ _ TxD und RxD
in „STM32 und USB-Bulk Transfer“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T20D_Usermanual_EN_v1.5.pdf
the parameters when power-down High address byteof module 00H-FFH 1 ADDH (the default 00H) Low address byteof module 00H-FFH 2 ADDL (the default 00H) 7 6 UART parity bit UART modecan bedifferentbetween 3 SPED 0 0 8N1 (default) communicationparties Copyright ©
in „LoRa - Punkt-zu-Punkt-Verbindung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BluePillPlus_V10_SchDoc.pdf
PIU 102 PC13 P0 1.5pF PB4PI2012 12 PA4PIP103 12 GND PIX104 8MHZ 10PF P IU1606 OSC_OUT/PD1 PC14/OSC32_IN PIU 103 PC14 PB5PI2013 13 PA3 13 PIU 104 PC15 X2 PB6PI2014 14 PA2PIP104 14 CO5 PC15/OSC32_OUT NX3215SA-32.768K PB7PI2015 15 PA1IP105 15 P1 BOOT0 44 PB8PI2016 16 PA0PIP106 16 PI50 PC51 PI U1044 BOOT0
in „BluePill STM32 Bezugsquelle“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SRC_Power_Checker.pdf
C SamacSys_Parts_STM32G474RET6-MasterarbeitMV F4 F5 F6 Fiducials_top Fiducials_top ADC1 IN8 10 39 Fiducials_top M_3Va PC2 PC7 LCD_SDA I2C4_SDA ADC1 IN9 M_3Vb 11 PC3 PC6 38 LCD_SCL I2C4_SCL 1 J1 ADC1 IN1 M_14V2a 12 PA0 PB15
in „STM32G474 Startverhalten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_init.c
#include "i2c_init.h" /* =============================================================================== Initialzation and Setup functions for I2C connection ==============================================================
in „Dataflash vom bq20z65-r1 mit I2C auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Strommessung.pdf
100n DI/IO_{0} A A 10k FB201 2 DO/IO_{1} U203 U U 3 W25Qxxx GND GND ~{WP}/IO_{2} C212 100n 7 ~{HOLD}/~{RESET}/IO_{3} D G C203 C213 100n 100n 4 } D } } } } } R C204 C214 100n _ _{ S K _ _ B C 33p I OI ~ C I O I N B D _ _ _ _ _ _{ { GND { { H H H H H H V V 9 2 4 3 8 A A A A A A F203 3 1 1 3 6
in „Prüfung Schaltplan Power Profiler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f746xx.s
/** ****************************************************************************** * @file startup_stm32f746xx.s * @author MCD Application Team * @brief STM32F746xx Devices vector table for GCC based toolchain. * This module performs: * - Set the initial SP * - Set the initial PC == Reset_Handler, *
in „Step-Down-Regler ist zu langsam“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
startup_stm32f746zgtx.s
/** ****************************************************************************** * @file startup_stm32f746xx.s * @author MCD Application Team * @brief STM32F746xx Devices vector table for GCC based toolchain. * This module performs: * - Set the initial SP * - Set the initial PC == Reset_Handler, *
in „Startup code für STM32 C und C++ mix.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2COpenCm3.c
// i2c_test.cpp : Defines the entry point for the console application. // #include <stdint.h> #include "assert.h" //#define DTRACE_ENABLE #include "util/trace.h" #include "I2cHardwareAccess.h" #include <libopencm3/stm32/i2c.h> #include "irq.h" // TODO Device stuck detection, send 9 clocks in
in „STM32 i2c error recovery Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01_drv.c
TX FIFO is transmitted. If TX FIFO is empty and CE is still high, nRF24L01+ enters standby-II mode. 7. If nRF24L01+ is in standby-II mode, it goes to standby-I mode immediately if CE is set low. */ /* ******************************************** STM32F103 Mini Board Modul : NRF24L01 Routinen für dasNRF24L01
in „NRFL24L01+ - Immer Ärger mit den Paarungen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stm32f0xx.h> // Static definitions for data conversion between actual values and SPI output values (1:3 bit ratio) #define SERVALS(B) (0b10010010|(((B)&0x80)>>1)|(((B)&0x40)>>3)|(((B)&0x20)>>5)), (0b01001001
in „The secret of WS2812B“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
#ifndef EEPROM_H_INCLUDED #define EEPROM_H_INCLUDED /* ------------ Standard Include Files --------------- */ #include "stm32f4xx.h" #include <stdint.h> #include <stdio.h> /* ------------ Special Include Files ------
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx_conf.h" #define MAX_BUFFER_LENGTH 12 //Maximale Receive-Buffer-Länge volatile char received_string[MAX_BUFFER_LENGTH - 1]; //Receive-String-Buffer void Delay(__IO uint32_t nCount) { while(nCount
in „ARM Einstieg - Wie weitermachen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx_conf.h" #define MAX_BUFFER_LENGTH 12 //Maximale Receive-Buffer-Länge volatile char received_string[MAX_BUFFER_LENGTH - 1]; //Receive-String-Buffer void Delay(__IO uint32_t nCount) { while(nCount
in „ARM Einstieg - Wie weitermachen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LGP42-10LF_EAY60869402_PLHF-L923A.pdf
.2.1) 28 Date: 2011. 04. 28 D600 D606 1N5408 1N5408 OPTION2 F501 OPTION1 OPTION2 1KV 1KV D601 F3.15A H 250V P604 STTH10LCD06FP LB601 PFC_INV 32’ 37’ 42’ TH600 TH601 J101,102 1 LLF-100 LLF-101 LLF-102 32’ N.C 5D-15 JUMPER OPTION4 32" 37" 42" 3R R-TYPE LF101 7.7mH 17mH 9mH TH601 0P 37’ N.C 5D-15 JUMPER
in „LG Inverter Kapazitator abgebrannt“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
lcd_routines.h
#ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #include "stm32f4xx_gpio.h" #include "time.h" #ifndef F_CPU #define F_CPU 3686400 #endif #define LCD_PORT GPIOD #define LCD_DDR DDRD #define LCD_DB GPIO_Pin_0 #define LCD_RS GPIO_Pin
in „Anag Vision gibt keine Zeichen aus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Diplomarbeit_24_Kanal_EEG_Recorder.pdf
Drossel in der Ausschaltphase gleich 0 wird. Entgegen dem Datenblatt, das Drosseln im Bereich von 0,7 bis 4,3µH empfiehlt, wurde eine 10µH Drossel mit reichlichen 300mA Sättigungsstrom ausgewählt. Dies deshalb, weil eine größere Induktivität generell den Ripplestrom der Schaltung herabsetzt, wodurch
in „EEG-Kappen-Controller“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SST25VF016B.h
date: 2015-7-2 ** Version: V1.1 ** Descriptions: add english description ** *********************************************************************************************************/ #ifndef __SST25VF016B_H #define __SST25VF016B_H /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" /* Private typedef -----------------------------------------------------------*/ typedef enum ERTYPE
in „Font in SPI Flash schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l4xx_hal.h" #include "cmsis_os.h" /* USER CODE BEGIN Includes */ #include "stdbool.h" #include "tim15funct.h" #include "alltimfunct.h" #include "epc_constants.h" #include "config.h" #include "tim1funct.h" #include "tim2funct.h" #include "adc.h" #include "dma.h" #include "uart.h" #include "epc.h" #include "tim7funct.h" /* USER CODE END Includes */ /* Private variables ---------------------------------
in „DMA funktioniert nur einmal“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Strommessung.pdf
{CE} V_{TEMP} V_{TEMP} GPOUT GPOUT SCL SCL SDA SDA GND GND File:mcu.kicad_sch File:power.kicad_sch H101 MountingHole H102 MountingHole H103 MountingHole H104 MountingHole 3 3 J206 1 SW_{DIO}2 C208 10u 5 U206 100n C216 SW_{CLK}3 g C 1 4 b S 3 5 e C209 100n - D V_{BAT} C 4 6 8 B 6 } 7 C S D D C210 100n
in „Prüfung Schaltplan Power Profiler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
diskio.c
#include "stm32f10x_conf.h" #include "diskio.h" /* PA4 : MMC_CS Out PC4 : MMC_CD In SPI 1 ======================= PA5 : MMC_SCLK Out PA6 : MMC_DO Out PA7 : MMC_DI In */ #define _BV(x) (1 << (x)) #define CS_PIN GPIO_Pin
in „STm32F103: Beispielcode der Chan FatFs zum Laufen bekommen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x.h" uint32_t CRC32(uint8_t* buf, int len) { uint32_t crc = 0xFFFFFFFF; for(int i=0; i<len; i++) { uint32_t byte = buf[i]; crc = crc^byte; for(int j=7; j>=0; j--) { uint32_t mask = -(crc & 1); crc
in „STM32F103C8T6 - Fälschung von ST bestätigt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BU208D.pdf
Voltage VBE(sat) Base-Emitter IC= 4.5 A IB= 2 A 1.3 V Saturation Voltage INDUCTIVE LOAD IC= 4.5 A hFE = 2.5 VCC = 140 V ts Storage Time LC = 0.9 mH LB= 3 H 7 ms t Fall Time 550 ns f VF Diode Forward Voltage IF= 4 A 2 V fT Transition Frequency IC= 0.1 A VCE = 5 V f = 5 MHz 7 MHz ∗ Pulsed: Pulse duration
in „Qualität heutiger Transistoren“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
lcd.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus #ifndef LCD_H #define LCD_H /* Includes -------------------------------------------------------------------*/ #include "stm32f0xx_hal.h" #include <stdbool.h> /******************************************************
in „LCD W204B-NLW“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_init.c
Julius ******************************************** */ /* LCD Pins CS PA8 DC PA4 SPI_CLK PA5 MOSI PA7 MISO PA6 BACKLIGHT C15 */ #include "stm32f10x_conf.h" /* ------------ Standard Include Files --------------- */ #include <stdint.h> #include <stdbool.h> /* ------------ System Include Files --------------- */ /* ------------ Projekt Include Files --------------- */ #include "isrhdl.h" #include "lcd_init.h" #include "lcd_fonts.h" /* ------------ Typen Deklarationen-------------------- */ /* LCD Optionen */ typedef struct { uint16_t width; uint16_t height; LCD_Orientation orientation
in „Basteltip: STM32F103 DIP40 Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_init.c
Julius ******************************************** */ /* LCD Pins CS PA4 DC PA3 SPI_CLK PA5 MOSI PA7 MISO PA6 BACKLIGHT C15 */ #include "stm32f10x_conf.h" /* ------------ Standard Include Files --------------- */ #include <stdint.h> #include <stdbool.h> /* ------------ System Include Files --------------- */ /* ------------ Projekt Include Files --------------- */ #include "isrhdl.h" #include "lcd_init.h" #include "lcd_fonts.h" /* ------------ Typen Deklarationen-------------------- */ /* LCD Optionen */ typedef struct { uint16_t width; uint16_t height; LCD_Orientation orientation
in „Lebensdauer von lokalen Variablen“ · Softwareentwicklung ·
-
Datei
edm_test.c
/* * edm_test.h * * Unterschiedliche Tests fuer verschiedene EDM-Routinen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../src_avrcom/pgmspace.h" #include "../src_encoder/key.h" #include "edm_adc_multiplex.h" #include "edm_variables.h" #include "edm_test.h" #include "../../ioMapping.h" // Alle Ports und Pins #include "stm32f10x_gpio.h" extern uint16_t ADC1ConvertedValues[10]; /* Test der ADC-Routinen (Multiplex
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
/* ******************************************** STM32F103 Mini Board Modul : NRF24L01 Routinen für dasNRF24L01 Funkmodul Autor : Christian Julius ******************************************** SPI2: MOSI = PB15 MISO = PB14 SCLK = PB13 CE = PB11 CSN = PB12
in „NRF24L01+ auf STM32F103: Ich weiss nicht mehr weiter :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DisplayBusParallel.cpp
/* * DisplayBusParallel.cpp */ #include "DisplayBusParallel.h" #include "stm32f1xx_hal.h" #include "main.h" DisplayBusParallel::DisplayBusParallel() { // TODO Auto-generated constructor stub } void DisplayBusParallel::config() { } void DisplayBusParallel::init(
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include <stdio.h> #define SELECT_GYRO GPIO_ResetBits (GPIOE, GPIO_Pin_3) #define DESELCT_GYRO GPIO_SetBits (GPIOE, GPIO_Pin_3) void USART_SendString(USART_TypeDef * USARTx, char * data); /
in „STM32-Discovery Gyro auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f7xx_hal.h" #include "rtc.h" #include "usart.h" #include "gpio.h" /* USER CODE BEGIN Includes */ #include <ctype.h> #include <string.h> /* USER CODE END Includes */ /* Private variables
in „STM32Cube HAL UART Einstieg“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcmi_ov2640.c
Includes ------------------------------------------------------------------*/ #include "camera_api.h" #include "dcmi_ov2640.h" /** @addtogroup stm32f2xx_StdPeriph_Examples * @{ */ /** @addtogroup DCMI_Camera * @{ */ /* Private typedef -----------------------------------------------------------*/ /*
in „Kamera OV2640“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.c
/** ****************************************************************************** * @file stm32f4x7_eth.c * @author MCD Application Team * @version V1.1.0 * @date 31-July-2013 * @brief This file is the low level driver for STM32F4x7xx Ethernet Controller. * This driver does not include low level
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
irUsbSender-v1-0-1.pdf
12 SPI1_MISO 3 GND B a c GND C4 Y1 PF1 PA6 13 SPI1_MOSI 2 B GND d t 22pF 8MHz PA7 UART Debug GND o t 14 PB0 PA8 18 USART1_CK 1 R7 is l s 15 19 USART1_TX 3 Pin length suggestion for using with not needed Y Y PB1 PA9 J3 TEKO 10006 case H2 26 PB3 PA10 20 USART1_RX 2 Conn_01x03_Male MountingHole_Pad GND 27 21 USB_DM 1 k R PB4 PA11 H1 1 28 PB5 PA12 22 USB_DP MountingHole_Pad 29 23 SWDIO GND 30 PB6 PA13 24 SWCLK PB7 A PA14 31 PB8 S S PA15 25 V V GND 6 2 1 3 R6 U2 1k STM32F042K6Tx GND D4 +3.3V +3.3V +3.3V LED-red C5 C6 C7 C GND C 100nF
in „[V] Leerplatinen für USB <-> IRMP/IRSND und STM32 controller“ · Markt ·
-
Datei
I2CPort.cpp
framlin * * Taken from Tutorial * https://sites.google.com/site/johnkneenmicrocontrollers/18b-i2c/i2c_stm32f407#linki2cpins */ #include "I2CPort.h" #include <stdio.h> #include <stdlib.h> #include "diag/Trace.h" I2CPort::I2CPort(unsigned int port, unsigned int sdaPin, unsigned int sclPin): _port(port), _
in „I2C auf dem STM32 F411RE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_test.c
/* * edm_test.h * * Unterschiedliche Tests fuer verschiedene EDM-Routinen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../src_avrcom/pgmspace.h" #include "../src_encoder/key.h" #include "edm_adc_multiplex.h" #include "edm_variables.h" #include "edm_test.h" #include "../../ioMapping.h" // Alle Ports und Pins #include "stm32f10x_gpio.h" extern uint16_t ADC1ConvertedValues[10]; volatile uint16_t gl_a; volatile
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_test.c
/* * edm_test.h * * Unterschiedliche Tests fuer verschiedene EDM-Routinen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../src_avrcom/pgmspace.h" #include "../src_encoder/key.h" #include "edm_adc_multiplex.h" #include "edm_variables.h" #include "edm_test.h" #include "../../ioMapping.h" // Alle Ports und Pins #include "stm32f10x_gpio.h" extern uint16_t ADC1ConvertedValues[10]; volatile uint16_t gl_a; volatile
in „STM32 - ADC-DMA1-IRQ-Handler macht Unsinn“ · Mikrocontroller und Digitale Elektronik ·