-
Datei
main.c
*********************************************************** * lcdtest.c: main C entry file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * All rights reserved. * * History * 2006.07.13 ver 1.00 Prelimnary version, first Release * ******************************************************************************/ #include "LPC23xx.h" /* LPC23xx/24xx definitions */ #include "type.h" #include "irq.h" #include "extint.h" static void time_waste( DWORD dv ) { volatile DWORD cnt; for ( cnt=0; cnt<dv ; cnt++ ) { ; } } /*********
-
Datei
main.cpp
"; REGSAM samDesired = KEY_READ; HKEY Result; DWORD dwIndex = 0; char lpValueName[MAX_PATH]; DWORD lpcValueName = MAX_PATH; BYTE lpData[1024]; DWORD lpcbData = MAX_PATH; // char chName[MAX_PATH]; long ret = RegOpenKeyEx( hKey, subKey, 0, samDesired, &Result); if ( ret != ERROR_SUCCESS ) { cout << "ERROR
in „Serielle Schnittstelle mit C/C++ ansteuern“ · Softwareentwicklung ·
-
Datei
extint.c
************************************************ * extint.c: External interrupt API C file for NXP LPC23xx/24xx * Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * All rights reserved. * * History * 2006.07.13 ver 1.00 Prelimnary version, first Release * *****************************************************************************/ #include "LPC23xx.h" /* LPC23xx/24xx definitions */ #include "type.h" #include "irq.h" #include "extint.h" void __attribute__ ((interrupt("IRQ"))) EINT0_Handler (void); volatile DWORD eint0_counter=0; /**********
-
Datei
program_cfg_program_script_debug_cfg_debug_script.txt
- 22. Feb. 2006 - added AT91LIBNOWARN setting (mth) # - 19. Apr. 2006 - option FLASH_TOOL (default lpc21isp); variable IMGEXT (mth) # - 23. Jun. 2006 - option USE_THUMB_MODE -> THUMB/THUMB_IW # - 3. Aug. 2006 - added -ffunction-sections -fdata-sections to CFLAGS # and --gc-sections to LDFLAGS. Only availble
in „probleme beim debuggen. brauche dringend hilfe!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Timer1.c
***************************************************************** MODULE: Timer1 CONTAINS: Philips LPC2000 Timer 1 driver. Time Functions for 1000Hz / 1ms Clock Tick COPYRIGHT: --- LICENSE: --- VERSION: --- --------------------------------------------------------------------------- HISTORY: --- ***************************************************************************/ #include <LPC21xx.H> // LPC21xx definitions #include "Timer1.h" // Timer 1 definitions /************************************************************************** GLOBAL VARIABLES ********************************
in „LPC2148 Verwendung von Timer0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bauteile_verkauf_1120C.pdf
MC9S12NE64CPV (Motorola HCS12) QFP144 5 (Tape) 6,- MC9S12H256VFV (Motorola HCS12) QFP144 1 (Tape) 6,- LPC2378FBD144 NXP (ARM7) QFP144 2 5,- LCP1768FBD100 NXPARM-Cortex M3 QFP100 10 (Tape) 4,- LPC2478FBD208 NXP (ARM7) TQFP208 1 (Tray) 5,- LPC3130FET180 NXP (ARM9) BGA 1 4,- LPC3250FET296 NXP (ARM9) BGA 1
in „[V] ICs, Mikrocontroller etc. aus Lagerräumung“ · Markt ·
-
Datei
can.h
librarys * ****************************************************************************/ #include <LPC23XX.H> // LPC23XX Peripheral Registers #include "timestamp.h" #include "ex_sdram.h" #include "irq.h" #include "ringbuffer.h" #include "udp_conn.h" #include "macro.h" /*******************************
in „LPC2468: IRQ Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
blinky.c
/******************************************************************************/ /* lpc_blink_switch_irq LPC2129 */ /* LED Flasher - Timer Interrupt example for arm-elf-gcc */ /* Lights LEDs on Startup and Flashs LEDs when Button1 is pressed. */ /***************************************
in „PWM Timer Interrupt firing only once“ · µC & Digital Electronics ·
-
Datei
Makefile.txt
stuff #OPTIM=-O1 #some OPTIM=-O0 #none #OPTIM=-Os #seems to do bad stuff CRT0=Startarm.s LDSCRIPT=lpc2368_rom.ld USE_THUMB_MODE=NO REMOVE = rm -f WARNINGS =-Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare \ -Waggregate-return -Wstrict-prototypes -Wunused CPU_TYPE = -mlittle-endian -mcpu=arm7tdmi -marm -fpack-struct -DUART1_LPRINTF DEBUG = -gdwarf-2 -MD -O PROJECT=LPC2378TEST SOURCE_DIR= ./source RTOS_SOURCE_DIR= ./FreeRTOS_CORE RTOS_PORT_DIR = ./LPC23xx_PORT # # CFLAGS common to both the THUMB and ARM mode builds # CFLAGS=$(WARNINGS) -D GCC_ARM7 -I. \ -I ./include
in „Arm7 FreeRTOS Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irq.c
******************************************************** * irq.c: Interrupt handler C file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * All rights reserved. * * History * 2006.07.13 ver 1.00 Prelimnary version, first Release * ******************************************************************************/ #include "LPC23xx.h" /* LPC23XX/24xx Peripheral Registers */ #include "irq.h" /* Initialize the interrupt controller */ /****************************************************************************** ** Function
in „LPC2468: IRQ Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bauteile_verkauf_1120.pdf
MC9S12NE64CPV (Motorola HCS12) QFP144 5 (Tape) 6,- MC9S12H256VFV (Motorola HCS12) QFP144 1 (Tape) 6,- LPC2378FBD144 NXP (ARM7) QFP144 2 5,- LCP1768FBD100 NXPARM-Cortex M3 QFP100 10 (Tape) 4,- LPC2478FBD208 NXP (ARM7) TQFP208 1 (Tray) 5,- LPC3130FET180 NXP (ARM9) BGA 1 4,- LPC3250FET296 NXP (ARM9) BGA 1
in „[V] ICs, Mikrocontroller etc. aus Lagerräumung“ · Markt ·
-
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=""${workspace_loc:/LPC1700C » MSIS/Drivers/include}""/> » MSIS/Drivers/include}""/> » </option> » </option> <> » <inputType id="org.eclipse.cdt.c » <inputType id
in „eclipse + gnu arm --> gleiches projekt kann nicht mehr erstellt werden“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
final_board.pdf
1 2 3 4 5 6 7 8 LPC-Link connector K T +3V3 I L E D 1 C 1 O 1 S 1 D 1 C 1 S S S R G V C9 C22 C21 C1 C2 C7 C10 P 1 I 10uF 100nF 10nF 100nF 10nF 100nF 10nF 22k +3V3 D ISP_SW GND G R28 A +3V3 ISP Pin can be grounded if needed with GND Pin's A R21 IC1 10k LPC1768or LPC1769 4 95 46 2 TRST_N P1.0/5.1B 94 P1.0/ENET-TXD0 P0.0/CAN_RX1/TXD3/SDA1 47 SDA1/2.3B 3 TDI P1.1/5.1B 93 P1.1/ENET-TXD1 P0.1/CAN_TX1/RXD3/SCL1 98 SCL1/2.4B TMS/SWDIO P1.4/5.2B P1.4/ENET-TX_EN
in „Schaltplan Prüfung/Kritik LPC1769 + IMU + Bluetooth“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
kicad_8450_dcm_liste_neu_v3.pdf
, 2KB SRAM LPC1111FHN33-102 32-bit ARM Cortex-M0 microcontroller, 8KB flash, 2KB SRAM, power profile LPC1111FHN33-103 32-bit ARM Cortex-M0 microcontroller, 8KB flash, 2KB SRAM LPC1111FHN33-201 32-bit ARM Cortex-M0
in „KiCAD Eeschema, Bibliotheksdokumentation *.dcm als PDF-Datei“ · Platinen ·
-
Bild
Zwei LPCXpresso LPC1114 und LPC1200 Entwicklungsboards
LPCXpresso LPC1114 REV A www.nxp.com/lpcxpresso C33 TP-1VB R21 J3 R48 R52 U4 R24 J4 28 R34 RoHS/NO-PB USB-B FT/GPIO USB-C LED2 R33 U7 R31 R36 R32 R38 R30 R39 R26 R25 R27 R28 R29 R23 R24 R22 R21 R20 R19 R18 R17 R16
in „[V] LPCXpresso Baseboard + QVGA Display“ · Markt · · Platinenfotos
-
Datei
main.c
-------------------------------------------------------------- // BLINKY.C: LED Flasher für OLIMEX LPC2138 Board fgv 21.05.2008 // very primitive timer0 int test //------------------------------------------------------------------------------ #include <targets/LPC2138.H> /* LPC2138 definitions */ //
in „Interrupts beim LPC2138“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MCI_LPC24xx.c
FILES *****************************************************************************/ #include "MCI_LPC24xx.h" /****************************************************************************** * PRIVATE FUNCTION PROTOTYPES (STATIC) ************************************************************************
in „Mysteriöses Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MCI_LPC24xx.h
#ifndef __MCI_LPC24XX_H #define __MCI_LPC24XX_H #include "base_def.h" /* SD Card communication speed */ #define SD_CLK 9000000 /* Expected Response from mci_command */ typedef enum enResponseType { enResponseNone, enResponseShort
in „Mysteriöses Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_LPC17xx.S
/*****************************************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /***********
in „Cortex M3 Reset fehlerhaft, Reset nur sporadisch erfolgreich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_LPC17xx.s
/*****************************************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /***********
in „LPC1768 - Linker Script / Startupfile benötigt bzw. Error“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
-
Datei
lpc11cx4.ld
MEMORY { flash : org = 0x00000000, len = 32k ram : org = 0x10000000, len = 4k } SECTIONS { . = ORIGIN(flash); .text : { *(.vectors); /* The interrupt vectors */ *(.text); } >flash . = ORIGIN(ram); .data : { INIT_DATA_VALUES = LOADADDR(.data); INIT_DATA_START = .; *(.data); INIT_DATA_END = .; } >ram AT>flash BSS_START = .; .bss : { *(.bss); } > ram BSS_END = .; }
in „LPC11C24: Problem mit rand / __aeabi_lmul“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_LPC17xx.S
/*****************************************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /***********
in „Aufruf der main()-Funktion aus einem Startup-File“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
startup_LPC17xx.S
/*****************************************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /***********
in „Unterschiede beim Aufruf der main()-Funktion aus einem Startup-File“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
NXP LPC2136FBD64 Mikrocontroller
NXP LPC2136FBD64 101 SSF249.1 15 ZSD2033F
in „V: NXP LPC2136FBD64, LQFP64“ · Markt · · Fotos
-
Datei
dmesg_nachher.txt
through sd 0:0:0:0: [sda] Attached SCSI removable disk hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002 lpc-ehci lpc-ehci.0: GetStatus port 1 status 3c00100a POWER sig=se0 PEC CSC hub 1-0:1.0: port 1, status 0100, change 0003, 12 Mb/s usb 1-1: USB disconnect, address 2 usb 1-1: unregistering device usb 1-
in „GNUBLIN www.gnublin.org“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
berechneten Werte auf dem LCD-Display // // 19.07.2007 // V2.1 (Druck und Temperatur -Messung auf ARM7(LPC 2368) ) // #include <LPC23xx.h> // LPC23xx definitions #include "lcd.h" // Graphic LCD function prototypes #define referenz_T 25. // Bei 25,°C war Zähler TMR1 auf ca. 55900 #define referenz_TMR1_T 55900
in „LPC2300 verschachtelte Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
berechneten Werte auf dem LCD-Display // // 19.07.2007 // V2.1 (Druck und Temperatur -Messung auf ARM7(LPC 2368) ) // #include <LPC23xx.h> // LPC23xx definitions #include "lcd.h" // Graphic LCD function prototypes #define referenz_T 25. // Bei 25,°C war Zähler TMR1 auf ca. 55900 #define referenz_TMR1_T 55900
in „LPC2300 verschachtelte Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include "LPC11xx.h" /* LPC11xx definitions */ #include "timer16.h" #include "clkconfig.h" #include "gpio.h" #include <cr_section_macros.h> #include <NXP/crp.h> // Variable to store CRP value in. Will be placed automatically
in „Lpcxpresso lpc1114 LCD-Ansteuerungs-Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Peterkey.c
================================================================== */ #ifdef __USE_CMSIS #include "LPC17xx.h" #endif #include <cr_section_macros.h> #include <stdio.h> #include "\nxp\LPCXpresso_7.8.0_426\StellarisWare\inc\hw_ints.h" //#include "\nxp\LPCXpresso_7.8.0_426\StellarisWare\inc\lm3s8962.h" #
in „Universelle Tastenabfrage für LPC1769“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Startarm.s
vector table * Designer : K. Sterckx * Creation date : 22/01/2007 * Compiler : GNU ARM * Processor : LPC2368 * Last update : * Last updated by : * History : * ***************************************************************************** * * See linker script lpc2368_rom.ld for memory map * ************
in „LPC2468: IRQ Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Startarm.s
vector table * Designer : K. Sterckx * Creation date : 22/01/2007 * Compiler : GNU ARM * Processor : LPC2368 * Last update : * Last updated by : * History : * ***************************************************************************** * * See linker script lpc2368_rom.ld for memory map * ************
in „LPC2468 Debug SFR und Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
parts.txt
C0805K rcl 1 C40 22n C-EUC0805K C0805K rcl 1 CON2 ERM-20 ERM-20 ERM8-020-XX.X-X-DV con-samtec_ERM 1 IC1 LPC2478FBD208 LPC2478FBD208 LQFP208 lpc2478 1 IC2 FT232RL FT232RL SSOP28 ftdichip 1 IC3 SN75LVDS84 SN75LVDS84 R-PDSO-G48 texas 1 IC4 K4S643232E MT48LC4M32B2 TSOP86 memory-micron 1 IC5 TPS62007 TPS6200X
in „NXP verschenkt ARM-Chips“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cr_startup_lpc17_old.s
/*****************************************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /***********
in „LPC17xx (Cortex M3) mit FreeRTOS“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Vorlage_100x75.pdf
XTAL1 1 3 1 0 R 1 F 3 H p C + R 3 H 9 C X M 2 1 0 X M 3 3 R 1 1 XTAL2 RTCX2 V F 2 F 4 + GND 9 C p C LPC1752_PORT0 3 GND 2 GND Port 0 SDA1/P0.0 38P0.0-CAN:RX SCL1/P0.1 79P0.1-CAN:TX TXD0/P0.2 80 RXD0/P0.3 64 SSEL1/P0.6 63 SCK1/P0.7 62 IC1 TJA1050 C MISO1/P0.8 61 P0.1-CAN:TX 1 7 C TXD2/P0.10 39 TXD CANH
-
PDF
apple_macbook_pro_a1286_mlb_d1_051-9216_13.3_retina_a1425_820-3462_sch.pdf
<3..0> 7 17 39 41 LPC_FRAME_L LPC_50S LPC LPC_FRAME_L 7 17 39 41 TABLE_SPACING_RULE_HEAD SPACING_RULE_SET LAYER LINE-TO-LINE SPACING WEIGHT LPC_RESET_L LPC_50S LPC LPC_RESET_L 25 TABLE_SPACING_RULE_ITEM PCH_LPC_CLK0 CLK_LPC_50S CLK_LPC LPC_CLK33M_SMC_R 19 25 LPC * 6 MIL ? CLK_LPC_50S CLK_LPC LPC_CLK33M_SMC 7 25 39 TABLE_SPACING_RULE_ITEM CLK_LPC * 8 MIL ? CLK_LPC_50S CLK_LPC LPC_CLK33M_LPCPLUS 7 25 41 SMBUS_PCH_CLK SMB_50S SMB SMBUS_PCH_CLK
in „Macbook Schaltpläne“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Verpackung und Leiterplatte eines NXP LPC-Link 2
20. NXP LPC-Link 2 GET STARTED Download installation software and documentation at http://www.nxp.com/demoboard/OM13054 LPC-Link2
in „[V] Sammlung diverser Entwicklungsboards“ · Markt · · Fotos
-
Bild
Zwei NXP LPCXpresso LPC1115 Entwicklungsboards
ATTENTION OBSERVE PRECAUTIONS FOR HANDLING SENSITIVE DEVICES NXP LPC-Link LPCXpresso LPC1115 REV A www.nxp.com/lpcxpresso Designed by Embedded Artists NXP / Code Red
in „[V] 2 Stück LPCXpresso LPC1115 Boards“ · Markt · · Platinenfotos
-
Bild
HAOYU LPC1768-Mini-DK2 Mikrocontroller-Entwicklungsboard
17. HAOYU LPC1768-Mini-DK2, PowerMCU, www.PowerMCU.com, USB-COM, HanRun, CE, FC, LPC1768-Mini-DK2, HAOYU ELECTRONICS, RESET, HOST, LINK DEVICE
in „[V] Sammlung diverser Entwicklungsboards“ · Markt · · Platinenfotos
-
Datei
cr_startup_lpc17_old.s
/*****************************************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /***********
in „LPC17xx (Cortex M3) mit FreeRTOS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
cr_startup_lpc17_old.s
/*****************************************************************************/ /* startup_LPC17xx.s: Startup file for LPC17xx device series */ /*****************************************************************************/ /* Version: CodeSourcery Sourcery G++ Lite (with CS3) */ /***********
in „LPC17xx (Cortex M3) mit FreeRTOS“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AdCoCom_UMTS_kit.pdf
Antenna AdCoCom IridiumLine Low Power Coverage Extender with installation kit Low Power Coverage (LPCE) with installation kit Omni-Directional Indoor Antenna I-ATO1-800/2500 Extender (LPCE) Mini A/N 24 012 253 Impedance Ohm 50 A/N 24 012 700 Frequency range MHz Uplink 1920...1980 Working band MHz Band
-
Datei
Motor_13_02_09.c
*************************************************************** * pwm.c: main C entry file for NXP LPC23xx/24xx Family Microprocessors * Controlling the speed of motor using light sensor ******************************************************************************/ #include "LPC23xx.h" /* LPC23xx/24xx
in „Gabellichtschranke“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AiMS2000.pdf
1 2 3 4 5 6 7 8 LPC-Link connector W V K T O +3V3 _ I L E _ I 1 W 1 W 1 W 1 I 1 E 1 N 1 X 1 D 1 C9 1 V S S S T R G E V C22 C21 C1 C2 C7 C10 P 1 P 1 3 10uF 100nF10nF 100nF10nF 100nF10nF I I 3 D + N I GND G A V +3V3 8 A 7 R21 S 2 k 2 2 10k _ R 2 R 1 IC1 LPC1768or LPC1769 S TDI I V 4 TRST_N P1.0/5.1B 95 P1.0/ENET-TXD0 P0.0/CAN_RX1/TXD3/SDA1 46 SDA1/2.3B + TMS/SWDIO 2 TDI P1.1/5.1B 94 P1.1/ENET-TXD1 P0.1/CAN_TX1/RXD3/SCL1 47 SCL1/2.4B 3 TMS/SWDIO P1.4/5.2B
in „Schaltplan Prüfung/Kritik LPC1769 + IMU + Bluetooth“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
NXP LPC1549 Xpresso V2 Entwicklungsboard
18. NXP LPC1549 Xpresso V2 NXP LPC1549 Xpresso v2 Rev B www.nxp.com Built by Embedded Artists Ser# +3.3V GND VIN VBAT RESET P0_6 P0_26 P0_1 P0_2 CAN_RD CAN_TD P0_28 IOFER ISP_TX Reset ISP_RX +3V3 P0_9 P0_4 GND
in „[V] Sammlung diverser Entwicklungsboards“ · Markt · · Platinenfotos
-
Bild
C-Programmcode für I2C-Kommunikation
SystemCoreClockUpdate(); Chip_I2C_Init(i2cPort); Chip_I2C_SetClockRate(i2cPort, 200000); Chip_IOCON_PinMuxSet(LPC_IOCON, IOCON_PI0_4, IOCON_MODE_INACT); // SCL Chip_I2C_PinMuxSet(LPC_IOCON, IOCON_PI0_5, IOCON_MODE_INACT); // SDA uint8_t buff[] = {1}; if (Chip_I2C_MasterSend(i2cPort, slaveAddr, buff, 1) != 1) {
in „Programmieren eines LPC11C24“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
Makefile.txt
NAME = lpc_e2468 CC = arm-elf-gcc LD = arm-elf-ld -v AR = arm-elf-ar AS = arm-elf-as CP = arm-elf-objcopy OD = arm-elf-objdump CFLAGS = -I./ -c -fno-common -O0 -g -mapcs-frame AFLAGS = -ahls -mapcs-32 -o crt.o
in „NXP LPC2468 interrupt handling mit arm-toolchain“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc-registers.patch
*** a/arch/arm/mach-lpc313x/include/mach/registers.h 2011-12-14 14:35:49.560517000 +0100 --- b/arch/arm/mach-lpc313x/include/mach/registers.h 2011-12-19 13:25:13.630011000 +0100 *************** *** 276,281 **** --- 276,289
in „GNUBLIN www.gnublin.org“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc-registers.patch
*** a/arch/arm/mach-lpc313x/include/mach/registers.h 2011-12-14 14:35:49.560517000 +0100 --- b/arch/arm/mach-lpc313x/include/mach/registers.h 2011-12-19 13:25:13.630011000 +0100 *************** *** 276,281 **** --- 276,289
in „GNUBLIN www.gnublin.org“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Pinbelegungs-Tabelle des PSoC 4200DS
VDDD C2 P1.0 Alternate Functions for Pins Analog PRGIO Alt 1 Alt 2 Alt 3 Alt 4 Pin Description P0.0, LPC0, TCPWM2, SCB0 P0.1, LPC0, TCPWM2, SCB0 P0.2, TCPWM3, SCB0 P0.4, SCB1 P0.5, SCB1 P0.6, Ext Clock, SCB1 XRES Regulator Output Power Supply Ground P1.0, TCPWM2, SCB0
in „Cypress PSoC4 4200DS verweigert sich“ · Mikrocontroller und Digitale Elektronik · · Screenshots