-
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
888.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0024)http://192.168.2.100/888 --> <HTML><HEAD> <META content="text/html; charset=windows-1252" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 8.00.6001.23588"></HEAD> <BODY> <CENTER><A style="COLOR: red"> <H1>STM32F103 WEBSERVER <H1></A> <TABLE border=1> <THEAD> <TR></TR> <THEAD> <TR> <TH>LED 1</TH> <TH>LED 2</TH> <TH>LED 3</TH> <TR></TR> <THEAD> <TFOOT> <TR> <TD><A href="http://192.168.2.100/888/1">AN</A></
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_COMMON.ld
= 0 ) ; PROVIDE ( I2C2_EV_IRQHandler = 0 ) ; PROVIDE ( I2C2_ER_IRQHandler = 0 ) ; PROVIDE ( SPI1_IRQHandler = 0 ) ; PROVIDE ( SPI2_IRQHandler = 0 ) ; PROVIDE ( USART1_IRQHandler = 0 ) ; PROVIDE ( USART2_
in „Anfänger Linkerscipt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oneWire.c
***/ /* Includes **********************************************************************/ #include "stm32f10x_conf.h" #include "Delay.h" #include "oneWire.h" #include "math.h" /* Functions **********************************************************************/ //reset device uint8_t ds1820_reset(GPIO_TypeDef
in „Timingproblem mit Onewire und STM32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MP1776A_E3201-1.pdf
Display 4-channels measurement results on screen bit rate) • PRBS patterns from 2 – 1 to 2 31– 1 • Max. 32 Mbit programmable pattern at 4-channels com- bined mode (corresponding six frames of STM-256/ STS-768) Specifications MP1776A (main frame), MU177601B (12.5 Gb/s Error Detector) Operating frequency 100
in „BER Messung mit Anritsu MP1776A“ · HF, Funk und Felder ·
-
Datei
LPH8731-3C.h
LCD for wiring devices: Siemens A62 (tested here), said to be the same for A75, C65, A60, C60, MC60, S55 acknowledgements: user neonix on RadioKat Forum Igor Kizim aka Igoryosha (ATMega, STM32 implementations) Dmitry Karech (MSP430 implementation) license: GPL v2 This program is free
in „LCD LPH8731-3C aus Siemens-Handys, Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp-chibios.patch
diff --git a/irmp-main-chibios.c b/irmp-main-chibios.c new file mode 100644 index 0000000..06d0800 --- /dev/null +++ b/irmp-main-chibios.c @@ -0,0 +1,140 @@ +/*------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
main.c
#include "stm32f3xx.h" //T=0.5ms; ein Impuls=350*T Impulsfunktion=500+16,66*x(=abstand)~500+17*x //Sensor Enfernung~1500/X, X=Augabewert des Sensors //LEDS an Pins A15, B4 und B6; SharpIn an Pin C1 SharpOut an Pin
in „sharp gp2d02 mit STM32F303 programieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
create_header.pl
#!/usr/bin/perl $family ="stm32f1xx"; $deffile = "unilib.def"; $outfile = ">unilib.h"; $outfile2 = ">unilib_internals.h"; $outfile1 = ">inc/unilib_defs.h"; $infunc=0; open(WFILE,$outfile); open(XWFILE,$outfile2); open(RFILE,"/usr/local/share/addhead/header.c"); while(<RFILE>) { chomp(); $line=$_; $printit=1; if(substr($line,0,5) eq "//nop") {$printit = 0;} if(substr($line,0,5) eq "//pri") {$printit = 0;} if(((substr($line,0,3) ne "---")) && ($printit ==
in „Bauen von Libs - Anhängigkeiten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart.h
****************************************** * @file usart.h * @author Bernhard Beroun * @version V1.0 * @date 13.02.2010 * @brief Diese Datei enthaelt alle Funktionen und Prototypen fuer USART1 & USART2 ****************************************************************************** */ /* Define to prevent
in „[STM32] CMD0 liefert immer 0xFF zurück“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dogm.c
/* * LCD_DOGM_SPI.c * * Created: 08.07.2011 11:17:19 * Author: Chris */ #include <stdint.h> #include "LCD_DOGM_SPI.h" #include "main.h" #include "stm32f1xx_hal.h" void delay_ms(uint16_t); void delay_us(uint16_t); //////
in „DOGM - 163 Initialisierung +5V SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_stm32.s
/** ****************************************************************************** * @file startup_stm32.s * @author Ac6 * @version V1.0.0 * @date 12-June-2014 ****************************************************************************** */ .syntax unified .cpu cortex-m3 .thumb .global g_pfnVectors
in „Frage an W.S. wegen USB CDC Implementierung STM32F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
display.c
/** * Ansteuerung des Display. * * Benötigte Hardware: PORTE */ #include "stm32f10x_gpio.h" #include "display.h" #define DATA (GPIO_Pin_0 | GPIO_Pin_1 | GPIO_Pin_2 | GPIO_Pin_3 | GPIO_Pin_4 | GPIO_Pin_5 | GPIO_Pin_6 | GPIO_Pin_7) #define RESET GPIO_Pin_8 #define RW GPIO_Pin_9
in „STM32 und ks0108-Display - keine Anzeige“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi1.h
-----------------------------------*/ #ifndef __SPI1_H #define __SPI1_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #ifndef NULL #define NULL 0 #endif /* SPI1 Interface pins */ #define SPI1_CLK RCC_APB2Periph_SPI1
in „STM32 SPI Init“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32h7xx_hal_msp.c
Header */ /** ****************************************************************************** * @file stm32h7xx_hal_msp.c * @brief This file provides code for the MSP Initialization * and de-Initialization codes. ****************************************************************************** * @attention
in „STM32H745 I2S DMA (NUCLEO-STM32H745ZI-Q DualCore)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
OVC3860_RevE_PSKeys_Setting_v1.2.pdf
0x22 0x26 0x01 0x00 led_para[2] 0x04 0x19 0x19 0x00 0x01 0x03 led_para[3] 0x05 0x08 0x22 0x32 0x02 0x00 led_para[4] 0x07 0x08 0x26 0x28 0x03 0x00 22 Company Confidential OVC3860 Persistent Store Key Settings
in „A2DP Bluetooth Modul China eBay“ · HF, Funk und Felder ·
-
PDF
OVC3860_RevE_PSKeys_Setting_v1.2.pdf
0x22 0x26 0x01 0x00 led_para[2] 0x04 0x19 0x19 0x00 0x01 0x03 led_para[3] 0x05 0x08 0x22 0x32 0x02 0x00 led_para[4] 0x07 0x08 0x26 0x28 0x03 0x00 22 Company Confidential OVC3860 Persistent Store Key Settings
in „OVC3860 RevV Develop Tool - not connected :/“ · HF, Funk und Felder ·
-
Datei
ffconf.h
--------------------------------------------------------*/ //#ifndef _FFCONFIG //#define _FFCONFIG 0x007E /*---------------------------------------------------------------------------/ / FatFs - FAT file system module configuration file R0.08a (C)ChaN, 2010 /-----------------------------------------
in „elm-chan FatFS“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Pt100-Vierleiter-Verdrahtungsdiagnose.pdf
– S− PT (~110 Ω) Kreuzpfad A→B S+ – F− PT (~110 Ω) Kreuzpfad A→B Schwellen bei I = 1 mA: SHORT U < 0,2 mV · LOW 0,2–15 mV · PT 80–180 mV · PT1000 0,8–1,2 V · OPEN U ≈ Compliance (> 2,5 V) oder I ≈ 0. 12-bit bei 3,3 V reicht für diese Klassen, nicht für 0,1 °C. 3. Prüfschritte in der Firmware Gesamtdauer
in „ESP 32 oder Nano“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LIS302DL_AN.pdf
, Vdd=2.5V) 10000g for 0.1 ms 3000g for 0.5 ms A UNP Acceleration (Any axis, Unpowered) 10000g for 0.1 ms TOP Operating Temperature Range -40 to +85 °C T STG Storage Temperature Range -40 to +125 °C ESD Electrostatic discharge
in „Verwirrung mit LIS302“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CN3722-CONSONANCE.pdf
Release VBAT =8V 0.26 0. 32 0.39 Threshold V SLPR VCC rising, VBAT =12V 0.32 0. 42 0.52 V (measure VCC-V ) V =18V 0.38 0. 47 0.58 BAT BAT www.consonance-elec.com Rev.1.1 4 CONSONANCE Electrical Characteristics: (Continued
in „Auswahl Solar-Laderegler für 12V Blei-Akku“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
= Blau(nr/r), bit0 = Blau(d/u) uint8_t Rot = 255; uint8_t Gruen = 0; uint8_t Blau = 0; uint32_t Farbe = 0; uint8_t Textpuffer[sizeof(Ringpuffer)] = {0}; uint16_t k = 100; /* USER CODE END 1 */ /* Enable I-Cache--------
in „32F746Disco, SW4STM32, kompiliert, nach kleiner Änderung aber nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
printf.c
********************************************************************/ #include <stdio.h> #include "stm32f10x_usart.h" #include <stdarg.h> void PrintChar(char c) { /* Send a char like: while(Transfer not completed); Transmit a char; */ } // Maximum string size allocation (in bytes) #define MAX_STRING_SIZE
-
Datei
main.c
shift, so we have to keep track of the // Position to shift it back to normal position after pos = 0; for(int repeat=0; repeat < 5; repeat++) { for(int c = 0; Str[c] != '\0'; c++) { LCD1803_Write(disp, (uint8_t *) &Str[c], 1); HAL_Delay(200); pos++; if(pos == 20) { pos = 0; LCD1803_MoveXY(disp, 0, 3
in „DOGM-204 Problem mit Steuercodes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_hal.h" #include "usb_device.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim4
in „Zeitmaschine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eventcb_ctrl6.ino
, 0x00 }; uint8_t lauf_bmp2[] = { 4, 0x33, 0x66, 0xcc, 0x99 }; uint8_t lauf_bmp3[] = { 8, 0x03, 0x06, 0x0c, 0x18, 0x30, 0x60, 0xc0, 0x81 }; /* -------------------------------------------------- my_putchar
in „Schulnotenbewertung eines Arduino-Programms“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atmel-4952-standard-drivers-ata6836c_datasheet.pdf
Package Information Figure 12-1. SO28 D E1 C b A A A L E e 28 15 technical drawings accordingtoDIN specifications Dimensions in mm 1 14 COMMON DIMENSIONS Pin 1 identity (Unit of Measure = mm) Symbol MIN NOM MAX NOTE A 2.4 2.55 2.7 A1 0.1 0.2 0.3 A2 2.3 2.35 2.4 D 17.75 17.9 18.05 E 10.15 10.3 10.45 E1 7.4 7.5 7.6 L 0.6 0.8 1 C 0.22 0.27 0.32 b 0.32 0.4 0.48 e 1.27 BSC 04/16/14 TITLE GPC DRAWING NO. REV. Package Drawing Contact: Package: SO28 6.543-5184.01-4 1 packagedrawings@atmel.com 300mil 18 ATA6836C [DATASHEET
in „Keine Open Load Meldung bei ata6836c und IFX9201SG!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Infineon_TLE9263QX.pdf
3 Typical Load Sharing Characteristics using the BCP52-16 PNP transistor and a 1 Ω shunt resistor 0,35 Tj = 27°C 0,30 Tj = 150°C A ( 0,25 Tj = -40°C 3 c + 1 0,20 I - n 0,15 r C a 0,10 o T 0,05 0 0 0,2 0,4 0,6 0,8 1,0 1,2 1,4 Load Sharing Ratio -Icc1 vs. I c3 Figure 22 Load Sharing Ratio ICC1 : ICC3 vs. the total load current 0,35 Tj = 27°C 0,30 Tj = 150°C A ( 0,25 Tj = -40°C 3 I + 1 0,20 I t e 0,15 r C t 0,10 o T 0,05 0 0 0,02 0,04 0,06 0,08 0,10 0,12 0,14 0,16 Load Current - Icc1 Figure 23 Load Sharing Behavior of ICC1 vs
in „SBC für CAN/LIN bei einem 24V Bordnetz“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
eGC.pdf
PIIC70VDD_3 VSS_3 STM32L15xxx C GND C Title D D Size Number Revision A4 Date: 16.05.2012 Sheetof File: C:\Users\..\SYSCON_PWR.SchDoDrawn By: 1 2 3 4 1 2 3 4 A A SYSCON_IO_[0..15] P5P5 IC7C7C SYSCON_IO_8 PIP501 1 2 PIP502
in „[Suche] Interessierte(n) an Projekt (ARM/FPGA)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SMD_Catalog.pdf
4V BCW65AR Zet R SOT23R npn 32V 0.8A 4V3 PZM4.3NB Phi C SOT346 4.3V 0.3W zener 4V7 PZM4.7NB Phi C SOT346 4.7V 0.3W zener 4W MMBV2107 Mot C SOT23 MV2107 varicap 4W BCW67AR Zet R SOT23R pnp 32V 0.8A 4Y MMBV2102 Mot C SOT23 MV2102 varicap
in „Hilfe bei Bauteilsuche für Mainboard“ · PC Hard- und Software ·
-
PDF
Advantest_R4131.pdf
R34 RCB-AG82K C23 -2 4 CSM-AGR1U50V R35 -3 8 RAY-AL3R9K8 C25 CCK-AR1OU16V R39 RCB-AG1OK C26 -3 0 CSM -AGRIU50V R40 RCB-AG220 C31 CCK-ARI.0U16V R41 RCB-AG680 C32 -4 0 CSM-AGR1U50V R42 RCB-AG1R5K C41 CSM -A Y I000P5O
in „Advantest Spectrum Analyser R4131B Fehler im Netzteil“ · HF, Funk und Felder ·
-
Datei
index.shtml
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <meta http-equiv="refresh" content="3"> <head> <title>ARM-Webserver</title> <link rel="stylesheet" type="text/css" href
in „uIP BUTTON an aus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f0xx_hal.h" #include "lcd.h" /************************************************************************************** * Begin of Handlers * **********************************************************
in „LCD W204B-NLW“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Computer_Kontakt_1986-08_09_-_21.pdf
18 eF 0c 79 Fe 2b 38 e9 0e 01 +7 65120 70 00 00 30 08 78 38 00 40 40 3B £4540 IB e4 cb ce c9 cb da c9 7e e6 30 65130 70 48 70 00 00 30 40 40 30 00 72 65i4a 0B 0B 3B 48 38 00 00 30 78 40 24 £4530 80 32 92 5c
in „ZX Spectrum => Upgrade von 16 auf 48 KB RAM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ITS4142N_Smart_Switch.pdf
bb ) ; Tj= 25°C Ibb(off) = f(T j ; V bb = 32V ; V IN ≤ 1,2 V 3 22 µA V 18 on h ) 16 ( 2 f I off b V I 14 12 1.5 10 8 1 6 0.5 4 2 0 0 10 20 30 V 50 -40 -20 0 20 40 60 80 100 140 °C Vbb T j Page 15 2006-03-09 ITS 4142N
in „Smart Power Switch galvanisch entkoppelt ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eclipse_log.txt
config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType !ENTRY org.eclipse.cdt.core 1 0 2017-01-18 13:34:32.254 !MESSAGE Indexed 'stm32l476_decoder' (389 sources, 474 headers) in 47.4 sec: 59,833 declarations; 226,408 references; 0 unresolved inclusions; 127 syntax errors; 323 unresolved
in „Problem mit Breakpoints (Eclipse + JLink)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BlueMOD_P25_G2__Datasheet.pdf
channel selectivity C/I f0= f - 1MHz -5 0 ≤ 0 dB a) Adjacent channel selectivity C/I f0≥ f + 2MHz -38 -30 ≤ -30 dB a) Adjacent channel selectivity C/I f0≤ f - 2MHz -22 -20 ≤ -20 dB a) Adjacent channel selectivity C/I f0≥
in „Bluetooth-Modul "BlueMod+P25" von Stollmann - Ersatztyp“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
system_clock.c
(48 MHz) | YES *-------------------------------------------------------------------- **/ #include "stm32h7xx.h" #include "nvic_addr.h" #include "mbed_error.h" /*!< Uncomment the following line if you need to relocate your vector Table in Internal SRAM. */ /* #define VECT_TAB_SRAM */ #define VECT_TAB_OFFSET
in „Problem mit USB auf STM32H743“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FreeRTOSConfig.h
dependability. 1 tab == 4 spaces! */ #ifndef FREERTOS_CONFIG_H #define FREERTOS_CONFIG_H #include "stm32f4xx.h" //#include "ustime.h" /*----------------------------------------------------------- * Application specific definitions. * * These definitions should be adjusted for your particular hardware
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fatfs_sd.c
#define TRUE 1 #define FALSE 0 #define bool BYTE #include "stm32f2xx_hal.h" #include "diskio.h" #include "fatfs_sd.h" extern SPI_HandleTypeDef hspi3; extern volatile uint8_t Timer1, Timer2; /* 10ms 마다 감소하는 타이머 */ static volatile DSTATUS
in „ARM [STM32] microSD SPI USB Massenspeicher“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
GH025A_A3__-_090622.pdf
(C-IN) ADJ OUTPUT Io(max) 12 0V LAMP 4.5 5.0 5.5 mArms CURRENT Io(min) 12 3.5V LAMP 2.5 3.0 3.5 INPUT Iin 12 0V LAMP 0.2 0.3 0.4 ADC CURRENT FREQUENCY F 12 0V LAMP 44 51 58 KHz OPEN OUTPUT Vo 12 0V 1.2
in „Display ansteurern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
,0XBA,0XD6,0X79,0XCE,0X79,0XCE,0X3C,0XE7, 0X71,0X8C,0X81,0X08,0X0C,0X63,0XCF,0X7B,0X82,0X10,0X00,0X00,0X8A,0X52,0X38,0XC6, 0X75,0XAD,0X71,0X8C,0XB6,0XB5,0X3C,0XE7,0XFB,0XDE,0XC7,0X39,0X00,0X00,0XCF,0X73
in „Open407I-C (Board für STM32) mit OV9655 (Kameramodul) auf 5"-Touchdisplay“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
,0XBA,0XD6,0X79,0XCE,0X79,0XCE,0X3C,0XE7, 0X71,0X8C,0X81,0X08,0X0C,0X63,0XCF,0X7B,0X82,0X10,0X00,0X00,0X8A,0X52,0X38,0XC6, 0X75,0XAD,0X71,0X8C,0XB6,0XB5,0X3C,0XE7,0XFB,0XDE,0XC7,0X39,0X00,0X00,0XCF,0X73
in „Open407I-C (Board für STM32) mit OV9655 (Kameramodul) auf 5"-Touchdisplay“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config-mod-LK511-mt7623n-BPiR2.txt
3G_OPT is not set # CONFIG_VMSPLIT_2G is not set # CONFIG_VMSPLIT_1G is not set CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_NR_CPUS=16 CONFIG_HOTPLUG_CPU=y CONFIG_ARM_PSCI=y CONFIG_ARCH_NR_GPIO=0 CONFIG_HZ_FIXED=0 # CONFIG_HZ_100 is not set # CONFIG_HZ_200 is not set CONFIG_HZ_250=y # CONFIG_HZ_300 is not
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
PDF
FMeter-407-TDC-V1.1-1.pdf
Eingangswiderstand wird mit R30 || R31 auf 50 Ohm gebracht. Am Ausgang wird der Mittelwert des Signals durch R32 und R33 auf ca. 0,45 V eingestellt, was für den Eingang F1 mit typischen Schaltschwellen von 0,3 V bzw. 0,6 V optimal paßt. Der Vorteiler kann auch direkt an Eingang F2 angeschlossen werden. Bei F2 ist
in „DIY Frequency Counter mit 10 bis 12 Digits?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FMeter-407-TDC-V1.3.pdf
Eingangswiderstand wird mit R30 || R31 auf 50 Ohm gebracht. Am Ausgang wird der Mittelwert des Signals durch R32 und R33 auf ca. 0,45 V eingestellt, was für den Eingang F1 mit typischen Schaltschwellen von 0,3 V bzw. 0,6 V optimal paßt. Der Vorteiler kann auch direkt an Eingang F2 angeschlossen werden. Bei F2 ist
in „[V] 2 x best. Module für reziproken Frequenzzähler“ · Markt ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l4xx_hal.h" /* USER CODE BEGIN Includes */ #define TIM_OCMODE_PWM2_CH1 TIM_OCMODE_PWM2 #define TIM_OCMODE_PWM2_CH2 ((uint32_t)TIM_CCMR1_OC2M_2 | TIM_CCMR1_OC2M_1 | TIM_CCMR1_OC2M_0) #define TIM_OCMODE_PWM2_CH3 ((uint32_t)TIM_CCMR2_OC3M_2 | TIM_CCMR2_OC3M_1 | TIM_CCMR2_OC3M_0) #define TIM_OCMODE_PWM2_CH4 ((uint32_t)TIM_CCMR2_OC4M_2 | TIM_CCMR2_OC4M_1 | TIM_CCMR2_OC4M_0) #define TIM_OCMODE_PWM1_CH5 ((uint32_t)TIM_CCMR2
in „PWM Signalerzeugung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ar1001.c
//AR 1010 //RSSI 49-54 is pretty good. 34-41 is complete static // // #include "stm32f10x.h" #include <stdio.h> #include "ar1001.h" #define I2C_AR I2C1 #define I2C_AR_CLK RCC_APB1Periph_I2C1 #define I2C_AR_GPIO GPIOB #define I2C_AR_GPIO_CLK RCC_APB2Periph_GPIOB #define I2C_AR_SCL GPIO_Pin
-
Datei
out.txt
r2,r1 0x080036be: 602a *` STR r2,[r5,#0] 0x080036c0: e7a8 .. B 0x8003614 ; _ZN16mb_uart32_de_irq3irqEv + 28 0x080036c2: 0020 . MOVS r0,r4 0x080036c4: f7ffff6c ..l. BL _ZN16mb_uart32_de_irq11timer_callbEPv ;
in „ARM Bootloader mit ELF, Einstieg nicht bei 0x08000000“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pinout.h
A //#define out9_pin 6 #endif #if zucSTM32 //VCT //20pin-Anschluss: //tast1 c0 //led c0 //20pin-Anschluss m328: //d2 d3 d4 d5 d6 d7 b0 b1 b2 b3 b4 b5 ++ -- rst c1 c2 //20pin-Anschluss m328: // a5 a6 b7 ++ -- rst // - sensor-|relais|cs0 /1
in „Header Datei für Konfiguration erstellen“ · Mikrocontroller und Digitale Elektronik ·