-
Datei
main.c
stdlib.h> #include <stdint.h> #include <math.h> #include <stdarg.h> // StdPeripheral Libs #include "stm32f4xx.h" #include "stm32f4xx_spi.h" // ---- Spezielle Includes --------- #include "defines.h" #include "tm_stm32f4_sdram.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_ili9341_ltdc.h" #include "tm_stm32f4_fonts.h" // Typdefinition diverser RAM Typen, Verwendung <Typ> <CCRAM> <Variablenname> #define CCRAM __attribute__((section(".ccram"))) #define SDRAM __attribute__((section(".sdram"))) // ------
in „STM32F4 GCC Toolchain: syscalls.c printf und malloc Errors“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429x.c
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author Coocox / UB (angepasst fuer STM32F429) * @version V1.1 * @date 10/27/2013 * @brief STM32F429 Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP
in „STM32F4 GCC Toolchain: syscalls.c printf und malloc Errors“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429x.c
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author Coocox / UB (angepasst fuer STM32F429) * @version V1.1 * @date 10/27/2013 * @brief STM32F429 Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP
in „STM32F4 Linker Scripte: Ich will es jetzt kapieren!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f429.c
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author Coocox / UB (angepasst fuer STM32F429) * @version V1.1 * @date 10/27/2013 * @brief STM32F429 Devices vector table for RIDE7 toolchain. * This module performs: * - Set the initial SP
in „STm32Fxxx: Kleiner Gefallen vom einem Profi erbeten“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
fiostdv20_datasheet.pdf
FiO Std Datasheet - High capacitance (0.33F) capacitor as FEATURES RTC backup battery Built-inRapidSTM32native-supportbootloader. - RS232 (3232-series) level converter - Micro SD card socket ARM 32-bits Cortex TM – M3 Processor (STM32F103RET6
in „Aimagin FioStd wird nicht mehr erkannt.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB997.pdf
I000nF 0 000nF 32 I000nF 2 020nF 20 C1 I2 2.2uF 322.2uF STMicroelectronics COC2 COC3 COC COC2 COC2 000nF 3000nF 000nF 2000nF C0 1uF Title: STM32F4DISCOVERY MCU Number:MB997 Rev:B.2(PCB.SCH) Date1/9/2012 Shee3
in „Mit STM32F4 einen Laser ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Atollic_Develop_Debug_BootloaderApps_ARMCortex.pdf
STM32F4-Discovery • STM32F4_Discovery_Bootloader_APP • STM32F4_Discovery_Bootloader_BL BL = Bootloader. APP = Application. Both must be downloaded. 2016-04-20 6 Memory map • Bootloader and application
in „GDB - ARM, Debug mit Offset“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rtc_main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" #include "stm32_eval.h" /** @addtogroup STM32F2xx_StdPeriph_Examples * @{ */ /** @addtogroup RTC_LSI * @{ */ /* Private typedef -----------------------------------------------------------*/
in „RTC Initialisierung auf STM32F4 geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_stm32f7xx.c
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f7xx_system * @{ */ /** @addtogroup STM32F7xx_System_Private_Includes * @{ */ #include "stm32f7xx.h" #if !defined (HSE_VALUE) #define HSE_VALUE ((uint32_t)25000000) /*!< Default value of the External
in „STM32F7 & malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-------------- // File : main.c // Datum : 14.06.2013 // Version : 1.0 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Funktion : Demo der IRSND-Library // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" //-------------------------------------------------------------- #include "stm32f0xx.h" #include "stm32_ub_irsnd.h" #include "stm32f0308_discovery.h" #include
in „IRSND auf STM32F0“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32F experimentelle Platine
gnd vbat 32.768 kHz gnd 5v schottky 3.3V ledger PB15 10k PB12 10k PB14 10k PB13 1k STM32F experimental board v0.0.1 05-09-2024 by R. Seelig Vcc gnd cs rst dssda skled I2C sp gnd +LED-suppyl vref A0 A1 A2 C5 C4 A3
in „Zeigt her eure Kunstwerke (ab 2023)“ · Projekte & Code · · Platinenfotos
-
Bild
STM32F Experimentierboard mit Display
Bitmap aus image2c gnd 3.3vst reset board 05-09-2024 by R. Seelig STM32F exper board v0.0.1 J2 mosi sck miso lxd sdi sdo spi 3.3v 5v gnd schottky 10k PB15 PB12 PB14 PB13 10k 3.3v 5v Vo A0 A1 A2 C5 C4 A3 A7 A5 A6 A10 A9 B7 B6 C9 C8 5V 3.3V GND
in „Zeigt her eure Kunstwerke (ab 2023)“ · Projekte & Code · · Platinenfotos
-
Bild
Sammlung von Spiele-Screenshots für ein STM32 Display
3 Todo 8 coded color Press up-key Raetsel: 2648 Menu Bricks Another Breakout Sc: 9 TETRAIS TETRAIS 4 GEWINN by R. Seelig MineSweeper 2025 by R. Seelig ScreenShots STM32F402RCT mit SPI-TFT Display 160x128 und 4 Buttons
in „STM32F4 - Spiele“ · Projekte & Code · · Screenshots
-
Bild
STM32F experimental Board mit Display und Spielen
STM32F experimental board v0.0.1 05-09-2024 by Seelig C5 USB CLK SDA TFT LCD GND VCC SCK MOSI A0 A1 A2 A3 A4 A5 A6 A7 A8 A9 B7 B8 B9 C9 C8 C5 3.3V GND 12C LED-supply PB12 PB13 PB14 PB15 schaltky 3.3V GND 5V 100uF 47pF CodedColor Breakout Tetris Reversi Vier Gewinnt Minesweeper Three A Color
in „STM32F4 - Spiele“ · Projekte & Code · · Platinenfotos
-
Datei
stm32f4xx_ip_dbg.h
************************************************************** * @file Lib_DEBUG/Lib_DEBUG_Example/stm32f4xx_ip_dbg.h * @author MCD Application Team * @version V1.0.1 * @date 13-April-2012 * @brief Header for stm32f4xx_ip_dbg.c file ********************************************************************
in „Keil Debugger mit STM32F4Discovery / veraltete Firmware im ST-Link“ · 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 STM32F4x7_ETH_Driver * @{ */ /** @defgroup ETH_Exported_Types * @{ */ /** * @brief ETH MAC Init structure definition * @note The user should not configure all the ETH_InitTypeDef structure's fields. * By
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
ARM-STM32F4-Serie-Daten.txt
Anzahl der Timer/Zähler: 14 Timer Prozessor-Serie: ARM Cortex-M Art des Programmspeichers: Flash Serie: STM32F4 STM32F407VGT6 ============= ARM Mikrocontroller - MCU ARM M4 1024 FLASH 168 Mhz 192kB SRAM Kern: ARM Cortex M4 Datenbus-Weite: 32 bit Maximale Taktfrequenz: 168 MHz Programmspeichergröße: 1024 kB
in „STM32F407VGT6 Pinkompatibilität zu den F427/F437 Typen ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_simple_stm32f4xx.c
/* * adc_simple_stm32.c * * Einfache ADC-Routinen fuer Testzwecke. Freilaufender ADC, letzter Wert * wird gepollt. * * Created: 19.01.2018 * Author: Nicolas */ /* Beschreibung ADC STM32F4xx im RM0390 S. 353...399 */ #include
in „Initialisierung ADC STM32F446 - gelöst“ · 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 STM32F4x7_ETH_Driver * @{ */ /** @defgroup ETH_Exported_Types * @{ */ /** * @brief ETH MAC Init structure definition * @note The user should not configure all the ETH_InitTypeDef structure's fields. * By
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 ·
-
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 +
in „I2C-Kommunikation stoppt nach ca. 1-5 Sekunden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
log.txt
---------------------------------------CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/nucleo_f303k8.html PLATFORM: ST STM32 (16.1.0) > ST Nucleo F303K8 HARDWARE: STM32F303K8T6 72MHz, 12KB RAM, 64KB Flash DEBUG: Current (stlink) On-board (stlink) External (blackmagic, cmsis-dap, jlink)
in „Nucleo + PlatformIO upload Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
network_interface.h
----------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_syscfg.h" #include "stm32f4xx_exti.h" #include "misc.h" #include "stm32f4x7_eth_bsp.h" //#include "stm32f4x7_eth.h
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sd_spi_stm32.c
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ //#include "stm32f10x.h" //#include "core_cm3.h" //#include "system_stm32f10x.h" #include "stm32f10x_conf.h" #include "defines.h" #include "main.h" //#include "stm32f10x.h" #include "ffconf.h" #include "diskio.h" /
in „STM32 - SPI Schnittstelle empfängt mal korrekt und dann wieder nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rtc_user.h
#ifndef RTC_USER_H_INCLUDED #define RTC_USER_H_INCLUDED #include "defines.h" #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_general.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_gpio.h" #endif /* RTC_USER_H_INCLUDED */ #
in „Code: Berechnung von Sonnenauf- und Untergang mit einem uC“ · Projekte & Code ·
-
Datei
irmpconfig.h
hardware pin here for ARM STM32 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
configx.h
endif #if USE_MMC //+++++++++++++++++++++ mmc +++++++++++++++++++++++++++++++++++ #include "C:\zuc\stm32_sd\ffconf.h" #include "C:\zuc\stm32_sd\integer.h" #include "C:\zuc\stm32_sd\diskio.h" #if zucSTM32 || zucLPC176x #include "C:\zuc\stm32_sd\mmc_32f1.c.h" //#include "C:\zuc\chan_sdx\ff_mmc_lowlevel.h" //VCT6 hw ok //VCT6 sw ok //avr sw ok //avr hw err #endif #if zucAVR // #include "C:\zuc\stm32_sd\mmc_32f1.c.h" //avr uspi ok #include "C:\zuc\chan_sdx\ff_mmc_lowlevel.h" //avr hw ok //avr sw ok //avr uspi err #endif #include "C:\zuc\stm32_sd\ff.h" #include "C:\zuc\stm32_sd\ff.c.h" FATFS FatFsx
in „Header Datei für Konfiguration erstellen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CMSIS_Doulos_Tutorial.pdf
0 /*!< STM32 does not provide a MPU present or not*/ #define __NVIC_PRIO_BITS 4 /*!< STM32 uses 4 Bits for the Priority Levels */ #define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used
in „stm32 tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_Init.c
define _NVIC //#define _ADC //#define _GPIO //#define _EXTI #include "stm32f10x_lib.h" // STM32F10x Library Definitions #include "STM32_Reg.h" // missing bit definitions #define _SysTick //#include "..\_stdlibrary_V2_03_patch\inc\stm32f10x_systick.h" //#include "stm32f10x.h" //#include "stm32f10x_gpio.h" //#include "stm32f10x_nvic.h" // #include "stm32f10x_rcc.h" // #include "stm32f10x_tim.h" // #include "stm32f10x_exti.h" #endif //-------- <<< Use Configuration Wizard in Context Menu
in „Frage zu ST-Mikrocontrollern mit eMios“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f1xx_hal_can.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F1xx_HAL_CAN_H #define __STM32F1xx_HAL_CAN_H #ifdef __cplusplus extern "C" { #endif #if defined(STM32F103x6) || defined(STM32F103xB) || defined(STM32F103xE) || \ defined(STM32F103xG) || defined(STM32F105xC
in „STM32 CAN Botschaft empfangen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TestArmTurtorialDeu.pdf
beliebt. Es sind mehrere Entwicklungsboards mit diesen Controllern verfügbar, zum Beispiel: Nucleo-F103, „/ users / hudakz / code / STM32F103C8T6_Hello / Blue Pill (suchen Sie nach „stm32f103c8t6“ auf AliExpress, Ebay oder Amazon), Quellhardware Olimexino-STM32, STM32-P103, / STM32-H103 / STM32-H103
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
------------------- // File : main.c // Datum : 09.09.2014 // Version : 1.0 // Autor : AJ // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : CMSIS_BOOT, M4_CMSIS_CORE // Hinweis : Diese zwei Files muessen auf 8MHz stehen // "cmsis_boot/stm32f4xx.h" // "cmsis_boot/system_stm32f4xx.c" //---------
in „STM32F4 DISCOVERY und SainSmart 3.2″ Display“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
textdisplayadapter_2.pdf
wird vorrausgesetzt, dass die entsprechenden Compiler systemweit installiert sind: für PFS154 und STM8: sdcc 4.1 oder höher für AVR: avr-gcc 7.3.0 oder höher für STM32F0: arm-none-eabi-gcc 6.2.1 oder höher Steuerungspins der Controller: STM8: PA3, bei einem Controller im TSSOP-20 Gehäuse ist das der Pin 10 AVR: PD2, bei einem ATmegaxx8 im 28 pol. Gehäuse ist das der Pin 2 PFS154: PA4, bei einem 16 pol. Gehäuse Pin 10, bei einem 8 pol. Gehäuse Pin 6 STM32F030: PA9 (USART1_TX), bei einem Controller im TSSOP-20 Gehäuse ist das der Pin 17 Für alle 4 Mikrocontrollerfamilien sind in
in „"Intelligenter" Textdisplayadapter mit Padauk PFS154“ · Projekte & Code ·
-
Datei
0001-Add_Frre_Text_Support_To_STM32.patch
--------- + */ +#ifndef FREETEXT_H +#define FREETEXT_H + +#include "eeprom-data.h" + +#if defined (STM32F10X) +# include "stm32f10x.h" +#elif defined (STM32F4XX) +# include "stm32f4xx.h" +#endif + +typedef struct +{ + char free_text[EEPROM_DATA_SIZE_FREE_TEXT+1]; +} FREETEXT_GLOBALS; + +extern FREETEXT_GLOBALS
-
Datei
linkfile.txt
GCC Linker Script /*SEARCH_DIR("C:\Programme\Hitex\GnuToolPackageCortex\bin\..\lib\gcc\arm-hitex-elf\4.4.0\thumb2\soft" ) INPUT ( .\objects\cpuinit.o .\objects\flop.o .\objects\main.o .\objects\misc.o .\objects\startup_stm32f10x_ld.o .\objects\stm32f10x_adc.o .\objects\stm32f10x_dma.o .\objects\stm32f10x_flash.o .\objects\stm32f10x_gpio.o .\objects\stm32f10x_it.o .\objects\stm32f10x_rcc.o .\objects\stm32f10x_tim.o ) /* provide kann vom Objektfile ueberschrieben werden */ __Stack_Size = 1024 ; PROVIDE ( _Stack_Size = __Stack_Size
in „GCC Linker File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4x7_eth_conf.h
/** ****************************************************************************** * @file stm32f4x7_eth_conf.h * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief Configuration file for the STM32F4x7 Ethernet driver. *********************************************
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
.syntax unified .cpu cortex-m4 .thumb @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ BIT3, 0x00000008
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
codecIntegerSineWave.ino
// sine wave generator using the 16 bit codec of the // STM32F4 Discovery // // you need to copy the library from here // https://github.com/mubase/STM32F4-Arduino-core // to ... \arduino-1.6.9\hardware\Arduino_STM32 // after you installed the STM32 support
in „STM32F4 Discovery Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
techb_GraficLCD_de_en.pdf
Controller from Displaytech with Sitronix ST7565R controller • Steckerleiste für den Anschluss an ein mySTM32 F4 • Male pin header to connect with a mySTM32 F4 Discovery PLUS Discovery PLUS • Buchsenleiste für den Anschluss weiterer Module • Female connector for other modules • Raster für flexible Anwendung
in „LCD Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bma020.h
#ifndef BMA020_H #define BMA020_H #include <stm32f4xx.h> #include <stm32f4xx_gpio.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_usart.h> #include <stm32f4xx_spi.h> #include <stm32f4xx_conf.h> /************************Defines******************
in „STM32F4: BMA020 per SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
.syntax unified .cpu cortex-m4 .thumb @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ BIT3, 0x00000008
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32H7-Disco_full.PDF
kHz IC00043 STM32H743IIT6 STM32H743IIT6 C1C8 U5D PI11PC0 GND PU04 PD0_SDRAM_D 22 PD0 PU04 PD1_SDRAM_D 33 50 V PD1 144 PD2_SDcard_CMD 2.2 pF PD2 P145 PD3_LTDC_ 7 PD3 PU04 NLP40 cad0etet PD4 PU04 PD4_SD r _ etect C PD5
in „STM32H7-Disco erster Test“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
.syntax unified .cpu cortex-m4 .thumb .set LSE_fitted,0 @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
.syntax unified .cpu cortex-m4 .thumb .set LSE_fitted,0 @ GPIO register map is similiar to STM32F4 chips. @ -> register boundary address pp. 65 in DM00031020.pdf .equ BIT0, 0x00000001 .equ BIT1, 0x00000002 .equ BIT2, 0x00000004 .equ
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Scratch_MegaSample.c
#include "stm32f4xx.h" #include "system_stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "misc.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_syscfg.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_usart.h" #include "stm32f4xx_adc.h" #include "stm32f4xx_dma.h" #include "Scratch_MegaSample.h" void Init_USART2(){ // Enabling the Clock for the USART1 RCC_APB1PeriphClockCmd(RCC_APB1Periph_USART2
in „STM32F4 ADC/DMA Phänomene“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
* Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]; /* Alle GPIO-Ports, an denen
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·