Forums Search for: LPC21xx
Re: Tom's questions for Jaya
in
Hello lpc2100, I will answer you question assuming it is an open question:
--- In lpc2000@lpc2..., "lpc2100"
Hello lpc2100, I will answer you question assuming it is an open question:
--- In lpc2000@lpc2..., "lpc2100"
Re: Tom's questions for Jaya
in
Tom, what you say does not appear to add up:
>Message: 12
> Date: Fri, 24 Feb 2006 17:06:25 -0000
> From: "lpc2100"
Tom, what you say does not appear to add up:
>Message: 12
> Date: Fri, 24 Feb 2006 17:06:25 -0000
> From: "lpc2100"
Free BASIC interpreter for LPC2100
inDoes somebody know something about Free BASIC interpreter for LPC2100? Thanks vdaniel ------------------------ Yahoo! Groups Sponsor...
Does somebody know something about Free BASIC interpreter for LPC2100? Thanks vdaniel ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/dN_tlB/TM --------------------------------------------------------------------~->
Re: Free Serial Intel Hex Loader for LPC2100
inHello, I have put up a free (for non profit use) version of utility that will load my boot loader to flash sector 0, and automatically...
Hello, I have put up a free (for non profit use) version of utility that will load my boot loader to flash sector 0, and automatically configure it to work with the crystal in use. See: http://www.cse.unsw.edu.au/~jayas/esdk/sill.html Unlike my previous version, this one is based on methods I used to implement initialisation at the factory floor. While it is a fresh development (s...
RFID with LPC2100
Hello! Is there any (open) sample code for RFID reader application based on LPC2100? Marko
Hello! Is there any (open) sample code for RFID reader application based on LPC2100? Marko
Keil Flash Programming
Hi All: Keil Questions: 1. Device Database When adding a custom (ARM core) MC in the device database for Keil, what relevance do...
Hi All: Keil Questions: 1. Device Database When adding a custom (ARM core) MC in the device database for Keil, what relevance do the following parameters have? FLDLL=UL2ARM(-U268761108 -O7 -C0 -FO15 -FD40000000 -FC800 -FN1 -FF0LPC_IAP2_512 -FS00 -FL07D000) MON=SARM.DLL("") TARMP.DLL("-pLPC2138") REGFILE=LPC2888.H("Philips") SFILE="STARTUP\Philips\Startup.s" ("Philips LPC2100 Startup Cod...
Procyon ARMlib-LPC2100 needed
inHi,all who can upload Procyon ARMlib-LPC2100, Thanks in advance!
Hi,all who can upload Procyon ARMlib-LPC2100, Thanks in advance!
IrDA on LPC2100 ?
inDoes anyone know if the LPC2100 series has the capacity to do IrDA without an external IrDA encoder/decoder? Some newer MCUs like the...
Does anyone know if the LPC2100 series has the capacity to do IrDA without an external IrDA encoder/decoder? Some newer MCUs like the STR911/912 series have UART's which can do IrDA encoding/decoding as well (requiring only an LED transceiver). However it appears to me (at first glance) that the LPC2100 series doesn't have that capacity. Can anyone give feedback from implementing Ir...
LPC2XXX Peripherals
inHello, Does anybody know if the peripherals within a family of LPC2000 chips are register compatible? With "family" I mean LPC2100/LPC2200...
Hello, Does anybody know if the peripherals within a family of LPC2000 chips are register compatible? With "family" I mean LPC2100/LPC2200 and LPC2300/LPC2400. I would like to start to write drivers for the peripherals on the LPC2368, since the LPC2478 is not yet available. Especially, I am interested in the Interrupt controller, DMA controller and the timers. There is not yet a ...
Re: RFID with LPC2100
in=A0 Hello! Is there any (open) sample code for RFID reader application based on=20 LPC2129 or similar to that? sree =20 =20
=A0 Hello! Is there any (open) sample code for RFID reader application based on=20 LPC2129 or similar to that? sree =20 =20
LPC2114 startup issue
Hi, I am developing a board based on LPC2114 controller. I cannot run any code I write to processor memory. Philips ISP utility works fine,...
Hi, I am developing a board based on LPC2114 controller. I cannot run any code I write to processor memory. Philips ISP utility works fine, I can read signature, upload a hex file to flash etc without any problem. I have even set the 0x00000014 vector as per LPC2100 bootloader protocol. Crystal is 12 MHz, cclk is 60 MHz and pclk is 30 MHz. But when I remove the ISP jumper and restart ...
LPC2114 startup problem
Hi, This is my first LPC2100 project. I have some test code written in Keil IDE and flashed through Philips ISP utility v 2.2.1, with...
Hi, This is my first LPC2100 project. I have some test code written in Keil IDE and flashed through Philips ISP utility v 2.2.1, with proper vector 0x0014 set. Runs ok in the simulator. The code is written to the device ok, but verify fails - a known issue with the ISP utility. However, readback of the 2114 gives correct code, compared with "Beyond Compare", so I know the device is prog...
Two new LPCs: LPC2157 / LPC2158
inHello, there are two new LPCs: LPC2157 seems to be a LPC2138 + LCD Controller LPC2158 seems to be a LPC2148 + LCD Controller Both in...
Hello, there are two new LPCs: LPC2157 seems to be a LPC2138 + LCD Controller LPC2158 seems to be a LPC2148 + LCD Controller Both in LQFP100. I can't find any data sheet or user manuals about them on nxp webpages. Google found a datasheet: http://www.zlgmcu.com/philips/arm/lpc2100/lpc2157_58_ds.pdf > From the above data sheet: "Refer to the respective LPC2148 and LPC2138 use
how to set baudrate 38400 while PCLK is 60 MHz?
inHi all, Has anyone successfully set the LPC2100 Baudrate 38400 while PCLK is 60MHz? I set the LPC2148 with the following settings with...
Hi all, Has anyone successfully set the LPC2100 Baudrate 38400 while PCLK is 60MHz? I set the LPC2148 with the following settings with Calculated Baudrate (BPS): 38412. Because a application uses LPC2148's USB port, 12 MHz crystal has to be used here. If FDR is not used, the baudrate 4800 and 9600 are working. But baudrate 38400 doesn't work even FDR is used. PINSEL0 = 0x00000005; ...
PROGMEM equivalent for lpc2100?
inI am trying to port a basic USB CDC stack from an AT90USB162 to the LPC2148 (rather than paying for something like an FT232RL), and it seems on...
I am trying to port a basic USB CDC stack from an AT90USB162 to the LPC2148 (rather than paying for something like an FT232RL), and it seems on the atmel chips you can use PROGMEM to store variables in flash memory rather than using SRAM (which is good since the AT90USB162 only has 512 bytes of it). I was wondering if there is a straight forward way to do the same with an lpc2100? All of the d...
USB Device Class for MIDI - followup
inI was just wondering if anybody has some LPC214X or LPC2100 based MIDI USB Class code available to share . Thanks....
I was just wondering if anybody has some LPC214X or LPC2100 based MIDI USB Class code available to share . Thanks. Radim ------------------------------------
Orcad Schematic Library for the LPC2100
inI am looking for an Orcad Schematic Library for the LPC21000 series MCU. Can anyone help me??? Asif Khan Manufacturing Engineering Bio-Rad...
I am looking for an Orcad Schematic Library for the LPC21000 series MCU. Can anyone help me??? Asif Khan Manufacturing Engineering Bio-Rad Laboratories
lpc2100 book suggestions
incan anyone suggest me a book on complete reference to LPC2103. i need to finish my final year project. so kindly help...
can anyone suggest me a book on complete reference to LPC2103. i need to finish my final year project. so kindly help me guys!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Lpc2100 flash utility v2.2.3 glitch?
I have been using the flash utility without problem, then it started acting strange. The READ DEVICE ID button works correctly. The UPLOAD to...
I have been using the flash utility without problem, then it started acting strange. The READ DEVICE ID button works correctly. The UPLOAD to FLASH button works correctly.... but The Compare Flash button always gives a bad compare. The ERASE button seems to work correctly... but the BLANK CHECK button always reports "Device is not blank!" Has anybody else experienced this? Thanks,...
Philips Documentation
I've just finished implementing i2c interrupt driven communications between two LPC2100s. (LPC2129 for Master, LPC2131 for Slave). The code...
I've just finished implementing i2c interrupt driven communications between two LPC2100s. (LPC2129 for Master, LPC2131 for Slave). The code was done in ImageCraft C. (IMHO the ImageCraft C is easier to work with than Gnu for the ARM. Keil, IAR, etc... are just priced too high for a very small shop.) Philips needs to spend a little more time on their docume