-
Datei
ili9341Driver.h
/* * ili9341Driver.h * * Created on: 10.08.2021 @ 17:53:57 * Author: $[AUTHOR] * License: None */ #ifndef ILI9341_ILI9341DRIVER_H_ #define ILI9341_ILI9341DRIVER_H_ #include <stm32f1xx.h> #include <stdio.h> #include <stdlib.h
in „ILI9486 8-Bit Parallel Bus deutlich langsamer als SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "platform_config.h" #include "main.h" /* Private variables ---------------------------------------------------------*/ static __IO uint32_t TimingDelay; /* Private function prototypes
in „STM32 SPI-Bus Probleme mit Prescaler und delay() Realisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
definitions.h
#ifndef DEFINITIONS_H #define DEFINITIONS_H #include "stm32f0xx_hal.h" typedef struct SR_STR{ GPIO_TypeDef* port; uint16_t pin; }SR_STR_t; typedef struct SR_D{ GPIO_TypeDef* port; uint16_t pin; }SR_DATA_t; typedef struct
in „Interrupt wird ständig aufgerufen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ds18b20.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" #include "ds18b20.h" #include "Param.h" #include <string.h> #include <stdio.h> #include <stdlib.h> char Temperature[10]="00.0"; char read_write_buffer[50]; void delay_nus (vu32 nCount)
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM-STF4BB_SCH.pdf
for STM32F4DISCOVERY A A Embest Technology Co., LTD Title DM-STF4BB - Interface Headers Size Document Number Rev B DM-STF4BB-001-SH V1.0 Date: Friday, August 17, 2012 Sheet 2 of 5 5 4 3 2 1 5 4 3 2 1 CON3 VDD5V
in „STM32F4Discovery mit CooCox :: GPIO,SDIO,Timer,SoftTimer,USART,printf“ · Projekte & Code ·
-
PDF
PCB_Fan_Control.pdf
1 2 3 4 5 6 H5 MountingHole H6 MountingHole A A H1 MountingHole H2 MountingHole H3 MountingHole H4 MountingHole Sheet: Ch_12 EN_A J1 Sheet: CPU EN_B Screw_Terminal_01x02 Sheet: Supply PWM_A TACH_A 2 TACH_1 ENABLE
in „STM32 F303 Quarz Instabil“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.c
************************************** * <h2><center>© Portions COPYRIGHT 2012 Embest Tech. Co., Ltd.</center></h2> * @file stm32f4x7_eth.c * @author CMP Team * @version V1.0.0 * @date 28-December-2012 * @brief This file is the low level
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
eGC.pdf
VRAM_A1 VRAM_A1 PIIC40M3 DQ0 PIIC40G2D1 VRAM_D1 PIIC20K1L37P_M3DQ0_3 VRAM_A2 VRAM_A2 PIIC40M7 DQ1 PIIC40H7D2 VRAM_D2 PIIC20J3L36N_M3DQ1_3 B VRAM_A3 VRAM_A3 PIIC4A32 DQ3 PIIC40H3D3 VRAM_D3 PIIC2IO_L38N_M3DQ3_3 B VRAM_A4 VRAM_A4 PIIC4A48 DQ4 PIIC40H1D4 VRAM_D4 PIIC2IO_L41P_GCLK27_M3DQ4_3 VRAM_A5 VRAM_A5 PIIC4A53
in „[Suche] Interessierte(n) an Projekt (ARM/FPGA)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Dokumentation.PDF
A01 PA02PA32 PCOC9 R0 P R02PA0 P COC4 R1 P A0A42 PCOC10 COR2001 A0P1P13X4A05 X1A0P30X4X5 COR2 X1A0A0P24X5 P41X2A034045 COC35COCOC17 1 2 3 4 17V Max. A NLVMO A X1 VMOT 3 IC7 PIX1102 PIR25PIR2501_EPIIC701 PIIC708 PIX1101
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" /* USER CODE BEGIN Includes */ #include "stm32f0xx_hal.h" #include "gpio.h" #include "definitions.h" #include "dma.h" #include "spi.h" #include "adc.h" #include "tim14_flame_led.h" #include "delay.h
in „Interrupt wird ständig aufgerufen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
, "<br><hr/>\r\n"); plen = fill_tcp_data_p(buf, plen, "<h1><div align='center'><font color='#16385a'>STM32 WEBSERVER</font></div></h1>\r\n"); plen = fill_tcp_data_p(buf, plen, "<hr /><br>"); plen = fill_tcp_data_p(buf, plen, "<div align='left'><font face='Verdana
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc.c
***** */ /* ---------------------- System Include Files ----------------------------- */ #include "stm32f10x_conf.h" /* ---------------------- Standard Include Files --------------------------- */ #include <stdint.h> #include <stdbool.h> /* ---------------------- Projekt Include Files ---------------------------- */ #include "main.h" #include "adc.h" /* ---------------------- Defintionen -------------------------------------- */ #define LDR_HIST 20 #define LED_OFF_ATNIGHT /* ---------------------- Public Interface Public Variablen
in „EmBitz Debugging Problem mit STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MyFunctions.c
Geraet: ******************************************************************************/ #include <stm32f10x_conf.h> #include "MyFunctions.h" #include "EXTI_HW_Init.h" #include <stm32f10x_spi.h> #include <stdio.h> #include "stm32f10x_usart.h" // globale Variablen // statische Variablen uint8_t s_Rx =
in „UART Problem beim senden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Teileliste-04-18-2233.pdf
25,000 Mhz 25.0DSL30F 2 0,05 EUR 42 Quarz R080YXB22 3 0,05 EUR 43 Drosselspule, Festinduktivität 22 uH axial SMCC 22µ 5 0,27 EUR 0,09 EUR Seite 1 44 Drosselspule, Festinduktivität 10 uH axial SMCC 10µ 20 0,29 EUR 0,10 EUR 45 Mikrocontroller ATMega AVR RISC, 32 KB, 16 Mhz PDIP-40 ATMEGA 32-16 DIP 2 2,99
in „Bauelemente abzugeben“ · Markt ·
-
PDF
Teileliste-04-19-1539.pdf
benutzt, neuwertig STM32-E407 1 29,95 EUR 15,00 EUR 195 Platine 300x200 mm Epoxyd, doppelseitig EP2CU 300X200 1 6,65 EUR 2,33 EUR 196 Fotoplatine 250x150 mm zweiseitig, 1,5mm, 35u BEL 250X150-2 1 5,60 EUR 1,96 EUR 197 Lochrasterplatine 160x100 mm Hartpapier H25PR160 0 2,10 EUR 0,74 EUR 198 Schaltdraht 1,5 mm^2 25m H07VU 1,5-25 SW 0 5,80 EUR 2,03 EUR 199 Elektret-Kondensator-Mikrofonkapsel MCE 101 3 1,00 EUR 0,35 EUR Seite 5
in „Bauelemente abzugeben“ · Markt ·
-
PDF
Teileliste-04-19-1957.pdf
benutzt, neuwertig STM32-E407 1 29,95 EUR 15,00 EUR 195 Platine 300x200 mm Epoxyd, doppelseitig EP2CU 300X200 1 6,65 EUR 2,33 EUR 196 Fotoplatine 250x150 mm zweiseitig, 1,5mm, 35u BEL 250X150-2 1 5,60 EUR 1,96 EUR 197 Lochrasterplatine 160x100 mm Hartpapier H25PR160 0 2,10 EUR 0,74 EUR 198 Schaltdraht 1,5 mm^2 25m H07VU 1,5-25 SW 0 5,80 EUR 2,03 EUR 199 Elektret-Kondensator-Mikrofonkapsel MCE 101 3 1,00 EUR 0,35 EUR Seite 5
in „Bauelemente abzugeben“ · Markt ·
-
PDF
Teileliste-04-20-1111.pdf
benutzt, neuwertig STM32-E407 0 29,95 EUR 15,00 EUR 195 Platine 300x200 mm Epoxyd, doppelseitig EP2CU 300X200 1 6,65 EUR 2,33 EUR 196 Fotoplatine 250x150 mm zweiseitig, 1,5mm, 35u BEL 250X150-2 1 5,60 EUR 1,96 EUR 197 Lochrasterplatine 160x100 mm Hartpapier H25PR160 0 2,10 EUR 0,74 EUR 198 Schaltdraht 1,5 mm^2 25m H07VU 1,5-25 SW 0 5,80 EUR 2,03 EUR 199 Elektret-Kondensator-Mikrofonkapsel MCE 101 3 1,00 EUR 0,35 EUR Seite 5
in „Bauelemente abzugeben“ · Markt ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" /** @addtogroup STM32F4xx_HAL_Examples * @{ */ /** @addtogroup TIM_ParallelSynchro * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define --------
in „STM32 Timer synchronisieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USART_Module.c
***************************************************************************************/ #include "stm32f10x_conf.h" #include "USART_Module.h" uint8_t array[]={1,2,3,4,5}; /*******************************************************************************************************************************
in „STM32F1 / USART1 + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ar1001.h
/* Define to prevent recursive inclusion -------------------------------------*/ #ifndef AR1001_H #define AR1001_H #include "stm32f10x.h" #define MASK_STC (1<<5) //0x0020 // Seek/Tune/PowerOn complete D5 in adress 13H #define MASK_SF (1<<4) //0x0010 // Seek Fail D4 in address 13H #define MASK_ST (1<<3) //0x0008 // Stereo D3 in address 13H void init_ar(void); void ar_readall(void); //debug: Register Anzeigen void ar_printstatus(void); void ar_setvolume(uint8_t volume_level); void ar_seek(void); void ar_tune_hilo(uint16_t freq_kHz); //finetune
-
Datei
main.c
-------------------------------------------------------------*/ /* application */ #include <string.h> #include "common.h" #define APP1_TASK_PRIORITY ( tskIDLE_PRIORITY + 2 ) #define APP1_TASK_STACKSIZE ( 512 ) #define APP2_TASK_PRIORITY ( tskIDLE_PRIORITY + 2 ) #define APP2_TASK_STACKSIZE ( 512 ) #define
in „FreeRTOS + LWIP + UART Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ili9341Driver.c
colour value uint8_t green = 0;// Green is the middle 6 bits uint8_t blue = 0; // Blue is the bottom 5 bits uint8_t quadrant = value / 32; if (quadrant == 0) { blue = 31; green = 2 * (value % 32); red = 0; } if (quadrant == 1) { blue = 31 - (value % 32); green = 63; red = 0; } if (quadrant == 2) { blue = 0; green = 63; red = value % 32; } if (quadrant == 3) { blue = 0; green = 63 - 2 * (value % 32); red = 31; } return (red << 11) + (green << 5) + blue; }
in „ILI9486 8-Bit Parallel Bus deutlich langsamer als SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*/ /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f0xx_hal.h" #include "i2c.h" #include "usart.h" #include "gpio.h" /* USER CODE BEGIN Includes */ #include "Pro.h" //Defines (Buffergrösse, Delaytime) /* USER CODE END Includes */ /* Private
in „STM32F0 HardFault bei UART Empfang“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407ZG-board-schematic.pdf
6 CL220uH/SD75 +5V 1 2 TMS 2 1 NA NA NA NA NA 33k 1 VDISPLAY R105 D3 - + 0 3 4 TCK 4 3 TRST 33k VDIGITAL R106 4 6 SPI1_SCKO 2.2R 1N5819S PWR_SEL 2 3.3V_E R 5 5 6 TDO/I2S3_CK 6 5 TDI/I2S3_WS SPI1_SCK 4 SCK 150R
in „8Mbit/s Manchester Code codieren und decodieren mit STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407ZG-board-schematic.pdf
6 CL220uH/SD75 +5V 1 2 TMS 2 1 NA NA NA NA NA 33k 1 VDISPLAY R105 D3 - + 0 3 4 TCK 4 3 TRST 33k VDIGITAL R106 4 6 SPI1_SCKO 2.2R 1N5819S PWR_SEL 2 3.3V_E R 5 5 6 TDO/I2S3_CK 6 5 TDI/I2S3_WS SPI1_SCK 4 SCK 150R
in „Problem: SPI Remap am STM32F407ZG“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
r3-180-z.pdf
32 16 D4 TEND1 10K 1 1 T 14 5 D5 39 D5 R 14 PC3 6 A5 H Y5 14 A11 PA15 + D6 40 D6 7 7 13 A0 NC 13 FT (SPI1_NSS') D7 41 D7 15 PA0 A6 Y6 5 12 (Button) NC 8 12 A1 NC PA14 FT SWCLK C ST NC U3 74HCT125 PA1 A7
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Ausschnitt aus einem Datenblatt mit Tabelle und Leiterplatten-Layout
6.4.3 External power supply input 5V_EXT (5 V, 500 mA max) When the STM32H7 Nucleo-144 board is power supplied by EXT (refer to Table 7 and Figure 12), the jumper configuration must be the following: JP2 jumper on pin 5-6 'EXT' Table 7
in „L7805 überhitzt bei bestimmten Last-Szenarien“ · Analoge Elektronik und Schaltungstechnik · · Screenshots
-
PDF
label-vs-wire.pdf
N6 +4V MIC2951-3.3 +5V +5V 8 IN OUT 1 SENSE 2 +24V +3.3V % % U1 N5 5 4 , 4 , V1 L2 TDN1-2411WI L3 MIC2951-3.3 ERROR R k R k 1 7 8 1 6 3 4 +VS IN OUT 2 3 TAP 7 X3:A9 BAV103 15uH 15uH SENSE VLED-SD_H SD FB X3:B9 1 C33 C21 C20
in „Schaltungs Kontrolle“ · Platinen ·
-
Datei
ethernet_application.c
/* * ethernet_application.c * * Created on: Jun 11, 2012 * Author: jan */ #include "stm32f2x7_eth.h" #include "ethernet_application.h" void Ethernet_GPIO_Config(void); uint8_t Ethernet_MACDMA_Config(void); uint32_t Ethernet_Link_PHYIT_Config(uint16_t PHYAddress); void Ethernet_EXTI_Config
in „STM32F207 Ethernet + RMII“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DSO203.pdf
AC1 3 PE0 VSS 20 92 VIO U9 I/O 16 Vo Vi Ax0 PE4 VREF- VIO I/O Vbat 17 PC2_AIN12 U8 VSSA 19 75 VPP_2V5 ICE65L04F_VQ100 I/O_GBIN 13 C69 105 100uH 3V6 1V2 XC6206P122 Vusb 83 PD2 PB0 35 63 I/O_GBIN I/O 12 D+ 71 PA12_D+ STM32F103VCT6 PA2_T23 25 ADC_EN 72 I/O I/O 10 C70 105 70 26 71 2 nPD P C S 2V8 D- 2 PA11_D- PA3 30 69 I/O I/O 73 C25 105 E T I C S O Ax5 4 PE3 PA5 31 SCK 68 I/O I/O 76 L6 S R M E U13 M M Z 1 2 3 4 5 7 6 9 1 8 AC2 5 PE5 PA6_T31 32 SDA 66 I/O VPP_FAST 5 100uH BZ B K K K K K K K K K K Bx1 PE6 PA7_T32 I/O GND U12 1 CS CK 6 Bx0 7 PC13 PC4
in „Welches aktuelle DSO ist gut ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
txtlcd_demo.c
Default Displayanschluss an den Controller ---------------------------------------------------------- o +5V | Display STM32F030F4P6 (TSSOP20) _ Funktion PIN PIN Funktion | | |_| GND 1 ------------ | +5V 2 ------------ o----o Kontrast --- Kontrast 3 ------------ _|_ RS 4 ------------ 11 PA5 \ / rd /wr 5 --
in „Live-Linux: Anleitung schreiben“ · PC Hard- und Software ·
-
PDF
Labornetzteil.pdf
0,08 € 0,16 € 150k 2 METALL150k 0,08 € 0,16 € SB560 2 SB560 0,28€ 0,56€ ZD5,1 2 ZD5,1 0,07€ 0,14€ 1,2M 1 METALL1,20M 0,08 € 0,08 € ZD33 2 ZD33 0,07€ 0,14€ 1k 1 METALL1,00k 0,08 € 0,08 € 3 Ohm 1 METALL3,00 0,08 € 0,08 € 1N4004 1 1N4004 0,02€ 0,02€ Sicherung1,3A 2 PFRA065 0,32
in „Präzisions Labornetzteil 2x30V 3A, Eigenbau“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
CAN_Senden_4_0.txt
Übertragung zuweisen ------- Funktionstest OK */ //-------------------------------------- Umbenenen der STM Pins // Bliotheken //------------------------------------------------------------------------------------------------------------Testweise auskommentiert #include <assert.h> #include "stm32f103.h" /
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
function. ****************************************************************************** */ #include "stm32f10x.h" #include "systick.h" #include "led.h" #include "uart.h" #include "can.h" #include <stdint.h> int main(void) { SystemInit(); SysTick_Init(); UART2_Init(); LED_PC13_INIT(LED_ON); uint8_t ret
in „stm32f103 CAN-Interface“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_hal_msp.c
tttttttttt ****************************************************************************** * File Name : stm32f4xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** * * COPYRIGHT
in „STM32F4 Timer Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LVGLDispDriver_DISCO_F769NI.cpp
(LCD_COLOR_BLUE); _lcd.SetTextColor(LCD_COLOR_WHITE); _lcd.DisplayStringAt(0, LINE(5), (uint8_t *)"DISCOVERY STM32F769NI", CENTER_MODE); init(); } void LVGLDispDISCO_F769NI::init() { size_t bufferSize = LV_HOR_RES_MAX * _nBufferRows; #if (USE_STATIC_BUFFER == 0) // allocate memory for
in „komplexes Problem mit Grafik und Dateisystem auf Disco-F746NG“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
can_interface.c
mode) { ci_controll = mode; } CAN_Data_t ci_data[CAN_TABLE_SIZE]; void CAN1_RX0_IRQHandler() { uint32_t id; CAN_Data_t* pdata; STM32vldiscovery_LEDToggle(LED4); /* Check the parameters */ assert_param(IS_CAN_ALL_PERIPH(CAN1)); assert_param(IS_CAN_FIFO(CAN_FIFO0)); /* Get the Id */ id = (uint32_t) 0x000007FF
in „Interruptroutine Timer Cotex M3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
*/ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __MAIN_H #define __MAIN_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* Private includes ---------------
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
*/ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __MAIN_H #define __MAIN_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32u5xx_hal.h" /* Private includes ---------------
in „STM32U599 reagiert nicht: Keine Funktion auf dem Custom Board“ · Mikrocontroller und Digitale Elektronik ·
-
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 „STM32 can Message“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DSO_Test.cpp
#include "stm32f10x_conf.h" #include <stdlib.h> #include <string.h> #include <stdio.h> #include <stdint.h> #define BufSize 8192 //Size of ADC buffer, in halfword #define TIM_MAX 83 // Reload value for ADC trigger
in „STM32F103 ADCs mit externem Trigger langsamer?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Reference_Manual.pdf
- STM32G474 STM32G483 (AES) STM32G484 (AES) 1.5 Availability of peripherals Table 2: Product specific features summarizes the list of peripherals available in all the STM32G4xx series considering the biggest
in „STM32G474RE UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Modul1.txt
Unterscheiden von Fahrspannung abschalten (Fahrstromxx) und Regelung via PWM (UFahrxxx) eingeführts 5.0 CAN Auf einmal senden Eingestellt als funktion definiert */ // -------------------------------------- Umbenenen der STM Pins // Bliotheken //------------------------------------------------------------------------------------------------------------Testweise auskommentiert #include <assert.h> #include "stm32f103.h" // Bei selbst erstellten Bibliotheken der name immer in Anfuehrungszeichen!! Nicht in <> kleiner als Zeichen! // EIngaenge // const int SensorFahrstrom = PB1; uint8_t SensorFahrstromState
in „Arduino Blue Pill CAN bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Ausschnitt eines elektronischen Schaltplans
TXD-USB_L 42 RXD-USB_L 43 MR 12 QE 5 QF 4 QG 14 QH 13 QI 15 QJ 1 QL 2 QM 3 QN 8 RS 11 RTC 10 CTC 9 QD 7 BOOT_H 60 PA9 TXD1-BOOT PA10 RXD1-BOOT SWD-TMS PA13 SWC-TCK PA14 PH3-BOOT0 SWD-TDO T2.2 PB3 NRST 39k R31 R32 10 15k,1% C14 10n D4 MC74HC4060A R30 15k C6 100n BC846 V5 D1 STM32L496RET RESET_L
in „MCU per UART flashen“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
ADC_Setup.c
#include "stm32f4xx.h" #include "gDef.h" #include "gVar.h" void ADC_Setup(void) { ADC_InitTypeDef ADC_InitStructure; ADC_CommonInitTypeDef ADC_CommonInitStructure; DMA_InitTypeDef DMA_InitStructure; GPIO_InitTypeDef
in „STM32 ADC DMA falsche Interrupt Frequenz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
extrx.c
extrx.c - Module to handle external receiver inputs */ /* FreeRtos includes */ #include "FreeRTOS.h" #include "task.h" #include "queue.h" #include "stm32fxxx.h" #include "config.h" #include "system.h" #include "nvicconf.h" #include "commander.h" #include "uart1.h" #include "uart5.h" #include "cppm.h" #include "extrx.h" #define DEBUG_MODULE "EXTRX" #include "debug.h" #include "log.h" // #define ENABLE_CPPM #define ENABLE_EXTRX_LOG #define EXTRX_NR_CHANNELS 8 #define EXTRX_CH_TRUST 2 #define EXTRX_CH_ROLL 0 #define
in „FreeROTS Fehler "AssertFail" durch Befehl xQueueReceive“ · Mikrocontroller und Digitale Elektronik ·
-
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_4 #define LCD_EN GPIO_Pin_5 #define LCD_BOOTUP_MS 30 #define LCD_ENABLE_10US 2 #define LCD_WRITEDATA_10US 5 #define LCD_COMMAND_10US 5 #define LCD_SOFT_RESET_MS1 5 #define LCD_SOFT_RESET_MS2 1 #define LCD_SOFT_RESET_MS3 1 #define
in „Anag Vision gibt keine Zeichen aus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TDA-884.pdf
for dynamic − 7.6 − s/V compensation H.4.5 Voltage to switch-on the ÒflashÓ note 32 6 − − V protection H.4.6 Input current during protection − − 1 mA HORIZONTAL OUTPUT (PIN40);NOTE 33 H.5.1 LOW level output voltage I = 10 mA − 0.4 tbf V O
in „PAL-Röhren TV auf NTSC umbauen“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
mmc_stm32f1.c
copyright notice. / /-------------------------------------------------------------------------*/ #include "stm32f10x.h" #define FCLK_SLOW() { SPI1->CR1 = (SPI1->CR1 & ~0x38) | 0x28; } /* Set SCLK = PCLK / 64 */ #define FCLK_FAST() { SPI1->CR1 = (SPI1->CR1 & ~0x38) | 0x00; } /* Set SCLK = PCLK / 2 */ #define
in „STM32F103: Problem mit ChanFat und SD karte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.txt
/* Pinout 1 VSS GND 2 VDD VDD 3 nc nc 4 RS PD4 5 R/W PD5 6 E PD6 7 nc nc 8 nc nc 9 nc nc 10 nc nc 11 D4 PD0 12 D5 PD1 13 D6 PD2 14 D7 PD3 15 nc nc 16 nc nc */ #include "stm32f4xx.h" uint32_t i; void WriteNibble(char data){ GPIOD->BSRRL |= data; GPIOD
in „STM32: Ich finde einfach keinen Fehler in meinem Code“ · Mikrocontroller und Digitale Elektronik ·