-
Datei
main.c
#include "stm32f4xx.h" /*static uint8_t buffer[(128*32)/ 8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
in „I2C mit STM32F4 Discovery und Adafruit OLED“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Oszilloskop-Messung zweier Signale
CH2 1.80 V 100 µs/5.08 µs (53%) 2.401 kS angezeigt 12 MS/s 20 µs/div CH1 CH2 Merker t: 99.7 µs ... 110 µs, Δt: 9.93 µs (101 kHz) CH1 DC 2.00 V/div CH2 DC 2.35 Vpp 3.34 V= 3.46 V= 675 mV~ 553 mV~ 3.53 Vrms 3.38 Vrms 11.0 dBV 10.6 dBV 1.200 kHz 12.90 kHz
in „NAU88C22 Design Review“ · Mikrocontroller und Digitale Elektronik · · Oszi-Bilder
-
Bild
Elektronische Platinen mit Flachbandkabel und Jumper-Kabeln
C102 C104 U29 C105 C107 R30 R31 R32 R33 R34 R35 R36 R37 R38 R39 C100 C99 L1
in „10W Bitcoin miner mit 450GH/s für Raspberry Pi“ · Projekte & Code · · Platinenfotos
-
Datei
stm32f103r8_rom.ld
/* Linker script for lm3s6730 * * Version:Sourcery G++ 4.2-62 * BugURL:https://support.codesourcery.com/GNUToolchain/ * * Copyright 2007 CodeSourcery. * * The authors hereby grant permission to use, copy, modify, distribute, * and license this software and its documentation for any purpose, provided * that existing copyright notices are retained in all copies and that this * notice is included verbatim in any distributions. No written agreement, * license, or royalty fee is required for any of the authorized uses. * Modifications to this software may be copyrighted by their authors * and need
in „Bibliotheken nur teilweise Linken“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md.s
/** ****************************************************************************** * @file startup_stm32f10x_md.s * @author MCD Application Team * @version V3.2.0 * @date 03/01/2010 * @brief STM32F10x Medium Density Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial
in „STM32 Interrupt Rücksprung ins Nirvana“ · Mikrocontroller und Digitale Elektronik ·
-
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
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 ·
-
Datei
stm32f4x7_eth.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_H #define __STM32F4x7_ETH_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4x7_eth_conf.h" /** @addtogroup
in „STM32-E407 Ethernet / UDP“ · 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 ·
-
Datei
stm32f103c8_flash.ld
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F103C8 *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory
in „uint64_t auf STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md.S
/* File: startup_ARMCM3.S * Purpose: startup file for Cortex-M3 devices. Should use with * GCC for ARM Embedded Processors * Version: V1.3 * Date: 08 Feb 2012 * * Copyright (c) 2012, ARM Limited * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
in „uint64_t auf STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_cl.c
/** ****************************************************************************** * @file startup_stm32f10x_cl.c * @author Coocox * @version V1.0 * @date 3/7/2011 * @brief STM32F10x Connectivity line Devices Startup code. * This module performs: * - Set the initial SP * - Set the vector table entries
in „Compiler überschreibt Speicherbereich von Malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32h743xx.s.txt
/** ****************************************************************************** * @file startup_stm32h743xx.s * @author MCD Application Team * @version V1.2.0 * @date 29-December-2017 * @brief STM32H743xx Devices vector table for GCC based toolchain. * This module performs: * - Set the initial SP
in „Q: STM32H743 External Interrupts HAL bindings“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F411_-_Pin_Alternate_Function.c
/** ****************************************************************************** * File Name : gpio.c * Description : This file provides code for the configuration * of all used GPIO pins. ****************************************************************************** * @attention * * <h2><center>© Copyright (c) 2022 STMicroelectronics. * All rights reserved.</center></h2> * * This software component is licensed by ST under BSD 3-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may obtain a copy of the License at: * opensource.org/licenses
in „STM32F411 Timer1 PWM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f0xx_hal_msp.c
Header */ /** ****************************************************************************** * @file stm32f0xx_hal_msp.c * @brief This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** * @attention
in „Programmierung - Doppelbelegung einer Taste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32h7xx_hal_msp.c
Header */ /** ****************************************************************************** * @file stm32h7xx_hal_msp.c * @brief This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** * @attention
in „STM32H745 I2S DMA (NUCLEO-STM32H745ZI-Q DualCore)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32l1_keil_dump_etm.txt
0xE0040004 #0x01 TRIGGER 0xE0040EE8 #0x0 FIFO data 0 0xE0040EEC #0x0 set DWT_CTRL 0xe0001000 #0x4005061F --T32 set ITM_LAR 0xe0000fb0 #0x0 set ITM_TCR 0xe0000e80 #0x0001000D --T32 set ITM_TER 0xe0000e00 #0xFFFFFFFF --T32 TPR 0xE0000E40 #0x0F set ETM_LAR 0xe0041fb0 #0x0 set ETM_CR 0xe0041000 #0x00000910 --T32:
in „Trace auf Lauterbach PowerDebug USB3 + CombiProbe mit STM32L151“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32l1xx_mdp.S
/** ****************************************************************************** * @file startup_stm32l1xx_mdp.s * @author MCD Application Team * @version V1.2.1 * @date 19-June-2013 * @brief STM32L1xx Ultra Low Power Medium-density Plus Devices vector table * for System Workbench. * This module performs
in „AC6 IDE stm32l1xx_it.c fehlt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f1xx_hal_msp.c
/** ****************************************************************************** * File Name : stm32f1xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** ** This
in „CubeMX und HAL - I2C hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH_modified.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F407VGTx Device with ** 1024KByte FLASH, 128KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32L476VGTx_FLASH_modified.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32L476VGTx Device with ** 1024KByte FLASH, 96KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** ** Set memory bank area and size if external memory is used. ** ** Target : STMicroelectronics STM32 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f1xx_hal_msp.c
/** ****************************************************************************** * File Name : stm32f1xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** * * COPYRIGHT
in „STM32F103 Hardfault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md.S
/* File: startup_ARMCM3.S * Purpose: startup file for Cortex-M3 devices. Should use with * GCC for ARM Embedded Processors * Version: V1.3 * Date: 08 Feb 2012 * * Copyright (c) 2012, ARM Limited * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
in „C++: Objekt mit Adresse einer Variablen initialisieren klappt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.c
/** ****************************************************************************** * @file stm32f4x7_eth.c * @author MCD Application Team * @version V1.0.0 * @date 14-October-2011 * @brief This file is the low level driver for STM32F407xx/417xx Ethernet Controller. * This driver does not include
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_H #define __STM32F4x7_ETH_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4x7_eth_conf.h" /** @addtogroup
in „Olimex STM32E407, FreeRTOS und lwip“ · 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
stm32f4x7_eth.c
/** ****************************************************************************** * @file stm32f4x7_eth.c * @author MCD Application Team * @version V1.0.0 * @date 14-October-2011 * @brief This file is the low level driver for STM32F407xx/417xx Ethernet Controller. * This driver does not include
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F4x7_ETH_H #define __STM32F4x7_ETH_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "eth_conf.h" /** @addtogroup STM32F4x7
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32h7xx_hal_fdcan.c
/** ****************************************************************************** * @file stm32h7xx_hal_fdcan.c * @author MCD Application Team * @brief FDCAN HAL module driver. * This file provides firmware functions to manage the following * functionalities of the Flexible DataRate Controller
in „[STM32] CAN Bus: Fehlende RAM Zuweisung für TX FIFO ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407ZG-board-schematic.pdf
CAMERA CONNECTOR 3.3V PE15/FSMC_D12/TIM1_BKIN C86 1 C1+ C91 1 C1+ SD_D3/SPI3_MISO 1 CD/DAT3/CS JOYSTICK STM32F407ZGT6 R89 100nF 2 C88 100nF 2 C93 SD_CMD 2 CAMERA J1 CS_UEXT 0R(NA) A23 3 V+ 100nF 3 V+ 100nF 3 CMD/DI 2 1 D0 UP UP LEFLEFT R78 LEFT TEMP_ALERT 0R A22 C1- 6 C89 C1- 6 C94 L7 4 VSS1 4 3 D1 B<4> A
in „8Mbit/s Manchester Code codieren und decodieren mit STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407ZG-board-schematic.pdf
CAMERA CONNECTOR 3.3V PE15/FSMC_D12/TIM1_BKIN C86 1 C1+ C91 1 C1+ SD_D3/SPI3_MISO 1 CD/DAT3/CS JOYSTICK STM32F407ZGT6 R89 100nF 2 C88 100nF 2 C93 SD_CMD 2 CAMERA J1 CS_UEXT 0R(NA) A23 3 V+ 100nF 3 V+ 100nF 3 CMD/DI 2 1 D0 UP UP LEFLEFT R78 LEFT TEMP_ALERT 0R A22 C1- 6 C89 C1- 6 C94 L7 4 VSS1 4 3 D1 B<4> A
in „Problem: SPI Remap am STM32F407ZG“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MK_STM32F4_Sensorboard_Schematic.pdf
1 2 3 4 5 6 1 2 3 4 5 6 3 3 3 3 EXTI TP24 TP25 TP20 TP29 V V V V + + + + TP32 TP27 TP21 TP31 TP30 C15 C12 ADC LSM330DLC L3GD20 5 k 2 k 1 . 1 . 1uF 4.7uF U$8 3 9 2 3 8 8 5 5 6 R 4 R 4 U$7 V U$3 A A A 21 24 + 1 2 A BOOT0 BOOT1 GND GND B E E E D D 1 1 1 25 VDD_IO SCK_A/G 28 SPI3_
in „I2C-Kommunikation stoppt nach ca. 1-5 Sekunden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F407VGT6-cjmcu.pdf
SPI2_MOSI 54 P0U2054PB15 PD15 6 PD15 N0PB2/BOOT1 29 30 P0J2032 N0PE10 1 C 0.1uF PB2/BOOT1 31 P0J20331 32 32 PE10 0 P N0PC0 P0U2065 N0PC8/SDIO0D0 P PC0 15P0U2015 PC0 PC8 65 PC8/SDIO_D0 C16 PC1PC1 16P0U2016 P0U2666 PC9/SDIO_D1/SDIO0D1 P16X2 PC1 PC9 P0C1601 P0C1602 J3 PC2PC2 17P0U2017 P0U2778 PC10/SDIO_ 2/
in „Schaltplan/LED-Belegung CJMCU-407 Board mit STM32F407VG“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MINI_STM32F407VGT6.pdf
SPI2_MOSI 54 P0U2054PB15 PD15 6 PD15 N0PB2/BOOT1 29 30 P0J2032 N0PE10 1 C 0.1uF PB2/BOOT1 31 P0J20331 32 32 PE10 0 P N0PC0 P0U2065 N0PC8/SDIO0D0 P PC0 15P0U2015 PC0 PC8 65 PC8/SDIO_D0 C16 PC1PC1 16P0U2016 P0U2666 PC9/SDIO_D1/SDIO0D1 P16X2 PC1 PC9 P0C1601 P0C1602 J3 PC2PC2 17P0U2017 P0U2778 PC10/SDIO_ 2/
in „STM32F407VGT6 China Board not working Tips?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32L4_ADC_SQR1.pdf
Analog-to-digital converters (ADC) RM0394 16.6.11 ADC regular sequence register 1 (ADC_SQR1) Address offset: 0x30 Reset value: 0x0000 0000 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 Res. Res. Res. SQ4[4:0] Res. SQ3[4:0] Res. SQ2[4] rw rw rw rw rw rw rw rw rw rw rw 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 SQ2[3:0] Res. SQ1[4:0] Res. Res. L[3:0] rw rw rw rw rw rw rw rw rw rw rw rw rw Bits 31:29 Reserved, must be kept at reset value. Bits 28:24 SQ4[4:0]: 4th conversion in regular sequence These bits are written by software with the channel number (0..18) assigned as the 4th in the regular conversion
in „STM32 ADC Kanäle aufzählend oder Lücken erlaubt“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Blockschaltbild einer ADC-Verbindung mit analogem Schalter
Figure 37. Typical connection diagram when using the ADC with FT/TT pins featuring analog switch function V_{AIN} R_{AIN}^{(1)} C_{parasitic}^{(2)} I_{lkg}^{(3)} V_{SS} V_{SS} V_{DDA}^{(4)} V_{REF+}^{(4)} I/O analog switch Sampling switch with multiplexing R_{ADC} C_{ADC} Converter V_{SSA}
in „L7805 überhitzt bei bestimmten Last-Szenarien“ · Analoge Elektronik und Schaltungstechnik · · Diagramme
-
Datei
ADC_dual_103.c
#include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include <string.h> #include "stdio.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef
in „STM32F1xx: Injected simultanous ADC läuft nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WC-Arduino_1.txt
beta2\\libraries\\esp8266\\src" "C:\\Users\\Heiko\\AppData\\Local\\Temp\\arduino_build_123708\\sketch\\stm32flash.cpp" -o "C:\\Users\\Heiko\\AppData\\Local\\Temp\\arduino_build_123708\\sketch\\stm32flash.cpp.o" "C:\\Users\\Heiko\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\xtensa-lx106-elf-gcc\\
-
Datei
sections.ld
/* * Default linker script for Cortex-M (it includes specifics for STM32F[34]xx). * * To make use of the multi-region initialisations, define * OS_INCLUDE_STARTUP_INIT_MULTIPLE_RAM_SECTIONS for the _startup.c file. */ /* * The '__stack' definition is required by crt0,
in „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sections.ld
/* * Default linker script for Cortex-M (it includes specifics for STM32F[34]xx). * * To make use of the multi-region initialisations, define * OS_INCLUDE_STARTUP_INIT_MULTIPLE_RAM_SECTIONS for the _startup.c file. */ /* * The '__stack' definition is required by crt0,
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Screenshot einer IDE mit C-Quellcode
stm32fx_hal_uart.h - M...\ c Completed 1 references HAL_StatusTypeDef HAL_UART_Receive_IT(&huart, uint8_t *pData, uint16_t Size); stm32fx_it.c - M...\ c Completed 5 references HAL_UART_Receive_IT(&huart1
in „STM32F767: "HAL_UART_Receive_IT" bringt busy“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
xpt2046.c
xpt2046.c * * Created on: Jul 21, 2018 * Author: Dimitris Tassopoulos */ #include "xpt2046.h" #include "stm32f10x_gpio.h" #include "stm32f10x_exti.h" #define XPT2046_IRQ_PIN GPIO_Pin_8 #define XPT2046_IRQ_PORT GPIOA static struct dev_spi gspi; static struct dev_spi * m_spi = &gspi; static struct touch_point
in „C Code Verständnis Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bulb_Ohm.pdf
is on GND. To check that MCP4725-DAC-module works well we convert its output voltage with an ADC of STM32F103 and transmit the result via USB-Black-Pill-jack to a terminal program. STM32CubeMX 4.26.1 creates the basic code of our program, whereby the version 4.26.1 is not important. 1.: Setup and check
in „I2C STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
index.html
<html> <head> <title> STM32 ENC28J60+LWIP1.41 Webserver </title> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <meta http-equiv= "Cache-Control" CONTENT= "no-cache"> <script type="text/javascript"> var xmlhttp
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TMS470.pdf
address FRED. ; Store the halfword in R5 at address ; FRED. STRH R5, [PC, #(FRED-HERE-8)] ... FRED 32-Bit Instruction Set4-45 Block Data Transfer (LDM, STM) 4.11 Block Data Transfer (LDM, STM) The instruction is only executed if the condition is true. The various conditions are defined in Table 4-2. The
in „Vergleiche mit (2^n)-1 und -(2^n) schneller?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sections.ld
/* * Default linker script for STM32Fxxx. */ /* * The '__stack' definition is required by crt0, do not remove it. */ __stack = ORIGIN(RAM) + LENGTH(RAM); _estack = __stack; /* STM specific definition */ /* * Default stack sizes. * These
in „STM32 - Eclipse - GCC - Sind Interruptadressen in Startup definiert?“ · 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 „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
serial.c
/* serielle Kommunikation für STM32F103C8T6 */ #include "StdTypes.h" #include "STM32F103all.h" #include "startup.h" #include "config.h" #include "serial.h" /* Funktionsprinzip: Der eigentliche Datenverkehr über die diversen UART's wird
in „Sende/Empfangsvorgang mittels nur 1St. µC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GLCD.h
------------------------------------------------------------ ** File name: GLCD.h ** Descriptions: STM32 FSMC TFT²Ù×÷º¯Êý¿â ** **------------------------------------------------------------------------------------------------------ ** Created by: poweravr ** Created date: 2010-11-7 ** Version: 1.0 **
in „STM32 24Bit Bmp nach 565RGB Format“ · Mikrocontroller und Digitale Elektronik ·