-
Datei
svpwm_db.c
// #ifdef __USE_CMSIS // #include "LPC17xx.h" // #endif // #include "core_cm3.h" // // // Makros für die GPOIS des LPC1760 ------------------------------------ // #define PINSEL ((volatile uint32_t*)&LPC_PINCON->PINSEL0) // #define PINMODE
in „SVPWM mit LPC1769“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
timer.c
/* * timer.c * * */ #include "LPC17xx.h" #include "timer.h" #include "base_func.h" #include "timer.h" #include "define.h" #include "type.h" uint16_t schritt=20; volatile uint32_t newVal=1250; volatile uint8_t direction=1; /*=========
in „Problem mit Timer Interrupt LPC1769“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SENSORS.c
#include "LPC17xx.h" #include "SENSORS.h" #include "FreeRTOS.h" #include "task.h" #include "queue.h" #include "semphr.h" #include <PPM.h> #include "GLCD.h" #include <UART.h> #define AA 2 #define SI 3 #define STO 4
in „LPC1768 / MBED Hard-Fault-Error durch I2C Wie debuggen ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
emac.c
FreeRTOS.h" #include "task.h" #include "semphr.h" /* Hardware specific includes. */ #include "EthDev_LPC17xx.h" /* Time to wait between each inspection of the link status. */ #define emacWAIT_FOR_LINK_TO_ESTABLISH ( 500 / portTICK_RATE_MS ) /* Short delay used in several places during the initialisation
in „uIP doppelte Replys“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
eclipse_-_fehlermedlung.pdf
workspace_loc:/LPC1700C » ="false" value=""${workspace_loc:/LPC1700C » MSIS/Core/CM3/DeviceSupport/NXP/LPC17xx}"" » MSIS/Core/CM3/DeviceSupport/NXP/LPC17xx}"" » /> » /> » <listOptionValue builtIn » <listOptionValue builtIn » ="false" value=""${workspace_loc:/LPC1700C » ="false" value=""
in „eclipse + gnu arm --> gleiches projekt kann nicht mehr erstellt werden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ov7670.c
#include <stdio.h> #include "LPC17xx.H" #include "Serial.h" #include "i2c.h" #include "ov7670.h" #include "ov7670reg.h" #include "delay.h" #include "type.h" #include "GLCD.h" #define ST_VSYNC (LPC_GPIO2->FIOPIN & (1 << 8)) #define ST_HREF
in „brauche eure Hilfe bei diesem Project“ · Mikrocontroller und Digitale Elektronik ·