-
Datei
stm32746g_discovery_lcd.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32746g_discovery_lcd.h" #include "fonts.h" #include "font24.c" #include "font20.c" #include "font16.c" #include "font12.c" #include "font8.c" /** @addtogroup BSP * @{ */ /** @addtogroup STM32746G_DISCOVERY
in „STM32F7 Disco und das Display-->hard fault error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
of range" .endif @ PLL output divider DIVP (allowed values: 2, 4, 6, or 8) @ DIVP must be chosen so that f_VCO falls in the range 192 - 432 MHz .set DIVP, 2 .if DIVP != 2 && DIVP != 4 && DIVP != 6 && DIVP != 8 .error "DIVP out of range" .endif @ VCO frequency (allowed range
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst168.s
of range" .endif @ PLL output divider DIVP (allowed values: 2, 4, 6, or 8) @ DIVP must be chosen so that f_VCO falls in the range 192 - 432 MHz .set DIVP, 2 .if DIVP != 2 && DIVP != 4 && DIVP != 6 && DIVP != 8 .error "DIVP out of range" .endif @ VCO frequency (allowed range
in „STM32CubeIDE - kann man dem gdb server einen Schalter mitgeben?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F746-DISCO-OSCI.pdf
STM32F746G-DISCO-OSCI – recording into “Wave file” on SD-Card STM32F746G-DISCO-OSCI – only an “Estimation-Iron” (free translation from “Schätzeisen” ;-) or maybe a little bit more? The intention for this
in „STM32F746G-DISCO-OSCI mit WAV-Recording auf SD-Karte“ · Projekte & Code ·
-
Datei
LUHE_AD9650.h
* @{ */ /** * @brief Define for STM32F429I_DISCO board */ #if !defined (USE_STM32F429I_DISCO) #define USE_STM32F429I_DISCO #endif /** @addtogroup STM32F429I_DISCOVERY_LOW_LEVEL_AD9850# * STM_EVAL_AD9850Off(AD98502); // Reset * STM_EVAL_AD9850Off(AD98503); // DATA * STM_EVAL_AD9850Off(AD98504); // FQ_UD * STM_EVAL_AD9850Off(AD98505); // W_CLK * } * @{ */ #define AD9850n 4 #define AD98502_PIN GPIO_Pin_8 #define AD98502_GPIO_PORT GPIOD #define AD98502_GPIO_CLK RCC_AHB1Periph_GPIOD
in „AD9850 Steuerwort,Berechnung richtig?“ · HF, Funk und Felder ·
-
Datei
test.c
* SD card logical drive path */ uint32_t byteswritten, bytesread; /* File write/read counts */ uint8_t wtext[] = "This is STM32 working with FatFs"; /* File write buffer */ uint8_t rtext[100]; uint32_t adcValues[3]; uint8_t itoaBuffer[256]; /* Private function prototypes ----------------------------
in „STM32F7 FatFS mit µSD“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
WeAct-STM32G0xxC0xxCoreBoard_V10_SchDoc.pdf
PISW2102 PA13 P I U 210 1 8 SB2 2 PA14 19 PA13 P I U 2 0 1 9 PA14-BOOT0 SW1 1 GND PB6 20 P1P P I U 2 0 2 0 PB6 PB7 P I U 2 0 1 PB7 VDD33 PI P 1 01 1 SWDIO PI P 1 02 2 GND P I U 2 0 5 VSS/VSSA SWCLK PI P 1 03 3 PI P 1 04 GND 4 STM32C011F6P6/STM32G031F8P6/STM32G030F6P6 Header 4H SW2 2 GND PPW SWDIO PA13 Y RR1 E SWCLK PA14 C K PA14 C VDD33 PR12 PIR01 0402 PI0 COR2 330Ω R 0402 3PW 11 PI0 10kΩ P2P PB7 P3P PB6 1 PIP201 1 PIP301 PIP202C14 PIP302
in „STM32G031G8 Grundbeschaltung / keine Verbindung über SWD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Endlosschleife.txt
00061 this is done through SystemInit() function which is called from startup 00062 file (startup_stm32f4xx.s) before to branch to application main. 00063 To reconfigure the default setting of SystemInit() function, refer to 00064 system_stm32f4xx.c file 00065 */ 00066 00067 /* Initialize the LCD */
in „Endlosschleife in RTC Beispiel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
============== - this file must be inserted in a project containing the following files : o system_stm32f0xx.c, startup_stm32f072xb.s o stm32f0xx.h to get the register definitions o CMSIS files =============================================================================== ##### How to test this example
in „RS485 - viele Teilnehmer - hohe Geschwindigkeit“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CMSIS_Doulos_Tutorial.pdf
essential header files. The illustration below shows the flow and dependencies of the header files stm32.h, core_cm3.h and system_stm32.h, which are part of CMSIS release V1P0. core_cm3.h stdint.h stm32.h system_stm32.h /* Configuration of the Cortex-M3 Processor and Core Peripherals */ #define __MPU_PRESENT
in „stm32 tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" // GPIO Library für die Peripherie #include "stm32f0xx_rcc.h" // RCC Library für den Takt, der widerrum die Peripherie versorgt #include "stm32f0xx_spi.h" // SPI Library für die SPI-Schnittstelle #include "stm32_led.h" // Library für die Kontroll-LED #include "stm32_user_button.h" // Library für den User-Button #include "stm32_spi_eigen.h" //typedef enum //{ // Cntrl = 00, // Freq0 = 01, // Freq1 = 10, //
in „AD9833 mittels STM32F072 per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_ub_uart.h
//-------------------------------------------------------------- // File : stm32_ub_uart.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __STM32F4_UB_UART_H #define __STM32F4_UB_UART_H
in „STM32F4 USART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
graphik.h
ifndef GRAPHIK_H_INCLUDED #define GRAPHIK_H_INCLUDED // Special Libs #include "defines.h" #include "tm_stm32f4_ili9341.h" #include "tm_stm32f4_delay.h" #include "tm_stm32f4_rng.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_general.h" #include "tm_stm32f4_disco.h" #include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
------------------------- */ #elif defined(ATMEL_AVR) # define IRSND_OCx IRSND_OC2 // use OC2 (Mega8) /*--------------------------------------------------------------------------------------------------------------------------------------------------- * PIC C18 or XC8 section: * * Change hardware pin
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
code.txt
#include "stm32f10x.h" #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> #include <typedef.h> #include <init.h> #include "stm32f10x_adc.h" #include "stm32f10x_dac.h" #include "stm32f10x_usart.h" #include "stm32f10x_dma.h
in „USART Remapping“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
code.txt
#include "stm32f10x.h" #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> #include <typedef.h> #include <init.h> #include "stm32f10x_adc.h" #include "stm32f10x_dac.h" #include "stm32f10x_usart.h" #include "stm32f10x_dma.h
in „USART Remapping“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi2_slave.h
----------- // Includes //-------------------------------------------------------------- #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "misc.h" //-------------------------------------------------------------- // Defines //-----------
in „RaspberryPI <- SPI -> STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
en.DM00091010.pdf
/x6/x8/xC and STM32F070x6/xB microcontroller memory and peripherals. It applies to STM32F030x4/x6/x8/xC and STM32F070x6/xB devices. For the purpose of this manual, STM32F030x4/x6/x8/xC and STM32F070x6/xB microcontrollers
in „EFM32F030 und Standby“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.h
#include "irmpsystem.h" #ifndef IRSND_USE_AS_LIB # include "irsndconfig.h" #endif #if defined (ARM_STM32) // STM32 # define _CONCAT(a,b) a##b # define CONCAT(a,b) _CONCAT(a,b) # define IRSND_PORT CONCAT(GPIO, IRSND_PORT_LETTER) # if defined (ARM_STM32L1XX) # define IRSND_PORT_RCC CONCAT(RCC_AHBPeriph_GPIO
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "system_stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_dma.h" #include "stm32f4xx_gpio.h" #include "misc.h" #include "uart.h" #include "timer.h" #include "adc.h" #include
in „Assembler aufrufen aus C (ARM STM32)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
code.txt
#include "stm32f10x.h" #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> #include <typedef.h> #include <init.h> #include "stm32f10x_adc.h" #include "stm32f10x_dac.h" #include "stm32f10x_usart.h" #include "stm32f10x_dma.h
in „USART Remapping“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
code.txt
#include "stm32f10x.h" #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> #include <typedef.h> #include <init.h> #include "stm32f10x_adc.h" #include "stm32f10x_dac.h" #include "stm32f10x_usart.h" #include "stm32f10x_dma.h
in „STM32 Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
code.c
#include "stm32f10x.h" #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> #include <typedef.h> #include <init.h> #include "stm32f10x_adc.h" #include "stm32f10x_dac.h" #include "stm32f10x_usart.h" #include "stm32f10x_dma.h
in „STM32 Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
RCC_BASE + 0x34 .equ RCC_APB1ENR , RCC_BASE + 0x40 .equ RCC_APB2ENR , RCC_BASE + 0x44 @ USART3 on STM32F4 chips: @ USART3 on STM32F1/STM32F4 chips: pp. 1018 in RM0090 (dm00031020-stm*.pdf) .equ USART3_BASE , 0x40004800 .equ USART3_SR , USART3_BASE + 0x00 .equ USART3_DR , USART3_BASE + 0x04 .equ USART3
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spiGeneric.h
only fill as much data to the outgoing buffer as there is space in the incoming buffer too. For the STM32F411, according to the datasheet there the buffers seems to support only one element. For the STM32L452, the datasheet mentions 32bit of FIFO. This should be 4x 8bit data. As result, there will be an interruption for the STM32F411 between one byte sent and the next one put into the TX buffer, whereas the STM32L452 could work without interruption and reach the maximum possible SPI speed. */ size_t inQueue = 0; const size_t
in „STM32: SPI - HAL durch eigenen code ersetzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32u5xx_hal.c
_STM32U5xx_HAL_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */ #define __STM32U5xx_HAL_VERSION_RC (0x00U) /*!< [7:0] release candidate */ #define __STM32U5xx_HAL_VERSION ((__STM32U5xx_HAL_VERSION_MAIN << 24U)\ |(__STM32U5xx_HAL_VERSION_SUB1 << 16U)\ |(__STM32U5xx_HAL_VERSION_SUB2 << 8U )\ |(__STM32U5xx_HAL_VERSION_RC)) #define VREFBUF_TIMEOUT_VALUE 10U /* 10 ms (to be confirmed) */ /** * @} */ /* Private macro --
in „STM32U599 reagiert nicht: Keine Funktion auf dem Custom Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.s
of range" .endif @ PLL output divider DIVP (allowed values: 2, 4, 6, or 8) @ DIVP must be chosen so that f_VCO falls in the range 192 - 432 MHz .set DIVP, 2 .if DIVP != 2 && DIVP != 4 && DIVP != 6 && DIVP != 8 .error "DIVP out of range" .endif @ VCO frequency (allowed range
in „Assemblerprogramm zur Ausgabe eines Zeichens auf UART3“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
mb1045_changed.pdf
PA11 2 OSC_OUTOSC0OUT 6 P0U1506 P0U15311 T_SWOT0SWO 8 2 N0STM0RST OSC_OUT PA10 P0U15030 N0LED0STLINK 1 P0R30502 P0R30501 5 STM_RST 7P0U1507 30 LED_STLINK 0 +3V3 C 8 /RST PA9 P0U12929 MCO0MCO P B P P0U15VSSA PA8 B R305 100K 0 C165 9 P0U1509 P0U15028 28 1
-
PDF
mb1045_changed_korrigiert.pdf
PA11 2 OSC_OUTOSC0OUT 6 P0U1506 P0U15311 T_SWOT0SWO 8 2 N0STM0RST OSC_OUT PA10 P0U15030 N0LED0STLINK 1 P0R30502 P0R30501 5 STM_RST 7P0U1507 30 LED_STLINK 0 +3V3 C 8 /RST PA9 P0U12929 MCO0MCO P B P P0U15VSSA PA8 B R305 100K 0 C165 9 P0U1509 P0U15028 28 1
-
PDF
STM_DEV.pdf
Size: A4 Number4. Revisio1.0 Date: 16.01.2010 Time: 17:31:15 Sheet 4 of 7 File: C:\Projekte\ALTIUM\STM-DEV\USB.SchDoc 1 2 3 4 1 2 3 4 A A VCC I2 CK101 I0100n GND SS8 VCC 2PISS802 Stiftleiste 2pol 1PISS801 PISC10VDD NLPD POSD_CMD PC121 PI5C10CMD / DATA IN B POSD_CLK PISC10CLK B POSD_DAT0 PC8C PISC10DAT0
in „STM32 Development Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tools.c
stdbool.h> #include <stdint.h> /* --------------- Special Include Files / Librarys ------ */ #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_disco.h" #include "tm_stm32f4_nrf24l01_cj.h" #include "tm_stm32f4_rtc.h" #include "tm_stm32f4_bmp180.h" #include "tm_stm32f4_delay.h" /* -------------- Projekt Include
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
serial_stm32.c
/** @file serial_stm32.c @brief serial handling using CubeMx @platform developed on STM32F407 using ARM-CC @see for DMA receive see https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=https%3a%2f%2fmy.st.com%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fSTM32Java%2fModifying%20STM32FCubeMX%20HAL%20Drivers%20for%20UART%20RX%20%28IT%20mode%29%20with%20unknown%20size%20data%20size&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000F9A0E3A95BA69146A17C2E80209ADC21&
in „STM32 HAL UART Mysterium oder bin ich dumm?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Quellcode.c
#include <stm32f10x_lib.h> // STM32F10x Library Definitions #include "STM32_Init.h" // STM32 Initialization #define S3 0x00002000 // PC13: S3 #define S2 0x00000001 // PA0 : S2 #define UNBOUNCE_CNT 5 // unbounce the
in „Unverständnis bei Pinauswahl ARM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_spi_eigen.h
// File: stm32_spi_eigen.h #ifndef _stm32_spi_eigen_h // Wenn _stm32_spi_eigen_h noch nicht als define_Konstante definiert wurde. wird der Sourcecode eingebunden #define _stm32_spi_eigen_h // und _stm32_spi_eigen_h
in „AD9833 mittels STM32F072 per SPI ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
None * @retval None */ void GPIO_Configuration(void) { GPIO_InitTypeDef GPIO_InitStructure; #ifdef STM32F10X_CL /* GPIOE Configuration: Channel 1/1N, 2/2N, 3/3N as alternate function push-pull */ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_9|GPIO_Pin_11|GPIO_Pin_13| GPIO_Pin_8|GPIO_Pin_10|GPIO_Pin_12; GPIO_InitStructure.GPIO_Mode
in „STM32 Six-step PWM signal generation using TIM1“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
None * @retval None */ void GPIO_Configuration(void) { GPIO_InitTypeDef GPIO_InitStructure; #ifdef STM32F10X_CL /* GPIOE Configuration: Channel 1/1N, 2/2N, 3/3N as alternate function push-pull */ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_9|GPIO_Pin_11|GPIO_Pin_13| GPIO_Pin_8|GPIO_Pin_10|GPIO_Pin_12; GPIO_InitStructure.GPIO_Mode
in „STM32F1 Brushless Motor Steuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Timebase.h" #include "UITask.h" #include "MCLibraryISRPriorityConf.h" #include <stdio.h> #include "stm32_eval.h" #if defined USE_STM3210E_EVAL #warning "If using STM3210E-EVAL, please be informed that - on that board - PA6 is shared between TIM8 BKIN and SPI1 MISO, which means that it s not possible
in „STM32F4 - CAN1 empfängt nichts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
patch_openocd_for_h7.txt
link) http://openocd.zylin.com/gitweb?p=openocd.git;a=blob_plain;f=tcl/target/stm32h7x.cfg;hb=refs/changes/82/4182/3 (raw link) store stm32h7x.cfg to openocd-0.10.0/tcl/target/stm32h7x.cfg download stm32h7x_dual_bank.cfg to openocd-0.10.0/tcl/target/stm32h7x_dual_bank.cfg http://
in „Nucleo-H743ZI in Linux und mit stlink 1.5.0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
picomon_v3.pdf
sind 4 verschiedene Schriftgrößen definiert: • 5x7 Pixel (benötigt zur Darstellung auf dem Display 6x8 Pixel) • 8x8 Pixel • 10x16 Pixel • 12x16 Pixel PicoMon interpretiert einkommende Zeichen und ist in der Lage folgende Steuerzeichen zu interpretieren: Dez Hex Ctrl C ISO Funktion 8 0x08 ^h \b BS Backspace
in „PicoMon für CH32V003 oder STM32F0xx“ · Projekte & Code ·
-
Bild
Präsentation des STM32V8 Mikrocontrollers
Driving the future of high-performance microcontrollers STM32V8 World-first MCU built on 18nm technology The most comprehensive node yet Smallest embedded memory cell Higher integration on single die Greater power efficiency
in „STM32 Summit - 18nm-STM32, STM32WL3R, STM32-AI-Assistent und Erweiterungen des Ökosystems“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
Präsentation der STM32V8 Sicherheitsmerkmale
Strong security PSA Certified & SESIP Level 3 certification targets STM32Trust framework 10+ series MCU series since 2021 All STM32 MCU series targeting PSA and SESIP certifications ST STM32V8 The STM32V8 supports our most advanced
in „STM32 Summit - 18nm-STM32, STM32WL3R, STM32-AI-Assistent und Erweiterungen des Ökosystems“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
irsndconfig.h
------------------------------------------------------------ */ #elif defined(PIC_C18) // C18 or XC8 compiler # if defined(__12F1840) // XC8 compiler # define Pre_Scaler 1 // define prescaler for timer2 e.g. 1,4,16 # define F_CPU 32000000UL // PIC frequency: set your freq here # define PIC_Scaler 2
in „IRSND Daten für Roomba“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
test.pdf
Power Regulation on the Maple Mini for more information. Recommended Reading STMicro documentation for STM32F103CB microcontroller: Datasheet (PDF); covers STM32F103x8, STM32F103xB. Reference Manual RM0008 (PDF); definitive resource for peripherals on the STM32F1 line. Programming Manual PM0056 (PDF); assembly language and register reference. STM32F103CB overview page with links to further references. Footnotes [1] See boardUsedPins for more information. 8 von 8 29.11.2015 20:12
in „Wie kann ich diese Webseite ausdrucken?“ · PC Hard- und Software ·
-
Datei
stm32f30x_gpio.h
_t)0x05) #define GPIO_PinSource6 ((uint8_t)0x06) #define GPIO_PinSource7 ((uint8_t)0x07) #define GPIO_PinSource8 ((uint8_t)0x08) #define GPIO_PinSource9 ((uint8_t)0x09) #define GPIO_PinSource10 ((uint8_t)0x0A) #define GPIO_PinSource11 ((uint8
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_vector.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_vector.c * Author : MCD Application Team * Version : V1.0 * Date : 10/08/2007 * Description : This file contains the vector table for STM32F10x. * After Reset the Cortex-M3 processor is in Thread
in „stm32 lib compiler error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
======================================== // For devices with 2x16 bits/word access schema // (e.g. STM32L0x2, STM32L0x3, STM32F04x, STM32F072, STM32F078, STM32F303xD, STM32F303xE) #define UMEM_SHIFT 0 #define UMEM_FAKEWIDTH uint16_t // For devices with 1x16 bits/word access schema // (e.g. STM32F103, STM32F302, STM32F303xB, STM32F303xBxC) // #define UMEM_SHIFT 1 // #define UMEM_FAKEWIDTH uint32_t // The name of the IRQ handler must match startup_stm32.s #define NAME_OF_USB_IRQ_HANDLER USB_LP_CAN_RX0
in „USB HID Device mit STM32F042“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103c8t6_lcd_ili9341.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f103c8t6_lcd.h" #include "../Common/fonts.c" /** @addtogroup Utilities * @{ */ /** @addtogroup STM32_EVAL * @{ */ /** @addtogroup STM3210B_EVAL * @{ */ /** @defgroup STM3210B_EVAL_LCD * @briefThis file includes the LCD driver for AM-240320LTNQW00H (LCD_HX8312), * AM-240320L8TNQW00H (LCD_ILI9320), AM-240320LDTNQW00H (LCD_SPFD5408B) * Liquid Crystal Display Module of STM3210B-EVAL board. * @{ */ /** @defgroup STM3210B_EVAL_LCD_Private_Types * @{ */ /** * @} */ /** @defgroup
in „ili9341 initialisieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
f_mess.c
/* STM32F407 Beispielprogramm für Frequenz- und Pulsweitenmessung an PC6 mit Timer 8. Das Ergebnis wird 6-stellig mit typ. 3 Mess./s oder minimal 1 Periodendauer auf einem LCD-Modul in der 1. Zeile angezeigt
in „Frequenz- und Pulsweitenmessung mit STM32F407“ · Projekte & Code ·
-
Datei
main.cpp
LedBlue, D, 15); // User LED 6 GPIO__OUTPUT(LIS_CS, E, 2); //LIS302DL Chipselect Leitung typedef xpcc::stm32::SpiMaster1 MySpi; // static bool initClock() { // use external 8MHz crystal if (!xpcc::stm32::Clock::enableHse(xpcc::stm32::Clock::HSE_CRYSTAL)) { return false; } xpcc::stm32::Clock::enablePll(xpcc::stm32::Clock::PLL_HSE, 4, 168); return xpcc::stm32::Clock::switchToPll(); } // ---------------------------------------------------------------------------- MAIN_FUNCTION { initClock(); init_LCD(); //<--
in „Problem beim WHO_AM_I Register auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_ringbuffer.c
#include "stm32f10x_rcc.h" #include "stm32f10x_tim.h" #include "stm32f10x_spi.h" #include "stm32f10x_gpio.h" #include "stm32f10x_it.h" #include "misc.h" #define FLA_BUFFER_SIZE 16 typedef enum { flash_WRSR = 0x01
in „STM32 SPI Interrupt Ringpuffer verliert Zeichen“ · Mikrocontroller und Digitale Elektronik ·