-
Datei
GLCD.h
: 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 ·
-
Datei
console.txt
: command not found C:\DOKUME~1\test\LOKALE~1\Temp\make434023.sh: readlink: command not found C:\DOKUME~1\test\LOKALE~1\Temp\make434025.sh: cd: /STM32F4-Discovery_FW_V1.1.0/Libraries/CMSIS/ST/STM32F4xx/Source/Templates: No such file or directory make: *** [libstm32.a] Error 1 Building libstm32.a ...
in „Billiges Cortex-M4-Board STM32F4DISCOVERY jetzt erhältlich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
audio.c
#include "Audio.h" #include "stm32f4xx_conf.h" #include "stm32f4xx.h" #include <stdlib.h> static void WriteRegister(uint8_t address, uint8_t value); static void StartAudioDMAAndRequestBuffers(); static void StopAudioDMA(); static AudioCallbackFunction
in „STM32F4Discovery Audio "Störgeräusche"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_rcc.c
/** ****************************************************************************** * @file stm32f4xx_rcc.c * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief This file provides firmware functions to manage the following * functionalities of the Reset and clock
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_512k_64.ld
/* include the common STM32F103RE sub-script */ /* Common part of the linker scripts for STM32 devices*/ /* default stack sizes. These are used by the startup in order to allocate stacks for the different modes. */ __Stack_Size
in „STM32: Linkerscript löst Debugging-Problem aus?“ · 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
STM32H7-Base.pdf
PI U1303 1 141 PC11 PF11 60 CSW11 NRST PIU 10141 PC12 PF12 PI U1 06 0 8 63 1 2 BOOT0 T0 166 PI U 10 8 PC13 PF13 PI U1 06 3 PIS W1 01 PIS W1 02 PIU 101 66 BOOT0 OSC32K-I2K 0I PI U 1099 PI6U1 06 4 NL OS 32K 0O PC14-OSC32_IN PF14 OSC32K-O PI U10010 PC15-OSC32_OUT PF15 PI6U1 06 5 DIPSW1_SMD_50MIL PIU1101 71 PDR_ON GND STM32H753IIT6 CR11 10k STM32H753IIT6 +3V3 PI0402 PIR11 COR COR2 NLP D 0O N R3 +3V3 R2 PIR202 PIR21 PDR_ON PIR302 PIR301 GND D 0402 0402 D NC 1 2 3 4
in „STM32H7 und JTAG: Irgendwelche Fallstricke“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linkscript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32F103C8Tx Device from STM32F1 series ** 20Kbytes RAM ** 64Kbytes ROM ** ** 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><center
in „[Nucleo-F103] memset hängt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32F103C8Tx Device from STM32F1 series ** 20Kbytes RAM ** 64Kbytes ROM ** ** 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><center
in „arm-gcc RAM Belegung untersuchen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pushbutton.c
/* pushbutton.c * * Mehrere (1...8) Taster entprellen und abfragen * * 5.11.2017 */ #include <stdlib.h> #include <stdbool.h> #include "stm32f4xx.h" #include "system_stm32f4xx.h" uint_fast8_t pushbutton_poll(void); void
in „Böse Falle Boolean“ · 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
in „FreeRTOS - Heap nach Reset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bitbang_spi.h
bb_miso_port C #define bb_miso_pin 8 #define bb_mosi_port D #define bb_mosi_pin 2 #endif #if bb_port==9 #define bb_sck_port 0//lpc ssp0 #define bb_sck_pin 15 #define bb_miso_port 0 #define bb_miso_pin 17 #define bb_mosi_port
in „LPC1758 und PN532 über SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
***************************************************/ #include "stm32f4xx_conf.h" #include "stm32f4xx.h" #include "stm32f4xx_spi.h" int main(void) { init_SPI1(); while(1) { } } void init_SPI1(void) { GPIO_InitTypeDef GPIO_InitStruct; SPI_InitTypeDef SPI_InitStruct;
in „STM32F4 SPI1 Slave“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_DS1307.pdf
only use the connector on the left side: GND, SDA, SCL, VCC (U = 3,3V). For I2C and USB communication we use a Black Pill (STM32F103C8T6) We only write and read the seven yellow timekeeper registers 0x00 up to 0x06. “When you power up the module the clock halt (CH) bit in the seconds
in „I2C STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
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
project.pdf
32 3 D VDD PD10 R44 D8 _ C 20 22 20 22 + N 20 VSSA PD9 56 P T GNDB NC GNDB NC 47 G 21 55 GND U VNH5019 VNH5019 22 VREF+ PD8 54 1 3 5 B R32 C32 C35 VDDA PB15 M2INB GND GND 23 PA0 PB14 53 M2INA 24 52 1 B
in „Schaltplan so richtig? STM32F407VG“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
project.pdf
32 3 D VDD PD10 R44 D8 _ C 20 22 20 22 + N 20 VSSA PD9 56 P T GNDB NC GNDB NC 47 G 21 55 GND U VNH5019 VNH5019 22 VREF+ PD8 54 1 3 5 B R32 C32 C35 VDDA PB15 M2INB GND GND 23 PA0 PB14 53 M2INA 24 52 1 B
in „Schaltplan so richtig? STM32F407VG“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
/** ****************************************************************************** * @file startup_stm32.s dedicated to STM32F303RETx device * @author Ac6 * @version V1.0.0 * @date 2019-03-03 ****************************************************************************** */ .syntax unified .cpu cortex-m4
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
/** ****************************************************************************** * @file startup_stm32.s dedicated to STM32F303RETx device * @author Ac6 * @version V1.0.0 * @date 2019-03-03 ****************************************************************************** */ .syntax unified .cpu cortex-m4
in „Timer Interrupt am STM32F103RB“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
kk_bb.c
#include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #include "C:\zuc\fat\integer.h" #include "C:\zuc\fat\diskio.h" #define use_bitbang 01 #define ll_cs_port_x B #define ll_cs_pin_x 12 #define ll_ck_port B// A
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SPIonly.txt
#include "stm32f10x.h" #include "stm32f10x_conf.h" #define BufferSize 32 SPI_InitTypeDef SPI_InitStructure; uint16_t SPI_MASTER_Buffer[BufferSize] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0x20}; uint16_t TxIdx = 0; //////////////////////////////////////////////////////
in „SPI -> STM32F100RB; ich finde den Fehler nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Adapter_STM_Mini.pdf
1 2 3 4 5 6 Adapter für STM32_MinDevelopmentBoard über eine 26p-Buchse auf ein LCD Display WCG12864B6FSDEWG https://www.pollin.de/p/grafik-display-w-display-wcg12864b6fsdewg-gdsc-ff-12864wm-64-121146 A A FH12-26S-0.5SH X1-1 NCS1
in „LCD von Pollin“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup.asm
;****** Startup-File für den STM32F103ZET6 auf dem Eigenbau-Eval-Board ****** ; ; 1. Speicherbereiche: ; interner ROM: 0h .. 0007_FFFFh (512 KB) ; interner RAM: 2000_0000h .. 2000_FFFFh ( 64 KB) ; externer RAM: 6000_0000h .. 600F_FFFFh
in „Erste Schritte: Bekomme STm32 nicht zum Laufen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
HAL_DMA2D_ConfigLayer(&hdma2d, 1); } /* I2C1 init function */ void MX_I2C1_Init(void) { hi2c1.Instance = I2C1; hi2c1.Init.Timing = 0x0060699F; hi2c1.Init.OwnAddress1 = 0; hi2c1.Init.AddressingMode = I2C_ADDRESSINGMODE_7BIT; hi2c1.Init.DualAddressMode
in „STM32F7 Disco und das Display-->hard fault error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stm32f1xx.h> //Core Header for STM32F103C8T6 Processor #include <stdio.h> #define EEPROM_DEVICE 0xA0 //All Addresspins grounded #define EEPROM_WRITE 0 #define EEPROM_READ 1 int main(void) { //Enable Clocks
in „STM32 I2C EEPROM lässt sich lesen aber nicht beschreiben“ · Mikrocontroller und Digitale Elektronik ·
-
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 P J X W R R R D R 81R 1 C6 C C J C26 s o 1 1 6 91R L 87 C93 R15 s D D Di C R R C . E E Em D 72C R1 C2 e L L L S 1 SV2 20 1 SV3 10 01.03.2012 18:44:54 C:\Users\SuperK\13-Eagle\1-Projekte\STM32F407Vx_Baseboard
in „STM32F407 (100pin) Basisboard - Review bitte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32H743ZI_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32H743ZI Device with ** 2048KByte FLASH, 1056KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „Wie speichere ich große Arrays in STM32?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F107RB_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F107RB Device with ** 128KByte FLASH, 64KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „FreeRTOS - Heap nach Reset“ · 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
STM32F10x_512k_64k_flash.ld
/* Default linker script for STM32F10x_512K_64K with GNU-ld Martin Thomas, 9/2009 A heavily modified "Default linker script for STM32F10x_512K_64K" Copyright RAISONANCE S.A.S. 2008 found in the STM fw-library. (there is not much left
in „STM32F103: CAN - Bus funktioniert bei Medium-Density-, nicht aber bei High-Density device“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_128k_20k_flash.ld
/* Default linker script for STM32F10x_128K_20K with GNU-ld Martin Thomas, 9/2009 A heavily modified "Default linker script for STM32F10x_512K_64K" Copyright RAISONANCE S.A.S. 2008 found in the STM fw-library. (there is not much left
in „STM32F103: CAN - Bus funktioniert bei Medium-Density-, nicht aber bei High-Density device“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_spi.c
/** ****************************************************************************** * @file stm32f4xx_spi.c * @author MCD Application Team * @version V1.6.1 * @date 21-October-2015 * @brief This file provides firmware functions to manage the following * functionalities of the Serial peripheral
in „GCC Optimierung killt Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F207IG_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F207IG 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 ** ** Environment : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „STM3240G-EVAL Beispielprogramm“ · 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 „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
Vergleichstabelle der SPI-Features auf STM32-Geräten
Table 1. Main SPI features on STM32 devices Feature/Version 1.2.x 1.3.x 2.x(1) 3.x(1) STM32 series F1, F2, F4, L0, L1 C0, F0, F3, F7, G0, G4, L4+, L5, U0, WB, WL H7, MP1 H5, MP2, U3, U5, WBA Data size 8- or 16-bit 4- to 16-bit 4- to 32-bit Tx & Rx FIFOs No 2x 4- to 16-bit 2x 4- to 32-bit Data packing by data-register access No No Yes Yes Data packing by packets No Yes Yes Dual clock domain (APB and kernel) No Yes Programmable transfer
in „Multichannel DAC mit SPi-DMA beschreiben“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
STM32L100XC_FLASH.ld
/* ***************************************************************************** ** ** File : STM32L100XC_FLASH.ld ** ** Abstract : Linker script for STM32L100XC Device with ** 256KByte FLASH, 16KByte RAM ** ** Set heap size, stack size and stack location according ** to application requirements
in „Kann gcc-Projekt nicht auf STM32 discovery board laden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_flash.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F103RB Device with ** 128KByte FLASH, 20KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „STM32: CAN Loopback mit merkwürdigem Effekt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_flash.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F100VB Device with ** 128KByte FLASH, 8KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „STM32 Yagarto Intel Hex File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_flash.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F103RB Device with ** 128KByte FLASH, 20KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „STM32: Jeder Interrupt landet im Default_Handler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
arm-gcc-link_-_Kopie.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F407VG Device with ** 1024KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „Hardfault-Interrupt bei malloc wenn kein Speicher verfügbar“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Neues_Textdokument__2_.txt
#define SPI_MASTER SPI1 #include "stm32f10x.h" #include "LCD.h" #include "stm32f10x_conf.h" #define ADC1_DR_Address ((uint32_t)0x4001244C) #define ADC2_DR_Address ((uint32_t)0x40013C4C) #define BufferSize 32 GPIO_InitTypeDef GPIO_InitStructure
in „SPI -> STM32F100RB; ich finde den Fehler nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Konfigurationsfenster eines ARM-Compilers für STM32F031G6
Options for 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
in „Keil Clock Frequenz Feld nicht editierbar“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
stm32f4x7_eth.h
((uint32_t)0x02000000) /*!< Transmit Time Stamp Enable */ #define ETH_DMATxDesc_CIC ((uint32_t)0x00C00000) /*!< Checksum Insertion Control: 4 cases */ #define ETH_DMATxDesc_CIC_ByPass ((uint32_t)0x00000000) /
in „STM32-E407 Ethernet / UDP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth.h
((uint32_t)0x02000000) /*!< Transmit Time Stamp Enable */ #define ETH_DMATxDesc_CIC ((uint32_t)0x00C00000) /*!< Checksum Insertion Control: 4 cases */ #define ETH_DMATxDesc_CIC_ByPass ((uint32_t)0x00000000) /
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
initsdram.c
by CLIVE - SOURCER32@GMAIL.COM * @param None * @retval None */ void SystemInit_ExtMemCtl(void) { register uint32_t tmpreg = 0, timeout = 0xFFFF; register uint32_t index; /*-- GPIOs Configuration -------------------------
in „STM32F429 Disco Board: SDRAM benutzen“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Einstellungen für STM32F031G6 Target Release
Options for Target '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
in „Keil Clock Frequenz Feld nicht editierbar“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
stm32_flash.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F103VB Device with ** 128KByte FLASH, 20KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed �as is,� without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or
in „GNUARM TChain Linker Problem STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F334K8_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F334K8 Device with ** 64KByte FLASH, 12KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „CCMRAM richtig einsetzen“ · Mikrocontroller und Digitale Elektronik ·