-
PDF
MK_STM32F4_Sensorboard.pdf
13.08.2013 11:33:44 f=3.00 E:\SkyDrive\Diplomarbeit\Eagle\Projekte\SensorPlatine - v2 - fertige Variante ohne USB mit Filter\MK_
in „I2C-Kommunikation stoppt nach ca. 1-5 Sekunden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32l431_reference_manual.pdf
RM0394 Reference manual STM32L431xx STM32L433xx STM32L443xx ® advanced ARM -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32L431/433/
in „ADC differential mode“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32l431_reference_manual.pdf
RM0394 Reference manual STM32L431xx STM32L433xx STM32L443xx ® advanced ARM -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32L431/433/
in „Offset Data alignment“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
stm32l431_reference_manual.pdf
RM0394 Reference manual STM32L431xx STM32L433xx STM32L443xx ® advanced ARM -based 32-bit MCUs Introduction This reference manual targets application developers. It provides complete information on how to use the STM32L431/433/
in „DMA one shot mode“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Oszilloskop-Messkurve eines Stromsignals
RTB2004: 1333.1005K04; 2023-05-28 15:59; Menu Hist. Cursor Zoom Meter FFT Mask Annotation; 14 mA, 12 mA, 10 mA, 8 mA, 6 mA, 4 mA, 2 mA, 0 A, -2 mA, -4 mA; 10 ms/, 1.09 M5a/s, 0 s, Trig?: 7s, High Res.; C1 Vtop: n/a, C2, C3 2 mA/ DC, C4; 10 ms, 20 ms, 30 ms, 40 ms, 50 ms, 60 ms, 70 ms, 80 ms, 90 ms, 100 ms; Vertical, Logic, Trigger, Horizontal, Acquire, History, Measure, Menu
in „Strommessung an einem shunt mit zwei Messbereichen (OPV)“ · Analoge Elektronik und Schaltungstechnik · · Oszi-Bilder
-
Bild
Oszilloskop-Messkurve eines Stromverlaufs
RTB2004: 1333.1005K04; 202332; 02.400 2021-11-18; 16:00; Menu Hist.; Cursor; Zoom; Meter; FFT; Mask; Annotation; 14 mA; 12 mA; 10 mA; 8 mA; 6 mA; 4 mA; 2 mA; 0 A; -2 mA; -4 mA; 10 ms; 20 ms; 30 ms; 40 ms; 50 ms; 60 ms; 70 ms; 80 ms; 90 ms; 100 ms; 4.88 mA; 1.09 M5a/s; 0 s; Trig?: 11 s; High Res.; ? Help; Vertical; Logic; Trigger; Horizontal; Acquire; History; Measure; Menu; C1 Vtop: n/a; C1 f: n/a; C3; 2 mA/ DC
in „Strommessung an einem shunt mit zwei Messbereichen (OPV)“ · Analoge Elektronik und Schaltungstechnik · · Oszi-Bilder
-
Bild
Oszilloskop-Messkurve eines Stromsignals
RTB2004: 1333.1005K04; 2023-05-28 15:58; C3; Norm; 10 ms/; Trig?: 3:51 min; High Res.; 14 mA; 12 mA; 10 mA; 8 mA; 6 mA; 4 mA; 2 mA; 0 A; -2 mA; -4 mA; 2 mA/ DC; C1 Vtop: n/a; C1 f: n/a; C3; C4
in „Strommessung an einem shunt mit zwei Messbereichen (OPV)“ · Analoge Elektronik und Schaltungstechnik · · Oszi-Bilder
-
Bild
Leiterplatte FK723M1-ZGT6 V1.0
3V3 5V A11 C1 A1 A2 G C2C A4 C4 B0 B2 F12 F14 G0 E7 E8 E10 E12 E14 E15 B14 B12 D10 F10 F8 F9 D12 3V3 5V A12 C0 A5 A3 G6 D13 Vref G C3C A7 C5 B1 F11 F13 F15 G1 E9 E11 E13 B11 B10 B13 D15 D9 D11 F6 F7 FK723M1-ZGT6 V1.0 G G A10 C13 F1 3V3 RST TX E3 B8 RX F4 BAT E5 E0 B7 B5 G14 G12 G10 D5 D3 C10 D1 C12 A8 C6 G7 G4 G A9 F0 F2 F3 F5 E6 E4 E2 B9 E1 B6 B4 G15 G13 G11 G9 D6 D4 D2 A15 D0 C11 C9 C7 B8 G5 G3 D15
in „Neues Blackboard mit STM32H723“ · Mikrocontroller und Digitale Elektronik · · Platinenfotos
-
Datei
F2_messung_pwm.c
/* Reziproke Frequenzmessung mit STM32H750 mit 8-stelliger Auflösung. Eingangsfrequenbereich: 0,1 Hz - 100 MHz Die Frequenz wird aus den Eingangsimpulsen/Zeit errechnet. Dazu werden die Timer15 und Timer16 verwendet. Als Zeitbasis für
-
Datei
main.c
#include "stm32f10x_conf.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #define TFT_RS_PIN GPIO_Pin_10 #define TFT_RS_GPIO_PORT GPIOB #define TFT_RS_GPIO_CLK RCC_APB2Periph_GPIOB #define TFT_RS_HIGH()
in „STM32 + SSD1289“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x_conf.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #define TFT_RS_PIN GPIO_Pin_10 #define TFT_RS_GPIO_PORT GPIOB #define TFT_RS_GPIO_CLK RCC_APB2Periph_GPIOB #define TFT_RS_HIGH()
in „STM32 + SSD1289“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F334K8_FLASH.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F334K8 Device with ** 64KByte FLASH, 12KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „CCMRAM richtig einsetzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
arm-gcc-link_-_Kopie.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F407VG Device with ** 1024KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „Hardfault-Interrupt bei malloc wenn kein Speicher verfügbar“ · 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 Include Files / Librarys ------ */ #include "tm_stm32f4_disco.h" /* -------------- Projekt Include Files ---------------- */ #include "nrf24l01.h" #include "config.h" /* -------------- Typen Deklarationen--------------------- */ #define PAYLOAD_SIZE
in „[STM32F4xx] NRF24L01+ Funkmodul Source Code“ · Projekte & Code ·
-
Datei
fehlercode.txt
Failed to init device. stm32flash 0.4 http://stm32flash.googlecode.com/ Using Parser : Raw BINARY Interface serial_w32: 115200 8E1
in „USB to TTL mit CH340“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fehlercode.txt
Failed to init device. stm32flash 0.4 http://stm32flash.googlecode.com/ Using Parser : Raw BINARY Interface serial_w32: 115200 8E1
in „USB to TTL mit CH340“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pushbutton.c
Taster entprellen und abfragen * * 5.11.2017 */ #include <stdlib.h> #include <stdbool.h> #include "stm32f4xx.h" #include "system_stm32f4xx.h" uint_fast8_t pushbutton_poll(void); void error(const char *s); static uint32_t io_bitIsSet(GPIO_TypeDef *gpio, uint32_t bit) { return gpio->IDR & (1ul << bit);
in „Böse Falle Boolean“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Minimalbeschaltung_MCU.pdf
U2A PA0 STM32F4X5RG U2B STM32F4X5RG 14 PA0/WKUP PC0 8 15 9 18 19 PA1 16 PA1 PC1 10 63 VSS_2 VDD_2 32 V33 U_TX 17 PA2 PC2 11 PC2 VSS VDD_3 48 U_RX PA3 PC3 T_1 VDD_4 20 PA4 PC4 24 INH_M 12 VSSA VDD 64 21 PA5 PC5
in „Kontrollblick Minimalbeschaltung STM32F405RGT7“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EndResult_Schematic.pdf
OSC_OUT 26 3 4 9.1nH 3.4nH 47nH 24 RFO_HP OSC_IN 25 2 OUT VCC 5 RF1 VR_PA VDDPA GND NC 2 1 GND NC 6 STM32WLE5CCU6 0 U1 V C21 3.6pF 4.3pF 5.6pF C6 47nF R1 C3 C5 TS-1088-AR02016 C10 C2 C7 470nF 1uF 10nF 5 2.7pF 68pF 10k▯' 4.7uF 100nF 4.7uF 4.7uF 4.7uF D USB1 1 D UX-155-AR 1 VBUS SWDIO 2 D- SWCLK 3 D+ EH
in „STM32WLE5CCU6 LoRa-Antennenendesign review“ · HF, Funk und Felder ·
-
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
false 0 /* Includes ------------------------------------------------------------------*/ #include "stm32l4xx_hal.h" //#include "usb_device.h" TIM_HandleTypeDef htim2; uint8_t IN_BYTE, led_status, fft_status; volatile uint16_t timer_led, fft_timer; void SystemClock_Config(void); static void MX_GPIO_Init
in „STM32L4 Disco-Board CPU arbeitet nicht korrekt?!“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Teilliste von Mikrocontrollern mit Statusinformationen
STM8AF5269 NRND LQFP 64 10x10x1.4 mm STM8AF5286 NRND VFQFPN 32 5x5x1.0 Not Recommended for New Design. Product is in volume production only to support customers ongoing production. STM8AF5288 NRND STM8AF5289
in „Welche 8-Bit-Architekturen werden in 10 Jahren relevant sein?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
main.c
Hello World - Echo Test von S.F. webseite, usb.c file vom 27.2. 19:05 #include <stdio.h> #include "stm32f0xx.h" //[ALEX] #include "usb.h" // The current clock frequency //uint32_t SystemCoreClock=8000000; // Counts milliseconds //volatile uint32_t systick_count=0; // Interrupt handler [ALEX] -> in stm32f0xx_it.c
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MB1136.pdf
PC50PC5 25P0U5A025 P0U5202 PC130PC13 C31 P P N0PC6 PC5 P0U5A03 N0PC14 2 3 2 PC6 37P0U5A037PC6 PC14 - OSC32_IN 3 PC14 P0R3402 P0R3401 P0C3101 P0C3102 5 D9 PC70PC7 38P0U5A038 P0U5A04 4 PC150PC15 C PC7 PC15 - OSC32_OUT 1 2 P P0X201 P0X202 4.3pF 5 C15 MCU_LQFP64 X2 B1 C 100nF P ABS25-32.768KHZ-6-T 0 0 USER (Blue
in „Mikrocontroller Spannung/Strom“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Nucleo_Board_Schematics.pdf
PC50PC5 25P0U5A025 P0U5202 PC130PC13 C31 P P N0PC6 PC5 P0U5A03 N0PC14 2 3 2 PC6 37P0U5A037PC6 PC14 - OSC32_IN 3 PC14 P0R3402 P0R3401 P0C3101 P0C3102 5 D9 PC70PC7 38P0U5A038 P0U5A04 4 PC150PC15 C PC7 PC15 - OSC32_OUT 1 2 P P0X201 P0X202 4.3pF 5 C15 MCU_LQFP64 X2 B1 C 100nF P ABS25-32.768KHZ-6-T 0 0 USER (Blue
in „Erbitte Hilfe bei Fehlersuche - STM32F446“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* * Libraries */ #include "stm32f4xx_conf.h" #include "stm32f4xx.h" #include "usart.h" /* * Variables */ uint8_t Rx = 0, tmp; /* * Interrupt routines */ void DMA1_Stream4_IRQHandler(void) { DMA_ClearITPendingBit(DMA1_Stream4, DMA_IT_TCIF4
in „STM32F4 - USART3 Rx und DMA will nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STLinkMini.pdf
100 TP5 25 PB11 PB12 26 PB13 1 RST R11 22 T_NRST T_JTMS 27 PB14 2 28 3 SWCLK R10 22 T_JTCK PB15 4 STM32F103C8T6 5 RX R14 22 STLINK_RX 6 7 TX R13 22 STLINK_TX 8 T_JTMS 9 SWDIO R12 22 10 11 SWO R19 22 T_SWO_RX1 12 Q1 1 2 C1 C2 8 MHz U1HH 22p 22p 5 Q_IN 6 Q_OUT R4 10k 3 Q32IN 4 Q32OUT R5 10k 2 TAMP 44
in „STM32F103C8T6.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STLinkMini.pdf
100 TP5 25 PB11 PB12 26 PB13 1 RST R11 22 T_NRST T_JTMS 27 PB14 2 28 3 SWCLK R10 22 T_JTCK PB15 4 STM32F103C8T6 5 RX R14 22 STLINK_RX 6 7 TX R13 22 STLINK_TX 8 T_JTMS 9 SWDIO R12 22 10 11 SWO R19 22 T_SWO_RX1 12 Q1 1 2 C1 C2 8 MHz U1HH 22p 22p 5 Q_IN 6 Q_OUT R4 10k 3 Q32IN 4 Q32OUT R5 10k 2 TAMP 44
in „Erstes PCB mit Eagle: STM32 Breakout Board“ · Platinen ·
-
PDF
Schaltplan_FARBE.pdf
PD6 PE0 R32 FSMC_NBL0 PE1 PG6 3V3 FSMC_NBL1 FSMC_INT2 10K C15 JUMP 100nF R36 3V3 10K JP12 JUMP A Title A Size Number Revision A4 Date: 28-Apr-2009 Sheet of File: F:\STM32-X5.Ddb Drawn By: 1 2 3 4 1 2 3 4 3V3 3V3
in „STM32 Port-Initialisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32L073RZTx Device from STM32L0 series ** 20Kbytes RAM ** 192Kbytes ROM ** ** 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 ** ** Distribution: The file is distributed �as is,� without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2><
in „ARM Cortex M0+ Startupcode Minimal“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f407vet6_flash.ld
/* ***************************************************************************** ** ** File : stm32_flash.ld ** ** Abstract : Linker script for STM32F407VG Device with ** 1024KByte 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 : Atollic TrueSTUDIO(R) ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ** (c)Copyright Atollic AB. ** You may use this file as-is or modify
in „Merkwürdiges Verhalten mit Jlink“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linkscript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32F103C8Tx Device from STM32F1 series ** 20Kbytes RAM ** 64Kbytes ROM ** ** 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 ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2><center
in „[Nucleo-F103] memset hängt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LinkerScript.ld
LinkerScript.ld ** ** Author : Auto-generated by Ac6 System Workbench ** ** Abstract : Linker script for STM32F103C8Tx Device from STM32F1 series ** 20Kbytes RAM ** 64Kbytes ROM ** ** 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 ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2><center
in „arm-gcc RAM Belegung untersuchen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
console.txt
Temp\make434023.sh: readlink: command not found C:\DOKUME~1\test\LOKALE~1\Temp\make434025.sh: cd: /STM32F4-Discovery_FW_V1.1.0/Libraries/CMSIS/ST/STM32F4xx/Source/Templates: No such file or directory make: *** [libstm32.a] Error 1 Building libstm32.a ...
in „Billiges Cortex-M4-Board STM32F4DISCOVERY jetzt erhältlich“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Extra_MCU.pdf
3V3 1 48 3V3 VBAT VDD_3 2 PC13-TAMPER-RTC VSS_3 47 GND 3 PC14-OSC32_IN PB9TIM4_CH4 46 MC_HEATER1 4 45 MC_DIR_E1 OSC_IN 5 PC15-OSC32_OUT PB8TIM4_CH3 44 2 1 3V3 PD0-OSC_IN BOOT0 R43 OSC_OUT 6 PD1-OSC_OUT PB7I2C1_SDATIM4_CH2 43 10K/0603/±5%H_IN1 RESET 7 NRST PB6I2C1_SCLTIM4
in „Induktiver Näherungsschalter tauschen Probleme“ · Analoge Elektronik und Schaltungstechnik ·
-
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
ILI9488.h
ILI9488_H_ // Delay fürs CS #define CSDELAY 0 #include "stdint.h" #include "ili9488_regs.h" #include "stm32f7xx_hal.h" #include "stdlib.h" #include "stm32f7xx_nucleo_144.h" #include <math.h> #include <string.h> #include "stm32f7xx_hal_spi.h" #include "rgbfarbtabelle.h" typedef int16_t ili9488_coord_t; //typedef uint16_t ili9488_color_t; typedef uint32_t ili9488_color_t; //############################################################################################## // Pinbelegung //##################################################################
in „STM32 F746zg nucleo und ILI9488 TFT per SPI langsam ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Akkuschutz-V0.6.pdf
RE3 SWCLK 0.62mOhm 0.62mOhm X13 MESSGND SWDIO GND X15 MESSGND Anzeige Ladezustand Entlade/Heizdraht STM32WB5MM Wassermelder und Bedienung R36 +3V3 +3V3 R +3V3 1 +3V3 1 2 +3V3 2 X6-5 LED1 X10 HEIZVCC E M H E H E R38 S A C T C T X6-4 LED2 X11 HEIZDRAHT- U2B U2A A L L A L A R39 STM32WB5MMGH6TR STM32WB5MMGH6TR
in „STM32WB5MMG -* ADC wackelt um 10 digits“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F107-SK-SCH-revA.pdf
TRACED3 20 19 Q8.000MHz/HC-49SM(1MD)/20pF PB2/BOOT1 39 PD15/TIM4_CH4 C62 4 PB3/JTDO/TRACESWO 40 R81 NA STM32F107VCT6 FTSH-110-01-L-DV(pin7-CUT) PC15/OSC32_OUT PB4/JNTRST 41 AUDIO OUT 27pF 3 PB5/I2C1_SMBAI42 JTAG_SEL TRST R100 0R(NA) TRSTIN R88 130R TRSTOUT PC14/OSC32_IN PB6/I2C1_SCL/TIM4_CH43 1 HN1x2 TDI
in „Cortex M3 STM32F107VC beim Reset passiert nichts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CRC.cpp
#include "CRC.hpp" #include <stm32f4xx_crc.h> #include "Constants.hpp" #include "App.hpp" TZApp::CCrc Crc; //------------------------------------------------------------------------------ TZApp::CCrc::CCrc(void) { } /** Berechnet die
in „Problem mit GCC-Optimierung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM8_Programming_Manual.pdf
of Flash memory. The medium-density STM8AF devices are the STM8AF624x and STM8AF6266/68 microcontrollers with 16 to 32 Kbytes of Flash memory. The high-density STM8AF devices are the STM8AF52xx and STM8AF6269/8x/Ax microcontrollers with
in „STLINK V2 und China Boards“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM86312.pdf
history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 2/24 STM86312 Block diagram 1 Block diagram Figure 1. Block diagram 3/24 Pin settings STM86312 2 Pin settings 2.1 Pin connection Figure 2.Pin connection 4/24 STM86312 Pin settings 2.2 Pin description Table 1
in „STM86312 Funzt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <string.h> #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> void delay_ms(uint16_t ms) { for (uint32_t j=0; j<2000*ms; j++) { __NOP(); } } void HardFault_Handler() { while(1) { GPIOC->ODR ^= GPIO_Pin_13; delay_ms(50);
in „STM32: gcc 5.4.1 vs. 6.3.1 und memset“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
OpenOCD Terminalausgabe Fehlermeldung
strayker[elfer]~[main U:5 x]~/Coding/141_stm32f401re_blinky openocd -f /usr/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/share/openocd/scripts/target/stm32f4x.cfg Open On-Chip Debugger v0.11.0-esp32-20221026-63-g6cd81a66 (2023-05-27-22
in „Hilfe benötigt - Debugger erkennt STM32F401RE-Mikrocontroller nicht?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
KSGER_STM32_Ver2_1S_schematic_rev__1_floobydust.pdf
KSGER STM32 T12 Ver. 2.1S Pump Power VCC GND +3.3V OLED_SCL U1 +3.3V OLED_SDA STM32F103CBU6 +3.3V Pump Solenoid Pump Motor UFQFPN48 4 3 2 1 28 PB15 VDD_1 24 D4 D3 A L D C 27 PB14 VDD_2 36 D7 RS1M RS1M S S G V
in „Lötstation Quikko / Ksger T12 dtl Vorteil?“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
main.c
#include "stm32f0xx.h" #include <stdbool.h> #include <stdio.h> #include "main.h" static char text[255]; RCC_ClocksTypeDef Clocks; void init(void) { SystemInit(); // Setup the PLL - found some code on the net and
in „~1€ ARM-Cortex-M0 (STM32)-Bord selbstgestrickt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2croutines.c
--------------------------------------------------*/ #include "i2croutines.h" #include "../Std_lib/stm32f10x_dma.h" #include "../Std_lib/stm32f10x_gpio.h" #include "../Std_lib/stm32f10x_i2c.h" #include "../Std_lib/stm32f10x_rcc.h" /** @addtogroup Optimized I2C examples * @{ */ /* Private typedef ----
in „stm32 Cortex I2C : Master zieht SCL auf Masse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
kk_bb.c
#include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #include "C:\zuc\fat\integer.h" #include "C:\zuc\fat\diskio.h" #define use_bitbang 01 #define ll_cs_port_x B #define ll_cs_pin_x 12 #define ll_ck_port B// A
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Slave.cpp
h_gpio.GPIO_PuPd = GPIO_PuPd_NOPULL; h_gpio.GPIO_Speed = GPIO_High_Speed; h_gpio.GPIO_Pin = GPIO_Pin_4; // STM32F407 NRST Boot Reset GPIO_Init(GPIOH, &h_gpio); h_gpio.GPIO_Mode = GPIO_Mode_AF; h_gpio.GPIO_OType = GPIO_OType_PP; h_gpio.GPIO_PuPd = GPIO_PuPd_DOWN; h_gpio.GPIO_Pin = GPIO_Pin_5 | // SPI1 SCK GPIO_Pin
in „2 STM32F4 SPI Master/Slave FullDuplex“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <string.h> #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> char data[64]; void delay_us(uint32_t us) { SysTick->LOAD = 72/8 * us - 1; SysTick->VAL = 0; SysTick->CTRL = SysTick_CTRL_ENABLE_Msk; while ((SysTick->CTRL &
in „STM32: gcc 5.4.1 vs. 6.3.1 und memset“ · Mikrocontroller und Digitale Elektronik ·