-
Datei
User_Setup.h
// // ################################################################################## // Define STM32 to invoke optimised processor support (only for STM32) //#define STM32 // Defining the STM32 board allows the library to optimise the performance // for UNO compatible "MCUfriend" style shields //
in „Powerpins am ESP32-DevKitC, WDT_RTC_RESET“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stm32f4xx_gpio.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_tim.h> #include <stm32f4xx_exti.h> #include <stm32f4xx_syscfg.h> #include <misc.h> GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef
in „STM32 - Problem beim Compilieren mit CooCox ([cc] collect2.exe: error: ld returned 1 exit status)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
============== - this file must be inserted in a project containing the following files : o system_stm32f0xx.c, startup_stm32f072xb.s o stm32f0xx.h to get the register definitions o CMSIS files =============================================================================== ##### How to test this example
in „RS485 - viele Teilnehmer - hohe Geschwindigkeit“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f107.c
/** ****************************************************************************** * @file stm32f107.c * @author MCD Application Team * @version V1.0.0 * @date 11/20/2009 * @brief STM32F107 hardware configuration ****************************************************************************** *
in „lwIP 1.4.1 + freeRTOS 8.2.3 + stm32f107vb“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
**** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "stm32f4xx_conf.h" /** @addtogroup STM32F4xx_StdPeriph_Examples * @{ */ /** @addtogroup GPIO_IOToggle * @{ */ /* Private typedef ---------------------------------------------------
in „Stm32f4 UART löst kein receive Interrupt aus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
picomon_v3.pdf
und linkt alle benötigten Programmteile zu einer flashbaren Binärdatei ◦ Hinweis: Im Makefile für STM32F0xx kann/muß der Controller korrekt gewählt sein, um ggf. den erhöhten RAM-Bedarf des Programms bedienen zu können, für LSCRIPT steht zur Verfügung: stm32f030x4.ld , stm32f030x6.ld , stm32f030x8.ld , stm32f070x6.ld , stm32f042x6.ld • picomon.c ◦ Quellcode und Main-Programm der Firmware • spi_tft.c ◦ Quellcode zur Ansteuerung der internen Hardware-SPI, sendet Daten vom Controller zum Display • spi_tft.h
in „PicoMon für CH32V003 oder STM32F0xx“ · Projekte & Code ·
-
PDF
MCP2307_IO_Expansion_Board_User_Manual_EN.pdf
INTB Expansion I/O: 16 Dimension: 38mmx23mm Holes size: 2.0mm INTERFACE PIN Description Arduino Uno STM32F407 Raspberry Pi Vcc Voltage 3.3V/5V 3.3V/5V 3.3V/5V GND Ground GND GND GND SDA I2C data line SDA PB7 SDA SCL I2C clock line SCL PB6 SCL INTA 1 Interrupt pin 3 PA0 0(WiringPi) INTB 2 Interrupt pin
in „kennt jemand sich aus mit MC23017 IO-Board“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bauteile.pdf
MCU 1 595-MSP430F2252TRHAT ATMEGA328P-AU Microkontroller TQFP-32 2 556-ATMEGA328P-AU 2,78 € STM32F051R8T6 Mikrocontroller LQFP-64 1 511-STM32F051R8T6 5,64 € GD32F405RGT6 Mikrocontroller LQFP-64 5 LCSC 7,96 € STM32F405RGT6 Mikrocontroller LQFP-64 5 511-STM32F405RGT6 15,84 € TK4R4P06PL,RQ Mosfet N-Ch 60V 3.4mR DPAK 7 757-TK4R4P06PLRQ 1,51 € IRFR8314 Mosfet N-Ch 30V 2.2mR DPAK 4 942-IRFR8314TRPBF 1,93 € ADG884BRMZ Muxer Analog switch 5 584-ADG884BRMZ 3,46
in „[V] diverse Bauteile“ · Markt ·
-
Datei
stm32f4x7_eth_bsp.h
/** ****************************************************************************** * @file stm32f4x7_eth_bsp.h * @author MCD Application Team * @version V1.0.0 * @date 31-October-2011 * @brief Header for stm32f4x7_eth_bsp.c file. ***************************************************************
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "stm32f4xx.h" #include "stm32f4xx_conf.h" #include "stm32_ub_usb_cdc.h" #include "stm32_ub_led.h" #include "stm32_ub_adc1_single.h" #include <stdio.h> int main(void){ char buf[APP_TX_BUF_SIZE]; USB_CDC_RXSTATUS_t
in „STM32F4 sprintf mit float“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schaltplan.pdf
100n R E E GND GND BlCtrl_V0_3_2 05.05.2020 13:56 Sheet: 1/4 1 2 3 4 5 6 7 8 1 2 3 4 5 6 GND A IC7 A 3 3 3 2 2 2 2 2 STM32F051K8T6 _ T B B B B B 1 S O P P P P P A V O P B 3V3_STM/1.7D 1 VDD_1 PA14 24 BLHELI_TLM_RX/3.4B 2 PF0/OSC_IN
in „SD Karte/SPI Problem ab 200A -> Störungen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ArmAssemblerTutorial.pdf
source file is redundant and error-prone. Instead, you can put them into a separate file (e.g. called “stm32f103.inc”) and use the “.include” directive to reference it: .syntax unified .cpu cortex-m3 .thumb .include "stm32f103.inc" @ Normal code ... The assembler will read the code from the included file
in „ARM-Assembler-Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
param None * @retval None */ int main(void) { FRESULT res; /* FatFs function common result code */ uint32_t byteswritten, bytesread; /* File write/read counts */ uint8_t wtext[] = "This is STM32 working with FatFs"; /* File write buffer */ uint8_t rtext[100]; /* File read buffer */ /* STM32F107xC HAL library
in „FatFS Beispiel STM3210C-EVAL f_open Fehler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MiniF4x1Cx_V31.pdf
STM32F4X1CXU6 P0 SW33 1 3 PB2 PIW301 PSW303 3.3V LO1 PIW302 PSW3 40 PL12 PIL11 3.3V NRST 3*4 按键 GND 1KΩ 100Mhz RTC 电源 CO3 PC301 PIC02 BOOT 设置 RTC circuit BOOT Settings 0.1uF 3.3V VREF+ 复位电路 P0 PI P1 P7
in „was kommt nach dem Bluepill-Board?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
* Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown MCU" #endif #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]; /* Alle GPIO-Ports, an denen benutzte ADC-Kanaele haengen, passend einstellen */
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
serial_stm32.c
/** @file serial_stm32.c @brief serial handling using CubeMx @platform developed on STM32F407 using ARM-CC @see for DMA receive see https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=https%3a%2f%2fmy.st.com%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fSTM32Java%2fModifying%20STM32FCubeMX%20HAL%20Drivers%20for%20UART%20RX%20%28IT%20mode%29%20with%20unknown%20size%20data%20size&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000F9A0E3A95BA69146A17C2E80209ADC21&
in „STM32 HAL UART Mysterium oder bin ich dumm?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
miclog.txt
=1 m_pszName=STM8S105C6 m_DbId=31 m_chipInfo.dieID=0x37394241 m_chipInfo.dieIDAddr=0x67f0 m_chipInfo.stackTop=0x7ff m_chipInfo.stackBottom=0x600 m_chipInfo.core=0x3 dmCellNb=1 baseAddress[0]=0x7f90 m_systVectors.ramTblBaseAddr
in „STM8S-Testboard“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Zacher_Projektarbeit_2015.pdf
mit GUIDE MATLAB erstellen 5 Modellbasierte Softwareentwicklung: C Code mit MATLAB generieren und in STM32F4-Discovery Board implementieren 6 Rapid Control Prototyping: Den embedded Controller (STM32F4-Discovery) mit dem Antennen-Modell testen und ggf. optimieren 7 Implementierung: Die Positionsregelung implementieren, d.h. die Antenne mit dem embedded Controller (STM32F4-Discovery) regeln. Literaturquellen: [1] S. Zacher/M. Reuter: Regelungstechnik für Ingenieure, 14. Auflage Verlag Springer-Vieweg, 2014 [2] S. Zacher: Übungsbuch Regelungstechnik, 5. Auflage, 2014
in „STM32F4-Discovery Board mit Matlab/Simulink“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Zacher_Projektarbeit_2015.pdf
mit GUIDE MATLAB erstellen 5 Modellbasierte Softwareentwicklung: C Code mit MATLAB generieren und in STM32F4-Discovery Board implementieren 6 Rapid Control Prototyping: Den embedded Controller (STM32F4-Discovery) mit dem Antennen-Modell testen und ggf. optimieren 7 Implementierung: Die Positionsregelung implementieren, d.h. die Antenne mit dem embedded Controller (STM32F4-Discovery) regeln. Literaturquellen: [1] S. Zacher/M. Reuter: Regelungstechnik für Ingenieure, 14. Auflage Verlag Springer-Vieweg, 2014 [2] S. Zacher: Übungsbuch Regelungstechnik, 5. Auflage, 2014
in „STM32F4-Discovery Board mit Matlab/Simulink“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmp.c
_GPIO_SOURCE GPIO_PinSource2 # define STM32_UART_AF GPIO_AF_USART2 # define STM32_UART_COM USART2 # define STM32_UART_BAUD 115200 // 115200 Baud # include "stm32f4xx_usart.h" #elif defined(ARM_STM32F10X) # define STM32_UART_COM USART3 // UART3
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
adc_dma.c
#include "stm32f0xx_gpio.h" #include "stm32f0xx.h" #include "typedef.h" #include "init.h" #include "stm32f0xx_adc.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_dma.h" #include "stm32f0xx_tim.h
in „ATM32F030 + ADC + DMA“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FK723M1-ZGT6.zh-CN.en.pdf
- PF14 C6 1K PF14 LED2 PC0 26 PC0 PF15 55 PF15 SCCB_SDA - PF15 STM32H723ZE/G 0.1uF BAT54C_KL3 PC1 27 PC1 PC2_C 28 56 PG0 PC3_C 29 PC2_C PG0 57 PG1 GND PC4 44 PC3_C PG1 87 PG2 PC5 45 PC4 PG2 88 PG3 PC5 PG3 DCMI_D0 - PC6 PC6 96 PC6 PG4 89 PG4 DCMI_D1 - PC7 PC7 97 PC7
in „Neues Blackboard mit STM32H723“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ch9121_doc2.pdf
Update configuration parameters to EEPROM, execute configurat ion, reset 9121, leave configuration mode STM32 The sample demo we provide is based on STM32F103RBT6, and the connection method provided is also the pin of the corresponding STM32F103RBT6. If there is a need to transplant the demo, please connect according to the actual pin. Hardware Connection STM32F103ZET connection pin correspondence ETH STM32 5V 5V GND GND RXD1 PC10 TXD1 PC11 CFG0 PC12 RST1 PD2 Take our STM32F103RBT6 as an example, the connection is as follows: 2-CH UART TO ETH-STM32.png (
in „Serieller Tunnel durch IP-Netz?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmpconfig.h
--------- * Hardware pin for ARM STM32 (HAL) - don't change here, define IRMP_RECEIVE_GPIO_Port & IRMP_RECEIVE_PIN in STM32Cube (Main.h) *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32_HAL) // STM32: IRMP_RECEIVE_GPIO_Port & IRMP_RECEIVE_PIN must be defined in STM32Cube # define IRMP_PORT_LETTER IRMP_Receive_GPIO_Port # define IRMP_BIT_NUMBER IRMP_Receive_Pin /*-----------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
stm32_ub_uart.h
//-------------------------------------------------------------- // File : stm32_ub_uart.h //-------------------------------------------------------------- //-------------------------------------------------------------- #ifndef __STM32F4_UB_UART_H #define __STM32F4_UB_UART_H
in „STM32F4 USART“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
test.pdf
Values Hardware Design Files Failure Modes Errata Recommended Reading Technical Specifications MCU: STM32F103RCBT6, a 32-bit ARM Cortex M3 microprocessor Clock Speed: 72 MHz 128 KB Flash and 20 KB SRAM 34 digital I/ pins (GPIOs) 12 PWM pins at 16 bit resolution 9 analog input (ADC) pins at 12 bit resolution
in „Wie kann ich diese Webseite ausdrucken?“ · PC Hard- und Software ·
-
PDF
STM32MP151A_Block_Diagram.pdf
a 128 bits T DAP S ) T (JTAG / SWD) I DCMI 14b 17 Cortex-A7 CPU $ z F (Camera I/F) 650 MHz + MMU + FPU + L H T SYSRAM 256KB DLYBSD3 NEON T B M (SDMMC3 DLY control) 6 6 T ROM 128KB F L 32K D$ 2 2 F T SDMMC3 D 4b 10 32K I$ ( T BKPSRAM 4KB @ O Y c F (HS/FS) P 4 CNT (Timer
in „STM32MP1 von ST“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
_ATT_12740.pdf
, which sends CAN messages and receives CAN messages Hardware setup CAN bus PC terminal analyzer STM32L476G-EVAL STM32CubeMX Selecting CAN interface and clock • Create project in STM32CubeMX • Menu > File > New Project • Select STM32L4 -> STM32L4x6 -> LQFP144 package -> STM32L476ZGTx • Select CAN:
in „STM32 CAN Botschaft empfangen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 with HAL section - don't change here, define IRSND_Transmit_GPIO_Port & IRSND_Transmit_Pin in STM32Cube (Main.h) *----------------------------------------------------------------------------------
in „IRSND Daten für Roomba“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 with HAL section - don't change here, define IRSND_Transmit_GPIO_Port & IRSND_Transmit_Pin in STM32Cube (Main.h) *----------------------------------------------------------------------------------
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
implenentation While it should be still compatible with the original one found at http://stefanfrings.de/stm32/STM32F103_usb_test.zip several changes are made to be more flexible. Tested on BluePill boards with STM and WCH controllers (F103XXX) Changes - put all cfg options at the beginning and create a config
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "STM32F10x.h" #include <stm32f10x_rcc.h> #include <stm32f10x_gpio.h> #include <misc.h> #define zucSTM 1 #define zuc_STM 1 #define xF_DELAY 6536//72MHZ #define F_IR 245//82// #define use_spi_tft 0 #define
in „stm32f103 mit usb-stick“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
/* * * STM32F030F4P6 Uart Example using Interrupt Read & Write * */ // Includes #include "stm32f0xx.h" #include "stm32f0xx_rcc.h" #include "stm32f0xx_gpio.h" #include "stm32f0xx_misc.h" #include "stm32f0xx_usart.h" #include "stm32f0xx_flash.h" #include <stdio.h> // Defines #define TX_BUFFER_SIZE 32 #define RX_BUFFER_SIZE 256 #if TX_BUFFER_SIZE < 2 #error TX_BUFFER_SIZE is too small, It must be larger then 1. #elif ((TX_BUFFER_SIZE
in „STM32F030F4 HSI Clock mit PLL“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.c
************************************************************************** * @file USART/Interrupt/stm32f10x_it.c * @author MCD Application Team * @version V3.4.0 * @date 10/15/2010 * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and peripherals * interrupt
in „Stm32: Übertragungsfehler bei dauerhafter Übertragung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f4xx_rng.h
/** ****************************************************************************** * @file stm32f4xx_rng.h * @author MCD Application Team * @version V1.3.0 * @date 08-November-2013 * @brief This file contains all the functions prototypes for the Random * Number Generator(RNG) firmware library
in „Random Number Generator läuft nicht richtig,stm32f429“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
f_mess.c
/* STM32F407 Beispielprogramm für Frequenz- und Pulsweitenmessung an PC6 mit Timer 8. Das Ergebnis wird 6-stellig mit typ. 3 Mess./s oder minimal 1 Periodendauer auf einem LCD-Modul in der 1. Zeile angezeigt
in „Frequenz- und Pulsweitenmessung mit STM32F407“ · Projekte & Code ·
-
Datei
http.cpp
) { case HW_STM32F103: stm32_filename_idx = 0; break; case HW_STM32F401: stm32_filename_idx = 1; break; case HW_STM32F411: stm32_filename_idx = 2; break; } switch (hardware_configuration & HW_WC_MASK) { case HW_WC24H: stm32_filename_idx += 3; break; } #endif flashsize = ESP.getFlashChipRealSize (); sprintf (flashsizebuf, "%ld", flashsize); action = http_get_param ("action"); if (action) { if (! strcmp (action, "update
-
Datei
CANTestcase.cpp
/* * \file CANTestcase.cpp * \brief Test case to figure out why the CAN bus works on a STM32F103RBT6 (medium-density device) but not * on a STM32RET6 (high-density device). Just create an instance of CANTestcase and call the * sendTestMessageInALoop() method. */ //Inclusions #include "CANTestcase.h" #include "../../libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h" #include "../../libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h" /** * \brief Constructor implementation. */ CANTestcase::CANTestcase(){ this->setUp()
in „STM32F103: CAN - Bus funktioniert bei Medium-Density-, nicht aber bei High-Density device“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spc560b50.h
_t F12:1; vuint32_t F11:1; vuint32_t F10:1; vuint32_t F9:1; vuint32_t F8:1; vuint32_t F7:1; vuint32_t F6:1; vuint32_t F5:1; vuint32_t F4:1; vuint32_t F3:1; vuint32_t F2:1; vuint32_t F1:1; vuint32_t F0:1;
in „Toolchain für PowerPC mit VLE“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ssi_cgi_handle.c
const char * LEDS_CGI_Handler(int iIndex, int iNumParams, char *pcParam[], char *pcValue[]) { uint32_t i=0; /* We have only one SSI handler iIndex = 0 */ if (iIndex==0) { /* All leds off STM_EVAL_LEDOff(LED1); STM_EVAL_LEDOff(LED2); STM_EVAL_LEDOff(LED3); STM_EVAL_LEDOff(LED4);*/ /* Check cgi parameter
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usb_vcp.c
x 16 bits / uint16_t access schema // <i> e.g. STM32L0x2, STM32L0x3, STM32F0x2, STM32F303xD and xE // <i> On for devices with 1 x 16 bits / uint16_t access schema // <i> e.g. STM32F103, STM32F302, STM32F303xB and xC // ******************************
in „STM32 USB Übertragungsproblem mit Code von S.F.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32Tutorial.pdf
Generate Hex file Schritt 3: Tools Configure tools … Schritt 4: Add Schritt 5: folgende Daten eintragen: Name: STM32F4 ST LINK Executable: C:\Program Files\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK Utility\ST-LINK_CLI.exe
in „Neues STM32 Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
* Durch die Tatsache, dass die Pins 5V und GND des HC-SR04 Moduls mit den entsprechenden Pins des STM32F4 Boards verbunden sind, * ist das Modul mit Strom und Spannung versogt und funktionsbereit. * * Durch die Pin PC6 (TIMER 3 Channel 1) wird es ständig über den TRIGGER Pin des Moduls ein 10us Signal
in „STM32F4 Discovery Board: Aufruf Funktionen in Atollic TrueStudio“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Quellcode.c
#include <stm32f10x_lib.h> // STM32F10x Library Definitions #include "STM32_Init.h" // STM32 Initialization #define S3 0x00002000 // PC13: S3 #define S2 0x00000001 // PA0 : S2 #define UNBOUNCE_CNT 5 // unbounce the
in „Unverständnis bei Pinauswahl ARM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsndconfig.h
-------------------------------------------------------------------------------------------- * ARM STM32 with HAL section - don't change here, define IRSND_Transmit_GPIO_Port & IRSND_Transmit_Pin in STM32Cube (Main.h) *----------------------------------------------------------------------------------
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
COK GND 8M PIR102 STM32F407VET6 PE11 PIJ203937 38 PIJ2040PE12 PE3 KEY1 PIK101 PIK102 CO11 3V3 Q1OQ1 3V3 PE13 PIJ204139 40 PIJ2042PE14 SW-PB 0 1 PE15 41 42 PB10 PIC1102 PIC1101 COC1 COC1 COC COC1 OC1 COC150COC1IC180IC170
in „Neues Entwicklungsboard STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32_F4VE_SCHEMATIC.PDF
COK GND 8M PIR102 STM32F407VET6 PE11 PIJ203937 38 PIJ2040PE12 PE3 KEY1 PIK101 PIK102 CO11 3V3 Q1OQ1 3V3 PE13 PIJ204139 40 PIJ2042PE14 SW-PB 0 1 PE15 41 42 PB10 PIC1102 PIC1101 COC1 COC1 COC COC1 OC1 COC150COC1IC180IC170
in „STM32F407 Black und Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32f10x_it.h
**** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32F10x_IT_H #define __STM32F10x_IT_H /* Includes ------------------------------------------------------------------*/ #include "stm32f10x.h" /* Exported types ----------------------------------------
in „STM32 - Eclipse, ARM GCC - Funktionsaufruf geht nicht :-(“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_stm32f10x.c
/* * I2C (polling-Modus) fuer STM32F10x * nach Application Note AN2824 * Beruecksichtigt Hardwarefehler im I2C-Modul * * Timeouts benoetigen externen Timer uint_least24_t glu_millis * * Die CMSIS-Structs koennen wegen des Hardwarefehlers
in „STM32F10x : Fehler bei I2C“ · Mikrocontroller und Digitale Elektronik ·