-
PDF
Testing_USB_of_CP_JR_ARM7_USB_LPC2148.pdf
Example Used USB Function of CP-JR ARM7 USB-LPC2148 Example of using USB of LPC2148 from ETT The example to application USB of LPC2148 with Board “CP- JR-ARM7 USB-LPC2148”from ETT, we recommend an example of using USB as USB Control I/O type to control
in „ETT 2148 Board“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SCH_CP_JR_ARM7_USB_LPC2148_1_OF_3.pdf
1 2 3 4 OPTION FOR LPC2148 ONLY +3V3 +VUSB +VUSB +VUSB D LPC2138/LPC2148 D 16 19 USB LINK 560 P1.16 12 P1.16/TRACEPKT0 P0.0/TXD0/PWM1 21 P0.0 P1.17 8 P1.17/TRACEPKT1 P0.1/RXD0/PWM3/EINT0 22 P0.1 P0.31 2 P1.18 4 P1.18/TRACEPKT2
in „ARM-USB-OCD mit Eclipse“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ETT_2148.pdf
1 2 3 4 OPTION FOR LPC2148 ONLY +3V3 +VUSB +VUSB +VUSB D LPC2138/LPC2148 D 16 19 USB LINK 560 P1.16 12 P1.16/TRACEPKT0 P0.0/TXD0/PWM1 21 P0.0 P1.17 8 P1.17/TRACEPKT1 P0.1/RXD0/PWM3/EINT0 22 P0.1 P0.31 2 P1.18 4 P1.18/TRACEPKT2
in „Einstieg in die ARM Welt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148_ram.ld
0x0400; /* * This file, olimex_lpcp2148_ram.ld, locate the program in the internal * ram of the LPC2148. For more information about the memory of the LPC2148 * take a look in the LPC2141/2142/2144/2146/2148 USER MANUAL. * Reference is made to the user manual from 25 July 2006 Rev. 02 * * Take a look
in „Nested Interrupt Problem - LPC2148 - Yagarto“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148_rom.ld
littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(_start) MEMORY { /* memory map of LPC2148 */ ROM (rx) : ORIGIN = 0x00000000, LENGTH = 512k RAM (rwx) : ORIGIN = 0x40000000, LENGTH = 32k } /* The sizes of the stacks used by the application. NOTE: you need to adjust */ C_STACK_SIZE = 512;
in „Fehler beim Linken mit Yagarto und LPC2148“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148-rom.ld
******************************* */ /* identify the Entry Point */ ENTRY(_startup) /* specify the LPC2148 memory areas */ MEMORY { flash : ORIGIN = 0, LENGTH = 512K /* FLASH ROM */ ram_isp_low(A) : ORIGIN = 0x40000120, LENGTH = 223 /* variables used by Philips ISP bootloader */ ram : ORIGIN = 0x40000200
in „Initialisierung von globalen Variablen in Codesourcery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148_rom.ld
littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(_start) MEMORY { /* memory map of LPC2148 */ ROM (rx) : ORIGIN = 0x00000000, LENGTH = 512k RAM (rwx) : ORIGIN = 0x40000000, LENGTH = 64k } /* The sizes of the stacks used by the application. NOTE: you need to adjust */ C_STACK_SIZE = 1024
in „Initialisierung von globalen Variablen in Codesourcery“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc2148-rom.ld
MEMORY { flash : ORIGIN = 0, LENGTH = 500K ram : ORIGIN = 0x40000000, LENGTH = 32K dmaram : ORIGIN = 0x7FD00000, LENGTH = 8K } __stack_end__ = 0x40000000 + 32K - 4; SECTIONS { . = 0; startup : { *(.startup)} >flash prog : { *(.text) *(.rodata) *(.rodata*) *(.glue_7) *(.glue_7t) } >flash __end_of_text__ = .; .data : { __data_beg__ = .; __data_beg_src__ = __end_of_text__; *(.data) __data_end__ = .; } >ram AT>flash .bss : { __bss_beg__ = .; *(.bss) _bss_end__ = . ; __bss_end__ = . ; } >ram /* Align here to ensure that the .bss section occupies space up to _end. Align after .bss to ensure correct alignment
in „LPC2148: DMA-RAM mit GCC nutzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
************************************************************************************** Platform: LPC2148 Development Board. This application code demonstrates ADC peripheral on LPC2148. Trimpots are used as source for analog signal Digital data is tranmitted on UART0(9600) Compiled with: RealView MDK-ARM
-
Datei
iap_fkt.c
0x0402FF11 #define PART_ID_LPC2144 0x0402FF12 #define PART_ID_LPC2146 0x0402FF23 #define PART_ID_LPC2148 0x0402FF25 //IAP-Status-Codes #define CMD_SUCCESS 0 //Command is executed successfully. #define INVALID_COMMAND 1 //Invalid command. #define SRC_ADDR_ERROR 2 //Source address is not on a word boundary
in „LPC2148 - IAP - Copy Ram To Flash“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
an10493_LPC214x_powerdown.pdf
platform is an MCB2140 board from Keil, now an ARM company. The software is primarily based on Keil’s LPC2148 USB Mass Storage Class Example. Some software logic is added in the interrupt handler to handle the USB suspend and resume process, the initialization routine, and finally, the endless main loop,
in „LPC2148 Powerdown“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
settings.xml
target/lpc2103.cfg" /> <lpc2124 file="target/lpc2124.cfg" /> <lpc2129 file="target/lpc2129.cfg" /> <lpc2148 file="target/lpc2148.cfg" /> <lpc2294 file="target/lpc2294.cfg" /> <lpc2378 file="target/lpc2378.cfg" /> <lpc2460 file="target/lpc2460.cfg" /> <lpc2478 file="target/lpc2478.cfg" /> <lpc2900 file="
in „STM32 - Code-Blocks + GCC + GDB“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
beispiel.html
3394 Bytes - <span style="color: blue;"><b> LPC2138 </b></span> OK </li> </ul> kicadlib.org/zip/lpc2148.lib.zip <br> <ul> <li><b> lpc2148.lib </b> 3379 Bytes - <span style="color: blue;"><b> LPC2148 </b></span> OK </li> </ul> kicadlib.org/zip/lqfp64_05.emp.zip <br> <ul> </ul> kicadlib.org/zip/mm232r.lib.zip
in „[KiCad] Bibliotheksaufbau - Konzeptideen gesucht“ · Platinen ·
-
PDF
UM08001_JLinkARM.pdf
SAddr>-<EAddr> Example This is an example for the map exclude command in combination with an NXP LPC2148 MCU. Memory map 0x00000000-0x0007FFFF On-chip flash memory 0x00080000-0x3FFFFFFF Reserved 0x40000000-0x40007FFF On-chip SRAM 0x40008000-0x7FCFFFFF Reserved 0x7FD00000-0x7FD01FFF On-chip USB DMA RAM
in „[V] J-Link JTAG Adapter USB für ARM abzugeben“ · Markt ·
-
PDF
Elektronikladen07.pdf
LPC2000 Header Board, bestückt mit LPC2138 58,40 EUR LPCH2148 LPC2000 Header Board, bestückt mit LPC2148 37,40 EUR LPCH2214 LPC2000 Header Board, bestückt mit LPC2214 81,50 EUR LPCH2294 LPC2000 Header Board, bestückt mit LPC2294 91,60 EUR LPC2000 Eval/Proto Boards EVALUATION & PROTOTYPING BOARDS MIT
in „MC68000 von Motorolla“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
kicad_8450_dcm_liste_neu_v3.pdf
128kB flash, 16kB RAM LPC2146FBD64 16-bit/32-bit ARM7TDMI-S microcontroller, 256kB flash, 40kB RAM LPC2148FBD64 16-bit/32-bit ARM7TDMI-S microcontroller, 512kB flash, 40kB RAM LPC811M001JDH16 32-bit ARM Cortex-M0 microcontroller, 8kB flash, 2kB SRAM LPC812M001JDH16 32-bit ARM Cortex-M0 microcontroller,
in „KiCAD Eeschema, Bibliotheksdokumentation *.dcm als PDF-Datei“ · Platinen ·