Forums Search for: LPC21xx
Extended temperature range microcontrollers?
inHello embedded people! We have a new project that may require operation at perhaps 105`C. This is well above what I am used to working with,...
Hello embedded people! We have a new project that may require operation at perhaps 105`C. This is well above what I am used to working with, so I have not paid much attention to "extended" temperature range parts. Now I need to find some! I am looking for suggestions for microcontrollers. Would prefer something modern and C (gcc) friendly, like e.g. the LPC2100 series I was going to use...
UART protection
inI want to connect the UART of the micro (LPC2100) to a cell phone serial port. Both devices should probably have short circuit protection...
I want to connect the UART of the micro (LPC2100) to a cell phone serial port. Both devices should probably have short circuit protection but neither use +-15V true RS232 specs. Do I need a line driver chip between or is there a simpler (less cost/parts) way of making the connection? Thanks.
LPC2101 development kit, which one?
inHello Folks, The Philips ARM series had been out of my price range but the LPC2101 finally seems to be in reach, meaning under $2 in...
Hello Folks, The Philips ARM series had been out of my price range but the LPC2101 finally seems to be in reach, meaning under $2 in quantity. Now if one wants to try it out which kit would work? I'd have no problem if it was for another one of the ARM chips as they seem to be quite compatible. The only kit for the lower number parts I found at Digikey was the KS2106 LPC210x Kickstar...
Lowest power ARM MCU?
inI'm looking for the lowest power ARM7 MCU out there... one with the best mips/watt ratio. Its hard to compare the benchmarks used by various...
I'm looking for the lowest power ARM7 MCU out there... one with the best mips/watt ratio. Its hard to compare the benchmarks used by various manufacturers since they measure active Idd in various ways, but the process technology (130nm, 90nm etc) is almost never specified. I've been looking at the LPC2101 which I believe is built with a 90nm process, but Ive heard there are intel parts that...
LPC2101-2-3, still preliminary?
inI can buy the LPC2101, 2102 or 2103 at Digikey, but the data sheet is still just preliminary and pretty incomplete. Any idea when Philips will...
I can buy the LPC2101, 2102 or 2103 at Digikey, but the data sheet is still just preliminary and pretty incomplete. Any idea when Philips will update the data sheet with full information?
ARM MCU below $1.50/1000u?
inHi everybody, I am looking for an ARM MCU with the following constraints (in the order of importance): - 4 channel ADC with > = 500 k...
Hi everybody, I am looking for an ARM MCU with the following constraints (in the order of importance): - 4 channel ADC with > = 500 k samples/s - Price in 1k units < $1.50 - Frequency "as high as possible" but at least 32 MHz - 1 UART - RAM and Flash negligeable (1k RAM and 4k Flash would be largely enough). I found the LPC2102 from NXP which almost hit the price mark. I also got the im
Does Crossworks for ARM supports LPC2103 ?
inHi, Has anyone successfully programmed an LPC2103 using Rowley Associates CrossWorks for ARM and the ARM USB CrossConnect? It does...
Hi, Has anyone successfully programmed an LPC2103 using Rowley Associates CrossWorks for ARM and the ARM USB CrossConnect? It does explicitly support LPC2104, but it doesn't say anything about 2103. I know the LPC2103 is newer, but it also has less memory, and I don't know if that makes it impossible to support it. Any experience? Thanks in advance,
Favorite Philips/NXP LPC21xx websites/forums?
inHi, I've recently started development with a Philips LPC2103. I know Atmel has a site, AT91.com, which I found useful for AT91SAM stuff. ...
Hi, I've recently started development with a Philips LPC2103. I know Atmel has a site, AT91.com, which I found useful for AT91SAM stuff. I'm looking for suggestions or recommendations on websites/forums that discuss using the LPC21xx parts. I did the Google search already but ended up at sites that archive "the real" forums. If it makes a difference, I'm planning on using the ...
Eclipse embedded development woes, req feedback
inHi, If you use Eclipse (the IDE, especially for embedded use, I would really appreciate your responses. I now have Eclipse(Zylin Embedded...
Hi, If you use Eclipse (the IDE, especially for embedded use, I would really appreciate your responses. I now have Eclipse(Zylin Embedded CDT) + OpenOCD talking to my LPC2103 (ARM7-TDMI), but I'm experiencing what seems like shortcomings in Eclipse. Maybe others here who use Eclipse for embedded development can shed some light. 1. Is there an "easy" way to automate the build, co...
Debugging problem on a LPC2103 with uLink
inHello. I've a problem with LPC2103. I've two boards. The first-one is a Silica Demo Board with a Philips (with Philips logo) LPC2103. The...
Hello. I've a problem with LPC2103. I've two boards. The first-one is a Silica Demo Board with a Philips (with Philips logo) LPC2103. The second one is a home built board with only a NXP (note not Philps marked!) LPC2103 and just supplies and xtal. I've a Keil uLink and I use uVision3 for Arm. So, I can program both MCUs and everything works well. Unfortunately I can debug just only the ...
LPC2103 (Phillips ARM7 microcontroller) Led Blinky Example
inAll, For people who are learning the ARM7 architecture, and wish to use GPL development tools, then my LED blinky program may be of use to...
All, For people who are learning the ARM7 architecture, and wish to use GPL development tools, then my LED blinky program may be of use to you: http://www.users.on.net/~jsno/proj_micro/arm7lb.html I hope you find it a useful spring board. Cheers
LPC2103 prefetch / data abort exception
inHi, I am using: - NXP LPC2103FBD48 with ARM7 core. - Rowley Associates CrossStudio for ARM v1.7 Build 4. - C++. - Compiling with no...
Hi, I am using: - NXP LPC2103FBD48 with ARM7 core. - Rowley Associates CrossStudio for ARM v1.7 Build 4. - C++. - Compiling with no optimizations. I have a mysterious bug that is causing, once in a while, a prefetch abort exception or a data abort exception. I suspect it is either the chip or the CrossStudio's fault, because commenting out one single line of source code that says "con...
LPC2103 reset when disabling interrupt in VIC
inHi, I'm using: - NXP LPC2103FBD48 with ARM7 core. - Rowley Associates CrossStudio for ARM v1.7 build 4. Sometimes, when I disable the...
Hi, I'm using: - NXP LPC2103FBD48 with ARM7 core. - Rowley Associates CrossStudio for ARM v1.7 build 4. Sometimes, when I disable the interrupt corresponding to TIMER0, doing VICIntEnClr =1 <
not enough code space to debug
inHi, I'm using Rowley Associates CrossStudio for ARM v1.7 build 4 (which relies on GCC C++ compiler) to develop a C++ program for an...
Hi, I'm using Rowley Associates CrossStudio for ARM v1.7 build 4 (which relies on GCC C++ compiler) to develop a C++ program for an LPC2103. My problem is that I'm running out of code space (flash), mainly because some of the .cpp files I wrote have many class definitions, even though some of those classes are never instantiated from my application. I need to debug, so I need to keep all c...
Please give solution there is problem while interfacing AT25010A(serial EEPROM) with LPC 2103
Helloo, I'm interfacing LPC2103(SPI0) with Serial EEPROM AT25010A to write data in to the EEPROM I have to sent 2...
Helloo, I'm interfacing LPC2103(SPI0) with Serial EEPROM AT25010A to write data in to the EEPROM I have to sent 2 COmmands WREN(0x06),WRITE(0x02),Address(Let 0x00) and data(let 0x41) i'm using Keil debugger. While i'm writing S0SPDR register(with out interfacing AT 25010A) with these commands the register S0SPDR shows the value and data is on the Mosi pin but whenever i interface with AT2501...
LPC2103 problems
inHi, I'm using Rowley Crossworks 1.7 Build 4 for my Olimex LPC P2103 and I have problems when I flash the board. When I debug it, even with...
Hi, I'm using Rowley Crossworks 1.7 Build 4 for my Olimex LPC P2103 and I have problems when I flash the board. When I debug it, even with the release version on it, everything is fine, but when I just load it and disconnect the debugger, nothing seems to work. Have you ever had this kind of problem and how can I solve it? --------------------------------------- Posted through h...
Simple Kalman filter
inHello, I am new at this forum and this is my first post. We are trying to control some servos with a microcontroller Olimex lpc2103. We...
Hello, I am new at this forum and this is my first post. We are trying to control some servos with a microcontroller Olimex lpc2103. We managed to make all the necessary software and hardware, and everything is working fine. There is just one problem - there is some noice in the servos when turn on the transmitter. We decied to make some filter, but when we use the Kalman filter it works too...
LPC2104 and Keil ULINK
inHello, Do I have to use the TCK (prim) on pin 1 or do I have to use TCK (sec) on pin 10 to make ULINK work? Thanks. Grad
Hello, Do I have to use the TCK (prim) on pin 1 or do I have to use TCK (sec) on pin 10 to make ULINK work? Thanks. Grad
SECURE MESSAGING BASED ON ARM 7
inHI all i need help regarding my project Secure Messaging Terminal on ARM 7.The purpose of this project is to design a mobile secure...
HI all i need help regarding my project Secure Messaging Terminal on ARM 7.The purpose of this project is to design a mobile secure messaging terminal using a 32-bit ARM processor, LPC2104. Some of the symmetric encryption/decryption algorithms used for securing the data are Data Encryption Standard (DES), Triple Data Encryption Standard (TDES), and Advanced Encryption Standard (AES). ...
Advice neede: Atmel or Philips ARM
inHi Gurus, I am switching from AVR to ARM. Currently, I use an ATmega162 which is running out of code space (16kB) and performance. But I find...
Hi Gurus, I am switching from AVR to ARM. Currently, I use an ATmega162 which is running out of code space (16kB) and performance. But I find it difficult to choose between Atmel's ARM (looking at the SAM7S series) and thePhilips LPC2104/5/6 series. I don't need many peripherals (yet). My current design uses an FTDI chip for USB, I could save that by using Atmel (Philips has no USB), but o...