-
Datei
schaltplan.txt
-------|----|---| 17 TxD PA9 | | +--------+ | +---| 4 CH340G | | | | | | | | | | +----|---| 4 NRST STM32F030F4P6 - TSSOP20 PF0 2 |----+ | | | | | | | | | | | | | | +---| 1 Boot0 | | | | | 7 8 | | | | | | | | +---------------------+ | | | GND PA0 PA1 PA2 PA3 PA4 PA5 PA6 PA7 PB1 PA13 PA14 PF1 | | | | 100n
-
Datei
camera_OV7670_tmp.c
#include "camera_OV7670.h" #include "stm32f4xx.h" #include "sccb.h" #include "delay.h" // Minimal config to generate colorbar test-image. Note: 313 pixels/line (WORKING !!!) static unsigned char OV7670_QVGA[][2]= { 0x12, 0x80, 0x11, 0x00 ,
in „OV7670 blockiert Bus nach senden des Registers“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ds18b20.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" #include "ds18b20.h" #include "Param.h" #include <string.h> #include <stdio.h> #include <stdlib.h> char Temperature[10]="00.0"; char read_write_buffer[50]; void delay_nus (vu32 nCount)
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_conf.h" #define TIM2_FREQ 100 // Timer 2 Frequenz in ms void Init_Timer2_ISR () { RCC_ClocksTypeDef RCC_Clocks; TIM_TimeBaseInitTypeDef TimerBaseInitStructure; NVIC_InitTypeDef nvicStructure;
in „Timer Interrupt STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
beispiel.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "menu.h" #include <stdlib.h> void show_main_menu(void); #define LEDS_MENU_ENTRIES 5 #define MAIN_MENU_ENTRIES 5 #define COLOR_MENU_ENTRIES 8 menu_entries color_menu[] = { {"Color"}, {"..", LEDS_MENU_ENTRIES}, {"Red", 0}, {"Magenta", 0}, {"Blue", 0}, {"Cyan", 0}, {"Green", 0}, {"Yellow", 0} }; menu_entries leds_menu[] = { {"LEDs"}, {"..", MAIN_MENU_ENTRIES}, {"Init", 0}, {"Color", COLOR_MENU_ENTRIES, show_menu, color_menu
-
Datei
fatfsctrl.c
******************************************************************* */ #include "main.h" #include "stm32f4xx_hal.h" #include "fatfs.h" #include "usb_host.h" #include "usbh_diskio.h" #include "fatfsctrl.h" #include "usartctrl.h" static uint8_t writeCntr = 0; extern ApplicationTypeDef Appli_state; // global
in „STM32F411 USB HOST f_write Phänpmen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
F407-IoTBoard-Schematics.pdf
SDIO_CK/DCMI_D9/I2S3_SD PG12/FSMC_NE4/U6_RTS I2S_SDA PC13 7 PC13/RTC_AF1 PG13/FSMC_A24/U6_CTS/ETH_MII_TXD0/ETH_RMII_TXD0 128 PG13 RMII_TXD0 C1 6P Y1 4 8 PC14-OSC32_IN PG14/FSMC_A25/U6_TX/ETH_MII_TXD1/ETH_RMII_TXD1 129 PG14 RMII_TXD1 GND 32.768K 9 PC15-OSC32_OUT PG15/U6_CTS/DCMI_D13 132 PG15 DCMI_RESET C2
in „STM32 Nucleo welches Board am besten?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Log_12h.pdf
delay_init... board_led_init... button_init... timer2_init... wpsbutton_init... Version: 2.9.4 Hardware: STM32F103 Display: WC12h LEDs: SK6812 RGBW rtc is online eeprom is online sk6812: external pullup detected eeprom is online current eeprom version: 0x00020900 reading ir codes from eeprom DFPLAYER LOGGER
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "systick.h" #include <stdlib.h> #include <stdio.h> #ifdef __GNUC__ /* With GCC/RAISONANCE, small printf (option LD Linker->Libraries->Small printf set to 'Yes') calls __io_putchar(
in „STM32F103 can“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32F429 Discovery Board mit Display
STM32F429-DISC1, ST, USB ST-LINK, PWR, COM, GND, PA0, PA2, PA6, PB0, PB11, PB15, PD14, PD15, PD12, PD13, PD14, PD15, PG13, PG14, PG15, PB12, PB13, PB14, PB15, PC0, PC1, PC4, PC5, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC13, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PD8, PD9, PD10, PD11, PD12, PD13, PD14, PD15, PE0, PE1, PE2, PE3, PE4, PE5, PE6, PE7, PE8, PE9, PE10, PE11, PE12, PE13, PE14, PE15, PF0, PF1, PF2, PF3, PF4, PF5, PF6
in „STM32CubeIDE: bekomme blinky läuft nicht“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Datei
PuTTY_log.txt
delay_init... board_led_init... button_init... timer2_init... wpsbutton_init... Version: 2.9.1 Hardware: STM32F103 Display: WC24h LEDs: WS2812 GRB rtc is online eeprom is online ws2812: no external pullup detected eeprom is online current eeprom version: 0x00020900 reading ir codes from eeprom DFPLAYER LOGGER
-
Datei
UserButton.ino
// show user button with by cycling leds // STM32F4 Discovery #define USERBUTTON PA0 #define GREENLED PD12 #define ORANGELED PD13 #define GREDLED PD14 #define BLUELED PD15 #define REDLEDOTGOVERCURRENT PD5 #define NUMLEDS 4 const uint8_t Led[] = {GREENLED, ORANGELED, GREDLED, BLUELED, REDLEDOTGOVERCURRENT}; void setup() { for (int n = 0; n < NUMLEDS; n++) pinMode(Led[n], OUTPUT); } void setLed(uint8_t n, uint8_t state) { digitalWrite(Led[n], state); } int n=0; void loop() { if( digitalRead(USERBUTTON) ) n++; if(n>=NUMLEDS)n=0; setLed
in „STM32F4 Discovery Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
TEST */ /******************************************************************************/ #include "stm32f4xx.h" /*---------------------------------------------------------------------------- System init *----------------------------------------------------------------------------*/ void SystemInit(void
in „DMA,ADC bei Stm32f4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compile_Tasmota_stable_in_docker_container.txt
Compiling .pio/build/tasmota32-DE/libd0a/lvgl/draw/sdl/lv_draw_sdl_utils.c.o Compiling .pio/build/tasmota32-DE/libd0a/lvgl/draw/stm32_dma2d/lv_gpu_stm32_dma2d.c.o Compiling .pio/build/tasmota32-DE/libd0a/lvgl/draw/sw/lv_draw_sw.c.o
in „Dlock 11827 und Tasmota - compilieren für FW-Update“ · Haus & Smart Home ·
-
Bild
Pinbelegung STM32F303RETx LQFP64 Mikrocontroller
VDD, VSS, PB9, BOOT0, PB7, PB6, PB5, PB4, PD2, PC12, PC11, PA15, PA14, VDD, TMS, PA13, USB_DP, PA12, USB_DM, PA11, PA10, PA9, PA8, PC9, PC8, PC7, PC6, PB15, PB14, PB13, PB12, VSS, VDD, PB11, PB10, PB2, PB1, PC5, PA7, PA6, PA5, VOUT, VINP, VOUT, LED, PA4, VDD, VSS, PA3, UART_TX, PA2, PA1, PA0, VDDA, VSSA, PC3, PC2, PC1, PC0, NRST, PF0-, PF1-, OSC_IN, PC15, PC14, Button, VBAT, STM32F303RETx, LQFP64
in „Bootloader Mode STM32F303“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Bild
Schaltplan mit Spannungsregler und Potentiometern
L7805 +24V (DC) IN OUT GND Set1 Set2 Set3 Set4 VR1 VR2 VR3 VR4 3296W-1-102 3296W-1-102 3296W-1-102 0V (DC) (Reserve) Schraubklemblock 1 Ausgang zwischen 0.5V 2 Ausgang zwischen 0.5V 3 Ausgang immer auf 5V 4 Ausgang immer auf 5V 5 6 7 0.1µF 8 24V-DC-Speisung (-) 24V-DC-Speisung (+) Dient der Sollwert-Vorgabe für BLDC-Pumpe Dient der 5V-Speisung für STM32 µCU, daher Potentiometer weggelassen und stattdessen ein Jumper zwischen Pin-1 und Pin-2 gesteckt Dient der 5V-Speisung für Durchsensor, daher Potentiometer weggelassen und stattdessen ein Jumper
in „L7805 überhitzt bei bestimmten Last-Szenarien“ · Analoge Elektronik und Schaltungstechnik · · Schaltpläne
-
Datei
edm_test.c
edm_variables.h" #include "edm_test.h" #include "../../ioMapping.h" // Alle Ports und Pins #include "stm32f10x_gpio.h" extern uint16_t ADC1ConvertedValues[10]; /* Test der ADC-Routinen (Multiplex und Interrupt-Aufruf) */ void edm_test_adc(void) { printf_P(PSTR("\fTest EDM-ADC \n" "Beenden durch Knopfdruck
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart.h
****************************************** * @file usart.h * @author Bernhard Beroun * @version V1.0 * @date 13.02.2010 * @brief Diese Datei enthaelt alle Funktionen und Prototypen fuer USART1 & USART2 ****************************************************************************** */ /* Define to prevent
in „[STM32] CMD0 liefert immer 0xFF zurück“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Pinbelegung STM32F446RETx LQFP64
VDD, PB9, BOOT0, PB7, PB6, PB5, PB4, PB3, PD2, PC12, PC11, PC10, PA15, PA14, SYS_JTCK-SWCLK, VDD, VSS, PA13, SYS_JTMS-SWDIO, PA12, PA11, PA10, PA9, RCC_MCO_1, PA8, PC9, RCC_MCO_2, PC8, PC7, PC6, PB15, PB14, PB13, PB12, VSS, VDD, VCAP, PB10, PB1, PB2, TEST2, TEST1, PB0, PC5, PC4, PA7, PA6, PA5, PA4, VDD, VSS, PA3, PA2, UART4_TX, PA1, PA0, VSSA, VDDA, NRST, RCC_OSC_OUT, PC0, PC1, PC2, PC3, RCC_OSC_IN, PC13, PC14, PC15, VSS, VBAT, ST, STM32F446RETx, LQFP64
in „STM32: Flashen geht; uC stoppt sofort. Takt-Hygiene?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
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
-
Datei
main.c
#include "stm32f0xx.h" extern void Config_TIM16 (void); int main(void){ RCC->APB2ENR |= RCC_APB2ENR_DBGMCUEN; DBGMCU->APB2FZ|= DBGMCU_APB2_FZ_DBG_TIM16_STOP; Config_TIM16(); while(1){__NOP();} #pragma diag_suppress
in „STM32 INT wird sofort ausgeführt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Log_24h.pdf
delay_init... board_led_init... button_init... timer2_init... wpsbutton_init... Version: 2.9.4 Hardware: STM32F103 Display: WC24h LEDs: SK6812 RGBW rtc is online eeprom is online sk6812: external pullup detected eeprom is online current eeprom version: 0x00020900 reading ir codes from eeprom DFPLAYER LOGGER
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f7xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim3; /* USER CODE BEGIN
in „Probleme beim Debuggen mit SW4STM32 und und F7Disco“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mcp23009.c
#include <stm32f10x_i2c.h> #include <inttypes.h> #include <stdio.h> #include "mcp23009.h" #define MCP23009_I2Cx_RCC RCC_APB1Periph_I2C1 #define MCP23009_I2Cx I2C1 #define MCP23009_I2C_GPIO_RCC RCC_APB2Periph_GPIOB
in „I2C IOExpander macht mich wahnsinnig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_test.c
edm_variables.h" #include "edm_test.h" #include "../../ioMapping.h" // Alle Ports und Pins #include "stm32f10x_gpio.h" extern uint16_t ADC1ConvertedValues[10]; volatile uint16_t gl_a; volatile uint16_t gl_b; /* Test der ADC-Routinen (Multiplex und Interrupt-Aufruf) */ void edm_test_adc(void) { printf_P(PSTR("\fTest EDM-ADC \n" "Beenden durch Knopfdruck\a")); edm_adc_init(); printf_P(PSTR("Init OK\n\a")); edm_adc_start(); printf_P(PSTR("Start OK\n\a")); while(!key_getstroke()) { //togglespare2(); printf_P(PSTR
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_test.c
edm_variables.h" #include "edm_test.h" #include "../../ioMapping.h" // Alle Ports und Pins #include "stm32f10x_gpio.h" extern uint16_t ADC1ConvertedValues[10]; volatile uint16_t gl_a; volatile uint16_t gl_b; /* Test der ADC-Routinen (Multiplex und Interrupt-Aufruf) */ void edm_test_adc(void) { printf_P(PSTR("\fTest EDM-ADC \n" "Beenden durch Knopfdruck\a")); edm_adc_init(); printf_P(PSTR("Init OK\n\a")); edm_adc_start(); printf_P(PSTR("Start OK\n\a")); while(!key_getstroke()) { //togglespare2(); printf_P(PSTR
in „STM32 - ADC-DMA1-IRQ-Handler macht Unsinn“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debugger_output.txt
4444 for telnet connections Info : clock speed 8000 kHz Info : STLINK v2.1 JTAG v29 API v2 M18 VID 0x0483 PID 0x374B Info : using stlink api v2 Info : Target voltage: 3.257369 Info : Unable to match requested speed 8000 kHz, using 4000 kHz Info : Stlink adapter speed set to 4000 kHz Info : STM32F303RETx.cpu
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debug.c
===================================================================== #include "debug.h" #include "stm32f4xx.h" //============================================================================= // Main output routine //============================================================================= void SWV_puts
in „STM32: Drama mit "Hard Fault Error"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
input.txt
STM32F746ZGT6 PE2 PE3 PE4 PE5 PE6 VBAT PC13 PC14 PC15 PF0 PF1 PF2 PF3 PF4 PF5 VSS VDD PF6 PF7 PF8 PF9 PF10 PH0 PH1 NRST PC0 PC1 PC2 PC3 VDD VSSA VREF+ VDDA PA0 PA1 PA2 PA3 VSS VDD PA4 PA5 PA6 PA7 PC4 PC5
-
Datei
dogm.c
17:19 * Author: Chris */ #include <stdint.h> #include "LCD_DOGM_SPI.h" #include "main.h" #include "stm32f1xx_hal.h" void delay_ms(uint16_t); void delay_us(uint16_t); //////////////////////////////////////////////////////////////////////// // Sendet 8 uint8_t zum LCD extern SPI_HandleTypeDef hspi1; static
in „DOGM - 163 Initialisierung +5V SPI“ · 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 ·
-
Datei
main.h
#include <stdio.h> #include <stdlib.h> #include "diag/Trace.h" #include <stm32f4xx.h> #define multiplier 4 #define period 125 #define baudrate 921600 #define MOSI_Port GPIOA #define MOSI_Pin GPIO_PIN_7 #define SCK_Port GPIOA #define SCK_Pin GPIO_PIN_5 #define LAT_Port GPIOA
in „STM32F4 HAL SPI über DMA“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
The_International_System_of_Units_sp330.pdf
standard uncertainty is u = 2 kHz. c Wavelengths for 12I transitions 2 Transition Frequency difference x [f(x) – f(32-0, R(56)10a )]/kHz 32-0, R(57), 1 –50 946 880.4 32-0, P(54), 1 –47 588 892.5 35-0, P(119), 1 –36 840 161.5 33-0, R(86), 1 –32 190 404.0 34-0, R(106), 1 –30 434 761.5 36-0, R(134), 1 –17 173 680.4 33-0, P(83), 21 –15 682 074.1 32-0, R(56), 10 0 32-0, P(53), 1 +2 599 708.0 Here, f(x) represents the frequency of the transition denoted x and f(32-0, R(56), a ) 10e frequency of the reference transition
in „Stromangabe in der Einheit At?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
******************************************************* * @file main.c * @author Ac6 * @version V1.0 * @date 01-December-2013 * @brief Default main function. ****************************************************************************** */ #include "stm32f10x.h" #include "systick.h" #include "led.h"
in „stm32f103 CAN-Interface“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
display.c
/** * Ansteuerung des Display. * * Benötigte Hardware: PORTE */ #include "stm32f10x_gpio.h" #include "display.h" #define DATA (GPIO_Pin_0 | GPIO_Pin_1 | GPIO_Pin_2 | GPIO_Pin_3 | GPIO_Pin_4 | GPIO_Pin_5 | GPIO_Pin_6 | GPIO_Pin_7) #define RESET GPIO_Pin_8 #define RW GPIO_Pin_9
in „STM32 und ks0108-Display - keine Anzeige“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Frequenzzaehler.pdf
32 Bit Con- schluckt nur ca. 3 mA bei 20 MHz Taktfre- troller (wobei ich mit den 32 Bittern sehr gu- quenz - und er hat bei mir bereits bis über 150 MHz messen können. te Erfahrungen gemacht habe), SH,
in „PIC - Frequenzzähler weit über 50 MHz auf die minimalistische Art“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
byteweise und auch nicht wirklich 32 bitweise. Beispiel: Text sei "Hello-World" 0x40006000: 48 65 00 00 6C 6C 00 00 6F 2D 00 00 57 6F 00 00 72 6C 00 00 64 ... H e l l o - W o r l d ... ab Offset 0: Control_In 64 Bytes Control_Out 64 Bytes
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
images.h
#endif /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /** @addtogroup Embedded_GUI_Library * @{ */ /** @addtogroup Images * @{ */ /* Exported constants --------------------------------------------------------*/ /** @defgroup Images_Exported_Constants * @{ */ #define Red_BG 0xFD4F #define Green_BG 0xBF22 #define Blue_BG 0x65BF #define Blue_BG2 0x95FF extern const uint8_t RButtonA[866]; /*!< radio button bitmap table */ extern const uint8_t RButtonB[866]; /*!< radio button
in „STM32 24Bit Bmp nach 565RGB Format“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
src.txt
content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <link rel="stylesheet" media="all" href="/assets/screen-b3e2163c0c02ee04ff7607e53cbc898e66ce9e5bd6159576f166ae976e5a5aa0.css" /> <link rel="stylesheet" media="print" href="/assets/print-d245bf6f0a5fe74d9f377c2d91dcaf92e729af0ea914e45fe357de41f1118b55
in „Verweis/Referenzierung zu anderen Beiträgen“ · www.mikrocontroller.net ·
-
Bild
Schaltplan mit STM32G030K8T6 Mikrocontroller
+3.3V C1 4.7uF VIN HDR-M-2.54_1x2 GND U2 ZX-QC4545-4.5CJ R1 10k U1 STM32G030K8T6 PB9 PB8 PB7 PB6 PB5 PB4 PB3 PA15 PA14-BOOT0 PA13 PA12[PA10] PA11[PA9] PA10 PC6 PA9 PA8 PB2 GND J2 HDR-M-2.54_1x3 1 2 3 GND J1 HDR-M-2.54_1x3 1 2 +3.3V OUTPUT VDD/VDDA VSS/VSSA NRST PA0 PA1 PA2 PA3 PA4 PA5 PA6 PA7 PB0 PB1
in „STM32 Flash Schaltung über UART“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
eventcb_ctrl6.ino
[] = {14, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02 }; uint8_t lauf_bmp1[] = {16, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff, 0xfe, 0xfc, 0xf8, 0xf0, 0xe0, 0xc0, 0x80
in „Schulnotenbewertung eines Arduino-Programms“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdint.h> #include "stm32f1xx.h" #define HSE_VALUE 8000000U #define SYSCLK_FREQ_72MHz 72000000U // ---------------- GPIOx_CRx MODE+CNF-Bits kombiniert -------------------- #define noPin 4 // floating input, reset state #define
in „SPI auf STM32F103 - kein Signal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oneWire.c
***/ /* Includes **********************************************************************/ #include "stm32f10x_conf.h" #include "Delay.h" #include "oneWire.h" #include "math.h" /* Functions **********************************************************************/ //reset device uint8_t ds1820_reset(GPIO_TypeDef
in „Timingproblem mit Onewire und STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm8s.h
#define PC_DDR *(unsigned char*)0x500C #define PC_CR1 *(unsigned char*)0x500D #define PC_CR2 *(unsigned char*)0x500E #define PD_ODR *(unsigned char*)0x500F #define PD_IDR *(unsigned char*)0x5010 #define PD_DDR *(unsigned char*)0x5011
in „STM8 und ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Pinbelegung STM32F103C6Tx LQFP48
ST, STM32F103C6Tx, LQFP48, VDD, VSS, PB9, BOO.., PB7, PB6, PB5, PB4, PA15, PA14, VDD, VSS, PA13, SYS_JTMS-SWDIO, PA12, CAN_TX, PA11, CAN_RX, PA10, TIM1_CH3, PA9, TIM1_CH2, PA8, TIM1_CH1, PB15, TIM1_CH3N, PB14, TIM1_CH2N, PB12, TIM1_CH1N, PB11, VSS, VDD, PB10, SL BrakeLight, PB1, AD1 Torque Input, PB0, Motor Temp, PA2, SB Hall 2, PA1, Phase Current2, PA0, SA Hall 1, PD1.., PD0.., PC15.., PC14.., PC13.., VBAT, NRST, VSSA, VDDA, PA3, PA4, PA5, Phase Current3, Phase Current, SP Throttle, TB Light output
in „Wer kann mir schöne Fotos machen?“ · Offtopic · · Screenshots
-
Datei
log.txt
delay_init... board_led_init... button_init... timer2_init... wpsbutton_init... Version: 2.9.4 Hardware: STM32F103 Display: WC12h LEDs: WS2812 GRB rtc is online eeprom is online ws2812: external pullup detected eeprom is online current eeprom version: 0x00020900 reading ir codes from eeprom DFPLAYER LOGGER
-
Datei
stm32f10x_it.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : stm32f10x_it.c * Author : MCD Application Team * Version : V2.0.1 * Date : 06/13/2008 * Description : Main Interrupt Service Routines. * This file provides template for all exceptions handler * and peripherals
in „STM32 SysTick“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ar1001.h
recursive inclusion -------------------------------------*/ #ifndef AR1001_H #define AR1001_H #include "stm32f10x.h" #define MASK_STC (1<<5) //0x0020 // Seek/Tune/PowerOn complete D5 in adress 13H #define MASK_SF (1<<4) //0x0010 // Seek Fail D4 in address 13H #define MASK_ST (1<<3) //0x0008 // Stereo D3 in
-
Datei
MonoGLCD.cpp
/* * MonoGLCD.cpp */ #include "MonoGLCD.h" #include "stm32f1xx_hal.h" // defines ------ #define DISPLAY_ON 0xAF #define DISPLAY_OFF 0xAE #define DISPLAY_START_LINE_SET 0x40 //0x40 to 0x7F 63-Stufen #define PAGE_ADRESS_SET 0xB0 //0xB0 to 0xB8 8-Stufen #define
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan eines Easy PDK Programmers
23, 47, 24, 36, 48, USB, +5V, Vcc, D (sw), USB_DP, USB_DM, D (gt), D (sw), OSC in, 8 MHz, OSC out, STM32F072Cxxx, TQFP-48, PA15, PB0, PB4, PB8, PA4, PB10, PA0, NRST, 15, 10, 14, 19, 7, 3.3V, 22k, 100, 100, 100, 44, 38, 39, 40, 41, 42, 43, 22p, 22p, reset, bout B, JP6 IDC-connector to target circuit,
in „EasyPDKProgrammer - Clone für Padauk MCUs“ · Projekte & Code · · Schaltpläne