-
PDF
512410-sp-01-en-PROGRAM__SCHALTNETZTEIL_PSP_12010.pdf
680E 1206 PSP 12010-OUTPUTCONVERTER R21 CON2 DRV 5 4 3 2 1 5 4 3 2 1 +V +VDDIO R26 R17 R30 470E 2K2 6K8 R18 Q5 D 6 D R25 Q8 6 8 TX 8 5 B C1 B U5A 1K CN14 5K6 PC817 U5B 1 PC817 2 3 +V 2 4 R19 3PinSTM 4K7 R13 -V 6 5K6 8 Q3 C +VDDIO B +V 1 C D5 C R23 R16 D 4148W Q7 2 CN13 R21 2K2 10E R28 BC856 R20 1 4K7 1K
in „Tipps zum Reparieren eines Voltcraft PSP12010“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
include "usbd_desc.h" #include "usbd_cdc_vcp.h" //Library config for this project!!!!!!!!!!! #include "stm32f4xx_conf.h" /** @addtogroup STM32F4-Discovery_Demo * @{ */ /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------------------------------------------*/ // #define STM32F4_DISCOVERY /* Private macro -------------------------------------------------------------*/ /* Private variables ---------------------------------------------------------*/ #ifdef USB_OTG_HS_INTERNAL_DMA_ENABLED
in „STM32F4 - Virtual Com Port (CDC)“ · 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" /* LCD settings */ #define ILI9341
in „Zeigt her eure Kunstwerke (2017-2019)“ · Projekte & Code ·
-
Datei
eth_conf.h
/** ****************************************************************************** * @file stm32f4x7_eth_conf.h * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief Configuration file for the STM32F4x7 Ethernet driver. *********************************************
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb.c
Port betreiben */ #include "usb.h" /* For devices with 2 x 16 bits / uint16_t access schema (e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE) */ //#define UMEM_SHIFT 0 //#define UMEM_FAKEWIDTH uint16_t /* For devices with 1 x 16 bits / uint16_t access schema (e.g. STM32F103, STM32F302, STM32F303xB
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
neigungsmessung.c
*********************************************** *** *** eeeeee eeeee eeeee eeeee eeeeee eeeeee *** 8 8 8 8 8 8 88 8 8 *** 8e 8 8 8 8 8 8 8 8 *** 88 8 8eee 8eee 8e 8 8 8e 8 *** 88 8 8e 8e 88 8 8 88 8 *** 88 e 88 88 88 8 e 88 8 *** 88eee8 88eee 88 88eee 88eee8 88 8 *** *** Coded by Crashdemon.... ***
in „[STM32] Keil SysTick_Config Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nrf24l01.c
/#pragma GCC optimize ("O0") /* -------------- System Include Files ----------------- */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdint.h> /* --------------- Special
in „STM32F4 und NRF24L01: Frage zu Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
howto.txt
Für das Shield mit dem STM32 MiniDevBoards Vorbereitung Windows PC > das STM32MiniBoard auch über UART geflashed werden. > Die Software für das Flashen über UART wird auch zum Aufspielen der ESP8266 Firmware des WLAN-Moduls benötigt
-
PDF
Adapter_STM_Mini.pdf
1 X1-2 NRESET 1 2 X1-3 A0 2 3 X1-4 RW 3 4 X1-5 E 4 5 D0 X1-6 5 6 D1 X1-7 6 8 D2 X1-8 8 9 D3 X1-9 9 10 D4 X1-10 10 11 D5 X1-11 11 B 12 D6 X1-12 12 B 13 D7 X1-13 VDD 13 14 X1-14 VSS 14 15 X1-15 15 16 16 17 VOUT C1 17 18 X1-16 18 19 1uF/25Vdc 19 20 C3+ C2 20 X1-17 P3 X1-18 C1- 1uF
in „LCD von Pollin“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32MP151A_Block_Diagram.pdf
GPIOH 16b 16 M PLLUSB C I T MDMA 9 GPIOI 16b 16 O I F 32 Channels 0 31 24b L(LCD) F X ( GPIOJ 16b A I STM i 16 8 8b GPIOZ T F t a GPIOK 8b 8 17 16b Trace port 8I async m F u TIM2 32b 5 3 I2C4 / SMBUS T b Cortex-M4 CPU 209 MHz B TIM3 16b 5 T AHB2APB + MPU + FPU H 3 I2C6 / SMBUS D-Bus - TIM4 16b 5 O T l 4
in „STM32MP1 von ST“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart.c
Libraries -----------------------------------------------------------------*/ #include "usart.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_usart.h" #include "stm32f4xx_dma.h" /* Functions -----------------------------------------------------------------*/ /** * @brief Configure
in „STM32F4 - USART3 Rx und DMA will nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Diagramm der Frequenzabweichung
Drift (Hz/hr) +7.26E-6 +1.3E-3 +4.41E-0 +4.9E-7 +2.49E-4 -2.40E-5 +1.70E-7 +1.14E-4 +4.05E-6 +2.70E-8 +3.15E-5 +1.16E-6 +2.13E-7 -9.11E-5 -3.20E-6 0s 360s 720s 1080s 1440s 1800s 2160s 2520s 2880s 3240s 360s Trace Input Freq Sample Interval Freq at 2151s Duration Elapsed Acquired Instrument STM32F434
in „STM32H743 PLL“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
stm32f30x_rcc.h
} */ /** @defgroup RCC_Flag * @{ */ #define RCC_FLAG_HSIRDY ((uint8_t)0x01) #define RCC_FLAG_HSERDY ((uint8_t)0x11) #define RCC_FLAG_PLLRDY ((uint8_t)0x19) #define RCC_FLAG_MCOF ((uint8_t)0x9C) #define RCC_FLAG_LSERDY ((uint8_t)0x21) #define RCC_FLAG_LSIRDY ((uint8_t)0x41) #define RCC_FLAG_OBLRST ((uint8_t)0x59) #define RCC_FLAG_PINRST ((uint8_t)0x5A) #define RCC_FLAG_PORRST ((uint8_t)0x5B) #define RCC_FLAG_SFTRST ((uint8_t)0x5C) #define RCC_FLAG_IWDGRST ((uint8_t)0x5D) #define RCC_FLAG_WWDGRST ((uint8
in „Probleme mit dem STM32F3Discoery, mal wieder.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Resources_an5457-rf-matching-network-design-guide-for-stm32wl-series-stmicroelectronics.pdf
AN5457 Application note RF matching network design guide for STM32WL Series Introduction The STM32WL Series microcontrollers are sub-GHz transceivers designed for high-efficiency long-range wireless applications including the LoRa , (G)FSK, (G)MSK and BPSK modulations
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
PDF
AN5457.pdf
AN5457 Application note RF matching network design guide for STM32WL Series Introduction The STM32WL Series microcontrollers are sub-GHz transceivers designed for high-efficiency long-range wireless applications including the LoRa , (G)FSK, (G)MSK and BPSK modulations
in „868MHz Impedanzmatching - Fragen zum Matching-vorgehen“ · HF, Funk und Felder ·
-
Datei
bb_i2c_arm.c
#include "STM32F10x.h" #include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #define GLUE(a, b) a##b #define sbi(var, bit) (var|=1<<bit)//set #define cbi(var, bit) (var&=~(1<<bit))//clear #define tbi(var, bit) (
in „stm32f103 i2c_read“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_eeprom.c
#include <stdio.h> #include <string.h> #include "stm32f10x_usart.h" #include "stm32f10x_flash.h" #include "misc.h" #include "stm32_eeprom.h" /***************************************************************************** * Allows to use the internal flash
in „Daten ins Flash speichern mit dem STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32_eeprom.c
#include <stdio.h> #include <string.h> #include "stm32f10x_usart.h" #include "stm32f10x_flash.h" #include "misc.h" #include "stm32_eeprom.h" /***************************************************************************** * Allows to use the internal flash
-
PDF
STPicProgL.pdf
C8 24 TC4429 36 VCC.1 R24 100nF VCC.2 +3,3V 48 VCC.3 100k 9 VCC.A +3,3V 1 VBAT R3 8 GND.A 220 2 C3 C4 C5 23 D 35 GND.1 V 100n 100n 100n 47 GND.2 GND.3 STM32F103C8T6 Bezeichnung: STPicProgL Blatt: Datum:
in „Padauk MCU für 0.038 USD aus Taiwan“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_tim.h" #include "stm32f0xx_misc.h" #include <stdlib.h> #include <stddef.h> void init_Timer(void); void init_Application
in „stm32 SysTickFunction wird nie ausgeführt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STMPE811QTR.c
Direction, uint8_t* buffer); static void IOE_EXTI_Config(void); #ifndef USE_Delay static void delay(__IO uint32_t nCount); #endif /* USE_Delay*/ /** * @} */ /** @defgroup STM32F4_DISCOVERY_IOE_Private_Functions * @{
in „STM32F4 Touch Display Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_lib.h" #include "stm32f10x_map.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include "bits.h" #define STACK_TOP 0x20000800 #define NVIC_CCR ((volatile unsigned long *)(0xE000ED14)
in „Problem mit STM32-H103+Eclipse+OpenOCD“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
kicad_vergleich_v_03.pdf
MCU_NXP_LPC.dcm 93 30-10-2017 MCU_NXP_S08.dcm 189 30-10-2017 MCU_Parallax.dcm 3 30-10-2017 MCU_ST_STM32.dcm 799 30-10-2017 MCU_ST_STM8.dcm 7 30-10-2017 MCU_Texas_MSP430.dcm 357 30-10-2017 mechanical.dcm 6 24-08-2017 Mechanical.dcm 6 30-10-2017 memory.dcm 124 24-08-2017 memory.dcm 126 30-10-2017 microchip.dcm
in „Neues bei KiCAD Nightly-Builds ab 2017 Okt.“ · Platinen ·
-
Datei
Code.txt
/* * * STM32F030F4P6 Uart Example using Interrupt Read & Write * */ // Includes #include "stm32f0xx.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_usart.h" #include "stm32f0xx_flash.h" #include <stdio.h> // Defines #define TX_BUFFER_SIZE 32 #define RX_BUFFER_SIZE 256 #if TX_BUFFER_SIZE < 2 #error TX_BUFFER_SIZE is too small, It must be larger then 1. #elif ((TX_BUFFER_SIZE
in „STM32F030F4 HSI Clock mit PLL“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-----------------------------------------------*/ #include <stdlib.h> #include <stdio.h> #include "stm32f1xx_hal.h" #include "bme280.h" #include "u8g.h" #include "u8g_com_arm_stm32.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ------------------------------------
in „STM32 F103 - I2C Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_tim.h" #include "stm32f0xx_misc.h" #include <stdlib.h> #include <stddef.h> void init_Timer(void); void init_Application
in „stm32 SysTickFunction wird nie ausgeführt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
13475.pdf
Required preconditions None Called functions None CanTxMsg The CanTxMsg structure is defined in the stm32f10x_can.h file: typedef struct { u32 StdId; u32 ExtId; u8 IDE; u8 RTR; u8 DLC; u8 Data[8]; } CanTxMsg; StdId StdId is used to configure the standard identifier. This member ranges from 0 to 0x7FF.
in „STM32F: SPI "Halbduplex"“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Memory_LCD_Theory__Programming__and_Interfaces.pdf
locations in the frame buffer. the serial chip select (SCS) and the serial clock (SC) are See Figure 8. The command structure is as follows: LOW. Data is clocked on the rising edge of SC. Care should be taken to meet all of the timing such as setup • Command: 8 bits (including V-bit) • Trailer: 8 bits
in „LS032B7DD02 Datenblatt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
pensor.pdf
+3.3V V+ D1 N1 STM32G051 +3.3V MIC5236-3.3 +3.3V X6:10 V+ 2 IN OUT 3 4 VDD 0 X6:9 L1 1 9 k 1 1 4 EN ERR 1 R R 4 C39 6 CSB D D 100n F.B.,0.2A 1 C3 D V 5 Volt C12 * C11 C10 C8 C7 C2 100n SCL-INT 2 V 5 D2 SCK 7 68u 68u 100n
in „Datenlogger Pendeluhr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32f10x_hd.s
IRQHandler .word EXTI15_10_IRQHandler .word RTCAlarm_IRQHandler .word USBWakeUp_IRQHandler .word TIM8_BRK_IRQHandler .word TIM8_UP_IRQHandler .word TIM8_TRG_COM_IRQHandler .word TIM8_CC_IRQHandler .word ADC3_IRQHandler .word FSMC_IRQHandler .word SDIO_IRQHandler .word TIM5_IRQHandler .word SPI3_IRQHandler
in „STM32 Rücksprung defekt von IRQ“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rs485.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
CANTestcase.cpp
/* * \file CANTestcase.cpp * \brief Test case to figure out why the CAN bus works on a STM32F103RBT6 (medium-density device) but not * on a STM32RET6 (high-density device). Just create an instance of CANTestcase and call the * sendTestMessageInALoop() method. */ //Inclusions #include "CANTestcase.h" #include "../../libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h" #include "../../libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h" /** * \brief Constructor implementation. */ CANTestcase::CANTestcase(){ this->setUp(); return; }//eof /**
in „STM32F103: CAN - Bus funktioniert bei Medium-Density-, nicht aber bei High-Density device“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "system_stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_tim.h" #include "misc.h" int main(void) { SystemInit(); // Initialize the GPIO / LEDs
in „[STM32F407VG, Discovery-board] Timer-interrupt verwirrt mich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dma.c
## */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wpadded" #include <CMSIS_Device/stm32f1xx.h> #pragma GCC diagnostic pop #include <stdtypes.h> #include "dma.h" /* ########################################################################################################################
in „STM32F103 und ADC DMA mehrere Kanäle“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Akkuschutz-V0.2.pdf
ZELLE1 Zelle 1 Zelle 2 Zelle 3 Zelle 4 Wassermelder und Bedienung R7 GND 1k R13 n 10k Q1 X2-1 +3V3 X8-4 +3V3 7 0 BSS84 C 1 X8-5 WASSER X8-3 FLÄCHE1 SRP SRN NTC-VERSORGUNG NTC-VERSORGUNG R14 GND X8-2 +3V3 T 1 10k L 0 0 R8 O T 0 1 4 1 2 X8-1 FLÄCHE2 1k B 0 R R C2 C1 C3 GND 1 100nF 100nF 100nF 1 B R10 TEMP-R_SENSE
in „Ersatzbauteil - BMS incl. Balancer“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
en.DM00428288.pdf
evaluation board requires the following software and hardware: a Windows ® PC (XP, Vista 7 , Windows 8, Windows 10 ) to install the software package; a mini-B USB cable to connect the STEVAL-SPIN3202 evaluation board to the PC; the STSW-SPIN3202 firmware example or the STM32 PMSM six-step software
in „Problem mit ST-Board zur BLDC-Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spc560b50.h
/ union { vuint8_t REG; struct { vuint8_t TCF:1; vuint8_t IAAS:1; vuint8_t IBB:1; vuint8_t IBAL:1; vuint8_t:1; vuint8_t SRW:1; vuint8_t IBIF:1; vuint8_t RXAK:1; } BIT; } IBSR; /* Module Status Register */ union { vuint8
in „Toolchain für PowerPC mit VLE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc_dma.c
#include "string.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_tim.h" volatile uint16_t ADCReadBuffer[] = { 0xAAAA, 0xAAAA
in „ATM32F030 + ADC + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
netconf.c
#looking for dhcp server ############\n"); } break; case DHCP_WAIT_ADDRESS: { /* Toggle LED1 */ // STM_EVAL_LEDToggle(LED1); /* Read the new IP address */ IPaddress = xnetif.ip_addr.addr; if (IPaddress!=0) { DHCP_state = DHCP_ADDRESS_ASSIGNED; /* Stop DHCP */ dhcp_stop(&xnetif); uint8_t iptab[4] = {0}; iptab[0] = (uint8_t)(IPaddress >> 24); iptab[1] = (uint8_t)(IPaddress >> 16); iptab[2] = (uint8_t)(IPaddress >> 8); iptab[3] = (uint8_t)(IPaddress); UART_send(0, "Address assigned: %d.%d.%d.%d", iptab[3], iptab[2], iptab
in „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
build.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <project default="postbuild" name="test"> <property name="project.name" value="STM32F4_Discovery_CoOS"/> <property name="project.debug" value="Debug"/> <property name="project.obj"
in „STM32F4 CoOS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
InVenterSteuerung_V0.4_Diskret_Partlist.txt
0,68UF_SMD0603 0603 capacitor_mw_4_16 1 C7 100nF C_KERAMIK_1PF_0,68UF_SMD0603 0603 capacitor_mw_4_16 1 C8 100nF C_KERAMIK_1PF_0,68UF_SMD0603 0603 capacitor_mw_4_16 1 C9 100nF C_KERAMIK_1PF_0,68UF_SMD0603 0603 capacitor_mw_4_16 1 C10 100µF C-EUC2917 C2917 itf 1 C11 10µF C_KERAMIK_1PF_0,68UF_SMD0603 0603 capacitor_mw
in „Inventer Lüfter Ansteuerung“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
nrf24l01.c
/#pragma GCC optimize ("O0") /* -------------- System Include Files ----------------- */ #include "stm32f4xx.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_spi.h" #include "stm32f4xx_gpio.h" /* -------------- Standard Include Files ----------------- */ #include <stdint.h> /* --------------- Special
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
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_2(u8* buf, u8 on_off) { /* u16 plen; plen = fill_tcp_data_p(buf, 0, PSTR("HTTP/1.0 200
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MPPT_charger_20A.pdf
0.10 KiCad E.D.A. kicad (2017-11-18 revision ff5ee05de)-makepkg Page: 2/6 1 2 3 4 5 6 1 2 3 4 5 6 MCU STM32F072 Reset and boot circuit A A +3.3V PWR_FLAG _ U L4 C O S C 600R O S +3.3V C34 +3.3V U2 O 1 3Y1 100n 9 VDDA PD1-OSC_OUT 6 OSC_OUT 8MHz 24 2 +3.3V 9 M VDD_1 PC13-TAMPER-RTC SSEL R 1 36 VDD_2 PC14-
in „EMV-Test DC/DC - Verbesserungsvorschläge gesucht“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
STM32_Ethernet_Start_Point_20180307.pdf
GettingStartedwithEthernetontheSTM32Nucleo Using STM32CubeMX with Light-Weight IP (LwIP) and System Workbench for STM32 (Eclipse) Daniel W Rickey CancerCare Manitoba drickey@cancercare.mb.ca 2018-03-07 Introduction TheNucleoboardsproducedbySTMicroelectronicsarewonderfullypowerfulandcheap
in „STM32 LwIP + HTTPD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2C.c
#include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_i2c.h" #include "I2C.h" void I2C_init(I2C_TypeDef* I2Cx, uint32_t speed) { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB | RCC_APB2Periph_AFIO
in „STM32F103RFT6 I2C2 keine Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_USART_Test.c
#include <stdio.h> #include "stm32f10x_usart.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include <stddef.h> #include "stm32f10x.h" // Function prototypes void InitUart1(void); void InitUart2(void); void USART1_Send(char
in „STM32 und usart1/2 Initialisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32_USART_Test.c
#include <stdio.h> #include "stm32f10x_usart.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" #include <stddef.h> #include "stm32f10x.h" // Function prototypes void InitUart1(void); void InitUart2(void); void USART1_Send(char
in „STM32 und usart1/2 Initialisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32L562CEUX_RAM.ld
***************************** ** ** File : LinkerScript.ld (debug in RAM dedicated) ** ** Author : STM32CubeIDE ** ** Abstract : Linker script for STM32L5x2xx Device from STM32L5 series ** 256Kbytes RAM ** ** Set heap size, stack size and stack location according ** to application requirements. ** **
in „STM32 startet im HardFault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.c
Adresse der Kennung //#define E2P_COMPARE_DATA /* ----------- Private Functions ---------- */ static uint8_t e2p_WaitForWriteReady(); static uint8_t e2p_StartWriteAddress(uint16_t); static uint8_t I2C_WaitForEvent(uint32_t); /* ----------- Local Globals -------------- */ _Bool I2C3_initialized = false; //
in „STM32F4xx: 24LC512 EEPROM Zugriffsroutinen“ · Projekte & Code ·