-
Datei
LinkerScript.ld
** ** ** File : LinkerScript.ld ** ** Author : Ac6, Benny Zinke ** ** Abstract : Linker script for STM32F746NG Device with ** 1024KByte FLASH, 320KByte 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 : System Workbench for MCU ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ************************************************************
in „STM32F7 & malloc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F439VITx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F439VITx Device with ** 2048KByte 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 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „STM32F439VI und das stm32_flash.ld File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F429VITx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F429VITx Device with ** 2048KByte 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 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „STM32F439VI und das stm32_flash.ld File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F407VGTx Device with ** 1024KByte FLASH, 128KByte 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 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „CubeMX mit Coocox verwenden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F407VGTx Device with ** 1024KByte FLASH, 128KByte 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 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH_modified.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F407VGTx Device with ** 1024KByte FLASH, 128KByte 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 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „ARM, GCC, Linker-Skripts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F407VGTx_FLASH.ld
********************************** ** ** File : LinkerScript.ld ** ** Abstract : Linker script for STM32F407VGTx Device with ** 1024KByte FLASH, 128KByte 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 ** ** ** Distribution: The file is distributed as is, without any warranty ** of any kind. ** ***************************************************************************** ** @attention ** ** <h2>
in „STM32F4 - LinkerScript - Ac6 System Workbench“ · 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); } // Change system clock to 48 MHz using 8 MHz crystal // Called by Assembler startup code void SystemInit(void) { // Flash latency 1 wait state
in „An W.S.: Läuft deine USB Implementierung auch auf STM32F303?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
STM32CubeMX Konfigurationssoftware für Mikrocontroller
STM32F030CCT6_AudioPlayer1.ioc - Project Manager Pinout & Configuration Clock Configuration Project Manager Tools Driver Selector Search (Ctrl+F) Project RCC GPIO TIM TIM1 TIM3 TIM14 SPI USART I2C RTC Advanced
in „STM32 - Timer steht still“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
PDF
PAN1555__ENW89815A__Datasheet.pdf
and 1 Channel DAC • Cortex-M3 ST32F103 core for embedded profiles or application software • Manufactured in conformance with RoHS 2. APPLICATIONS FOR THE MODULE Applikationen für das Modul All Embedded Wireless Applications • Access
in „Bluetooth-Modul "BlueMod+P25" von Stollmann - Ersatztyp“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Dongle.pdf
MCP2551 CAN Vdd (5V)n 17 CANL Vss CANH TxD 4k7 470R Pin 18 Pin 17 / USART1 Tx g R X V C 5 GND 19 DIO STM32f042f6p6 20 CLK DO-214AC 1 Boot0 5 Vdd (3,3V) Diode 1A 4 /RST
in „STM32F042 gecloned aber verhält sich seltsam“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.lst
Terminal_USART_Base + 0x0c 66 .equ Terminal_USART_CR2, Terminal_USART_Base + 0x10 67 .equ Terminal_USART_CR3, Terminal_USART_Base + 0x14 68 .equ Terminal_USART_GTPR, Terminal_USART_Base + 0x18 69 70 .equ RXNE, BIT5 71 .equ TC, BIT6 72 .equ TXE, BIT7 73 74 75 76 Reset: 77 @ Initialize STM32 Clocks 78 79 @ Ideally
in „mein erstes STM32F4 .asm/ .s Program stürzt ab im gdb“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
controller.pdf
C11 C12 100nF 100nF 100nF 100nF 100nF 10uF 1uF +3.3V C13 GND A SW1 100nF A GND SW_Push 9 2 8 4 3 1 1 3 4 6 1 7 T D D D D A 14 RESET NRST B V V V V D D PA0 T1 V V PA1 15 Y-MAX J12 +3.3V 60 16 BOOT BOOT0 PA2 X-MAX 3
in „mp2451 funktioniert nicht korrekt“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
TDA-884.pdf
signal amplitude top sync-white − 1.4 − V (peak-to-peak value) S.5.2 top sync level − 2.0 − V S.5.3 output impedance − 250 − Chrominance filters CHROMINANCE TRAP CIRCUIT;NOTE 27 F.1.1 trap frequency − fosc − MHz F.1.2 Bandwidth at fSC = 3.58 MHz −3 dB − 2.8 − MHz F.1.3 Bandwidth at fSC = 4.43 MHz −3
in „PAL-Röhren TV auf NTSC umbauen“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
kicad_8450_dcm_liste_neu_v3.pdf
Arduino_Leonardo Arduino LEONARDO Microcontroller Module Arduino_Nano_v2.x Arduino Nano v2.x Arduino_Nano_v3.x Arduino Nano v3.x Arduino_UNO_R2 Arduino UNO Microcontroller Module, release 2 Arduino_UNO_R3 Arduino UNO Microcontroller Module, release 3 NUCLEO144-F429ZI Nucleo 144 Development Board with STM32F429ZIT6 MCU, 256kB RAM, 1Mb FLASH NUCLEO144-F746ZG Nucleo 144 Development Board with STM32F746ZG MCU, 256kB RAM, 1Mb FLASH NUCLEO64-F411RE Nucleo 64 Development Board with STM32F411RET6 MCU, 128kB RAM, 512KB FLASH Pololu_Breakout_A4988 Pololu Breakout
in „KiCAD Eeschema, Bibliotheksdokumentation *.dcm als PDF-Datei“ · Platinen ·
-
Datei
USART.h
--------------- typedef struct { UART_NAME_t UART_NAME; // Name const uint32_t CLK; // Clock const uint8_t AF; // AF USART_TypeDef* UART; // UART const uint32_t BAUD; // Baudrate const uint8_t INT; // Interrupt UART_PIN_t TX; // TX-Pin UART_PIN_t RX; // RX-Pin }UART_t; //----
in „STM32F0 Discovery und UART1“ · 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
usbd_storage_if.c
capacity related *****/ extern FATFS *pfs; extern DWORD fre_clust; /* USER CODE END PV */ /** @addtogroup STM32_USB_OTG_DEVICE_LIBRARY * @brief Usb device. * @{ */ /** @defgroup USBD_STORAGE * @brief Usb mass storage device module * @{ */ /** @defgroup USBD_STORAGE_Private_TypesDefinitions * @brief Private
in „ARM [STM32] microSD SPI USB Massenspeicher“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
RDA5851S.pdf
/ dBm F = F0 - 3 MHz / -58 / dBm F = F0+ > 3 MHz -58 / / dBm F = F0- > 3 MHz -58 / / dBm △ f1avg Maximum modulation / 164 / kHz △ f2max Minimum modulation / 145 / kHz △ f2avg/△f1avg 0.8 / / / ICFT / 4 / kHz
-
PDF
spma014.pdf
r1, r2, r1, r1 6: fb02 1301 mla r3, r2, r1, r1 8: 3301 adds r3, #1 a: f10c 0c01 add.w ip, ip, #1 ; 0x1 a: 4283 cmp r3, r0 e: b219 sxth r1, r3 c: dbfa blt.n 4 <foo+0x4> 10: fa0f f38c sxth.w r3, ip e: ebc2 0001 rsb r0, r2, r1 14: 4283 cmp
in „ARM Cortex & GCC: Worauf achten für "optimalen" Code?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Fritzing-Schaltplan mit STM32F411RE und LCD-Display
ILI9341 2.2" GND 3.3V LCD CS > B10 0.47µF LCD Reset > B4 LCD A0 > B5 57kOhm total LCD MOSI > A10 SD CS > A9 LCD SCK > B0 SD MOSI > B15 LCD MISO > unused SD CS > PC7 Flash CS > unused Up button > A8 Down button > C1 C13 > Left button (blue on board button) STM32F411RE
in „Signalplotter mit STM32, LCD und SD Karte - ähnlich einem Scope“ · Projekte & Code · · Screenshots
-
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 ·
-
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) { systick_count++; } // Delay some milliseconds void delay_ms(int ms) { uint32_t start=systick_count; while (systick_count-start<ms); } // Change system clock to 48Mhz using 8Mhz crystal // Called by Assembler startup code void SystemInit(void) { // Flash latency 1 wait state MODIFY_REG
in „Frage an W.S. wegen USB CDC Implementierung STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hwinfop14s.txt
, 74.2 kHz, 60.0 Hz #1: 00 00 00 fd 00 30 3c 4b 4b 10 01 0a 20 20 20 20 20 20 ".....0<KK... " #2: 00 00 00 fe 00 41 55 4f 0a 20 20 20 20 20 20 20 20 20 ".....AUO. " #3: 00 00 00 fe 00 42 31 34 30 55 41 4e 30 32 2e 31 20 0a ".....B140UAN02.1 ."
in „Lenovo Thinkpad P14s (Intel) freeze beim Steckerziehen“ · PC Hard- und Software ·
-
PDF
LGP42-10LF_EAY60869402_PLHF-L923A.pdf
16 4 3 . Q305 B AUO C D401 50V Z N N.C 42FHD 100pF 100pF Module Inch R403 R406 A AC BAV99 C318 E 3 C C323 C304 DUTY VS 1 C E 3 . N.C 32FHD 100pF 100pF 32HD 20/F 20/F 3 S C 2 K 10 15 3 . R N SHARP 0 R 3 2 1000pF
in „LG Inverter Kapazitator abgebrannt“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
BU208D.pdf
. TYP. MAX. MIN. TYP. MAX. A 5.35 5.65 0.210 0.222 C 3.3 3.8 0.130 0.149 D 2.9 3.1 0.114 0.122 D1 1.88 2.08 0.074 0.081 E 0.75 1 0.029 0.039 F 1.05 1.25 0.041 0.049 G 10.8 11.2 0.425 0.441 H 15.8 16.2 0.622 0.637 L1 20.8 21.2 0.818 0.834 L2 19.1 19.9 0.752 0.783 L3 22.8 23.6 0.897 0.929 L4 40.5 42.5 1.594 1.673 L5 4.85 5.25 0.190 0.206 L6 20.25 20.75 0.797 0.817 M 3.5 3.7 0.137 0.145 N 2.1 2.3 0.082 0.090 U 4.6 0.181 L3 N E A D 1 C D L2 L5 L6 F M U G H 1 2 3 L1
in „Qualität heutiger Transistoren“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
can_interface.c
mode) { ci_controll = mode; } CAN_Data_t ci_data[CAN_TABLE_SIZE]; void CAN1_RX0_IRQHandler() { uint32_t id; CAN_Data_t* pdata; STM32vldiscovery_LEDToggle(LED4); /* Check the parameters */ assert_param(IS_CAN_ALL_PERIPH(CAN1)); assert_param(IS_CAN_FIFO(CAN_FIFO0)); /* Get the Id */ id = (uint32_t) 0x000007FF
in „Interruptroutine Timer Cotex M3“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc.c
***** */ /* ---------------------- System Include Files ----------------------------- */ #include "stm32f10x_conf.h" /* ---------------------- Standard Include Files --------------------------- */ #include <stdint.h> #include <stdbool.h> /* ---------------------- Projekt Include Files ---------------
in „EmBitz Debugging Problem mit STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
&& i<10 && *str>',' && *str < '{') { if (*str == '/') { str++; break; } i++; str++; } 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 ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "pcm1774.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ I2C_HandleTypeDef hi2c1
in „Probleme mit PCM1774 I2S DAC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ds18b20.c
---------------------------------------------------------------*/ #define _DS18B20_LOCAL #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
i2c.cpp
SUCH DAMAGE. * * ====================================================================*/ #include <stm32f10x.h> #include <i2c.h> I2C::I2C(int nr) { if (nr==1) I2CX=I2C1; if (nr==2) I2CX=I2C2; } void I2C::DelayuS(uint32_t uS) { uint32_t CyclestoLoops; CyclestoLoops = SystemCoreClock; if (CyclestoLoops
in „CubeMX und HAL - I2C hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Touch.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "hardware.h" #include "Touch.h" /* Private typedef -----------------------------------------------------------*/ /* Private define -------------------------------------------------
in „STM32 Interruptproblem - Interrupt geht, aber Main nicht -“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
schaltplan.txt
+5V 3.3V 3.3V 3.3V 3.3V 3.3V ^ ^ ^ ^ ^ ^ 47u | 100n | | | | | +----||---+ +----||---| | | 100n | | | | | | +-+ | +---||---+----+ +-+ | | --- | 2,2k | | | | | | | | -- | | | | \ Boot0 --- | | | | | | +-+ \
-
Datei
usart.c
------------------------------------------------------------------*/ #include <stdio.h> #include "stm32f10x.h" #include "usart.h" struct __FILE { int handle; }; FILE __stdout; FILE __stdin; /** Bevor Zeichen mit printf() ausgegeben werden, muss das Ausgabeziel * (USART1 bzw. USART2) festgelegt werden
in „[STM32] CMD0 liefert immer 0xFF zurück“ · 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
oled.c
0x14, // = 0x00, 0x00, 0x41, 0x22, 0x14, 0x08, // > 0x00, 0x02, 0x01, 0x51, 0x09, 0x06, // ? 0x00, 0x32, 0x49, 0x59, 0x51, 0x3E, // @ 0x00, 0x7C, 0x12, 0x11, 0x12, 0x7C, // A 0x00, 0x7F, 0x49, 0x49, 0x49, 0x36, // B 0x00, 0x3E, 0x41, 0x41, 0x41, 0x22, // C 0x00, 0x7F, 0x41, 0x41, 0x22, 0x1C, // D 0x00,
in „SSD1306/1309 Library zum Darstellen von Text auf OLED Displays“ · Projekte & Code ·
-
Datei
main.h
#endif /* Includes ------------------------------------------------------------------*/ #include "stm32f0xx_hal.h" /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ #include "taste_yt_remote.h" #include "taste_yt_remote1.h" /* USER CODE END
in „Programmierung - Doppelbelegung einer Taste“ · 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 -'- (Takt) E 6 ------------ 12 PA6 | D0 7 n.c. --- D1 8 n.c. D2 9 n.c. D3 10 n.c. D4 11 ------------ 6 PA0 D5 12 ------------ 13 PA7 D6 13 ------------ 7 PA1 D7 14 ------------ 10 PA4 Hinweis: Alle Anschluesse des Controllers muessen mit einem 10K Pull-Up Widerstand gegen
in „Live-Linux: Anleitung schreiben“ · PC Hard- und Software ·
-
Datei
ds18b20.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" #include "ds18b20.h" #include "Param.h" #include <string.h> #include <stdio.h> #include <stdlib.h> extern void Delay1(vu32 nTime); char Temperature[10]="00.0"; void delay_nus (vu32 nCount
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32F100RB_Reference_Card_Ausschnitt_I2C.pdf
circuit (I C) interface 22 Inter-integrated circuit (I C) interface 2 Low-density value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. Medium-density value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 64 and 128 Kbytes. High-density value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. This section applies to the whole STM32F100xx family, unless otherwise specified. 2 22.1 I C introduction 2
in „I2C an STM32F100RB konfigurieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ubasic.c
24.07.2015] : // Author : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // Port for STM32F429 //------------------------------------------------------------ #include "ubasic.h" #include "tokenizer.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "stm32_ub_ubasic.h
in „Basic Interpreter für uC ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103xb.h
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f103xb * @{ */ #ifndef __STM32F103xB_H #define __STM32F103xB_H #ifdef __cplusplus extern "C" { #endif /** @addtogroup Configuration_section_for_CMSIS * @{ */ /** * @brief Configuration of the Cortex-M3
in „System Workbench für STM32 Anfängerfragen“ · PC Hard- und Software ·
-
Datei
stm32f103x6.h
************************************************* */ /** @addtogroup CMSIS * @{ */ /** @addtogroup stm32f103x6 * @{ */ #ifndef __STM32F103x6_H #define __STM32F103x6_H #ifdef __cplusplus extern "C" { #endif /** @addtogroup Configuration_section_for_CMSIS * @{ */ /** * @brief Configuration of the Cortex-M3
in „System Workbench für STM32 Anfängerfragen“ · PC Hard- und Software ·
-
PDF
Strommessung.pdf
INA239 J204 PB14 35 6 3 36 S R205 4 S S PB15 1 CS V VBUS 8 10R S S 5 10 V V 2 SCK IN+ 9 2 1 D 1 1 MOSI IN- D R201 R202 U202 4 C219 R207 D204 2k 2k STM32L476RGTx 3 MISO D 3 R_Shunt SMBJ6.5CA ALERT N 10n INA_{MOIS} G 4 F204 DJ201
in „Prüfung Schaltplan Power Profiler“ · Mikrocontroller und Digitale Elektronik ·
-
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
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 ·
-
PDF
STM32F407ZET6_sch-1.pdf
3&▯ ▯▯ ▯▯ 3&▯ *1' 3)▯▯ ▯▯ ▯▯ 3)▯▯ 3&▯ ▯▯ ▯▯ 3*▯ ▯ 3)▯▯ ▯▯ ▯▯ 3)▯▯ 3*▯ ▯▯ ▯▯ 3*▯ ▯▯ ▯▯ ▯▯ ▯▯ 3*▯ ▯▯ ▯▯ 3)▯▯ 3*▯ ▯▯ ▯▯ 3*▯ ▯ 3(▯ ▯▯ ▯▯ 3*▯ 3*▯ ▯▯ ▯▯ 3*▯ ▯▯▯9▯UHJXODWRU STM32-USB Slave ,) JTAG/SWD ▯,) ISP
in „STM32F407 Black und Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PCF7936AS.pdf
...................................................................................................32 14.3 Disclaimers ..................................................................................................................................................................32 2010 May 04 3 CONFIDENTIAL