-
Bild
Screenshot einer Debugger-Ansicht von Speicherinhalten
[100] 0x8001e98 <Arial_7x10_Table+600> [400...499] const short [100] 0x8001f60 <Arial_7x10_Table+800> [500...599] const short [100] 0x8002028 <Arial_7x10_Table+1000> [600...699] const short [100] 0x80020f0 <Arial_7x10_Table+1200> Name : Arial_7x10_Table Details: {0, 0, 0, 0, 16, 16, 16, 0, 0, 0} Default: 0x8001c40 <Arial_7x10_Table> Decimal: 134224960 STM32F103 St-Link [Prog
in „Nach Initialisierung falsche Werte im Struct“ · Softwareentwicklung · · Screenshots
-
Datei
dcmi_ov9655.h
_DSP_IMAGE_MODE 0xDA #define OV2640_DSP_RESET 0xE0 #define OV2640_DSP_MS_SP 0xF0 #define OV2640_DSP_SS_ID 0x7F #define OV2640_DSP_SS_CTRL 0xF8 #define OV2640_DSP_MC_BIST 0xF9 #define OV2640_DSP_MC_AL 0xFA #define OV2640
in „STM3220G-EVAL + Kamera OV2460“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cm3-systick.c
#include "config.h" #include "stm32/cm3-systick.h" ///////////////////////////////////////////////////////////////////////////// #if Systick_Delay #define DELAY_OVERHEAD (18 * (1000000000 / F_HCLK)) static unsigned delay_ns_per_tick
in „[ARM / Cortex-M0(+)] delay-Funktionen "avr-libc style"“ · Projekte & Code ·
-
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++;
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
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) { systick_count++; } // Delay some milliseconds void delay_ms(int ms) { uint32_t start=systick_count; while (systick_count-start<ms); } // Redirect standard output to the trace SWO output int _write(int file, char *ptr, int len) { for (int i=0; i<len; i++) { ITM_SendChar(*ptr++
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
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) { systick_count++; } // Delay some milliseconds void delay_ms(int ms) { uint32_t start=systick_count; while (systick_count-start<ms); } // Redirect standard output to the trace SWO output int _write(int file, char *ptr, int len) { for (int i=0; i<len; i++) { ITM_SendChar(*ptr++
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f4xx.s
**************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f4xx.s ;* Author : MCD Application Team ;* Version : V1.0.0RC1 ;* Date : 25-August-2011 ;* Description : STM32F4xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* - Set the
in „STM32F4xx + Keil µVision Linker Error L6411E“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Visio-CPLD-IO.pdf
ADC1 8 – Channel Y1[0..7] Analog Muliplexer STM32 Cortex M3 ADC2 8 – Channel Y2[0..7] Analog Muliplexer F F F F D A M S S S … … C C M C 7 5 _ _ _ _ ] ] W O N N E E 1 3 A[0..2] Andere Busteilnehmer CPLD P P P P A B C D … …
in „Erzeugung von Tri - State Signalen?“ · FPGA, VHDL & Co. ·
-
Datei
FlashDriver.h
FLASHDRIVER_H /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" /* Private function prototypes -----------------------------------------------*/ void df_read_open(uint32_t addr); void df_write_open(uint32_t addr); void df_read(uint8_t *buf,uint16_t size); void df_write(uint8_t *buf,uint16_t size); void df_read_seek(uint32_t addr); void df_write_seek(uint32_t addr); void df_read_close(void); void df_write_close(void); #endif /************************ (C) COPYRIGHT HAOYU Electronics *****END OF FILE****/
in „Font in SPI Flash schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
st7735_soft_spi_bluepill_02.ino
, 0x41, 0x41, 0x3E, 0x7F, 0x49, 0x49, 0x49, 0x41, 0x7F, 0x09, 0x09, 0x09, 0x01, 0x3E, 0x41, 0x41, 0x51, 0x73, 0x7F, 0x08, 0x08, 0x08, 0x7F, 0x00, 0x41, 0x7F, 0x41, 0x00, 0x20, 0x40, 0x41, 0x3F, 0x01, 0x7F
in „Arduino IDE mit STM32 Core Themen, BluePill, SPI 2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
st7735_hard_spi_bluepill_02.ino
, 0x41, 0x41, 0x3E, 0x7F, 0x49, 0x49, 0x49, 0x41, 0x7F, 0x09, 0x09, 0x09, 0x01, 0x3E, 0x41, 0x41, 0x51, 0x73, 0x7F, 0x08, 0x08, 0x08, 0x7F, 0x00, 0x41, 0x7F, 0x41, 0x00, 0x20, 0x40, 0x41, 0x3F, 0x01, 0x7F
in „Arduino IDE mit STM32 Core Themen, BluePill, SPI 2“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Visio-CPLD-IO.pdf
ADC1 8 – Channel Y1[0..7] Analog Muliplexer STM32 Cortex M3 ADC2 8 – Channel Y2[0..7] Analog Muliplexer F F F F D A M S S S … … C C M C 7 5 _ _ _ _ ] ] W O N N E E 1 3 A[0..2] CPLD MAX V Family Features CS2 5M40Z CS1 P P
-
Datei
main.c
#include <stdio.h> #include "stm32f1xx.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 „Frage an W.S. wegen USB CDC Implementierung STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
mainSTM32F1.pdf
2 1 R 5 GND/3.3V E W 3 0 O 1 2 R 1 P IC1 C1 4 4 4 4 4 4 4 4 4 3 3 3 7 STM32F102CB 1 1 4 4 4 4 4 4 4 4 4 3 3 3 736 36 0 2 2 35 35 1 3 3 34 34 3 1 4 4 33 33 C2 C Q 1 5 5 32 32 4 R 6 6 31 31 C 7 7 30 30 R4 8 8 29 29 9 9 28 28 10
in „STM32F1 Grundbeschaltung“ · 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
startup_stm32l562ceux.s
/** ****************************************************************************** * @file startup_stm32l562xx.s * @author MCD Application Team * @brief STM32L562xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - Set the initial PC == Reset_Handler, * - Set the
in „STM32 startet im HardFault“ · 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
ureflow.pdf
FB1 NCP1117 1 2 3 VI VO 2 VBUS D N C3 +3V3 U5 R12 R16 GND C2 G R8 R10 MAX6675ISA+T SW1 10K SW3 10K F1 D3 10uF 1 10uF 10K 1.5K A 500mA DS14W 4 1 4 BTN_LEFT 1 4 BTN_RIGHT A VCC 2 3 2 3 J1 C4 C8 100nF D6 VBUS A4 1 4 GREEN TH1 100nF VBUS B4 C 3 3 SCK 5 SCK GND GND A9 U2 C VTXD 2 TXD 1 T+ VBUS PRTR5V0U2X
in „Feedback Schaltplan STM32G0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
irUsbSender-v1-0-1.pdf
_RX 6 R3 IRLML6344 . 10 SPI1_NSS 5 J7 2 GND F F PA4 100k GND 0 5 2 PF0 PA5 11 SPI1_SCK 4 Conn_01x08_Male p p 3 12 SPI1_MISO 3 GND B a c GND C4 Y1 PF1 PA6 13 SPI1_MOSI 2 B GND d t 22pF 8MHz PA7 UART Debug GND o t 14 PB0 PA8 18 USART1_CK 1 R7 is l
in „[V] Leerplatinen für USB <-> IRMP/IRSND und STM32 controller“ · Markt ·
-
Datei
nm.txt
08004c9c t $d 08004d10 t $d 08004d54 t $d 08004d70 t $d 08004d80 t $d 08004dc4 t $d 08004ec4 t $d 20000ef0 b $d 20000ef4 b $d 08004ed0 t $d 08004edc t $d 08004f0c t $d 08004f48 t $d 20001034 b $d 08005008 t $d 0800507c t $d 080050a0 t $d 080051f8 r $d 08005234 r $d 08005258 r $d 08005588 r $d 080055ac r $
in „Warum ist die USB/CDC Implementierung der Cube HAL so groẞ?“ · 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
simple_server.c
} 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 ·
-
PDF
ureflow_1.0.1.pdf
VIN FB1 NCP1117 1 2 3 VI VO 2 VBUS D +3V3 N C3 U5 R12 R17 GND C2 G R10 MAX6675ISA+T SW1 10K SW3 10K F1 D3 10uF 1 10uF 1.5K A 500mA DS14W 4 1 4 BTN_LEFT 1 4 BTN_RIGHT A VCC 2 3 2 3 J1 C4 C7 100nF D6 VBUS A4 1 4 GREEN TH1 100nF VBUS B4 C 3 3 SCK 5 SCK GND GND A9 U2 C VTXD 2 TXD 1 T+ VBUS PRTR5V0U2X 4 V
in „Feedback Schaltplan STM32G0“ · 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
LIS302DL.pdf
refreshment of data in the FF_WU_SRC_1 register if the latched option was chosen. 7.12 FF_WU_THS_1 (32h) Table 35. FF_WU_THS_1 (32h) register DCRM THS6 THS5 THS4 THS3 THS2 THS1 THS0 Table 36. FF_WU_THS_1 (32h) register description DCRM Resetting mode selection. Default value: 0 (0: counter resetted; 1
in „Verwirrung mit LIS302“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Labornetzteil.pdf
2011) Bauteil Anzahl Bestellnummer Einzelpreis Gesamtpreis Reichelt elektronik 8,2k 2 METALL8,20k 0,08 € 0,16 € 10nF 2 Z5U-510N 0,03€ 0,06€ 2,2k 2 METALL2,20k 0,08 € 0,16 € 3,9k 2 METALL3,90k 0,08 € 0,16 € 100p 2 KERKO100P 0,05€ 0,10€ 47k 16 METALL47,0k 0,05 € 0,77 € 100nF 12 Z5U-5100N 0,04€ 0,48€
in „Präzisions Labornetzteil 2x30V 3A, Eigenbau“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
asm.txt
r2, r3, #240 ; 0xf0 80009ee: 23f0 movs r3, #240 ; 0xf0 80009f0: 627b str r3, [r7, #36] ; 0x24 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) { uint32_t result; #if (__CORTEX_M >= 0x03U
in „NUCLEO-L432KC Blinky Projekt mit 11kB Speicherverbrauch“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
UART-Command-Introduction-EN-1.pdf
); DCV32(0,0 ,spotpear,0); CLR(0); PL(0,0,220,176,1); PS(40,40,3); SBC(1); DCV16(0,32 ,spotpear,2); DIR(0); DCV24(0,0 ,spotpear,0); About above CMD, you can see more detailed introduction later in the article
in „1.8" 128*160 HMI Intelligent Smart UART Serial TFT Display von Spotpear.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdint.h> #include "stm32f3xx.h" // delay loop without using a timer // for 48MHz, Latency 1, gcc optimizer enabled void delay_ms(uint32_t msec) { for (uint32_t j=0; j<6000UL*msec; j++) { __NOP(); } } // Change system clock
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
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
-
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
pinout_blackpill.pdf
1 1 A A P P K S STM32F103C8T6 BLACKPILL C M J J K O D C D 3 G W W 3 S S 37 34 5V 5V CK3 T1BKIN NSS2 SMBAI2 PB12 B12 25 5V 22 5V B11 PB11 SDA2 RX3 T2C4N CTS3 T1C1N SCK2 PB13 B13 26 5V 21 5V B10 PB10 SCL2 TX3 T2C3N RTS3
in „pinout blackpill STM32F103C8T6“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "platform_config.h" #include "main.h" /* Private variables ---------------------------------------------------------*/ static __IO uint32_t TimingDelay; /* Private function prototypes
in „STM32 SPI-Bus Probleme mit Prescaler und delay() Realisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
interrupts.c
include "OS/FreeRTOS.h" #include "OS/task.h" #include "Libraries/DebugBuffer.h" #include "Hardware/stm32f4xx.h" #include <stdlib.h> // private functions void DumpCfsrRegister (uint32_t PC); void DumpCfsrRegister (uint32_t PC) { uint8_t AddressBuffer[10]; if (SCB->CFSR & 0x02000000) { Debug("\tDivide
-
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 SRP4 A3 13 PA3/USART2_RX/ADC12
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 SRP4 A3 13 PA3/USART2_RX/ADC12
in „billige stm32 minimalsysteme für 2,99 euro - taugt das was?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.lst
BIT20, 0x00100000 28 .equ BIT21, 0x00200000 29 .equ BIT22, 0x00400000 30 .equ BIT23, 0x00800000 31 .equ BIT24, 0x01000000 32 .equ BIT25, 0x02000000 33 .equ BIT26, 0x04000000 34 .equ BIT27, 0x08000000 35 .equ
in „mein erstes STM32F4 .asm/ .s Program stürzt ab im gdb“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01_usr.c
---------- */ /* -------------- Defintionen ---------------------------- */ #define RX_CMD_HISTORY 0x10 /* -------------- Public Variablen ----------------------- */ stm32f103_data_t actual_data; // Datensatz für Display volatile uint16_t RfTOCnt = 0; /* Flags */ volatile _Bool f_GotData = false; //
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
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
-
Datei
main.c
#include "stm32f10x.h" #include "sda5708.h" #define LED_OFF() GPIO_SetBits(GPIOC , GPIO_Pin_13) #define LED_ON() GPIO_ResetBits(GPIOC , GPIO_Pin_13) void init_led(); void init_buttons(); void systick_delay(int ticks); void update_clock_display(); volatile struct clock { int h; int m; int s; } clk; volatile uint32_t systick_counter; int main(void){ SystemInit(); sda5708_init(); init_led(); init_buttons(); systick_counter = 0; /* 1khz systick */ SysTick_Config(SystemCoreClock/1000); LED_OFF(); clk.h = 12; clk.m
in „STM32 Linker-Problem (overlaps section.) + Clock zu langsam?“ · 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
range.c
lidarlite.h" #include "debug.h" #include "eprintf.h" #include "cpal.h" #include "cpal_i2c.h" #include "stm32fxxx.h" /* Flag indicating if the rangeInit() function has been called or not. */ //static bool isInit = false; /* Internal values exported by functions below. */ static uint16_t rangeDistance = 0;
in „STM32 I2C Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ureflow.pdf
TEMPERATURE SENSOR BUTTONS GND 5.1K 5.1K CH340B GND A12 EP Shield B B USB & POWER GND C9 +3V3 +3V3 4.7uF D G +5V C10 U5 +5V +5V +5V BUZZER1 D8 100nF STM32G031F8P6 2 DS14W 4 + A D1 D4 D5 D7 RESET NRST 6 PF2-NRST D PA0 7 BUZZER 1 1N4148W V 8 SCK 1N4148W 1N4148W 1N4148W - D PA1 9 RXD R16 FAN1 SSR1 SSR2 R13
in „Feedback Schaltplan STM32G0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DSO_Test.cpp
#include "stm32f10x_conf.h" #include <stdlib.h> #include <string.h> #include <stdio.h> #include <stdint.h> #define BufSize 8192 //Size of ADC buffer, in halfword #define TIM_MAX 83 // Reload value for ADC trigger
in „STM32F103 ADCs mit externem Trigger langsamer?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
XCore407I.pdf
4K7 PIUSB30Y101 PIUSB30Y102 PIU203300015 E1 02 32 PIU203VDD1.8 GND FLAGPIU20330000 USB3 0 .C7 USB3 00.C10 24M USB3 00.C11 PIU203VDDA1.8 GND PIU20330002SB3 0 .C15 GND 0120pF 3120pF PIU203RBIAS2 GND PIU20330001 GND U2 32 02 USB3 00.CU1SB3300 GND USB3
in „STM32 Board von Waveshare“ · Mikrocontroller und Digitale Elektronik ·
-
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
txtlcd_demo.c
Displayanschluss an den Controller ---------------------------------------------------------- o +5V | Display STM32F030F4P6 (TSSOP20) _ Funktion PIN PIN Funktion | | |_| GND 1 ------------ | +5V 2 ------------ o----o Kontrast --- Kontrast 3 ------------ _|_ RS 4 ------------ 11 PA5 \ / rd /wr 5 ------------ GND
in „Live-Linux: Anleitung schreiben“ · PC Hard- und Software ·
-
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 ·
-
PDF
HY-LandTiger_SCH.pdf
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 TRSTOUT TRSTIN Debug R83 120R R48 0R TDIOUT R82 120R TDIIN R47 0R B TMSOUT R81 120R TMSIN R46 0R B TCKOUT R80 120R TCKIN R45 0R U2 C11 C12 TDOIN R44 0R 3V3 3V3 1 GAIN GAIN 8 104 104 TRESOUT