-
Datei
usb.c
COM Port betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / word access schema (e.g. STM32F303xD and xE) */ #define shift 0 #define memwidth word /* For devices with 1 x 16 bits / word access schema (e.g. STM32F103xx, STM32F303xB and xC) */ // #define shift 1 // #define memwidth dword /
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f042f6px.s
/** ****************************************************************************** * @file startup_stm32f042x6.s * @author MCD Application Team * @brief STM32F042x4/STM32F042x6 devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * - Set the initial PC == Reset_Handler
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F746ZGTX_RAM.ld
********************************************** * @file LinkerScript.ld * @author Auto-generated by STM32CubeIDE * Abstract : Linker script for NUCLEO-F746ZG Board embedding STM32F746ZGTx Device from stm32f7 series * 1024Kbytes FLASH * 320Kbytes RAM * * Set heap size, stack size and stack location according
in „Startup code für STM32 C und C++ mix.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F746ZGTX_FLASH.ld
********************************************** * @file LinkerScript.ld * @author Auto-generated by STM32CubeIDE * Abstract : Linker script for NUCLEO-F746ZG Board embedding STM32F746ZGTx Device from stm32f7 series * 1024Kbytes FLASH * 320Kbytes RAM * * Set heap size, stack size and stack location according
in „Startup code für STM32 C und C++ mix.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
core.pdf
: A3 Date: Rev: V0.2 KiCad E.D.A. eeschema 5.1.5 Id: 1/4 F 1 2 3 4 5 6 7 8 F 1 2 3 4 5 6 7 8 A A B B +3V3 +3V3 C301 C302 C303 C304 C305 k 1 1 R U300 1 4 6 8 9 100n 100n 100n 100n 100n 2 3 4 RESET_STM32 7
in „Review Eierlegende Wollmilchsau“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
BLDCMotorControlTimer.c
#include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" #include "stm32f4xx_gpio.h" #include <stdbool.h> void enableHallCommutateSignal(); void configMotorBridgeTimer(void)
in „STM32F4 BLDC mit Hall Sensoren“ · 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
nrf24l01.c
= PD7 CSN = PD4 IRQ = PC1 APB2 Clock = 1/2 SystemClock = 168 / 2 = 84 Mhz Prescaler 64 => Fspi = 1.3 Mhz */ //#pragma GCC optimize ("O0") /* -------------- System Include Files ----------------- */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Datei
config.c
/* Konfiguration für das Testboard mit STM32F302RBT6 */ #include "StdTypes.h" #include "STM32F302xB.h" #include "startup.h" #include "config.h" /**************** symbolische Port-Pin Eigenschaften **************************/ /* Pro Port gibt
in „Welcher Timer ist für die Dauer eines Ticks im SysTick verantwortlich?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.c
/* Konfiguration für das Testboard mit STM32F302RBT6 */ #include "StdTypes.h" #include "STM32F302xB.h" #include "startup.h" #include "config.h" /**************** symbolische Port-Pin Eigenschaften **************************/ /* Pro Port gibt
in „stm32f103 hse clock“ · 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
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l1xx_conf.h" #include "stm32l1xx.h" #include "stdio.h" #include "stm32l1xx_syscfg.h" //!! hier /* Private typedef -----------------------------------------------------------*/ typedef struct { uint16
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gfx_pictures.c
*const pal) { #define pcx(nr) ( readarray(image,nr) ) #define pcxw(nr) ( readwarray(image,nr) ) int32_t pos, c, w, h, e, pack; int32_t c2; uint16_t f; if ((pcx(0) != 10) | (pcx(3) != 8)) // Identity Bytes abfragen { // "Datei ist ein nicht darstellbares Format !!" return; // Function mit Fehlercode beenden
-
Datei
gfx_pictures.c
*const pal) { #define pcx(nr) ( readarray(image,nr) ) #define pcxw(nr) ( readwarray(image,nr) ) int32_t pos, c, w, h, e, pack; int32_t c2; uint16_t f; if ((pcx(0) != 10) | (pcx(3) != 8)) // Identity Bytes abfragen { // "Datei ist ein nicht darstellbares Format !!" return; // Function mit Fehlercode beenden
-
Datei
main.c
------------------------------------------------------------*/ #define SYSCLK_FREQ_48MHz #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* Standard Includes */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* Projekt Includes */ #include "main.h" #include
in „STM32F1xx: Wie GOL am "Leben" halten?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
schematics.pdf
OHALL1 L1 L2 PORX_SCL_MOSIMOS IRSMMPIU103 PA7 PB7 PIU059 P OHALL2 L2 PI0 P22 PI101 VDDA VSSA PI1012 P H3 H 3 PIU101 PA8 PB8 PIU061 P OCAN_RXRX P1 P1 PI0 STM32F405RGT6 P H2 H 2 PIU102 PA9 PB9 PIU062 P OCAN_TXTX C15 CO35 CO31 P H1 H 1 PIU103 PIU029 RSM P1 2.2µF P22.2µF PI02.2µF PIU104 PA10 PB10 PIU030 TSN
in „BLDC Motorcontroller 200A 48V basierend auf VESC“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
stm32f30x_rcc.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f30x_rcc.h" /** @addtogroup STM32F30x_StdPeriph_Driver * @{ */ /** @defgroup RCC * @brief RCC driver modules * @{ */ /* Private typedef -----------------------------------------------------------*/
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/h2> */ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "platform_config.h" /** @addtogroup STM32F10x_StdPeriph_Examples * @{ */ /** @addtogroup CAN_Normal * @{ */ /* Private typedef -----------------------------------------------------
in „CAN mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ws2812_stm32f4.c
#include <stdio.h> #include "stm32f4xx.h" #include "ws2812_stm32f4.h" #include "delay.h" // externally writable color data for all leds volatile uint32_t ws2812_framebuffer[WS2812_NR_LEDS]; // local buffer for timer/dma, one byte per
in „[STM32] Binäruhr bzw 12x4 RGB LED Display mit WS2812“ · Projekte & Code ·
-
Datei
Stm32F030_uart.cpp
#include <stdint.h> #include "Pipe.h" #include "stm32f030x6.h" #include "stm32f0xx_hal.h" Pipe<32, uint8_t> ReceiverQueue; Pipe<32, uint8_t> SendQueue; extern UART_HandleTypeDef huart1; bool s_IsSending_bt = false; uint8_t s_EchoCnt_u8 = 0U; const uint32
in „STM32F030 ParityError nur bei aktiviertem RXNEIE?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32H7-Base.pdf
10119 PA8 PD8 PI U1 09 6 PIU 101 12 PG8 PI8 PI U 1 07 PIU110120 PI9U1 09 7 PIU1101 52 PI1U1 01 1 10pF 50V COG 10pF 50V COG PA9 PD9 PG9 PI9 PIU110121 PI9U1 09 8 PIU1101 53 PI1U1 01 2 122 PA10 PD10 99 154 PG10 PI10 13 OSC32K-I R66 OSC32K-O PIU 10122 PA11 PD11 PI U1 09 9 PIU 101 54 PG11 PI11 PI U1 01 3
in „STM32H7 und JTAG: Irgendwelche Fallstricke“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STMPE811QTR.c
-------------------------------------------------------------*/ #include "STMPE811QTR.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "misc.h" /** @defgroup STM32F4xx_StdPeriph_Examples * @{ */ #define TIMEOUT_MAX 0x3000 /*<! The value of the maximal timeout for I2C waiting loops */ /** * @} */ /** @defgroup STM32F4_DISCOVERY_IOE_Private_Variables * @{ */ TS_STATE TS_State; /*<! The global structure holding the TS state */ uint32_t IOE_TimeOut = TIMEOUT_MAX; /*<! Value of Timeout when I2C communication fails
in „STM32F4 Touch Display Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32 ST-LINK Utility Speicheranzeige
STM32 ST-LINK Utility Device STM32F10xx Medium-density Device ID 0x410 Revision ID Flash size 64KBytes Memory display Address: 0x08000000 Size: 0xD755 Data Width: 32 bits Target memory, Address range: [
in „WordClock mit WS2812“ · Projekte & Code · · Screenshots
-
PDF
STM32F4-BASEbrd.pdf
1 SV1 10 V 10 SV5 1 1 4VS 2 01 1 1 0 1 6 R R8 N F SV6 M J C 7 4 X2 5 CU R9 JP7 JP15 C C 1 0 C20 C18 R10 3 e 2 4 3 1 C U1 1 U2 P A S 1 C22 C R11 J P C1 1 t J 4 6 5 7 9 D1 S c JP11 61R C C C C C 1 3 n 4 2 71R C23X1 JP5 w o 3 4 4 w 3 4 5 C C R 02R R2 1
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
OpenOCD Terminalausgabe Fehlermeldung
strayker[elfer]~[main U:5 x]~/Coding/141_stm32f401re_blinky openocd -f /usr/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/share/openocd/scripts/target/stm32f4x.cfg Open On-Chip Debugger v0.11.0-esp32-20221026-63-g6cd81a66 (2023-05-27-22
in „Hilfe benötigt - Debugger erkennt STM32F401RE-Mikrocontroller nicht?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
startup_stm32f10x_cl.s
/** ****************************************************************************** * @file startup_stm32f10x_cl.s * @author MCD Application Team * @version V3.3.0 * @date 04/16/2010 * @brief STM32F10x Connectivity line Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „STM32 Rücksprung defekt von IRQ“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <string.h> #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> void delay_ms(uint16_t ms) { for (uint32_t j=0; j<2000*ms; j++) { __NOP(); } } void HardFault_Handler() { while(1) { GPIOC->ODR ^= GPIO_Pin_13; delay_ms(50);
in „STM32: gcc 5.4.1 vs. 6.3.1 und memset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <string.h> #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> char data[64]; void delay_us(uint32_t us) { SysTick->LOAD = 72/8 * us - 1; SysTick->VAL = 0; SysTick->CTRL = SysTick_CTRL_ENABLE_Msk; while ((SysTick->CTRL &
in „STM32: gcc 5.4.1 vs. 6.3.1 und memset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rtc_user.c
************* */ /* -------------------- System Include Files / Librarys ------------ */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" #include "rtc_user.h" /* -------------------- Standard Include Files --------------------- */ #include <stdbool.h> #include <stdint.h> #include <string.h>
in „EmBitz Debugging Problem mit STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mmc_stm32f1.c
/*------------------------------------------------------------------------*/ /* STM32F100: MMCv3/SDv1/SDv2 (SPI mode) control module */ /*------------------------------------------------------------------------*/ /* / Copyright (C) 2014, ChaN, all right reserved. / / * This software
in „STM32F103: Problem mit ChanFat und SD karte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CAN.c
CAN.c * * Created on: 22.04.2012 * Author: Peter */ #include <stddef.h> #include "can.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_can.h" #include "misc.h" #define CAN_EN_Low GPIO_ResetBits(GPIOC, GPIO_Pin_5); #define CAN_EN_High GPIO_SetBits(GPIOC, GPIO_Pin_5); #define
in „CAN mit STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart_nrf3.h
#ifndef __USART_NRF3_H #define __USART_NRF3_H #ifdef DTU3PRO #include "stm32f4xx.h" #define UsartNrf USART3 #else #include "stm32f10x.h" #endif #include <math.h> #include <stdlib.h> #include <stdio.h> #include <string.h>
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f107xc.s
/** *************** (C) COPYRIGHT 2017 STMicroelectronics ************************ * @file startup_stm32f107xc.s * @author MCD Application Team * @version V4.2.0 * @date 31-March-2017 * @brief STM32F107xC Devices vector table for Atollic toolchain. * This module performs: * - Set the initial SP * - Set
in „FreeRTOS - Heap nach Reset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
--------------------------------------------------------------------- #include <stdio.h> #include "stm32f10x.h" #include "stm32f10x_conf.h" #include "stm32f10x_tim.h" /* Private typedef -----------------------------------------------------------*/ /* Private define -----------------------------------
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32 Nucleo-F411RE Development Board
3. Nucleo F411RE ST stm32.com/stm32nucleo RX/D0 TX/D1 D2 PWM/D3 D4 PWM/D5 CLK PWM/CS/D10 PWM/MOSI/D11 MISO/D12 SCK/D13 SCL/D15 AN0 bis AN7 GND 5V 3V3 NRST USER RESET USB ST-LINK NUCLEO-F411RE MB1136 rev
in „[V] Sammlung diverser Entwicklungsboards“ · Markt · · Platinenfotos
-
Datei
mmc_stm32f1.c
/*------------------------------------------------------------------------*/ /* STM32F100: MMCv3/SDv1/SDv2 (SPI mode) control module */ /*------------------------------------------------------------------------*/ /* / Copyright (C) 2014, ChaN, all right reserved. / / * This software
in „STM32Fxxx: Frage zur Initialisierung mit der StdPeriphLib“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Einstellungen für STM32F031G6 Target Release
RELEASE' Device Target Output Listing User C/C++ (AC6) Asm Linker Debug Utilities STMmicroelectronics STM32F031G6 Code Generation ARM Compiler V6.22 Xtal (MHz): <undefined> Use MicroLIB Big Endian Operating system: None System Viewer File: None STM32F031x.svd Use Custom File Read/Write Memory Areas default off-chip Start Size Nolnit ROM1: ROM2: ROM3: IROM1: 0x8001000 0x6800 IROM2: RAM1: RAM2: RAM3: IRAM1: 0x20000000 0x100 IRAM2: 0x20000100 0xF00 OK Cancel Defaults Help
in „Keil Clock Frequenz Feld nicht editierbar“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
diskio.c
/*------------------------------------------------------------------------*/ /* STM32F100: MMCv3/SDv1/SDv2 (SPI mode) control module */ /*------------------------------------------------------------------------*/ /* / Copyright (C) 2013, ChaN, all right reserved. / / * This software
in „STM32 <-> AVR“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F4-BASE_BRD.pdf
1 SV1 10 10 SV5 1 1 4VS 01 1 1 1 N 6 R R8 O SV6 J R9 C JP7 JP15 2 X2 2 MCU1 C20 C18 2 4 3 1 C C 1 R10 3 3 0 C22 C U1 2 U2 R11 J S 1 C 1 J C1 S JP11 1 1 1 1 1 D1 1 3 4 2 C C C C C JP5 3 4 C2X1 4 1 7 1 9 P 4 R R R C R R2 C6 C J J X 2 3 L 8 C93 R156 1 2 3 C R R C 7 E E E R1 C2 L L L 1 SV2 20 1 SV3 10 01.03.2012 03:41:16 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard\STM32F4-BASE.brd
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_cl.c
/** ****************************************************************************** * @file startup_stm32f10x_cl.c * @author MCD Application Team, * @version V3.0.0 * @date 01. April 2010 * @brief STM32F10x Medium Density Devices vector table for GNU toolchain. * This module performs: * - Set the initial
in „STM32 mit C++ stürzt bei Interrupt ab“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Konfigurationsfenster eines ARM-Compilers für STM32F031G6
Target 'JEWDFW' Device Target Output Listing User C/C++ Asm Linker Debug Utilities STMmicroelectronics STM32F031G6 Xtal (MHz) 12.0 Code Generation ARM Compiler: Use default compiler version 5 Operating system: None Use Cross-Module Optimization Use MicroLIB Big Endian System Viewer File: STM32F031x.svd Use Custom File Read/Write Memory Areas default off-chip Start Size Startup ROM1: ROM2: ROM3: on-chip IROM1: 0x8001000 0x6800 IROM2: default off-chip Start Size Nolit RAM1: RAM2: RAM3: on-chip IRAM1: 0x20000000 0x100 IRAM2: 0x20000100 0xF00 OK Cancel Defaults Help
in „Keil Clock Frequenz Feld nicht editierbar“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
3DSanner_Stromlaufplan1.pdf
P$169 FSMC_BLN0 P$6 VBAT VCAP2 P$125 PB0 P$56 PB0 PF15 P$65 A9 STM32F407IGT6 C17 C18 PB1 P$57 PB1 PF14 P$64 A8 PB2 P$58 PB2 PF13 P$63 A7 2.2nF 2.2nF B TDO/SWO P$162 PB3 PF12 P$59 A6 B JTAG=> TRST P$163 PB4 PF11 P$28 USB1_OVRCURR PB5 P$164 PB5 PF10 P$27 GND GND GND
in „STM32 Boot0 Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
hy-stm32_schematic.pdf
28 OSC2 TXD 1 PA10 3V3 50 VDD_1 PB12/SPI2_NSS/I2S2_WS/I2C2_SMBA/USART3_CK/TIM1_BKIN 51 PB12 1 C27 1 C28 0.1uF U3 22P 22P PL2303HX STM32F10xVxT6 PA4 1 8 3V3 2 2 PA6 2 CS VCC 7 3V3 GND 3V3 3 Q HOLD 6 PA5 所有 IO均已引出 4 W C 5
-
Datei
tools.c
/* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* -------------- Standard Include Files ---------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* ----------
in „Matrix indizierbar machen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mmc_stm32f1.c
/*------------------------------------------------------------------------*/ /* STM32F100: MMCv3/SDv1/SDv2 (SPI mode) control module */ /*------------------------------------------------------------------------*/ /* / Copyright (C) 2014, ChaN, all right reserved. / / * This software
in „STM32F103 diskio.c für Chan FatFs SD Karten Treiber“ · Projekte & Code ·
-
Datei
mmc_stm32f1.c
/*------------------------------------------------------------------------*/ /* STM32F100: MMCv3/SDv1/SDv2 (SPI mode) control module */ /*------------------------------------------------------------------------*/ /* / Copyright (C) 2014, ChaN, all right reserved. / / * This software
in „STM32F103: Problem mit ChanFat und SD karte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mmc_stm32f1.c
/*------------------------------------------------------------------------*/ /* STM32F100: MMCv3/SDv1/SDv2 (SPI mode) control module */ /*------------------------------------------------------------------------*/ /* / Copyright (C) 2014, ChaN, all right reserved. / / * This software
in „STM32F103 diskio.c für Chan FatFs SD Karten Treiber“ · Projekte & Code ·
-
PDF
STM32-P207-P407_rev_D.pdf
PE14 U12 U13 n A9 22 A9 I/O9 30 D9 PF15 A9 55 PF15/FSMC_A9 PE15/FSMC_D12/TIM1_BKIN8 D12 PE15 C86 C91 3 4 1M A10 23 A10 I/O10 31 D10 J1 JOYSTICK 1 C1+ 2 2 1 C1+ 2 k C SD/MMC A11 24 A11 32 D11 STM32F207ZET6 100nF 2 C88 RX_BOOT_E TX_BOOT_E 100nF 2 C93 R 1 R29 0R A12 25 A12 I/O11 35 D12 UP UP LEFLEFT RM5G4
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tools.c
/* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" #include "system_stm32f10x.h" /* -------------- Standard Include Files ---------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* ----------
in „Umgang mit globalen Datenstrukturen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ILI9488.h
ILI9488_H_ // Delay fürs CS #define CSDELAY 0 #include "stdint.h" #include "ili9488_regs.h" #include "stm32f7xx_hal.h" #include "stdlib.h" #include "stm32f7xx_nucleo_144.h" #include <math.h> #include <string.h> #include "stm32f7xx_hal_spi.h" #include "rgbfarbtabelle.h" typedef int16_t ili9488_coord_t; /
in „STM32 F746zg nucleo und ILI9488 TFT per SPI langsam ?“ · Mikrocontroller und Digitale Elektronik ·