-
PDF
STEVAL-3DP001V1_Data.pdf
and can be used with a software Features interface or with custom firmware thanks to the embedded STM32 microcontroller based on the Ready for the next generation of 3D printers ARM 32-bit Cortex M4 core. The STEVAL- Multiple extruders support (up to 3): 12 3DP001V1 is designed to drive 3D printers
in „3D-Drucker Board bzw CNC-Board mit STM32F401“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
main.c
#include "stm32f4xx.h" #include <stdio.h> #define SELECT_GYRO GPIO_ResetBits (GPIOE, GPIO_Pin_3) #define DESELCT_GYRO GPIO_SetBits (GPIOE, GPIO_Pin_3) void USART_SendString(USART_TypeDef * USARTx, char * data); /
in „STM32-Discovery Gyro auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ UART_HandleTypeDef huart1; /* USER CODE BEGIN
in „STM32F4 CubeMX UART Probleme“ · 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
harman_kardon_hkts200-230_hkts210-230_sub.pdf
C C C IC5 14 P0IC4014 35 1 + 3 C32 C31 C34 22pF 22pP P P 22pF P0IC502 NC VDD3 6 0 C35 C33 1.2nF R20 B3 0 1 1 3 P0IC503 2 15 P0IC4015 P0IC4034 34 C C36 3 P0C3P30C23301 P0C3P0C3202 P0R2001 P0R2002 1uF 100nF CS5343 7 0 1 +3.3V 2 RESET
in „Überspannung Herman Kardon Subwoofer“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
main.c
Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ #include "x_user.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ I2C_HandleTypeDef hi2c1;
in „CubeMX und HAL - I2C hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim1; DMA_HandleTypeDef hdma_tim1
in „STM32F103 Hardfault“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Stellwerk0_B.cpp
Eingepflegt -- funktioniert auf testboard */ // -------------------------------------- Umbenenen der STM Pins // Bliotheken //------------------------------------------------------------------------------------------------------------Testweise auskommentiert #include <assert.h> #include "stm32f103.h" /
in „CAN Variable“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
1899_HTU21D.pdf
for extended periods may affect the sensor reliability. HPC199_3 HTU21D(F) Sensor Datasheet www.meas-spec.com October 2013 2/21 HTU21D(F) Sensor Digital Relative Humidity sensor with Temperature output ELECTRICAL AND GENERAL ITEMS (@T = 25°C, @Vdd = 3V) Characteristics
in „HTU21D und ATmega328P“ · Mikrocontroller und Digitale Elektronik ·
-
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, //2 i2c_noAck, //3 i2c_ackTimeout, //4 i2c_nAckTimeout, //5 i2c_otherTimeout, //6 i2c_busyTimeout, //7 i2c_off, //8 i2c_stop //9 }; void i2c_polltimeout(void); // must be called in an isr about every 1ms void init_I2C1
in „STM32 I2C mit EEPROM - funktioniert nur zuverlässig mit Bus-Sniffer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MonoGLCD.cpp
/* * MonoGLCD.cpp */ #include "MonoGLCD.h" #include "stm32f1xx_hal.h" // defines ------ #define DISPLAY_ON 0xAF #define DISPLAY_OFF 0xAE #define DISPLAY_START_LINE_SET 0x40 //0x40 to 0x7F 63-Stufen #define PAGE_ADRESS_SET 0xB0 //0xB0 to 0xB8 8-Stufen #define
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef hadc1; DAC_HandleTypeDef hdac
in „STM32F4 auf eigenem Board / GPIO Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f0xx.h" #include <stdbool.h> #include <stdio.h> #include "main.h" // ---------------------------------------------------------------------------- /* * * RAM Bank of 5 23LC1024 SPI memory chips testing
in „SPI-RAM-Bank an STM32F0-Discovery - write, kein read“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rfm12B_STM.h
RFM12_H_ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" extern unsigned char rxbuf[]; // Puffer für empfangene Daten extern unsigned char txbuf[]; // Puffer für zu sendende Daten /* Private typedef -----------------------------------------------
in „ST32F103 ---> AVR RFM12B“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GameOfLife.c
#include "GameOfLife.h" #include "main.h" #include "stm32f7xx_hal.h" #include "stm32f7xx_hal_rng.h" uint8_t Layerswitch = 0; void GameOfLife (void) { const uint16_t Spielfeldgroesse_x = 90; const uint16_t Spielfeldgroesse_y = 50; uint8_t Wahrscheinlichkeit
in „Game of Life läuft nur eine Runde!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
debugger_output.txt
STLINK v2.1 JTAG v29 API v2 M18 VID 0x0483 PID 0x374B Info : using stlink api v2 Info : Target voltage: 3.257369 Info : Unable to match requested speed 8000 kHz, using 4000 kHz Info : Stlink adapter speed set to 4000 kHz Info : STM32F303RETx.cpu: hardware has 6 breakpoints, 4 watchpoints Info : Listening
in „STM32 läuft mit Debugger schneller als er soll“ · 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
STM32F051_SPI_CONF.c
#include "SPI_CONF.h" unsigned int SPI_RxData; void Init_STM32F051_SPI(void){ RCC->APB2ENR |= RCC_APB2ENR_SPI1EN; // SPI1 Clock activation // Control Register 1 SPI1->CR1 &= ~(1UL<<0); // Clock Phase SPI1->CR1 &= ~(1UL<<1); // Clock Polarity SPI1->CR1 |= (1UL<<2); // Master Configuration SPI1->CR1 |= (1UL<<3); // Baudrate auf x^256 SPI1->CR1 |= (1UL<<4); SPI1->CR1 |= (1UL<<5); SPI1->CR1 &= ~(1UL<<7); // MSB First SPI1->CR1 &= ~(1UL<<9); // Software Slave Management disabled SPI1->CR1 &= ~(1UL<<11); // 8-
in „Cortexm0 SPI Data Register wird nicht beschrieben“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
GH025A_A3__-_090622.pdf
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 - 1.9 kVrms ∞ VOLTAGE 3.4 Test Circuit -SW1 : A→BL ON 1000:1 Vo F1 PROBE B→ BL OFF A 1-1 VH 2-1 Iin V RL Vin1 Io A VL 2-2
in „Display ansteurern“ · 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.c
#include "stm32f10x_conf.h" // PCD8544 Commandset // ------------------ // General commands #define PCD8544_POWERDOWN 0x04 #define PCD8544_ENTRYMODE 0x02 #define PCD8544_EXTENDEDINSTRUCTION 0x01 #define PCD8544_DISPLAYBLANK
in „Nokia Display an STM funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
]; uint16_t dma3_buffer[DataLength]; double array[] = {1.222, 2.222, 3.333, 4.444, 5.555, 6.666}; uint8_t buffer[BufferLength]; bool Tim1LongPulse = false; extern uint16_t zaehler; uint16_t adcValue; uint32_t count;
in „stm32f303RE - initialisierungen verbeissen sich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_ee.h
******************** * @file I2C/M24C08_EEPROM/i2c_ee.h * @author MCD Application Team * @version V3.0.0 * @date 04/06/2009 * @brief Header for i2c_ee.c module ****************************************************************************** * @copy * * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS
in „STN32 I2C EEprom AT24C02“ · 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
ethernetif.c
adam@sics.se> * */ #include "lwip/mem.h" #include "netif/etharp.h" #include "ethernetif.h" #include "stm32f4x7_eth.h" #include "main.h" #include <string.h> /* Network interface name */ #define IFNAME0 's' #define IFNAME1 't' /* Ethernet Rx & Tx DMA Descriptors */ extern ETH_DMADESCTypeDef DMARxDscrTab[
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
STM32F10x_Startup.s
ADC3_IRQHandler .word FSMC_IRQHandler .word SDIO_IRQHandler .word TIM5_IRQHandler .word SPI3_IRQHandler .word UART4_IRQHandler .word UART5_IRQHandler .word TIM6_IRQHandler .word TIM7_IRQHandler .word DMA2
in „STM32 Memorymanagement Exception“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config-mod-LK511-mt7623n-BPiR2.txt
CONFIG_ARCH_SOCFPGA is not set # CONFIG_PLAT_SPEAR is not set # CONFIG_ARCH_STI is not set # CONFIG_ARCH_STM32 is not set # CONFIG_ARCH_SUNXI is not set # CONFIG_ARCH_TANGO is not set # CONFIG_ARCH_TEGRA is not set # CONFIG_ARCH_UNIPHIER is not set # CONFIG_ARCH_U8500 is not set # CONFIG_ARCH_VEXPRESS is not
in „Linux Kernel 5.1.1. auf dem BPi-R2“ · PC Hard- und Software ·
-
Datei
main.c
******/ /* Includes ------------------------------------------------------------------*/ #include "stm32f10x_lib.h" #include "platform_config.h" /* Private typedef -----------------------------------------------------------*/ /* Private define ---------------------------------------------------------
in „STM32 103RB und Probleme mit SPI1“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
BlueMOD_P25_G2__Datasheet.pdf
DAC Cortex-M3 ST32F103 core for embedded profiles or application software Manufactured in conformance with RoHS Release r02 www.stollmann.de Page 6 of 41 BlueMod+P24/G2 / BlueMod+P25/G2 Hardware Reference 1.2 Applications
in „Bluetooth-Modul "BlueMod+P25" von Stollmann - Ersatztyp“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektronikladen07.pdf
) zur Seite. Der Baustein läuft mit 3V im erweiterten Tempe- raturbereich und steckt in einem platzsparenden 32-poligen QFP Gehäuse. IN-SYSTEM PROGRAMMING & DEBUGGING Der C8051F350 läßt sich über eine JTAG-Schnittstelle laden und debuggen
in „MC68000 von Motorolla“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPH8731-3C.h
, 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 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 ·
-
Datei
tim.h
following disclaimer in the documentation * and/or other materials provided with the distribution. * 3. Neither the name of STMicroelectronics nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS
in „STM32F4 HAL TIMER Interrupt läuft nicht“ · 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
fatfsctrl.c
******************************************************************* */ #include "main.h" #include "stm32f4xx_hal.h" #include "fatfs.h" #include "usb_host.h" #include "usbh_diskio.h" #include "fatfsctrl.h" #include "usartctrl.h" static uint8_t writeCntr = 0; extern ApplicationTypeDef Appli_state; // global
in „STM32F411 USB HOST f_write Phänpmen“ · 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 ·
-
Datei
DisplayBusParallel.cpp
/* * DisplayBusParallel.cpp */ #include "DisplayBusParallel.h" #include "stm32f1xx_hal.h" #include "main.h" DisplayBusParallel::DisplayBusParallel() { // TODO Auto-generated constructor stub } void DisplayBusParallel::config() { } void DisplayBusParallel::init() { DisplayBusParallel
in „[Pollin] Grafik Display Anschluss Verständnisfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f1xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ CAN_HandleTypeDef hcan; TIM_HandleTypeDef htim1
in „STM32 HAL Interrupt Callbacks in main.c implementieren?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
obC16x.pdf
, #0F8E0h mov SP, #0FCE0h mov CP, #0F600h nop mov R0, #0BFFEh ; FSP = top of softstack mov DPP0, #12 mov DPP1, #13 mov DPP2, #14 mov DPP3, #3 assume DPP0:12, DPP1:13, DPP2:14, DPP3:3 Mehr als 64 kByte als
in „Ein kleiner Oberoncompiler für die C16x-Familie“ · Projekte & Code ·
-
Datei
pinout.h
_port C #define out4_pin 4 #define out5_port C #define out5_pin 3 #define out6_port C #define out6_pin 2 #define out7_port A #define out7_pin 2 */ #define out8_port A//owx #define out8_pin 7 //#define out9_port A //#define out9_pin 6 #endif #if zucSTM32 //VCT //20pin-Anschluss
in „Header Datei für Konfiguration erstellen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
following disclaimer in the documentation * and/or other materials provided with the distribution. * 3. Neither the name of STMicroelectronics nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS
in „STM32 I2C byte lässt sich nicht ändern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
following disclaimer in the documentation * and/or other materials provided with the distribution. * 3. Neither the name of STMicroelectronics nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS
in „STM32 CAN Botschaft empfangen“ · 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
spi2_slave.c
Version : 1.0 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.4 // GCC : 4.7 2012q4 // Module : GPIO, SPI, MISC // Funktion : SPI-Slave-Funktionen (SPI-1) // Erstellt ein virtuelles SPI-RAM // // Hinweis : mögliche Pinbelegungen // SPI2 : SCK :[PB10, PB13] // MOSI:[PB15, PC3] // MISO:[PB14, PC2] // NSS :[PB9 , PB12] (SlaveSelect) // // CMD-01 : lesend der ID vom Slave // Master : 0x01 ,Dummy,Dummy // Slave : Dummy,0x32 ,0x07 // // CMD-02 : schreiben von einem Byte ins RAM
in „RaspberryPI <- SPI -> STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32h7xx_hal_fdcan.c
((uint32_t)0x00800000U) /* Event FIFO Control */ #define FDCAN_ELEMENT_MASK_MM ((uint32_t)0xFF000000U) /* Message Marker */ #define FDCAN_ELEMENT_MASK_FIDX ((uint32_t)0x7F000000U) /* Filter Index */ #define FDCAN_ELEMENT_MASK_ANMF
in „[STM32] CAN Bus: Fehlende RAM Zuweisung für TX FIFO ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
E32-868T20D_Usermanual_EN_v1.5.pdf
16 * 26 UART E32-400T20S SX1278 433M 470M 20 3 0.3k~19.2k SMD 16 * 26 UART E32-915T30S SX1276 915M 30 8 0.3k~19.2k SMD 25 * 40.3 UART E32-868T30S SX1276 868M 30 8 0.3k~19.2k SMD 25 * 40.3 UART E32-433T30S SX1278 433M
in „LoRa - Punkt-zu-Punkt-Verbindung“ · 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
main.c
#include "stm32f10x_lib.h" #include <inttypes.h> #include <stdlib.h> #define ACTLR_REG ((volatile unsigned long *)(0xE000E008)) #define CPU_ID_REG ((volatile unsigned long *)(0xE000ED00)) #define NVIC_CCR_REG ((volatile
in „Problem mit malloc() + arm-none-eabi-gcc + newlib“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Sti7105_SDK_Main_Board_V1.2.pdf
POD_D4 5 A3 B3 15 FMI_D4 ] TSAMOSTRT TSAMOSTRT [8] F FMI_A5 13 B5 A5 7 POD_A5 POD_A4 25 A4/CTX D3 2 POD_D3 POD_D3 6 A4 B4 14 FMI_D3 TSAMOVAL TSAMOVAL [8] FMI_A6 12 B6 A6 8 POD_A6 POD_A5 24 A5/ITX D2 32 POD_D2 POD_D2
in „Motorola Vip19x0 (Big brother of Vip1710)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FW_Update_USB.c
Flash-Bereich installiert * Autor: Markus Müller * Datum: 24.06.2008 V1.0.8624 * Datum: 07.06.2011 V1.3.1607 JSB Anpassungen ELK02 * Details: Start der CPU erfolgt in FW_Main(). Wenn ein gültiges Programm * erkannt wurde dann wird nach main() weiter gesprungen. Wird * die Main Schleife beendet, so ist
in „GCC kompiliert falsch?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Configuration.h
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 ·