-
Datei
config-bpir2.txt
CONFIG_ARCH_DOVE is not set # CONFIG_ARCH_KS8695 is not set # CONFIG_ARCH_W90X900 is not set # CONFIG_ARCH_LPC32XX is not set # CONFIG_ARCH_SA1100 is not set # CONFIG_ARCH_S3C24XX is not set # CONFIG_ARCH_DAVINCI is not set # CONFIG_ARCH_AT91 is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_STM32 is not set
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
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
in „STM32F042 gecloned aber verhält sich seltsam“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef hadc1; DAC_HandleTypeDef hdac
in „STM32F4 auf eigenem Board / GPIO Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TDA-884.pdf
− − 0.2 mA S.3.7 suppression of internal RGB notes 5 and 23; insertion; − 55 − dB signals fi= 0 to 5 MHz December 16, 1997 32 Philips Semiconductors Tentative Device Specification I C-bus controlled PAL/NTSC
in „PAL-Röhren TV auf NTSC umbauen“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
// main.c /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" #include "i2c.h" #include "tim.h" #include "gpio.h" /* USER CODE BEGIN Includes
in „STM32F103 I2C HAL_BUSY“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Platine_4_Kanal.pdf
Stecker kompatibel zu https://www.aliexpress.com/item/W5500-Ethernet-network-module-hardware- TCP-IP-51-STM32-microcontroller-program-over-W5100/32763344302.html) o I2C für universelle Verwendung (Stecker mit Vcc, GND, SCL, SDA vorsehen) • Spannungsversorgung o USB oder Klemme (5V) o Schaltnetzteil (8 - 29V
in „Hutschienen Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BU208D.pdf
/ BU508D / BU508DFI TO-3 MECHANICAL DATA mm inch DIM. MIN. TYP. MAX. MIN. TYP. MAX. A 11.00 13.10 0.433 0.516 B 0.97 1.15 0.038 0.045 C 1.50 1.65 0.059 0.065 D 8.32 8.92 0.327 0.351 E 19.00 20.00 0.748 0.787 G 10.70 11.10 0.421 0.437 N 16.50 17.20 0.649 0.677 P 25.00 26.00 0.984 1.023 R 4.00 4.09 0.157
in „Qualität heutiger Transistoren“ · Analoge Elektronik und Schaltungstechnik ·
-
Bild
Tabelle der alternativen Port-Funktionszuweisungen eines Mikrocontrollers
Table 12. Port A alternate function mapping Port AF0 AF1 AF2 AF3 AF4 AF5 AF6 AF7 PA0 SPI2_SCK USART2_CTS - USART4_TX - - - PA1 SPI1_SCK/I2S1_CK USART2_RTS - USART4_RX TIM15_CH1N I2C1_SMBA EVENTOUT PA2 SPI1_MOSI/I2S1_SD USART2_TX - - - TIM15_CH1 - PA3 SPI2
in „UART und I2C Konflikt mit STM32duino STM32G070“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
uart.c
#include <stdio.h> #include <stdint.h> #include "stm32.h" #include "core_cm3.h" #include "main.h" #include "gpio.h" #include "uart.h" #include "rx_buffer.h" volatile char linebuf[120] = {0}; volatile int lbufcnt=0, lbuflen=0; void uart1_init(int baud)
in „[Cortex-M3] Problem mit dem UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" #include "can.h" #include "usart.h" #include "gpio.h" #include "xprintf.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables -----------------------------
in „STM32 CAN Botschaft empfangen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
) buff[1] = 0xFF; // GPIO_0 - GPIO_7 buff[2] = 0xFF; // GPIO_8 - GPIO_15 HAL_I2C_Master_Transmit( &hi2c1, EXPANDER_1_ADDR, buff, 3, 0xFFFF ); HAL_I2C_Master_Transmit( &hi2c1, EXPANDER_2_ADDR, buff, 3, 0xFFFF ); //
in „STM32 und Infrarot Sensor“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
prototypes -----------------------------------------------*/ /* USER CODE END PFP */ /* USER CODE BEGIN 0 */ /* USER CODE END 0 */ /** * @brief The application entry point. * * @retval None */ int main(void) { /* USER CODE BEGIN 1 */ uint32_t i = 0; uint16_t X = 0; uint16_t Y = 0; /* uint32_t PreBuffer[280
in „Probleme beim Debuggen mit SW4STM32 und und F7Disco“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.h
#ifndef _CONFIG_H #define _CONFIG_H #include <stdio.h> #include "stm32f4xx.h" /** * @brief Definition for COM port1, connected to USART1 */ #define Open207V_USART USART3 #define Open207V_USART_CLK RCC_APB1Periph_USART3 #define Open207V_USART_TX_PIN GPIO_Pin_10 #define
in „STM32F4 Discovery + TFT + FSMC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compile_Tasmota_stable_in_docker_container.txt
Compiling .pio/build/tasmota32-DE/libd0a/lvgl/draw/sdl/lv_draw_sdl_texture_cache.c.o 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
in „Dlock 11827 und Tasmota - compilieren für FW-Update“ · Haus & Smart Home ·
-
PDF
label-vs-wire.pdf
SDA IO3 10 TPS4H000B 5 A2 IO2 9 REL-01_H 17*2 VS FAULT 7 4 7 X1:A5 3 A1 IO1 6 REL-00_H 1 20 REL-01+ A0 IO0 2 IN1 OUT1 19 X1:B6 REL-06_H 3 IN2 OUT2 16 4 IN3 OUT3 15 X1:A6 D5 IN4 OUT4 REL-00+ STM32L451 X1:B7 12 THER CS 8 R13 SCL-REL 11 DIAG_EN CL 9 TPS-B_I X1:A7 SCL1 PB8 61 5 SEH N/C 14 15k,1% 6 SEL N/C
in „Schaltungs Kontrolle“ · Platinen ·
-
Datei
CAN_Config.h
Control stage parameters.h * @author IMS Systems Lab and Technical Marketing - MC Team * @version 3.3.0 * @date 19-Nov-2012 12:11 * @brief This file contains motor parameters needed by STM32 PMSM MC FW * library v3.0 ****************************************************************************** * @attention
in „STM32F4 - CAN1 empfängt nichts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
init.c
#include <stdio.h> #include "stm32f10x.h" #include "init.h" void Init(void); void RCC_Configuration(void); void NVIC_Configuration(void); void GPIO_Configuration(void); void SPI_Configuration(void); //void I2C2_Configuration(void);
in „STM32 ADC Fehler“ · Mikrocontroller und Digitale Elektronik ·
-
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
pictures.h
*********** * @file : pictures.h * @author : IMS Systems LAB & Technical Marketing * @version : V1.0.0 * @date : 30-Mar-2013 * @brief : Image Declarations *******************************************************************************/ /* @attention * * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY
in „stm32F103 bmp aus Flasch lesen“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan mit STM32F103C8T6 Mikrocontroller
1 2 3 4 5 A B C D TLC2272ACD R46 10KO Motor + (3) X5 5V +5V S4 start KSC221G S5 KSC221G vor GND 3K9 390R=350R 20mA=10@500 Ohm(2) R30 15R 100K R52 +5V TLC2272ACD N1 5 7 GND X2 GND X2 T2CH1 PA0 PB1 16 3V3 +3V3 3V3 PA1
in „LM358 gegen TS272“ · Analoge Elektronik und Schaltungstechnik · · Schaltpläne
-
Datei
stm8s.h
*(unsigned char*)0x50C1 #define CLK_CMSR *(unsigned char*)0x50C3 #define CLK_SWR *(unsigned char*)0x50C4 #define CLK_SWCR *(unsigned char*)0x50C5 #define CLK_CKDIVR *(unsigned char*)0x50C6 #define CLK_PCKENR1 *(unsigned
in „STM8 und ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
objdump.txt
8007e1c: 01a0c003 moveq ip, r3 8007e20: e1a0100c mov r1, ip 8007e24: e59dc020 ldr ip, [sp, #32] 8007e28: e1a00002 mov r0, r2 8007e2c: e88c0003 stm ip, {r0, r1} 8007e30: e28d10d8 add r1, sp, #216 ; 0xd8 8007e34
in „STM32F4 HardFault Interrupt bei stdlib Funktionen“ · 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
debugger_output.txt
Open On-Chip Debugger 0.10.0+dev-00021-g524e8c8 (2019-04-12-08:33) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html srst_only separate srst_nogate srst_open_drain connect_assert_srst
in „STM32 läuft mit Debugger schneller als er soll“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Leiterplatten-Layout eines ESP-12 STM32F103C8T6 Projekts
SPK SPK +5V GND R L BOCT0 R17 1k ESP - 12 STM32F103C8T6 A11 A12 A15 B1 B12 B14 C14 C15 3V5 GND IC IO Q1 DCF LED1 DS1820 R15 100R 28 68 GND PIN 3V5 DS1820 R10 82 BS170 Q2 IC2 LM358 R9 3k R8 LED DCF 100nF R3 100R IC2 R2 10k R14
in „WordClock mit WS2812“ · Projekte & Code · · Layouts
-
Datei
sdio.c
3c: Test auf SDHC **********/ _init2_0: if (OCR & 0x40000000) { SDCardTyp = SDHC; String_Out("SDHC\r\n",ComPort); } /********* Stufe 4: SD 1.x oder 2.0 initialisieren **********/ _init1_1: // ab hier auch
in „STM32F103: Problem mit ChanFat und SD karte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2CPort.cpp
Author: framlin * * Taken from Tutorial * https://sites.google.com/site/johnkneenmicrocontrollers/18b-i2c/i2c_stm32f407#linki2cpins */ #include "I2CPort.h" #include <stdio.h> #include <stdlib.h> #include "diag/Trace.h" I2CPort::I2CPort(unsigned int port, unsigned int sdaPin, unsigned int sclPin): _port(port
in „I2C auf dem STM32 F411RE“ · 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
in „stm32f103 CAN-Interface“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hwinfop14s.txt
:02/8ADB159E-1E32-455C-BC93-308A7ED98246 M: 8ADB159E-1E32-455C-BC93-308A7ED98246 R: 98246 U: wmi T: data E: DEVPATH=/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/8ADB159E-1E32-455C-BC93-308A7ED98246 E: SUBSYSTEM
in „Lenovo Thinkpad P14s (Intel) freeze beim Steckerziehen“ · PC Hard- und Software ·
-
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
main.c
************************************************************************* * @file GPIO_Toggle\main.c * @author MCD Application Team * @version V2.0.4 * @date 26-April-2018 * @brief This file contains the main function for GPIO Toggle example. *********************************************************
in „STM8 Example Code“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ /* USER CODE BEGIN PV */ /* Private variables
in „STM32 - GPIOs funktionieren nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
serial.h
/* UART-Ansteuerung für STM32F103C8T6 */ /* Senden + Empfangen erfolgt gepuffert über V24puffer per Interrupt. Beim Senden wird eine begrenzte Zeit gewartet, wenn der Sendepuffer voll ist Beim Empfangen wird nicht gewartet, sondern
in „Sende/Empfangsvorgang mittels nur 1St. µC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim2; UART_HandleTypeDef
in „UART USB STM32F407VGT“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
****************************************************************************** * File Name : main.c * Description : Main program body ****************************************************************************** * * COPYRIGHT(c) 2016 STMicroelectronics * * Redistribution and use in source and binary
in „Überlauf UART“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
RDA5851S.pdf
offset LW 1 0 0 1 1 rx ry offset LWPC 1 0 1 1 0 rx offset LWSP 1 0 0 1 0 rx offset MFHI 1 1 1 0 1 rx 0 0 0 1 0 0 0 0 MFLO 1 1 1 0 1 rx 0 0 0 1 0 0 1 0 MOVEmt32 0 1 1 0 0 1 0 1 r32(2:0) r32(4:3) rz MOVEmf32 0 1 1 0
-
Bild
Ausschnitt aus einem STM32L431xx Datenblatt mit Schaltplan
STM32L431xx Electrical characteristics 6.3.4 Embedded voltage reference Table 25. Internal voltage reference VREFINT -40 °C < TA < +130 °C Min 1.182 Typ 1.212 Max 1.232 V 3.15.2 Internal voltage reference (VREFINT) Table 9. Internal voltage reference calibration values VREFINT VDDA = VREF = 3.0 V (± 10 mV) ADC_DATA VCHANNEL * FULL_SCALE VDDA
in „ADC - ungenaue Werte“ · Analoge Elektronik und Schaltungstechnik · · Screenshots
-
Bild
Konfigurationsmenü für STM32F1 Blue Pill Board
Board: "Generic STM32F1 series" Port: "COM33" Board Daten neuladen Board-Infos abrufen Debug symbols and core logs: "None" Optimize: "Smallest (-Os default)" Board part number: "BluePill F103C8" C Runtime Library: "Newlib Nano (default)" Upload method: "Maple DFU Bootloader 2.0" USB support (if available): "None" U(S)ART support: "Enabled (generic Serial)" USB speed (if available): "Low/Full Speed" Bootloader brennen
in „Bluepill STM32F103C8x Arduino Bootloader“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
MKL25Z4.h
Register 2, offset: 0xC */ __I uint32_t R[2]; /**< ADC Data Result Register, array offset: 0x10, array step: 0x4 */ __IO uint32_t CV1; /**< Compare Value Registers, offset: 0x18 */ __IO uint32_t CV2; /**< Compare Value Registers
in „Interrupts bei Keil ARM? (KL25Z)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.c
((c > 127 || c < 32) && (c != 'ü' && c != 'ö' && c != '°' && c != 'ä' && c != 'ß' && c != 'Ü' && c != 'Ö' && c != 'Ä') ) return; switch (c) { case 'ü': c = 95; // ü for (uint8_t i = 0; i < 6; i++) { oled_data
in „SSD1306/1309 Library zum Darstellen von Text auf OLED Displays“ · Projekte & Code ·
-
Datei
myfirst.s
, GPIOA_BASE + 0x18 .equ GPIOA_LCKR , GPIOA_BASE + 0x1C .equ GPIOA_AFRL , GPIOA_BASE + 0x20 .equ GPIOA_AFRH , GPIOA_BASE + 0x24 .equ RCC_BASE , 0x40023800 .equ RCC_CR , RCC_BASE + 0x00 .equ RCC_CFGR , RCC_BASE + 0x08
in „mein erstes STM32F4 .asm/ .s Program stürzt ab im gdb“ · 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
main.c
È»ºó²é¿ŽÓ²ŒþÊÇ·ñÕæµÄÉèÖÃÁËCAN_MSRµÄ³õÊŒ»¯Î»ÀŽÈ·ÈÏÊÇ·ñœøÈëÁ˳õÊŒ»¯Ä£Êœ */ } /* ÅäÖÃCAN¹ýÂËÆ÷ */ /* 32λ¶ÔÓŠµÄid */ /* stdid[10:0]£¬extid[17:0],ide,rtr */ /* 16λ¶ÔÓŠµÄid */ /* stdid[10:0],ide,rtr,extid[17:15] */ /* Ò»°ãʹÓÃÆÁ±Îģʜ */ /* ҪעÒâµÄÊÇfifoœÓÊÕŽæÂúÁËÖжϣ¬»¹ÓПÍÊÇfifoµÄžÅÄŒŽÈ¡µÄÒ»Ö±ÊÇ×
in „STM32 can Message“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
MX_GPIO_Init(); MX_DMA_Init(); MX_TIM2_Init(); /* USER CODE BEGIN 2 */ HAL_DMA_Start_IT(&hdma_tim2_ch1, (uint32_t)&GPIOC->IDR, (uint32_t)&gSamples[0], 1); // /* TIM1: connect Capture Compare Interrupt of Channel 4 as DMA Request */ __HAL_TIM_ENABLE_DMA(&htim2, TIM_DMA_CC1); /* DMA: Clear Interrupt FLAG */ __HAL_DMA_CLEAR_FLAG
in „STM32F4 Timer Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Strommessung.pdf
U U 10k FerriteBead 2 ~{WP}/IO_{2} W25Qxxx GND GND DO/IO_{1} C212 100n 5 DI/IO_{0} D N C203 G 100n C213 100n 4 C204 C214 100n 33p } { GND _ V F203 1 1 3 6 1 4 } z 1 T D D D A B GND 1A5 V_{BUS} R M 2 B D D D D S A 8 Y 7 NRST V V V V V D PA0 14 V_{TEMP} C D 15 U207
in „Prüfung Schaltplan Power Profiler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.h
LCD.h * Hardware Environment: * Build Environment : RealView MDK-ARM Version: 4.20 * Version : V1.0 * By : * * (c) Copyright 2005-2011, WaveShare * http://www.waveshare.net * All Rights Reserved * ******************************************************************************************************
in „STM32F4 mit TFT Codeverständnis“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.h
LCD.h * Hardware Environment: * Build Environment : RealView MDK-ARM Version: 4.20 * Version : V1.0 * By : * * (c) Copyright 2005-2011, WaveShare * http://www.waveshare.net * All Rights Reserved * ******************************************************************************************************
in „STM32F4 Discovery + TFT + FSMC“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Blockschaltbild eines NanoVNA
doc/nanovna-blockdiagram.png SA612AD Bridge TX DUT RX 100k~ 200MHz Si5351A VCTCXO 26.000MHz MCLK I2C I2S I2S Codec TLV320 AIC3204 IN3 reflect IN2 reference IN1 thru STM32 F072C8T6 Cortex-M0 48MHz Push SW Lever SW USB LDO 3.3V MCP 73831 LiPo SPI LCD ILI9431 320x240 DAC
in „Verständnisfrage VNA“ · HF, Funk und Felder · · Diagramme
-
PDF
controller.pdf
60 16 BOOT BOOT0 PA2 X-MAX 3 PA3 17 SV1 PA4 20 CS0 2 21 1 PA5 SCK_I PA6 22 MISO_I 23 4 p GND PA7 MOSI_I C 2 PA8 41 FET3 42 PA9 43 UTX0 a PA10 URX0 1 s PA11 44 USB_D- C17 Y r 45 20pF C PA12 USB_D+ GND 5 PD0 PA13 46 IO
in „mp2451 funktioniert nicht korrekt“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
corrupted-content-of-the-backup-domain.pdf
STM32G471xx/473xx/474xx/483xx/484xx System 2.2.6 Corrupted content of the backup domain due to a missed power-on reset after this domain supply voltage drop Description The backup domain reset may be missed
in „Auch bei den STM32 funktioniert Reset nicht richtig :(“ · Mikrocontroller und Digitale Elektronik ·