-
PDF
navico_3g.pdf
bdcpq Freescale Dual 5A Buck U42 5gk77 d9ptk Micrel MT41K128M16JT 256mByte DDR3 RAM U44 tssop tc58nvg0s3hta00 Toshiba 128MByte NAND EEPROM U45 QFN smsc8710a-ezk smsc/ Microchip LAN8710A 100M EthernetPHY U6 Sot23-5 L0UA TI LP2985AIM5-5.0 5V, 150mA LDO U7 TI54240 TI TPS54240 2.5A Buck U8 Cyclone v 5cefa4f23c6n
in „Reparaturbericht: i.MX6 Resetschaltung in Navico Schiffsradar“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ili9341Driver.c
, 0x14, 0x10, 0x00, //Gamma Positive Correction 0x01E1, 0x0F, 0x2F, 0x2B, 0x0C, 0x0E, 0x06, 0x47, 0x76, 0x37, 0x07, 0x11, 0x04, 0x23, 0x1E, 0x00 //Gamma Neagtive Correction }; //Setup GPIO Pins for Display
in „ILI9486 8-Bit Parallel Bus deutlich langsamer als SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
60, 2 Kbytes */ #define ADDR_FLASH_PAGE_61 ((uint32_t)0x0801E800) /* Base @ of Page 61, 2 Kbytes */ #define ADDR_FLASH_PAGE_62 ((uint32_t)0x0801F000) /* Base @ of Page 62, 2 Kbytes */ #define ADDR_FLASH_PAGE_63 ((uint32_t)0x0801F800) /* Base @ of Page
in „STM32 Virtueller EEPROM in Flash“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
*************** ** ** File : LinkerScript.ld ** ** Author : Ac6 ** ** Abstract : Linker script for STM32F429ZI Device with ** 2048KByte FLASH, 192KByte 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 ** ** Environment : System Workbench for MCU ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ************************************************************
in „STM32 linker script stack größe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
** ** ** File : LinkerScript.ld ** ** Author : Ac6, Benny Zinke ** ** Abstract : Linker script for STM32F746NG Device with ** 1024KByte FLASH, 320KByte 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 ** ** Environment : System Workbench for MCU ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ************************************************************
in „STM32F7 & malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USART.h
beim Senden //-------------------------------------------------------------- typedef enum { NONE = 0, // keine Endekennung LFCR, // LineFeed + CarriageReturn (0x0A,0x0D) CRLF, // CarriageReturn + LineFeed (0x0D,0x0A) LF, // nur LineFeed (0x0A) CR // nur CarriageReturn (0x0D) }UART_LASTBYTE_t; //----
in „STM32F0 Discovery und UART1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcmi_ov2640.c
, 0x17, 0x11, 0x18, 0x75, 0x19, 0x01, 0x1a, 0x97, 0x32, 0x36, 0x03, 0x0f, 0x37, 0x40, 0x4f, 0xbb, 0x50, 0x9c, 0x5a, 0x57, 0x6d, 0x80, 0x6d, 0x38, 0x39, 0x02, 0x35, 0x88, 0x22, 0x0a, 0x37, 0x40, 0x23, 0x00
in „Kamera OV2640“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
can_interface.c
ci_set_mode(CanType 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 & (CANx->sFIFOMailBox[CAN_FIFO0].RIR >> 21); if (id < CAN_TABLE_SIZE) { pdata = &ci_data[id]; pdata->data.d32[0] = CAN1->sFIFOMailBox[CAN_FIFO0].RDLR; pdata->data.d32[1] = CAN1->sFIFOMailBox
in „Interruptroutine Timer Cotex M3“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
bmpm_v2_1c_schematic.pdf
GND C19 330E R6D D4 YELLOW LED0 A C 74LVC2T45 100n GND GND <- DIR = GND -> DIR = VCC GND MCU TPWR U3 +3V3 STM32F103CBUx R9 +5V 4k7 10 PA0-WKUP/ADC1_IN0/ADC2_IN0/SYS_WKUP/TIM2_CH1/TIM2_ETR/USART2_CTS PB0/ADC1_IN8/ADC2_IN8/TIM1_CH2N/
in „MOSFET Ersatztypen für DMG1024 u. DMG1023 gesucht“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
ABX00042-ABX00045-ABX00046-datasheet.pdf
Portenta H7 Collective Datasheet 1 Features 1.1 Microcontroller Component Details Supported boards ST STM32H747XI Processor Dual Core Arm® Cortex®-M7 core at up to All 480 MHz with double-precision FPU and 16K data + 16K instruction L1 cache Arm® 32-bit Cortex®-M4 core at up to 240 MHz with FPU, Adaptive
in „Problem mit der SPI Datenübertragung zwischen einem Arduino Portenta H7 und einem ADS8684 (ADC)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CAN1_0.ino
// -------------------------------------- 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
seiner Nutzung. * * Some parts of the touch implementation are inspired of https://github.com/pyrohaz/STM32F0-SoftTouch * The code was changed to work also without an external 1M resitor at an further pin. * * History * 10.05.2019 markus Start of work * 23.05.2019 markus first working release */ #include
in „2 Kanal Touch Button Haussteuerungserweiterung“ · Projekte & Code ·
-
Datei
rtc_stmf1.c
NVIC_InitStructure.NVIC_IRQChannel = RTCAlarm_IRQn; NVIC_InitStructure.NVIC_IRQChannelPreemptionPriority = 0; NVIC_InitStructure.NVIC_IRQChannelSubPriority = 1; NVIC_InitStructure.NVIC_IRQChannelCmd = ENABLE; NVIC_Init(&NVIC_InitStructure); /* Enable PWR and BKP clocks */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR
in „STM32F1 RTC eine Sekunde generieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USB.c
byteweise und auch nicht wirklich 32 bitweise. Beispiel: Text sei "Hello-World" 0x40006000: 48 65 00 00 6C 6C 00 00 6F 2D 00 00 57 6F 00 00 72 6C 00 00 64 ... H e l l o - W o r l d ... ab Offset 0: Control_In 64 Bytes Control_Out 64 Bytes
in „Frage an W.S. wegen USB CDC Implementierung STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F439VITx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F439VITx Device with ** 2048KByte FLASH, 192KByte 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 „STM32F439VI und das stm32_flash.ld File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F429VITx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F429VITx Device with ** 2048KByte FLASH, 192KByte 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 „STM32F439VI und das stm32_flash.ld File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH.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 „CubeMX mit Coocox verwenden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH.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
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
STM32F407VGTx_FLASH.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 „STM32F4 - LinkerScript - Ac6 System Workbench“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
file.pdf
Hardware and layout UM1472 Figure 6. STM32F407VGT6 block diagram ##-▯DATA▯2!-▯▯▯▯+" %XTERNAL▯MEMORY #,+▯▯.%▯;▯▯▯=▯▯!;▯▯▯▯= CONTROLLER▯▯&3-# $;▯▯▯▯=▯▯/%.▯▯7%.▯▯ .*4234▯▯*4$)▯▯ !("▯ 32!-▯▯032!-▯▯./2▯&LASH▯ .",;▯▯▯=▯▯.,▯▯.2%' *4$/▯37$▯▯*4$/ *
in „STM32 FW_LIB wozu dient RCC_APB2PeriphClockCmd?“ · 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 ·
-
Bild
Schaltplan mit STM32G030K8T6 Mikrocontroller
VIN HDR-M-2.54_1x2 2 1 GND C1 4.7uF +3.3V U1 STM32G030K8T6 32 PB8 31 PB7 30 PB6 29 GND J1 HDR-M-2.54_1x3 1 2 3 J2 HDR-M-2.54_1x3 1 2 3 GND PA8 17 PB2 PA9 18 PC9 PA10 21 PA11[PA9] PA12[PA10] PA13 24 PA14-BOOT0 PA15 25 PA0 PA1 26 PB3 PB4 27 PB5 28 GND PB6 29 PB7 30 PB8 31 32 VDD/VDDA 5 VSS/VSSA 6 NRST 7 PA0 8 PA1 9 PA2 10 PA3 11 PA4 12 PA5 13 PA6 14 PA7 15 PB0 16 PB1 1 R2 10k +3.3V U3 ZX-QC4545-4.5CJ 3 4 C3 0.1u
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Schaltplan eines STM32F407VET6 Mikrocontrollers
STM32F407VET6, IO_DisplayPort[4A], IO_DisplayPort[4B], Support[1A], Support[5B], SD_CD, R11 100Ohm, MCU[4D] RCC OSC IN, MCU[4D] RCC OSC OUT, MCU[1B] DATA REQUEST, SD LED Support[6A], RUN LED Support[6A]
in „STM32F4 zieht zu viel Strom“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
PDF
H616_JC_6Z_V1_2_MCU.pdf
O _ K _ _ C _ C A S M D D D T M _ _ C 4 M B C M C M M M / / / / / / S T I I M I I P 3 S M F S S R 9 9 X X T W 0 D D S / P O 2 1 F 5 _ / E T N _ _ 4 3 P )/ ) _ 8 _ I _ E 6 P 4 3 3 U _ T T T S ( ( 8 L A M _ _ P D P I _ C R R A / 4 3 A C B I K C P / C O U U / S C C D _ S P S M 2 S 0 / 1 0 N 4
in „Induktiver Näherungsschalter tauschen Probleme“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
--------------------------------------------------------------*/ #include "main.h" /** @addtogroup STM32F4xx_HAL_Examples * @{ */ /** @addtogroup TIM_ParallelSynchro * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ----------------------------
in „STM32 Timer synchronisieren“ · 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
sdcard.c
#include <stm32f10x.h> #include "sdcard.h" #include "utils.h" /* MMC/SD command */ #define CMD0 (0) /* GO_IDLE_STATE */ #define CMD1 (1) /* SEND_OP_COND (MMC) */ #define ACMD41 (0x80+41) /* SEND_OP_COND (SDC) */
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Neues_Textdokument.txt
#include "stm32f4xx_conf.h" static uint32_t messwert=0; static float frequenz=0; void init(void) { GPIO_InitTypeDef GPIO_InitStructure; TIM_ICInitTypeDef TIM_ICInitStructure; NVIC_InitTypeDef NVIC_InitStructure;
in „STM32 Frequenz Messung (>10MHz)“ · 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
MK_STM32F4_Sensorboard_Schematic-2.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 „EAGLE: Sprungfahnen“ · Platinen ·
-
Datei
usart3.c
20 www.mino-elektronik.de */ #define _USART3 #define PRIO_USART3 10 // mittlere Priorität #include "stm32f4xx.h" #define BIT(x) (1<<x) enum gpio_modus {IN, OUT, AF, ANALOG}; enum gpio_speed {LOW_SPEED, MEDIUM_SPEED, HIGH_SPEED, V_HIGH_SPEED}; enum gpio_pullup {NO_PULL, PULL_UP, PULL_DOWN}; // PortB #define
in „stm32f411 USART2 will nicht wie er soll“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TDA8375.pdf
0D 0 0 A5 A4 A3 A2 A1 A0 White point B 0E MAT 0 A5 A4 A3 A2 A1 A0 Peaking 0F 0 0 0 0 A3 A2 A1 A0 Brightness 10 RBL 0 A5 A4 A3 A2 A1 A0 Saturation 11 IE1 0 A5 A4 A3 A2 A1 A0 Contrast 12 AFW IFS A5 A4 A3
in „PAL-Röhren TV auf NTSC umbauen“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
media32.pdf
PC9P I51 1 0 4 0 SS1S1 PC10PIU5251 7 PC11PIU5352 PIS8107DAT0 PC12P I2U 1 0 5 3 P I1S SDAT1 8 PC13-TAMPER-RTCP I3U 1 0 2 P I2S SDAT2 1 1 PC14-OSC32_INI4U 1 0 3 SDIO/CMDP I3S SDAT3 2 VCC VCC P I U 1 VBAT PC15-OSC32
in „MP3 Player mit Clickwheel und S65“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ubasic.c
24.07.2015] : // Author : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // Port for STM32F429 //------------------------------------------------------------ #include "ubasic.h" #include "tokenizer.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "stm32_ub_ubasic.h
in „Basic Interpreter für uC ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CAN_Senden_4_0.txt
übertragen 4.0 Lichtschranken einzele Bytes in der CAN Übertragung zuweisen ------- Funktionstest OK */ //-------------------------------------- Umbenenen der STM Pins // Bliotheken //------------------------------
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-------------------------------------*/ #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" #include "digitcommands.h" #include "tim6.h
in „Interrupt wird ständig aufgerufen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Core429I-Schematic.pdf
50Hz PE15<>FSMC_D12/TIM1_BKIN 78 PE15 PA14 6pF 9 10 PB3 11 12 CRYSTAL PC0 32 16 PF0 RESET 13 14 XTAL.C1 PC1 33 PC0<>OTG_HS_ULPI_STP/ADC123_ IN10 PF0<>FSMC_A0/I2C2_SDA 17 PF1 15 16 20pF PH0 MCU.R4 OSC_IN PC2 34 PC1<>ETH_MDC/ADC123_ IN11 PF1<>FSMC_A1
in „STM32F4x9 - FMC - SSD196x“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_md_vl.s
**************** (C) COPYRIGHT 2010 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.3.0 ;* Date : 04/16/2010 ;* Description : STM32F10x Medium Density Value Line Devices vector table ;* for EWARM5.x toolchain. ;* This module
in „IAR for ARM - IRQ-Funktion nur kompiliert wenn im Code referenziert“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sdcard.c
#include <stm32f10x.h> #include <stdio.h> // snprintf #include "sdcard.h" #include "utils.h" /* MMC/SD command */ #define CMD0 (0) /* GO_IDLE_STATE */ #define CMD1 (1) /* SEND_OP_COND (MMC) */ #define ACMD41 (0x80
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Hauptplatine.pdf
PIU4241I2C1_SCLCL R2OR2 P5ADC0ADC12_IN2N GND 3 PB6 PIU4342I2C1_SDADA 10k P6ADC0OUT05 PIU1PC14-OSC32_IN PB7 PIU1043 PIADC0OUT06 PB8 PIU1045OE R1 PIADC0OUT07120IN PIU1PC15-OSC32_OUT PB9 PIU1046 PIADC0OUT08 PB10 PIU1021 PIADC0OUT09_IN4N
in „LDO wird warm, produziert zu wenig Ausgangsspannung“ · Analoge Elektronik und Schaltungstechnik ·
-
Bild
Schaltplan eines STM32G030K8T6 Mikrocontrollers
+3.3V C1 4.7uF GND VIN HDR-M-2.54_1x2 2 1 U2 ZX-QC4545-4.5CJ R1 1k 1 2 3 4 +5V U1 STM32G030K8T6 PB9 32 PB8 OUTPUT HDR-M-2.54_1x2 1 +3.3V 2 PB7 31 PB6 30 GND J1 HDR-M-2.54_1x3 1 2 3 PB5 29 PB4 28 PA15 27 PA14-BOOT0
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
startup_stm32f4xx.S
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief STM32F4xx Devices vector table for Atollic TrueSTUDIO toolchain. * This module performs: * - Set the initial
in „STM32F4 C++ springt bei __libc_init_array in den HardFault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f4xx.S
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author MCD Application Team * @version V1.0.2 * @date 05-March-2012 * @brief STM32F4xx Devices vector table for Atollic TrueSTUDIO toolchain. * This module performs: * - Set the initial SP
in „FreeRTOS IDLE-Task“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stm32f10x.h> /*******************************BITBAND ALIAS ADDR*************************************/ #define GPIOC_ODR GPIOC_BASE + 3*sizeof(uint32_t) // Calc peripheral address GPIOB ODR #define BITBAND_PERI
in „STM32VL mit uVision flashen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
eGC.pdf
.\FPGA_Config.SchDoc Drawn By: 1 2 3 4 1 2 3 4 DISP_R[0..7] CODISP1A COIC2F DISP1A IC2F A PIDISPCK30 R0 PIDISP105R0 DISP_R0 PIIC20EIO_L1P_A25_1 A PIDISP1031 PIDISP106R1 DISP_R1 PIIC20E12 32 DISP R1 7 DISP_R2 DISP_R2 B15 IO_L1N_A24_VREF_1 PIDISPHSYNC R2 PIDISP107
in „[Suche] Interessierte(n) an Projekt (ARM/FPGA)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MCP3911_Eval_1901A.pdf
GND IC1 R5 4 13 MDAT0 X14 X19 5 CH0+ MDAT0 12 MDAT1 1 R6 10 C3 GND 7 CH0- MDAT1 +3.3V 2 1 240 100nF X20 6 CH1+ 18 SCK +3.3V GND 3 2 GND CH1- SCK 20 MOSI GND MDAT0 4 3 B R7 10 SDI 19 MISO DR 5 4 B GND REFIN SDO 5 GND GND TP1
in „[V] MCP3911 EVAL Board und EA Smart-Display TFT 4.3"“ · Markt ·
-
Datei
main.c
#include <stdio.h> #include "stm32f3xx.h" #include "usb.h" // The current clock frequency uint32_t SystemCoreClock=8000000; // Counts milliseconds volatile uint32_t systick_count=0; // Interrupt handler void SysTick_Handler(void) {
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Modul1.txt
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 //----------------------------------------------------------
in „Arduino Blue Pill CAN bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
delay.c
//#include "stm32f1xx_hal.h" #include <delay.h> static __IO uint32_t usticks; // __IO -- volatile // SysTick interrupt handler void SysTick_Handler() { //HAL_IncTick(); if (usticks != 0) { usticks--; } } void DelayInit
in „stm32f103 1 us Systick-timer delay“ · Mikrocontroller und Digitale Elektronik ·