-
PDF
ureflow.pdf
1 2 3 4 5 6 D2 U1 +3V3 DS14W +5V +3V3 +3V3 VIN FB1 NCP1117 3 VI VO 2 VBUS D +3V3 N C2 U4 R14 R19 G R11 MAX6675ISA+T SW1 10K SW3 10K F1 D3 1 22uF 1.5K A 500mA DS14W C1 4 1 4 BTN_LEFT 1 4 BTN_RIGHT A 10uF /
in „Feedback Schaltplan STM32G0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_Min_System_Dev_Board.pdf
1 2 3 4 5 6 7 8 Connectors MPU U2 STM32F103C8T6 A A0 10 PA0/WKUP/USART2_CTS/ADC12_IN0/TIM2_CH1_ETRNRST 7 R A A1 11 PA1/USART2_RTS/ADC12_IN1/TIM2_CH2 R3 CN4 A2 12 PA2/USART2_TX/ADC12_IN2/TIM2_CH3 BOOT0 44 BOOT0
in „STM32F103C8T6 ARM STM32 Minimum System Development Board Module For Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_Min_System_Dev_Board.pdf
1 2 3 4 5 6 7 8 Connectors MPU U2 STM32F103C8T6 A A0 10 PA0/WKUP/USART2_CTS/ADC12_IN0/TIM2_CH1_ETRNRST 7 R A A1 11 PA1/USART2_RTS/ADC12_IN1/TIM2_CH2 R3 CN4 A2 12 PA2/USART2_TX/ADC12_IN2/TIM2_CH3 BOOT0 44 BOOT0
in „billige stm32 minimalsysteme für 2,99 euro - taugt das was?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2COpenCm3.c
rc = 0; u32 temp; u32 NumByteToRead=f_pCmd->dataSize; u8 deviceAdress = f_pCmd->deviceAdress >> 1; u8 offset=0; switch (f_pCmd->usbCmd) { case I2C_SGL: offset=0; NumByteToRead=1; break; case I2C_AD0: offset=0; break
in „STM32 i2c error recovery Problem“ · 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 ·
-
Bild
Schaltplan eines Easy PDK Programmers
180 220u 6 7 MC34063 5 10k 1k 1,8n 47u 1N5817 8 330u +5V 1 8 23 35 47 VssA Vss +5V 9 24 36 48 Vdd +3.3V 100n 100n 100n USB +5V 32 22 USB_DM 22 D - 33 23 USB_DP 23 D + 48 GND STm32F072Cxxx TQFP-48 5 OSC in 8 8 MHz 6 OSC out 22p PB7 41 43 PB6 42 PB4 40 PB3 39 PA15 44 Boot0 PA4 NBST 14 18 reset 7 100n +3.3V PC15 15 19 PA5 PB1 PA0 PFS-Sockel 16 15 14 13 12 11 10 9 B3 B2 B1 B0 A4 A3 GND B4 B5 B6 A7 A6 A5 1 2 3 4 5 6 7 8 Vdd AMS 1117-3.3 +5V IN OUT +3.3V 220u 100n 100u 10u +5V 8 LM358.1 4 1 2 270k 2,2k
in „USB Problem bei STM32F072C8“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
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
dcmi_ov9655.h
DCMI_OV9655_H /* Includes ------------------------------------------------------------------*/ #include "stm32f2xx.h" /* Exported types ------------------------------------------------------------*/ typedef struct { uint8_t Manufacturer_ID1; uint8_t Manufacturer_ID2; uint8_t Version; uint8_t PIDH; uint8_t
in „STM3220G-EVAL + Kamera OV2460“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Minilabortisch.pdf
3 3,3V o Modul 2A M Fuse 2 cm 10 cm e l l l n d d d c l o o Backplane o 1 Modul k M M M a NT B 24 V u d Beispielmodul einstellbare Spannungsversorgung l M u o Modul M I/O Fuse l l l u u u u m o o o o 0
in „Mobiler modularer Microlabortisch in Brotbüchse“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
nrf24l01_drv.c
/* ******************************************** STM32F103 Mini Board Modul : NRF24L01 Routinen für dasNRF24L01 Funkmodul Autor : Christian Julius ******************************************** SPI2: MOSI = PB15 MISO = PB14 SCLK = PB13 CE = PB11 CSN = PB12 IRQ = PA2 */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> /* -------------- Special Include Files / Librarys ------ */ /
in „EmBitz Debugging Problem mit STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01_drv.c
/* ******************************************** STM32F103 Mini Board Modul : NRF24L01 Routinen für dasNRF24L01 Funkmodul Autor : Christian Julius ******************************************** SPI2: MOSI = PB15 MISO = PB14 SCLK = PB13 CE = PB11 CSN = PB12 IRQ = PA2 */ /* -------------- System Include Files ------------------- */ #include "stm32f10x_conf.h" /* -------------- Standard Include Files ----------------- */ #include <stdbool.h> #include <stdint.h> #include <stdio.h> /* -------------- Special Include Files / Librarys ------ */ /
in „Kleine Frage zu Makros“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
asm.txt
<NVIC_EncodePriority+0x30> 80003f2: 69fb ldr r3, [r7, #28] 80003f4: 3b03 subs r3, #3 80003f6: e000 b.n 80003fa <NVIC_EncodePriority+0x32> 80003f8: 2300 movs r3, #0 80003fa: 617b str r3, [r7, #20] return ( ((PreemptPriority & (uint32_
in „NUCLEO-L432KC Blinky Projekt mit 11kB Speicherverbrauch“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Forum für Mikrocontroller und digitale Elektronik Übersicht
24 12.07.2025 15:22 Hilfe bei Reparatur BBC Goertz M2031 Multimeter Markus 13 12.07.2025 13:37 Re: STM32CubeMX F103 Assemblerprogramm Bernd S. 2 12.07.2025 13:09 Arduino: page-write in I2C eeprom verliert sporadisch ein Byte (1, 2) Kai 221 12.07.2025 12:10 Arduino + Stepper + AccelStepper? Tom 3 12.07.2025
in „einzelne Threads ausblenden?“ · www.mikrocontroller.net · · Screenshots
-
Datei
ili9341Driver.h
AUTHOR] * License: None */ #ifndef ILI9341_ILI9341DRIVER_H_ #define ILI9341_ILI9341DRIVER_H_ #include <stm32f1xx.h> #include <stdio.h> #include <stdlib.h> #include <stdint-gcc.h> #include <string.h> #include <math.h> #include "../delay.h" #include "../usart.h" //Control Pins #define DC_PIN 10 //LCD Register
in „ILI9486 8-Bit Parallel Bus deutlich langsamer als SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Diplomarbeit_24_Kanal_EEG_Recorder.pdf
sollte die CPU verschachtelte („nested“) Interrupts zulassen. Als Mikrocontroller wurde schließlich der STM32F103ZET gewählt, weil dieser alle der benötigten Funktionen bereits integriert hat, gut verfügbar ist und ein sehr überzeugendes Preis/Leistungsverhältnis besteht. 2.1.3 Stromversorgung über Batterie
in „EEG-Kappen-Controller“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LIS302DL.pdf
Zero-g level change vs Max delta from 25°C TCOff ±0.5 mg/°C temperature FS bit set to 0 STP bit used -32 -3 LSb X axis FS bit set to 0 Vst Self test output STP bit used 3 32 LSb change (6),(7),(8),(9) Y axis FS bit set to 0 STP bit used 3 32 LSb Z axis BW System bandwidth (10) ODR/2 Hz Top Operating temperature
in „Verwirrung mit LIS302“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
st7735_soft_spi_bluepill_02.ino
0x7F, 0x7F, 0x04, 0x08, 0x10, 0x7F, 0x3E, 0x41, 0x41, 0x41, 0x3E, 0x7F, 0x09, 0x09, 0x09, 0x06, 0x3E, 0x41, 0x51, 0x21, 0x5E, 0x7F, 0x09, 0x19, 0x29, 0x46 }; const char Font2[] = { 0x26, 0x49, 0x49, 0x49, 0x32, 0x03, 0x01, 0x7F, 0x01, 0x03, 0x3F, 0x40, 0x40, 0x40, 0x3F, 0x1F, 0x20, 0x40, 0x20, 0x1F, 0x3F, 0x40, 0x38, 0x40, 0x3F, 0x63, 0x14, 0x08, 0x14, 0x63, 0x03, 0x04, 0x78, 0x04, 0x03, 0x61, 0x59, 0x49,
in „Arduino IDE mit STM32 Core Themen, BluePill, SPI 2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
st7735_hard_spi_bluepill_02.ino
0x7F, 0x7F, 0x04, 0x08, 0x10, 0x7F, 0x3E, 0x41, 0x41, 0x41, 0x3E, 0x7F, 0x09, 0x09, 0x09, 0x06, 0x3E, 0x41, 0x51, 0x21, 0x5E, 0x7F, 0x09, 0x19, 0x29, 0x46 }; const char Font2[] = { 0x26, 0x49, 0x49, 0x49, 0x32, 0x03, 0x01, 0x7F, 0x01, 0x03, 0x3F, 0x40, 0x40, 0x40, 0x3F, 0x1F, 0x20, 0x40, 0x20, 0x1F, 0x3F, 0x40, 0x38, 0x40, 0x3F, 0x63, 0x14, 0x08, 0x14, 0x63, 0x03, 0x04, 0x78, 0x04, 0x03, 0x61, 0x59, 0x49,
in „Arduino IDE mit STM32 Core Themen, BluePill, SPI 2“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan mit STM32F042F6Px und MCP2551-1
D1 B340 12V 3 PWR_FLAG G1 100n GND U4 AMS1117-5.0 +5V 2 C2 100n GND U3 AMS1117-3.3 +3V3 2 C3 100n GND TP2 GND TP7 3V3 TP8 5V U2 MCP2551-1-SN R1 470R TXD RXD CANH CANL Vref Rs VSS PA0 bis PA14 NRST PFD PB1 PBB PA9/PA10 PA13 PA14 U1 STM32F042F6Px DIO CLK R2 4k7 D2 LED R3 810R TP3 TP4 TP5 TP6 GND
in „STM32F042 gecloned aber verhält sich seltsam“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Bild
Zwei Ansichten einer Leiterplatte
U1, D3, C10, C13, C12, R3, R2, C8, C9, C1, C2, C3, C11, X1, X2, JP3, JP8, JP9, JP12, F09, LINX CC2640 Evaluation Board, STM32, AM335x, R1, R2, R3, C1, C2, C3, C8, C9, C10, C11, C12, C13, U1, D1, D2, D3, JP3, JP8, JP9, JP12, X1, X2, F09
in „Japanische Evalsysteme Fujitsu, Hitachi, Mitsubishi, Renesas“ · Markt · · Platinenfotos
-
PDF
Labornetzteil.pdf
2 TON10/63 0,36€ 0,72€ 3,3k 3 METALL3,30k 0,08 € 0,24 € 2,2M 4 METALL2,20M 0,08 € 0,32 € 22µ/10V 2 RADFC22/10 0,09€ 0,18€ 100µ/63V 2 RADFC100/63 0,22€ 0,44€ 470 2 METALL470 0,08 € 0,16 € 2,2µ 1 RADFC2,2/50 0,09€ 0,09€ 43k 2
in „Präzisions Labornetzteil 2x30V 3A, Eigenbau“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
CAN_Senden_4_0.txt
für die länge der nachricht. Variable durch Zahl (in diem falle 2 ersetzt und das flackern ist weg 3.0 Framelenth entfernt Nachrichten ID auf 0x000001 geändert 3.1 Zweiten Taster hinzugefügt um variabelen unanbhängig zu steuern __ Funktionstest OK! 3.2 Variablen LED an gelöscht Variable Tasterstate
in „Arduino Blue Pill & CAN mit SN65HVD230“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
UART-Command-Introduction-EN-1.pdf
/LCD/uart/UART- LCD22/Software/sscom32E.rar (6) 6.1 Test the LCD with following simple CMD: DIR(1); CIRF(40,80,20,3); CIR(40,120,20,3); BOXF(90,30,100,40,1); BOX(110,40,120,60,1); DCV32(0,0 ,spotpear,0); CLR(0); PL(0,0,220,176,1); PS(40,40,3
in „1.8" 128*160 HMI Intelligent Smart UART Serial TFT Display von Spotpear.“ · 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
Trägerplatine für STM32F64 microcontroller
STM32F64 | FDFM NS 836T 10C EUBR32C111-CARRIER-USB U1.1 R18 R2 S1 R15 D3 www.glyn.de SJ1 SJ3 SJ4
in „Japanische Evalsysteme Fujitsu, Hitachi, Mitsubishi, Renesas“ · Markt · · Platinenfotos
-
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 ·
-
Bild
Schaltplan mit STM32F030F4P6 Mikrocontroller
+24V, U1, L78L33ACUTR, VIN, VOUT, C1, 330n 50V, GND, C2, 100n 16V, LGR971, P1, 4, 3, 2, 1, +24V, Q1, BSS138PW, 3, 2, 1, GND, Q2, BSS138PW, 3, 2, 1, GND, Q3, BSS138PW, 3, 2, 1, GND, Q4, BSS13, 3, 2, 1, GND, U2, STM32F030F4P6, PB1, PA0, PA1, PA2, PF0-OSC_IN(PF0), PA3, PF1-OSC_OUT(PF1)
in „STM32-Schaltplan so in Ordnung?“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
PDF
XCore407I.pdf
PIU20330002SB3 0 .C15 GND 0120pF 3120pF PIU203RBIAS2 GND PIU20330001 GND U2 32 02 USB3 00.CU1SB3300 GND USB3 00.C127314.7044.741 GND USB3300.R USB3 00.C13 12K GND 42 GND Title D D USB HS ULPI Size Number Revision A4
in „STM32 Board von Waveshare“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
//Includes #include "stm32f10x.h" // Device header #include "cmsis_os.h" // ARM::CMSIS:RTOS:Keil RTX //User function prototypes void clockinit(void); void Peripheral_Init(void); void motorinit(void); void timer1_init(void);
in „STM32F100 - Timer2_Channel3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linker.ld
/* Linker script for STM32F103 Cortex-M3 microcontroller */ /* $Id: linker.ld,v 1.5 2008/03/25 09:16:19 cvs Exp $ */ MEMORY { rom (rx) : ORIGIN = 0x00000000, LENGTH = 128K ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K } __rom_start
in „STM32x kein malloc mehr möglich“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HY-LandTiger_SCH.pdf
1M C54 8M 1M PC15-OSC32_OUT 4 SWD 10K R11 44 C 10K 20P BOOT0 C 7 3V3 NRST 3V3 C18 1 104 VBAT C14 C15 C16 C17 C19 24 VDD_1 VSS_1 23 3V3 36 VDD_2 VSS_2 35 104 104 104 104 104 48 VDD_3 VSS_3 47 3V3 9 VDDA VSSA 8 STM32F103C8T6
-
Datei
nm.txt
$t 08003df8 t $t 08003e44 t $t 08003e64 t $t 08003e9c t $t 08003ec8 t $t 08003eee t $t 08003f20 t $t 08003f24 t $t 08003f32 t $t 08003f44 t $t 08003fa4 t $t 0800400e t $t 080040b4 t $t 08004112 t $t 08004118 t $t 08004134 t $t 0800414a t $t 08004164 t $t 08004168 t $t 0800416c t $t 08004190 t
in „Warum ist die USB/CDC Implementierung der Cube HAL so groẞ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
blinky.c
software. */ /******************************************************************************/ #include "stm32f10x.h" #define LED_BLINK_RATE 50 /* rate = LED_BLINK_RATE * systick */ #define LED_NUM 2 /* Number of user LEDs */ const unsigned long led_mask[] = { 1UL<<8, 1UL<<9 }; // = PORTC 8,9 erkannt #define USER1 0x0001 /* PA0 : USER1 */ #define UNBOUNCE_CNT 10 /* unbounce the Push Button */ uint32_t ledVal = 1; uint32_t ledOn = 0; uint32_t ledBlink = 0; /*---------------------------------------------------------------------------- configer LED pins *--------------------------------------------
in „Suche etwas Hilfe bei ATM/STM32 Einstieg“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_ver1.c
#include <stdint.h> #include "stm8s.h" #define F_CPU 1600000UL #define LED_PIN 3 //function prototyps static inline void delay_ms(uint16_t ms); void init_gpio(void); int init_timer(void); void init_interrupt(void); int main(){ init_gpio
in „sdcc source code in mehrere Dateien aufteilen“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Pinbelegung STM32F030K6Tx LQFP32
LED2 LED1 VSS BOOT0 PB7 PB6 PB5 PB4 PB3 PA15 PA14 SYS_SWCLK PA13 SYS_SWDIO PA12 PA11 PA10 PA9 PA8 VDD PA0 PA1 PA2 PA3 PA4 PA5 PA6 PA7 PB0 PB1 VSS VDD NRST PF1-O.. PF0-O.. RCC_OSC_OUT RCC_OSC_IN STM32F030K6Tx LQFP32
in „STM32: Flashen geht nicht, wenn PLL aktiv (nur HSI oder HSE gehen)“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
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 ·
-
Datei
main.c
#include <stm32f0xx.h> // Static definitions for data conversion between actual values and SPI output values (1:3 bit ratio) #define SERVALS(B) (0b10010010|(((B)&0x80)>>1)|(((B)&0x40)>>3)|(((B)&0x20)>>5)), (0b01001001
in „The secret of WS2812B“ · 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
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
objdump.txt
r3, r3, lsl #2 8002c68: fa02 f303 lsl.w r3, r2, r3 8002c6c: 60fb str r3, [r7, #12] GPIOx->AFR[GPIO_PinSource >> 0x03] &= ~((uint32_t)0xF << ((uint32_t)((uint32_t)GPIO_PinSource & (uint32_t)0x07) * 4)) ;
in „STM32F4 HardFault Interrupt bei stdlib Funktionen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
quelltext2.c
#include <stdio.h> #include "../CMSIS/device/stm32f3xx.h" // The current clock frequency uint32_t SystemCoreClock=8000000; // Counts milliseconds volatile uint32_t systick_count=0; // Interrupt handler void SysTick_Handler(void) { systick_count++; } // Delay some milliseconds void delay_ms(int ms) { uint32_t start=systick_count; while (systick_count-start<ms); } // Change system clock to 48 MHz using 8 MHz crystal // Called by Assembler startup code void SystemInit(void) { // Flash latency 2 wait states
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
an4545-vl6180x-basic-ranging-application-note-stmicroelectronics.pdf
. Note: {0x7c} is a 32-bit register. 3.3.3 Reference signal count Register RESULT__RANGE_REFERENCE_SIGNAL_COUNT {(1)0} contains the number of counts recorded during the convergence time from the reference array during each
in „STM32F1 Probleme mit Frings I2C-Bus Routine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
quelltext.c
#include <stdint.h> #include "stm32f3xx.h" // The current clock frequency uint32_t SystemCoreClock=8000000; // Counts milliseconds volatile uint32_t systick_count=0; // Interrupt handler void SysTick_Handler(void) { systick_count++; } // Delay some milliseconds void delay_ms(int ms) { uint32_t start=systick_count; while (systick_count-start<ms); } // Change system clock to 48Mhz using 8Mhz crystal // Called by Assembler startup code void SystemInit(void) { // Flash latency 1 wait state MODIFY_REG
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
alarm_anlage.txt
#include "LCDMain.h" #include "lcd.h" #include "stm32f10x_it.h" #include "stdio.h" #define CAPS_LOCK_CODE 0x58 // Macro for Caps Lock scan code #define LOWER 0 // Macro for lower case keyboard #define UPPER 1 // Macro for upper case keyboard EXTI_InitTypeDef
in „Dataregister speichern/auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
EEPROM_H /* Includes ------------------------------------------------------------------*/ #include "stm32f3xx_hal.h" /* Exported constants --------------------------------------------------------*/ /* EEPROM emulation firmware error codes */ #define EE_OK (uint32_t)HAL_OK #define EE_ERROR (uint32_t)HAL_ERROR
in „STM32 Virtueller EEPROM in Flash“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
&& i<10 && *str>',' && *str < '{') { if (*str == '/') { str++; break; } i++; str++; } if (*str <0x3a && *str> 0x2f) { // is a ASCII number, return it return(*str - 0x30); } return((u8)-2); } // prepare the webpage by writing the data to the tcp send buffer /* buf on_off¿ª¹Ø */ u16 print_webpage(u8*
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.h
Includes ------------------------------------------------------------------*/ #include <math.h> #include "stm32f4xx.h" #include "config.h" #include "AsciiLib.h" /* Private define ------------------------------------------------------------*/ #define USE_16BIT_PMP /*******************************************
in „STM32F4 mit TFT Codeverständnis“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.h
Includes ------------------------------------------------------------------*/ #include <math.h> #include "stm32f4xx.h" #include "config.h" #include "AsciiLib.h" /* Private define ------------------------------------------------------------*/ #define USE_16BIT_PMP /*******************************************
in „STM32F4 Discovery + TFT + FSMC“ · 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(a,b) ((PERIPH_BB_BASE + (a-PERIPH_BASE)*32 + (b*4))) #define PC9 *((volatile unsigned long *)(BITBAND_PERI(GPIOC_ODR,9))) #define PC8 *((volatile unsigned long *)(BITBAND_PERI(GPIOC_ODR,8))) /*******************************PROTOTYPEN*********
in „STM32VL mit uVision flashen“ · 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 ·