-
Datei
stm32_ub_i2c1.c
Version : 1.2 // 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, I2C // Funktion : I2C-LoLevel-Funktionen (I2C-1) // // Hinweis : mögliche Pinbelegungen // I2C1 : SCL :[PB6, PB8] // SDA :[PB7, PB9
in „STM32F105 bei I2C Read ein Byte zu viel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CANmc.cpp
#include "stm32f4xx_conf.h" #define USE_CAN1 #ifdef USE_CAN1 #define CANx CAN1 #define CAN_RX_PIN GPIO_Pin_0 #define CAN_TX_PIN GPIO_Pin_1 #define CAN_RX_SOURCE GPIO_PinSource0 #define CAN_TX_SOURCE GPIO_PinSource1
in „STM32F4 CAN Mailbox Problem“ · 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
in „FLASH speicher Lebensdauer Beeinflussung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
disco.txt
FMC.SelfRefreshTime2=12 FMC.WriteRecoveryTime2=12 File.Version=6 KeepUserPlacement=true Mcu.Family=STM32F4 Mcu.IP0=FMC Mcu.IP1=NVIC Mcu.IP2=RCC Mcu.IP3=SDIO Mcu.IP4=SYS Mcu.IPNb=5 Mcu.Name=STM32F429Z(E-G-I)Tx Mcu.Package=LQFP144 Mcu.Pin0=PF0 Mcu.Pin1=PF1 Mcu.Pin10=PF14 Mcu.Pin11=PF15 Mcu.Pin12=PG0 Mcu.Pin13
in „FMC auf STM32F4 konfigurieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
disco.txt
FMC_SDRAM_CLOCK_PERIOD_2 FMC.SDClockPeriod2=FMC_SDRAM_CLOCK_PERIOD_2 File.Version=6 KeepUserPlacement=true Mcu.Family=STM32F4 Mcu.IP0=FMC Mcu.IP1=NVIC Mcu.IP2=RCC Mcu.IP3=SDIO Mcu.IP4=SYS Mcu.IPNb=5 Mcu.Name=STM32F429ZITx Mcu.Package=LQFP144 Mcu.Pin0=PF0 Mcu.Pin1=PF1 Mcu.Pin10=PF14 Mcu.Pin11=PF15 Mcu.Pin12=PG0 Mcu.Pin13=
in „FMC auf STM32F4 konfigurieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart3.c
www.mino-elektronik.de */ #define _USART3 #define PRIO_USART3 10 // mittlere Priorität #include "stm32f4xx.h" #define BIT(x) (1<<x) enum gpio_modus {IN, OUT, AF, ANALOG}; enum gpio_speed {LOW_SPEED, MEDIUM_SPEED, HIGH_SPEED, V_HIGH_SPEED}; enum gpio_pullup {NO_PULL, PULL_UP, PULL_DOWN}; // PortB #define
in „stm32f411 USART2 will nicht wie er soll“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_oled.c
#include "STM32F4xx.h" #include "_mcpr_stm32f407.h" #include "spi_oled.h" #include "tools.h" #include "timer.h" void spiInit(void) { //CONFIGURE I/Os FOR SPI2 //SCLK = PB13 setOutputPort(B, 13, ALTERNATIVE, PUSHPULL
in „0,96 Oled mit STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
stdbool.h> // Bibliotheke des verwendeten Mikrocontrollers #include "stm32f446xx.h" #include "system_stm32f4xx.h" // Funktionsprototypen void initialisiereClock(void); void initialisiereGPIO(void); void initialisiereSPI(void); void initialisiereSystick(void); void sendeBytesUSART(uint8_t ByteFolge[5]); void
in „ADC über SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ADC_Setup.c
#include "stm32f4xx.h" #include "gDef.h" #include "gVar.h" void ADC_Setup(void) { ADC_InitTypeDef ADC_InitStructure; ADC_CommonInitTypeDef ADC_CommonInitStructure; DMA_InitTypeDef DMA_InitStructure; GPIO_InitTypeDef
in „STM32 ADC DMA falsche Interrupt Frequenz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi_oled.c
#include "STM32F4xx.h" #include "_mcpr_stm32f407.h" #include "spi_oled.h" #include "tools.h" #include "timer.h" void spiInit(void) { //CONFIGURE I/Os FOR SPI2 //SCLK = PB13 setOutputPort(B, 13, ALTERNATIVE, PUSHPULL
in „0,96 Oled mit STM32F407“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" #include "adc.h" #include "i2c.h" #include "rtc.h" #include "spi.h" #include "tim.h" #include "usart.h" #include "gpio.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private
in „STM32F4 HAL TIMER Interrupt läuft nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
#include "stm32f4xx.h" #include "stm32f429i_discovery.h" #include "stm32f429i_discovery_lcd.h" static void SystemClock_Config(void); static void MX_TIM2_Init(void); static void Error_Handler(void); TIM_HandleTypeDef
in „Timer im Encodermode auf STM32F429-Discovery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.h
ARM_STM32F10X) # define IRSND_PORT_RCC CONCAT(RCC_APB2Periph_GPIO, IRSND_PORT_LETTER) # elif defined (ARM_STM32F4XX) # define IRSND_PORT_RCC CONCAT(RCC_AHB1Periph_GPIO, IRSND_PORT_LETTER) # define IRSND_GPIO_AF CONCAT(GPIO_AF_TIM, IRSND_TIMER_NUMBER) # endif # define IRSND_BIT CONCAT(GPIO_Pin_, IRSND_BIT_NUMBER
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
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
edm_adc_multiplex_stm32.c
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
in „STM32: Suche Hilfe zu ADC“ · 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
stm32f446.c
#include <stdlib.h> #include <stdint.h> #include "stm32f4_regs.h" #include "usart.h" #include "gpio.h" #define CONFIG_HSE_HZ 16000000 #define CONFIG_PLL_M 16 #define CONFIG_PLL_N 336 #define CONFIG_PLL_P 2 #define CONFIG_PLL_Q 7 #define PLLCLK_HZ (((CONFIG_HSE_HZ
in „Linux auf dem STM32 externes RAM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ssi_cgi_handle.c
[i], "4") ==0) { //STM_EVAL_LEDOn(LED1); } } } } /* uri to send after cgi call*/ return "/"; //"/STM32F4x7LED.html"; } /* Cgi handlers */ static tCGI cgi_list[] = { { "/leds.cgi", LEDS_CGI_Handler } }; static const unsigned cgi_list_length = sizeof(cgi_list) / sizeof(*cgi_list); static const char* ssi_list
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
strcmp(pcValue[i], "4") ==0) STM_EVAL_LEDOn(LED4); } } } /* uri to send after cgi call*/ return "/STM32F4x7LED.html"; } /** * Initialize SSI handlers */ void httpd_ssi_init(void) { /* configure SSI handlers (ADC page SSI) */ http_set_ssi_handler(ADC_Handler, (char const **)TAGS, 2); } /** * Initialize
in „LWIP Webserver“ · 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 and
in „Olimex STM32E407, FreeRTOS und lwip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd_cgi_ssi.c
strcmp(pcValue[i], "4") ==0) STM_EVAL_LEDOn(LED4); } } } /* uri to send after cgi call*/ return "/STM32F4x7LED.html"; } /** * Initialize SSI handlers */ void httpd_ssi_init(void) { /* configure SSI handlers (ADC page SSI) */ http_set_ssi_handler(ADC_Handler, (char const **)TAGS, 2); } /** * Initialize
in „LWIP Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
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 #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
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 #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
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 by
-
Datei
main.c
------------------------------------------------------------------*/ #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 ·
-
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
** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" #include "usb_device.h" /* USER CODE BEGIN Includes */ #include "usbd_cdc.h" /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/
in „STM32F4 USB CLASS CDC (Virtueller Com Port)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eth_bsp.c
ÎÄŒþ ****************************************************************************** */ #include "stm32f4x7_eth.h" #include "eth_bsp.h" #include "Param.h" __IO uint32_t EthInitStatus = 0; static void eth_gpio_init(void) { /* ****************************************************************************
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.h
ARM_STM32F10X) # define IRMP_PORT_RCC CONCAT(RCC_APB2Periph_GPIO, IRMP_PORT_LETTER) # elif defined (ARM_STM32F4XX) # define IRMP_PORT_RCC CONCAT(RCC_AHB1Periph_GPIO, IRMP_PORT_LETTER) # endif # define IRMP_BIT CONCAT(GPIO_Pin_, IRMP_BIT_NUMBER) # define IRMP_PIN IRMP_PORT // for use with input(x) below # define
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
main.c
------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ TIM_HandleTypeDef htim2; UART_HandleTypeDef huart2
in „UART USB STM32F407VGT“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
** */ /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /* USER CODE BEGIN Includes */ // **INCLUDES** /* USER CODE END Includes */ /* Private variables ---------------------------------------------------------*/ SPI_HandleTypeDef hspi1; SPI_HandleTypeDef
in „STM32: interne Pull-Ups für SPI“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
twi.h
= 0x00F02E8B, I2C_600KHz = 0x00B01265, I2C_800KHz = 0x00B01243, I2C_1000KHz = 0x00B0122F #else //STM32F4xx I2C_10KHz = 10000, I2C_50KHz = 50000, I2C_100KHz = 100000, I2C_200KHz = 200000, I2C_400KHz = 400000, /* I2C_600KHz = 600000, I2C_800KHz = 800000, I2C_1000KHz = 1000000*/ //Not supported #endif }
in „Wer nutzt das Nucleo-64 und kann mir“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MCP2307_IO_Expansion_Board_User_Manual_EN.pdf
code form Waveshare Wiki and extract it. Open STM32 project with software keil5:STM32->MCP23017-STM32F4-Library->MDK-ARM. Open file main.c to configure i2c slave address. Default address is 0x27. About how to change it. You can refer to Running the code about slave address configuration Change macros
in „kennt jemand sich aus mit MC23017 IO-Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
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 #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL]
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
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 #include "./edm_variables.h" #include "./edm_settings.h" #define NCHANNEL 10 uint16_t ADC1ConvertedValues[NCHANNEL+
in „STM32 - ADC-DMA1-IRQ-Handler macht Unsinn“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
alt.txt
#include "stm32f4xx.h" /* Pinout 1 VSS GND 2 VDD VDD 3 nc nc 4 RS PD4 5 R/W PD5 6 E PD6 7 nc nc 8 nc nc 9 nc nc 10 nc nc 11 D4 PD0 12 D5 PD1 13 D6 PD2 14 D7 PD3 15 nc nc 16 nc nc */ int i=0; void initDisplay(void){
in „STM32: Ich finde einfach keinen Fehler in meinem Code“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CRC.cpp
#include "CRC.hpp" #include <stm32f4xx_crc.h> #include "Constants.hpp" #include "App.hpp" TZApp::CCrc Crc; //------------------------------------------------------------------------------ TZApp::CCrc::CCrc(void) { } /** Berechnet die
in „Problem mit GCC-Optimierung“ · Mikrocontroller und Digitale Elektronik ·
-
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
stm32_ub_uart.c
Version : 1.3 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.0 // Module : GPIO, USART, MISC // Funktion : UART (RS232) In und OUT // Receive wird per Interrupt behandelt // // Hinweis : mögliche Pinbelegungen // UART1 : TX:[PA9,PB6
in „STM32F030F4P6 und USART1“ · 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 //
in „RaspberryPI <- SPI -> STM32F4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ethernetif.c
@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[ETH_RXBUFNB
in „stm32f4xx lan8720 uip“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PARTS_CLEARING_-_Sheet1.pdf
firmware, E02 not loaded! €7.50 1 http://www.watterott.co http://galeria.tech- 15€ watterott available STM32F4 Discovery Evaluation Board used, working, E03 demo firmware €7.50 1 not loaded! http://www.digikey.at/p http://blog.tkjelect 15€ digikey available Digilent Basys 2, FPGA - Spartan 3E (250k Gates)
in „[V] Rigol DS1052E, Labornetzteil, Robotikteile, Modellbau“ · Markt ·
-
PDF
bom-v1-0.pdf
1470nF KEM X7R0805 470N 0,07 € 0,07 € C130 14.7µF KEM X5R0805 4,7U 0,10 € 0,10 € C66 04.7µF only for STM32F4, F7 or H7 KEM X5R0805 4,7U 0,10 € 0,00 € C71 04.7µF only for STM32H7 KEM X5R0805 4,7U 0,10 € 0,00 € C67, C68 222pF KEM C0G0805 22P 0,04 € 0,08 € C69, C70 24,7pF NPO-G0805 4,7P 0,04 € 0,08 € C120,
in „Universalplatine für STM32, grobe Fehler vor der Herstellung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.c
------------------------------------------------------------------*/ #include "LCD.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" /* Private define ------------------------------------------------------------*/ #define LCD_REG (*((volatile unsigned short *) 0x60000000
in „STM32F4 mit TFT Codeverständnis“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.c
------------------------------------------------------------------*/ #include "LCD.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_fsmc.h" /* Private define ------------------------------------------------------------*/ #define LCD_REG (*((volatile unsigned short *) 0x60000000
in „STM32F4 Discovery + TFT + FSMC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usart_nrf3.h
#ifndef __USART_NRF3_H #define __USART_NRF3_H #ifdef DTU3PRO #include "stm32f4xx.h" #define UsartNrf USART3 #else #include "stm32f10x.h" #endif #include <math.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <stdbool.h> #include <string.h> #include "rtc.h
in „Wechselrichter Hoymiles HM-xxxx 2,4 GhZ Nordic Protokoll?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AppNote_v1.1.pdf
www.st.com ACTRON AG ACT I Application Note (v1.1) Seite 19 von 26 N O Abbildung 12: Ternkomponenten deR STM32F4x9-Serie Zur Anbindung des STM32F429-Discovery-Kits an ACT I wurde eine Adapterplatine entwickelt, det❼ Buchse r Micro-SD-Kartedapterplatine u.a. folgende Komponenten: Displayschnittstelle verbin-
-
Datei
stm32_ub_uart.c
Version : 1.5 // Autor : UB // EMail : mc-4u(@)t-online.de // Web : www.mikrocontroller-4u.de // CPU : STM32F4 // IDE : CooCox CoIDE 1.7.8 // GCC : 4.9 2015q2 // Module : GPIO, USART, MISC // Funktion : UART (RS232) In und OUT // Receive wird per Interrupt behandelt // // Hinweis : moegliche Pinbelegungen
in „STM32F4 USART“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DM-STF4BB_SCH.pdf
HOLE 1 HOLE 1 HOLE 1 HOLE 1 49 50 49 50 DIP-25X2 P2.54 Female DIP-25X2 P2.54 Female Headers for STM32F4DISCOVERY A A Embest Technology Co., LTD Title DM-STF4BB - Interface Headers Size Document Number Rev B DM-STF4BB-001-SH V1.0 Date: Friday, August 17, 2012 Sheet 2 of 5 5 4 3 2 1 5 4 3 2 1 CON3 VDD5V
in „STM32F4Discovery mit CooCox :: GPIO,SDIO,Timer,SoftTimer,USART,printf“ · Projekte & Code ·
-
Datei
main.c
check */ #define PROJECT_CHK #include "CrossCheck.h" #undef PROJECT_CHK /* Includes */ #include "stm32f4xx_can.h" #include "CAN_Config.h" #if defined(PFC_ENABLED) #include "PIRegulatorClass.h" #endif #include "MCTuningClass.h" #include "MCInterfaceClass.h" #if defined(PFC_ENABLED) #include "PFCInit.h
in „STM32F4 - CAN1 empfängt nichts“ · Mikrocontroller und Digitale Elektronik ·