-
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
in „STM32 - ADC-DMA1-IRQ-Handler macht Unsinn“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Labornetzteil.pdf
wurden anstelle der 4 angegebenen 4700µF Kondensatoren 2 Kondensatoren BAT43 2 BAT43 0,04 € 0,08 € 10000µF/63V von Conrad Electronic (Bestellnr. SB560 6 SB 560 0,28 € 1,68 € 446237-94) für 6 € das Stück liegend eingebaut.
in „Präzisions Labornetzteil 2x30V 3A, Eigenbau“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
I2COpenCm3.c
; } return rc; } int i2c_write(i2c_cmd_t *f_pCmd) { int rc; u32 NumByteToWrite=f_pCmd->dataSize; u32 index=0; u8 offset=0; u32 timeout=0xFF; u8 deviceAdress = f_pCmd->deviceAdress >> 1; u32 temp; switch (f_pCmd->usbCmd) { case I2C_SGL: offset=
in „STM32 i2c error recovery Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ds18b20.h
DS18B20_H_ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" /* #define DS18B20_BIT GPIO_Pin_0 #define DS18B20_PORT GPIOC #define READ_DS18B20() GPIO_ReadInputDataBit(GPIOB, DS18B20_BIT) #define DIR_1WIRE_IN() {DS18B20_PORT->CRL &= 0xFF0FFFFF;DS18B20
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-------------------------------------*/ #include "main.h" /* USER CODE BEGIN Includes */ #include "stm32f0xx_hal.h" #include "gpio.h" #include "definitions.h" #include "dma.h" #include "spi.h" #include "adc.h" #include "tim14_flame_led.h" #include "delay.h" #include "digitcommands.h" #include "tim6.h
in „Interrupt wird ständig aufgerufen“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan eines Easy PDK Programmers
1k 1,8n 47u 1N5817 8 330u +5V 1 8 23 35 47 VssA Vss +5V 9 24 36 48 Vdd +3.3V 100n 100n 100n USB +5V 32 22 USB_DM 22 D - 33 23 USB_DP 23 D + 48 GND STm32F072Cxxx TQFP-48 5 OSC in 8 8 MHz 6 OSC out 22p PB7 41 43 PB6 42 PB4 40 PB3 39 PA15 44 Boot0 PA4 NBST 14 18 reset 7 100n +3.3V PC15 15 19 PA5 PB1 PA0 PFS-Sockel 16 15 14 13 12 11 10 9 B3 B2 B1 B0 A4 A3 GND B4 B5 B6 A7 A6 A5 1 2 3 4 5 6 7 8 Vdd AMS 1117-3.3 +5V IN OUT +3.3V 220u 100n 100u 10u +5V 8 LM358.1 4 1 2 270k 2,2k 20k 100n 270k 6,8k 22k 20k 100n LM358.1 Power on LED
in „USB Problem bei STM32F072C8“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
PDF
LIS302DL.pdf
) f(SCL) SDA and SCL fall time 300 20 + 0.1C (3) 300 b h(ST) START condition hold time 4 0.6 t Repeated START condition 4.7 0.6 su(SR) setup time µs tsu(SP) STOP condition setup time 4 0.6 Bus free time between STOP tw(SP:SR) 4.7 1.3 and START condition Figure 4. I2C Slave timing diagram (4) REPEATED START START tsu(SR) SDA tw(SP:SR) START tsu(SDA) th(SDA) f(SDA) tr(SDA) su(SP) STOP SCL t t t t t h(ST) w(SCLL) w(SCLH) r(SCL
in „Verwirrung mit LIS302“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eeprom.h
EEPROM_H /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* Exported constants --------------------------------------------------------*/ /* EEPROM emulation firmware error codes */ #define EE_OK (uint32_t)HAL_OK #define EE_ERROR (uint32_t)HAL_ERROR #define EE_BUSY (uint32_t)HAL_BUSY #define EE_TIMEOUT (uint32_t)HAL_TIMEOUT /* Define the size of the sectors to be used */ #define PAGE_SIZE (uint32_t)0x4000 /* Page size = 16KByte */ /* Device voltage range supposed to be
in „FLASH speicher Lebensdauer Beeinflussung?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
XCore407I.pdf
PIUSBGND B ULPI2_JP2 DIRI USB HOST2 B PC2CPIULPI20JP202 PIULPI20JP201 GND JPAD U2_3 00 USB3 00.CI2 32USB3 00.C6C USB2B PA3A 24 4 ULPI5.R120R HS_VBUS I1103314.7uF 1 PB0B PI2303DATA04 VBUSPI820330PIULPI_USB_P0202 PI2SBVBUS NXT PB1B PIU203300022 DM PIU20330007LPI_USB_N0 PIUSB203 PH4HPIULPI20JP302 PIULPI20JP301
in „STM32 Board von Waveshare“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ili9341Driver.h
AUTHOR] * License: None */ #ifndef ILI9341_ILI9341DRIVER_H_ #define ILI9341_ILI9341DRIVER_H_ #include <stm32f1xx.h> #include <stdio.h> #include <stdlib.h> #include <stdint-gcc.h> #include <string.h> #include <math.h> #include "../delay.h" #include "../usart.h" //Control Pins #define DC_PIN 10 //LCD Register
in „ILI9486 8-Bit Parallel Bus deutlich langsamer als SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HY-LandTiger_SCH.pdf
3V3 9 VDDA VSSA 8 STM32F103C8T6 TRSTOUT TRSTIN Debug R83 120R R48 0R TDIOUT R82 120R TDIIN R47 0R B TMSOUT R81 120R TMSIN R46 0R B TCKOUT R80 120R TCKIN R45 0R U2 C11 C12 TDOIN R44 0R 3V3 3V3 1 GAIN GAIN 8 104 104 TRESOUT
-
Datei
interrupts.c
include "OS/FreeRTOS.h" #include "OS/task.h" #include "Libraries/DebugBuffer.h" #include "Hardware/stm32f4xx.h" #include <stdlib.h> // private functions void DumpCfsrRegister (uint32_t PC); void DumpCfsrRegister (uint32_t PC) { uint8_t AddressBuffer[10]; if (SCB->CFSR & 0x02000000) { Debug("\tDivide
-
Datei
main.c
// Hello World - Echo Test von S.F. webseite, aber mit dem neuen usb_vcp // https://www.mikrocontroller.net/topic/513315?goto=6623438#6623438 #include <stdio.h> #include "stm32f0xx.h" #include "usb_vcp.h" // Delay some milliseconds void
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
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 ·
-
PDF
Minilabortisch.pdf
Buchsen D (Reichelt Leiterplattenbuchse) l D N Mosfet Mosfet e k N x n e x , Mosfet Mosfet LDO h s , 4 Kippschalter O t b O 4 + Mosfet Mosfet 3,3 V I r e I + x n b n x ( l m r n ( i p c STM32 LEDs f p i i c 1 Display Display l o e r a Miniatur P K Elektronik r e B Kippschalter e ti i n Poti f s S c B 4 cm Drehencoder 10 cm 2 cm 2 cm 2 cm 10 cm 14 cm
in „Mobiler modularer Microlabortisch in Brotbüchse“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
main.c
/* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" #include "platform_config.h" #include "main.h" /* Private variables ---------------------------------------------------------*/ static __IO uint32_t TimingDelay; /* Private function prototypes
in „STM32 SPI-Bus Probleme mit Prescaler und delay() Realisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
objdump.txt
r3, r3, #-2147483648 ; 0x80000000 8007efc: e59dc020 ldr ip, [sp, #32] 8007f00: e1a00002 mov r0, r2 8007f04: e1a01003 mov r1, r3 8007f08: e88c0003 stm ip, {r0, r1} 8007f0c: eaffff48 b 8007c34 <__kernel_rem_pio2+0x7f4> 8007f10: e58d6014 str r6, [sp, #20] 8007f14: e58d5010
in „STM32F4 HardFault Interrupt bei stdlib Funktionen“ · 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
DebugBuffer.c
DebugBuffer.c * * Created on: 30.09.2015 * Author: uidr4931 */ #include <string.h> #include "Hardware/stm32f4xx.h" #include "DebugBuffer.h" #define DEBUGBUFFER_VALID_PATTERN 0x55AA55AAul #define DEBUGBUFFER_RESET_HEADER \ "================================================================================\
-
Datei
alarm_anlage.txt
#include "LCDMain.h" #include "lcd.h" #include "stm32f10x_it.h" #include "stdio.h" #define CAPS_LOCK_CODE 0x58 // Macro for Caps Lock scan code #define LOWER 0 // Macro for lower case keyboard #define UPPER 1 // Macro for upper case keyboard EXTI_InitTypeDef
in „Dataregister speichern/auslesen“ · 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 ·
-
Bild
Pinbelegung STM32F030K6Tx LQFP32
LED2 LED1 VSS BOOT0 PB7 PB6 PB5 PB4 PB3 PA15 PA14 SYS_SWCLK PA13 SYS_SWDIO PA12 PA11 PA10 PA9 PA8 VDD PA0 PA1 PA2 PA3 PA4 PA5 PA6 PA7 PB0 PB1 VSS VDD NRST PF1-O.. PF0-O.. RCC_OSC_OUT RCC_OSC_IN STM32F030K6Tx LQFP32
in „STM32: Flashen geht nicht, wenn PLL aktiv (nur HSI oder HSE gehen)“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
PDF
UART-Command-Introduction-EN-1.pdf
end with a newline symbol. semicolon symbol ; semicolon symbol \r\n (5)Programming examples: STM32F103RBT6: void uart_init(u32 bound){ // GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1
in „1.8" 128*160 HMI Intelligent Smart UART Serial TFT Display von Spotpear.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
an4545-vl6180x-basic-ranging-application-note-stmicroelectronics.pdf
measurement. Write Ready threshold 0x01 to {0x18} event at {0x4f} Poll for New Sample Ready threshold Read {0x62} for range result event at {0x4f} Clear Interrupt Yes Read {0x62} for Write 0x07 to {0x15} range result Clear Interrupt Write 0x07 to {0x15} Continue
in „STM32F1 Probleme mit Frings I2C-Bus Routine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sdcard.c
#include <stm32f10x.h> #include "sdcard.h" #include "utils.h" /* MMC/SD command */ #define CMD0 (0) /* GO_IDLE_STATE */ #define CMD1 (1) /* SEND_OP_COND (MMC) */ #define ACMD41 (0x80+41) /* SEND_OP_COND (SDC) */
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f407vg_flash.ld
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F407VG *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory
in „STm32Fxxx: Kleiner Gefallen vom einem Profi erbeten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f407vg_flash.ld
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F407VG *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory
in „STM32F407: Stack ins CCRAM gelegt erzeugt Hard Fault Error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f407vg_flash.ld
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F407VG *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory
in „STm32F103 und F407: Konstanten sicher ins Flash legen?“ · 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> extern void Delay1(vu32 nTime); char Temperature[10]="00.0"; void delay_nus (vu32 nCount) { u16 TIMCounter = nCount; TIM_Cmd(TIM4, ENABLE); TIM_SetCounter(TIM4, TIMCounter); while (TIMCounter) { TIMCounter = TIM_GetCounter(TIM4); } TIM_Cmd(TIM4, DISABLE); } /**********************************************************************
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USART_Module.c
***************************************************************************************/ #include "stm32f10x_conf.h" #include "USART_Module.h" uint8_t array[]={1,2,3,4,5}; /*******************************************************************************************************************************
in „STM32F1 / USART1 + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
myfirst.lst
+ 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, we would just take the defaults to begin with and 80 @ do nothing. Because it is possible that HSI is not 81 @ accurate enough for the serial communication (USART2), we 82
in „mein erstes STM32F4 .asm/ .s Program stürzt ab im gdb“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f10x.h" #include "sda5708.h" #define LED_OFF() GPIO_SetBits(GPIOC , GPIO_Pin_13) #define LED_ON() GPIO_ResetBits(GPIOC , GPIO_Pin_13) void init_led(); void init_buttons(); void systick_delay(int ticks
in „STM32 Linker-Problem (overlaps section.) + Clock zu langsam?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
); plen = fill_tcp_data_p(buf, plen, PSTR("<center><p>")); plen = fill_tcp_data_p(buf, plen, "<h1> STM32 WEBSERVER </h1>"); plen = fill_tcp_data_p(buf, plen, "<h2> STM32F103ZET6 </h2>"); plen = fill_tcp_data_p(buf, plen, "<table border>" ); plen = fill_tcp_data_p(buf, plen, "<thead>"); plen = fill_tcp_data_p
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103c8_flash.ld
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F103C8 *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory
in „uint64_t auf STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F100_ext.ld
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F103C8 *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) ENTRY(_reset
in „uint64_t auf STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f401ce_flash.ld
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F401CE *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f401cc_flash.ld
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F401CC *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory
in „STM32F103 Bluepill mit 128kb lässt sich nicht flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
linker.ld
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F407VG *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory
in „STm32Fxxx: Kleiner Gefallen vom einem Profi erbeten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f103c8_flash.ld.txt
--------------------------------------------- * Linker script for running in internal FLASH on the STM32F103C8 *----------------------------------------------------------------------------*/ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") OUTPUT_ARCH(arm) SEARCH_DIR(.) /* Memory
in „ROM-Auslastung von C++-Programm reduzieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
controller.pdf
: Rev: KiCad E.D.A. kicad (5.1.5)-3 Id: 2/3 1 2 3 4 5 6 1 2 3 4 5 6 +3.3V C6 C7 C8 C9 C10 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
in „mp2451 funktioniert nicht korrekt“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
TDA-884.pdf
V C E E U P C A E C + V S L E B D F Ó 4 U 3 S 4 H 1 N 4 4 I 1 . C E 3 S E O E N E T A D 5 R 9 S O I N R / C O 3 V 3 N t F U A S E Y 1s T P D 3 D S + N 4 1 Y/ SBVC - Õ W 1 r hC H R C P S 1 I E D R S C C H S IV L T A Y H I D A 8 B C O A
in „PAL-Röhren TV auf NTSC umbauen“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
sdcard.c
#include <stm32f10x.h> #include <stdio.h> // snprintf #include "sdcard.h" #include "utils.h" /* MMC/SD command */ #define CMD0 (0) /* GO_IDLE_STATE */ #define CMD1 (1) /* SEND_OP_COND (MMC) */ #define ACMD41 (0x80
in „Problem FatFS + SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ubasic.c
--------------------------------------- // [V:Minimal / 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" //------------------------------------------------------------ // pointer to BASIC-RAM //------------------------------------------------------------ char *program_ptr; //------------
in „Basic Interpreter für uC ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
kicad_8450_dcm_liste_neu_v3.pdf
Flash Memory, 4 + 2KB SRAM MSP430F5503IRGZ 48pin QFN, 32KB Flash Memory, 4 + 2KB SRAM MSP430F5504IRGZ 48pin QFN, 8KB Flash Memory, 4 + 2KB SRAM MSP430F5505IRGZ 48pin QFN, 16KB Flash Memory, 4 + 2KB SRAM MSP430F5506IRGZ
in „KiCAD Eeschema, Bibliotheksdokumentation *.dcm als PDF-Datei“ · Platinen ·
-
Datei
main.c
//Includes #include "stm32f10x.h" // Device header #include "cmsis_os.h" // ARM::CMSIS:RTOS:Keil RTX //User function prototypes void clockinit(void); void Peripheral_Init(void); void motorinit(void); void timer1_init(void);
in „STM32F100 - Timer2_Channel3“ · Mikrocontroller und Digitale Elektronik ·
-
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 CLK R2 4k7 D2 LED R3 810R TP3 TP4 TP5 TP6 GND
in „STM32F042 gecloned aber verhält sich seltsam“ · Mikrocontroller und Digitale Elektronik · · Schaltpläne
-
PDF
RDA5851S.pdf
Shared communication memory between the 2 CPUs ○ External Bus Controller (EBC) 16 bit data bus, up to 32MB memory space ● System Modules ○ System CPU (XCPU) RDA RISC Core 32x32 bits Multiplier Accumulator (MAC) 16/32 bit instruction set 4 kByte Instruction Cache 4 kByte Data Cache ○ DSP Co-Processor (VoC
-
PDF
PAN1555__ENW89815A__Datasheet.pdf
Radio Ltd www.csr.com You have to register, before you can download the data sheet. µ-Controller ST32F103xxxx (Cortex baseed STMiroelectronics www.stm.com) PANASONIC ELECTRONIC DEVICES EUROPE GMBH www.pedeu.pansonic.de Downloaded Arrow.com. CLASSIFICATION PRODUCT SPECIFICATION No. REV. Einstufung Produktspezifikation
in „Bluetooth-Modul "BlueMod+P25" von Stollmann - Ersatztyp“ · 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
txtlcd_demo.c
------------------------------------------- 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 +5V !!! versehen
in „Live-Linux: Anleitung schreiben“ · PC Hard- und Software ·