-
Datei
eeprom.h
EEPROM_H_INCLUDED #define EEPROM_H_INCLUDED /* ------------ Standard Include Files --------------- */ #include "stm32f4xx.h" #include <stdint.h> #include <stdio.h> /* ------------ Special Include Files --------------- */ /* ------------ Projekt Include Files --------------- */ /* ------------ Typen Deklarationen-
in „Organisation der Header und Includes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Seriell_Empfangen_USART.txt
#include "stm32f0xx.h" #define Input1 GPIOB, GPIO_Pin_0 #define Input2 GPIOB, GPIO_Pin_1 #define Input3 GPIOB, GPIO_Pin_2 #define Input4 GPIOB, GPIO_Pin_6 #define Output1 GPIOA, GPIO_Pin_8 #define Output2 GPIOB,
in „STM32f0xx UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Seriell_Senden_USART.txt
#include "stm32f0xx.h" #define Input1 GPIOB, GPIO_Pin_0 #define Input2 GPIOB, GPIO_Pin_1 #define Input3 GPIOB, GPIO_Pin_2 #define Input4 GPIOB, GPIO_Pin_6 #define Output1 GPIOA, GPIO_Pin_8 #define Output2 GPIOB,
in „STM32f0xx UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f3xx_hal.h" /* USER CODE BEGIN Includes */ #include <stdlib.h> #include <stdint.h> #include <stdbool.h> /* USER CODE END Includes */ /* Private variables -------------------------------------------
in „I2C Verbindung RPi - ST.Nucleo“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
serial.h
/* UART-Ansteuerung für STM32F103C8T6 */ /* Senden + Empfangen erfolgt gepuffert über V24puffer per Interrupt. Beim Senden wird eine begrenzte Zeit gewartet, wenn der Sendepuffer voll ist Beim Empfangen wird nicht gewartet, sondern 0 geliefert, wenn nix anliegt. Also vorher prüfen, ob Zeichen im Rx anliegen */ #ifndef SERIALINCLUDED #define SERIALINCLUDED extern dword InitSerial1 (long baudrate); /* liefert tatsächliche Baudrate
in „Sende/Empfangsvorgang mittels nur 1St. µC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi1.h
#endif /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #ifndef NULL #define NULL 0 #endif /* SPI1 Interface pins */ #define SPI1_CLK RCC_APB2Periph_SPI1 #define SPI1_CLK_INIT RCC_APB2PeriphClockCmd #define SPI1_SCK_PIN GPIO_Pin_5 #define SPI1_SCK_GPIO_PORT
in „STM32 SPI Init“ · 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
spi.cpp
#include "spi.hpp" #include <stm32l152xe.h> #include <cassert> namespace { enum { irq_pin = 0, // PA0 csn_pin = 1, // PA1 clk_pin = 3, // PB3 miso_pin = 6, // PA6 mosi_pin = 7, // PA7 reset_pin = 8 // PA8 }; void mode( GPIO_TypeDef
in „STM32 SPI, fehlendes MOSI Signal“ · 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> /*============================================================================== * File
in „STM32 DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32l4xx_hal.h" #include "stdio.h" #include "stdlib.h" #include "stdbool.h" /* USER CODE BEGIN Includes */ #include "config.h" #include "epc_regdef.h" #include "tim1funct.h" #include "tim2funct.h" #include
in „stm32f303RE - initialisierungen verbeissen sich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ /* USER CODE BEGIN PV */ /* Private variables
in „STM32 - GPIOs funktionieren nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
GH025A_A3__-_090622.pdf
F1 FUSE CC12H2A COOPER BUSSMANN CN1 CONNECTOR 12505R- 05A(P) YEON-HO EQUIVALENT 20015WR-05A0(P) YEON-HO JE206-D1F-02 JAEEUN CN2 CONNECTOR SM02(8.0)B-S(P) JST GH025A REV5.0 WONKYENG GH025A REV5.0 JOONGWON
in „Display ansteurern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_Startup.s
thumb_func __MRS_MSP: mrs r0, msp bx r14 .thumb_func __MSR_MSP: msr msp, r0 bx r14 .thumb_func __SETPRIMASK: cpsid i bx r14 .thumb_func __RESETPRIMASK: cpsie i bx r14 .thumb_func __SETFAULTMASK: cpsid f bx r14 .thumb_func __RESETFAULTMASK: cpsie f bx r14 .thumb_func __BASEPRICONFIG: msr basepri, r0 bx r14 .thumb_func __GetBASEPRI: mrs r0, basepri_max bx r14 .thumb_func __REV_HalfWord: rev16 r0, r0 bx r14 .thumb_func __REV_Word: rev r0, r0 bx r14
in „STM32 Memorymanagement Exception“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FW_Update_USB.c
gesprungen. *******************************************************************************/ #include "stm32f10x.h" //#include "Include.h" #include "FW_Update.h" //******************************************************************************* // Parametrierung Bootloader // Version Bootloader steht auch
in „GCC kompiliert falsch?“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Schaltplan mit STM32F103C8T6 Mikrocontroller
GND 3K9 390R=350R 20mA=10@500 Ohm(2) R30 15R 100K R52 +5V TLC2272ACD N1 5 7 GND X2 GND X2 T2CH1 PA0 PB1 16 3V3 +3V3 3V3 PA1 PB1 16 PB2 PA2 PB3 PA3 PB4 IC4 PB5 PA5 PB6 Sclk PB6 PA6 MosI PB7 PA7 T1CH1 PB8 PA8 PB9 PA9/Tx PB10 PA10/Rx PB11 PA11/CanRx PB12 PA12/CanTx PB13 PA13/SWDIO PB14 PA14/SWCLK PB15 PA15 STM32F103C8T6 3V3 3V3 3V3 R38 R39 R40 X8 br Index 3 T3CH2remap 5 ge B 2 RT A X2 GND +3V3 +5V +5V TLC2272ACD Q1 16MHz EN OUT 8 C9 100n +Vcc 2 4 100n 100n 100n C16 C15 C14 C13 GND GND GND +3V3 C29 100n +5V
in „LM358 gegen TS272“ · Analoge Elektronik und Schaltungstechnik · · Schaltpläne
-
Datei
i2c_simple.h
Einfache Variante von I2C-Routinen // als Übung zur Inbetriebnahme // // 22.12.13 Nicolas #include "stm32f10x_i2c.h" #include "misc.h" /* Timeout fuer jede I2C-Scan-Operation in Millisekunden */ #define I2C_SCANTIMEOUT 200 #define I2C_NORMALTIMEOUT 300 enum {i2c_ok, //0 i2c_noStart, //1 i2c_startTimeout
in „STM32 I2C mit EEPROM - funktioniert nur zuverlässig mit Bus-Sniffer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp-chibios.patch
+ (void)irmp_ISR(); +} + +// GPT timer configuration. +static const GPTConfig irmp_gpt_cfg = +{ + F_INTERRUPTS*10, /* timer tick frequency, a bit faster than the IRMP interrupts to improve accuracy .*/ + irmp_timer_callback, /* Timer callback function.*/ + 0, + 0 +}; + +/* + * IR receive thread, sends
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" #include "i2c.h" #include "tim.h" #include "gpio.h" /* USER CODE BEGIN Includes */ #include <string.h> /* USER CODE END Includes */ /* Private variables --------------------------------
in „STM32F103 I2C HAL_BUSY“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim2; UART_HandleTypeDef
in „UART USB STM32F407VGT“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ar1001.c
(increasing) const uint8_t AR1000vol[22] = { 0x0F, // step 0 0xCF, // 1 0xDF, // 2 0xEF, // 3 0xFF, // 4 0xEE, // 5 0xFE, // 6 0xED, // 7 0xFD, // 8 0xFB, // 9 0xFA, // 10 0xF9, // 11 0xF7, // 12 0xE6, // 13 0xF6, // 14 0xE5, // 15 0xF5, // 16 0xE3, // 17 0xF3, // 18 0xF2, // 19 0xF1, // 20 0xF0 // 21 <------ default setting }; //////////////////////////////////////////////////////////////////////////////////////////////// void wait_stc(void) { #define
-
Datei
LPH8731-3C.h
Forum Igor Kizim aka Igoryosha (ATMega, STM32 implementations) Dmitry Karech (MSP430 implementation) license: GPL v2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as
in „LCD LPH8731-3C aus Siemens-Handys, Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BlueMOD_P25_G2__Datasheet.pdf
-20,0 >0 ≥-20 dBm EDR2, PI/4 DQPSK Maximum received signal at 0.1% BER with -20,0 >0 ≥-20 dBm EDR3, 8DPSK a) C/I co-channel 6 11 ≤ 11 dB a) Adjacent channel selectivity C/I f0= f + 1MHz -5 0 ≤ 0 dB a) Adjacent 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≥ f +
in „Bluetooth-Modul "BlueMod+P25" von Stollmann - Ersatztyp“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd1803.c
#include "stm32f0xx_hal.h" #include "lcd1803.h" /* * Private functions */ #define LCD1803_Enable_IS(disp) LCD1803_CMD(disp->spi, disp->Reg_FuncSet1|0b00000001); // Enable IS #define LCD1803_Disable_IS(disp) LCD1803
in „DOGM-204 Problem mit Steuercodes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
init.c
#include <stdio.h> #include "stm32f10x.h" #include "init.h" void Init(void); void RCC_Configuration(void); void NVIC_Configuration(void); void GPIO_Configuration(void); void SPI_Configuration(void); //void I2C2_Configuration(void);
in „STM32 ADC Fehler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
#endif /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* Private includes ----------------------------------------------------------*/ /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Exported types --------------------------
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
blink.c
#include "stm32f4xx.h" void TIM1_UP_TIM10_IRQHandler () { TIM10->SR = (uint16_t)~TIM_IT_Update; GPIOD->ODR ^= (1 << 14); } int main () { // Init GPIO's for LED's RCC_AHB1PeriphClockCmd(RCC_AHB1ENR_GPIODEN, ENABLE
in „STM32F4: Timerinterrupts nichtdeterministisch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
index.shtml
id="content"> <p> <div id="datum"> </div> <br> <div id="txt"></div> <br> </p> <p> ARM-Webserver mit STM32F103ZET6 und ENC28J60 <br> Basierend auf den uIP TCP/IP Stack<br><br> Erweiterungen <br> <ul> <li>Lampensteuerung</li> <li>ALLE 3 SEKUNDEN WIRD DIE SEITE AKTUALISIERT</li> <li>LED-Steuerung</li> <li
in „uIP BUTTON an aus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_-_slave.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "stdio.h" #include "string.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ SPI_HandleTypeDef
in „STM32F103 SPI Slave + Master“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
obC16x.pdf
fur Proceduren ge- nutzt werden kann, festgelegt. Dieser Frame w rd uber den FSP, der immer im GPR R0 ver ugbar ist, verwaltet. mov 0FE16h, #0FCE0h ; STKUN mov 0FE14h, #0F8E0h ; STKOV mov 0FE12h, #0FCE0h ; SP mov 0FE10h, #0F600h ; CP nop mov R0, #0E7FEh ; FSP = top of softstack ; End Of INIT F r Controller
in „Ein kleiner Oberoncompiler für die C16x-Familie“ · Projekte & Code ·
-
Datei
lcd.h
LCD_H /* Includes -------------------------------------------------------------------*/ #include "stm32f0xx_hal.h" #include <stdbool.h> /************************************************************************************** * Begin struct definitions * ***********************************************
in „LCD W204B-NLW“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Adc.c
#include "Adc.h" #include "stm32f4xx_adc.h" void Adc_Init(void) { ADC_InitTypeDef ADC_InitStructure; ADC_CommonInitTypeDef ADC_CommonInitStructure; GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1,
in „STM32F4 Internal Reference“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pinout.h
define out8_port A//owx #define out8_pin 7 //#define out9_port 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 ·
-
Datei
mmc.c
/* * Doku, siehe http://www.mikrocontroller.net/articles/AVR_FAT32 * Autor: Daniel R. */ #include "stm32f10x_lib.h" #include "platform_config.h" #include "config.h" #include "mmc.h" unsigned char card_type=0; // ist 0 bei mmc/sd und 1 bei sdhc #if (MMC_SDHC_SUPPORT=
in „SPI mit SD Karte antwortet nicht korrekt auf CMD0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.h
#ifndef _CONFIG_H #define _CONFIG_H #include <stdio.h> #include "stm32f4xx.h" /** * @brief Definition for COM port1, connected to USART1 */ #define Open207V_USART USART3 #define Open207V_USART_CLK RCC_APB1Periph_USART3 #define Open207V_USART_TX_PIN GPIO_Pin_10 #define
in „STM32F4 Discovery + TFT + FSMC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f7xx_hal.h" /* USER CODE BEGIN Includes */ #include "stm32746g_discovery_lcd.h" #include "GameOfLife.h" /* USER CODE END Includes */ /* Private variables -------------------------------------------
in „Game of Life läuft nur eine Runde!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcmi_ov9655.c
(OV9655_DEVICE_WRITE_ADDRESS,0x4c, 0x7f); Delay(TIMEOUT); DCMI_SingleRandomWrite(OV9655_DEVICE_WRITE_ADDRESS,0x4d, 0x7f); Delay(TIMEOUT); DCMI_SingleRandomWrite(OV9655_DEVICE_WRITE_ADDRESS,0x4e, 0x7f); Delay(TIMEOUT); DCMI_SingleRandomWrite
in „STM3220G-EVAL + Kamera OV2460“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T20D_Usermanual_EN_v1.5.pdf
30 8 0.3k~19.2k SMD 25 * 40.3 UART E32-433T20S2T SX1278 433M 20 3 0.3k~19.2k SMD 17 * 30 UART E32-868T30D SX1276 868M 30 8 0.3~19.2k DIP 24 * 43 SMA-K E32-915T30D SX1276 915M 30 8 0.3~19.2k DIP 24 * 43 SMA-K E32-170T30D SX1278 170M 30 8 0.3k~9.6k DIP 24 * 43 SMA-K E32-868T20D SX1276 868M 20 3 0.3~19.2k DIP 21 * 36 SMA-K E32-915T20D SX1276 915M 20 3 0.3~19.2k DIP 21 * 36 SMA-K E32- 433T20DC SX1278 433M 20 3 0.3k
in „LoRa - Punkt-zu-Punkt-Verbindung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
kk_ov7670c.h
21578936 δ����ɽ�ֹ�κ���ҵ��; #include "ov7670.h" #include "main.h" #include "ov7670config.h" #include "stm32f10x_lib.h" */ //extern const char change_reg[CHANGE_REG_NUM][2]; //////////////////////////// //���ܣ��ṩ7660ʱ�� //���أ��� /* void XCLK_init_ON(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd
in „Leisungsvergleich ARM AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GLCD.c
LCD_WriteReg(0x27,0x0078); LCD_WriteReg(0x4e,0x0000); LCD_WriteReg(0x4f,0x0000); LCD_WriteReg(0x12,0x08d9); /* Adjust the Gamma Curve */ LCD_WriteReg(0x30,0x0000); LCD_WriteReg(0x31,0x0104); LCD_WriteReg(0x32,0x0100
in „STM32 24Bit Bmp nach 565RGB Format“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GLCD.c
LCD_WriteReg(0x27,0x0078); LCD_WriteReg(0x4e,0x0000); LCD_WriteReg(0x4f,0x0000); LCD_WriteReg(0x12,0x08d9); /* Adjust the Gamma Curve */ LCD_WriteReg(0x30,0x0000); LCD_WriteReg(0x31,0x0104); LCD_WriteReg(0x32,0x0100
in „STM32 24Bit Bmp nach 565RGB Format“ · 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
in „Bauen von Libs - Anhängigkeiten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GLCD.c
LCD_WriteReg(0x27,0x0078); LCD_WriteReg(0x4e,0x0000); LCD_WriteReg(0x4f,0x0000); LCD_WriteReg(0x12,0x08d9); /* Adjust the Gamma Curve */ LCD_WriteReg(0x30,0x0000); LCD_WriteReg(0x31,0x0104); LCD_WriteReg(0x32,0x0100
in „STM32 24Bit Bmp nach 565RGB Format“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Sti7105_SDK_Main_Board_V1.2.pdf
FMI_D9 E 74LCX245TTR UT20 F FMI_A19 C4 A18 NAND_CS1 9 E1 IO2 31 FMI_D10 M EMI_D8 18 B0 A0 2 FMI_D8 M FMI_A20 D5 A19 VCC G5 NAND_CS2 10 E2 IO3 32 FMI_D11 D EMI_D9 17 B1 A1 3 FMI_D9 D FMI_A21 D4 A20 VIO D8 NAND_CS3 14 NC/E3 IO4 41
in „Motorola Vip19x0 (Big brother of Vip1710)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
,0xDE,0xDE,0xDE,0x61,0xAC,0xFC,0x09,0x73, 0xE6,0x74,0xB5,0xFC,0x32,0x7F,0xD3,0xAA,0xC8,0xE9,0x5C,0x9C,0xE2,0xD6,0xD6, 0xD6,0x12,0x82,0xFC,0x09,0x70,0xDF,0xBE,0xDD,0xFE,0xC5,0xC5,0xC5,0x99,0xC6, 0xF7,0x39,0x89,0xE0,0x89,0xBB
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Configuration.h
only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1 * :[-1, 0, 1, 2, 3, 4, 5, 6, 7] */ //#define SERIAL_PORT_3 1 //#define BAUDRATE_3 250000 // Enable to override BAUDRATE // Enable the Bluetooth serial interface on AT90USB devices //#define
in „Custom 3D-Drucker zu ausgebuchtete Ecken“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
main_-_master.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "stdio.h" #include "string.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ SPI_HandleTypeDef
in „STM32F103 SPI Slave + Master“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c.c
: Bluepill (STM32F103C8) ****************************************************************************** * * Copyright (C) 2021 Marco, Roldan L. * * This program is free software: you can redistribute it and/or modify
in „STM32F1 Probleme mit Frings I2C-Bus Routine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPH8731-3C.c
,0x15,0x1f,0x28,0x30,0x37,0x3f,0x47,0x4c,0x54,0x65,0x75,0x80,0x85, /* Gray scale positions */ 0xb5, 1,0x1, /* Gamma Curve */ 0xb7,14,0x3,0,0,0,0,0,0,0,0,0,0,0,0,0, /* Temperature gradient 0x3=-0.2%/C */
in „LCD LPH8731-3C aus Siemens-Handys, Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
robot-mit-cplusplus-anteilen-noheap-trotzdem-grosz.objdump.txt
trajectory_c_interface.cpp 2000028c l O .bss 0000004c movement 00000000 l df *ABS* 00000000 system_stm32f10x.c 080024e4 l F .text 0000000a SetSysClock 080024f0 l F .text 000001aa SetSysClockTo72 00000000 l df *ABS* 00000000 misc.c 00000000 l df *ABS* 00000000 stm32f10x_adc.c 00000000 l df *ABS* 00000000 stm32f10x_gpio.c 00000000 l df *ABS* 00000000 stm32f10x_rcc.c 200001ac l O .data 00000010 APBAHBPrescTable 200001bc l O .data 00000004 ADCPrescTable 00000000 l df *ABS* 00000000 stm32f10x_tim.c 00000000
in „ROM-Auslastung von C++-Programm reduzieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config-mod-LK511-mt7623n-BPiR2.txt
[gcc-7-branch revision 270538] # CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=70401 CONFIG_CLANG_VERSION=0 CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_EXTABLE_SORT=y # # General setup # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set CONFIG_LOCALVERSION
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·