EmbeddedRelated.com
Memfault Beyond the Launch

ucosii and lpc2138

Started by fasis in LPC200019 years ago 3 replies

Hello All, I am new in RTOS stuff, after searched and read messages in this Group, I picked ucosii instead of others for my LPC2138's...

Hello All, I am new in RTOS stuff, after searched and read messages in this Group, I picked ucosii instead of others for my LPC2138's OS. I plan to order The book comes with sources ucosii, is that enough for lpc2138? Or which ucosii version does support lpc2138? Thanks Afrizal


UART1 on LPC2138

Started by thos_fernando in LPC200015 years ago 2 replies

Hello, I have a problem that UART1 on LPC2138 is dropping characters.I am communicating with a GPRS modem to send data to a server using AT...

Hello, I have a problem that UART1 on LPC2138 is dropping characters.I am communicating with a GPRS modem to send data to a server using AT commands.I am using RTS ,by writing to the U1MCR resgister,switching it OFF in the ISR if 30 characters queue up and ON in the Getch routine when 2 characters remain to be read.This is not AUTO RTS,since LPC2138 does not support it,only LPC2138/01 does. ...


LPC2138 and GCC

Started by Alexander Shabarshin in LPC200018 years ago 6 replies

Hello I try to run simple circuit with LPC2138 chip. I plan to use lpc21isp utility to flash it under Linux. Yesterday I installed...

Hello I try to run simple circuit with LPC2138 chip. I plan to use lpc21isp utility to flash it under Linux. Yesterday I installed GCC-4.0.1 from gnuarm.com, BUT I did not find lpc2138.h, startup.S and .ld files to build code for FLASH and RAM of LPC2138 chip. Please, give me some advice where better to download these things? Sample code for LPC21xx wi


LPC2138 Bootloader Issue

Started by tah2k in LPC200018 years ago 6 replies

Hi All- I'm currently experiencing a very frustrating issue with the LPC2138 bootloader. I can successfully and reliably use the Philips...

Hi All- I'm currently experiencing a very frustrating issue with the LPC2138 bootloader. I can successfully and reliably use the Philips flash utility to download an image to a blank LPC2138 once and only once. After that, the flash utility is never able to communicate with the LPC2138. I have been monitoring the recent bootloader thread that was resolved by manipulating the watchdog


LPC2138 one time programmable ?

Started by titi_toon in LPC200016 years ago 11 replies

Hello, I have made my own board (it's not the first) and the ISP (read device signature) works, but i can program the LPC2138 (or 2132) only...

Hello, I have made my own board (it's not the first) and the ISP (read device signature) works, but i can program the LPC2138 (or 2132) only once. Then the quartz oscillates but the LPC2138 doesn't execute the code and the ISP (read device signature) doesn't work anymore... My schematics around the LPC2138 are the same with other boards that work fine. Does someone have an idea to explai...


Starting with LPC2138

Started by Mihir M Patel in LPC200017 years ago 3 replies

Dear All, I am thinking of using LPC2138 for a new project and tried to get it going using GNUARM tool chain with a simple prototype...

Dear All, I am thinking of using LPC2138 for a new project and tried to get it going using GNUARM tool chain with a simple prototype design. I am facing problems in JTAG debugging using Amontec-tiny. can you please recommend which tool should i go for. any if any one has simple application return with schematic for LPC2138 which can be shared that will be great. Thanks, Mihir


fastest flash prog speed for LPC2138?

Started by kotex_m3 in LPC200018 years ago 21 replies

Looking at a LPC2138 as a possibility to create specialized mgmt boxes for racing hobbyist. With out getting into the details we need...

Looking at a LPC2138 as a possibility to create specialized mgmt boxes for racing hobbyist. With out getting into the details we need the ability to completely reprogram a device in the pits. Does anyone have a feel for how long it takes to program a LPC2138 (or even the LPC2136) with a full 500k ish image over JTAG? Our eval boards are coming up slower than expected let alone the eff...


LPC2138

Started by subb...@gmail.com in LPC200015 years ago 30 replies

Hi, Is it a wise decision to use LPC2138 for new design? I need to choose a device, which will have supply/support for another 15 years.. Will...

Hi, Is it a wise decision to use LPC2138 for new design? I need to choose a device, which will have supply/support for another 15 years.. Will NXP supply/support LPC2138 for another 15 years. Or will they vanish soon. Any known issues with LPC21238. Flash data retention for 15 years? Thanks in advance. Regards, Subbiah ------------------------------------


Clock output from LPC2138

Started by prer...@gmail.com in LPC200013 years ago 7 replies

Hello there - I need to interface LPC2138 with an external device (Coolrunner CPLD), and would like to keep a common crystal for both. For...

Hello there - I need to interface LPC2138 with an external device (Coolrunner CPLD), and would like to keep a common crystal for both. For LPC2138, if I keep in osc mode, it is using XTAL1 and XTAL2 as crystal input pins. My question is, if I want to supply a 12 MHz clock from LPC to CPLD, how should I do it? Your help is highly appreciated... (btw, I tried google for past few days, but could not ...


LPC2138 5V tolerant GPIO

Started by dsourgen in LPC200014 years ago 6 replies

Hello, During tests of my new card, it seems I have burnt 3 digital inputs on my LPC2138: P0.28, P0.29, P0.30 (No reaction on these pins wheter...

Hello, During tests of my new card, it seems I have burnt 3 digital inputs on my LPC2138: P0.28, P0.29, P0.30 (No reaction on these pins wheter I configure them as digital inputs or outputs). I applied 5V logic levels on these inputs and tried to read them. This worked during a while. To me, two things may have happened: - LPC2138 "ON OFF" while 5V was still applied on these inputs.


LPC2138 SPI Problem

Started by johnleerberg in LPC200018 years ago 5 replies

Hi All I have been working with the LPC2138 for about 12 months on and off and have had NO problems with getting any of the peripherals...

Hi All I have been working with the LPC2138 for about 12 months on and off and have had NO problems with getting any of the peripherals working until now. I have two LPC2138's connected via SPI0 and am intending to setup one as a master and the other a slave that adds two serial ports to my master. There are two issues: 1) With MOSI to MOSI, P1.24 (master) to SSEL0 (slave), SCL


LPC2138 GPIO port1

Started by Michal Krestan in LPC200017 years ago 3 replies

Hi All, does anybody have idea, how to set pins P1.28-P1.31 as outputs on LPC2138? I've got at IODIR1=0xFFFF0000 and for example P1.26 works...

Hi All, does anybody have idea, how to set pins P1.28-P1.31 as outputs on LPC2138? I've got at IODIR1=0xFFFF0000 and for example P1.26 works well as output, but still no success between P1.28 and P1.31. Michal


FreeRTOS on LPC2138 (was: Uart receive timeout Interrupt?)

Started by FreeRTOS Info in LPC200018 years ago 13 replies

> I'm trying to get FreeRTOS running on the LPC2138. > > I can use the Keil demo compiler to compile the Keil demo to work. > > I've...

> I'm trying to get FreeRTOS running on the LPC2138. > > I can use the Keil demo compiler to compile the Keil demo to work. > > I've managed to get the 2016 GCC demo compiled and downloaded to the > board. Of course it doesn't work. :-) > > I'm new to the ARM LPC2138, GCC and FreeRTOS, so it is a steep learning > curve


LPC2138 GPIO

Started by dimed77 in LPC200019 years ago 8 replies

Hi, Does the LPC2138 P0.10 pin have special electrical specs.? When configured as GPIO, it goes to only 2V when in logic '1' output,...

Hi, Does the LPC2138 P0.10 pin have special electrical specs.? When configured as GPIO, it goes to only 2V when in logic '1' output, no load. Tried with 2 different chips already. Could someone give me a hint? Thanks :) Di


lpc2106 to lpc2138 for freeRTOS

Started by jagdishlpc2138 in LPC200017 years ago 5 replies

How Much change required for switching demo example from lpc2106 to lpc2138? i am using SignumEVB board.

How Much change required for switching demo example from lpc2106 to lpc2138? i am using SignumEVB board.


Design Examples

Started by nxp_marketing_usa in LPC200016 years ago 2 replies

NXP has posted several design examples for the LPC2000 and LPC900 families. The Design Examples include: LCD Controller Design Examples Using...

NXP has posted several design examples for the LPC2000 and LPC900 families. The Design Examples include: LCD Controller Design Examples Using the LPC247x Audio Player Design Example Using the LPC2138 Audio Player Design Example Using the LPC2138 Telephone Answering Machine Design Example Using the LPC2138 Point Of Sale (POS) Design Example Using the LPC2214 IEC Alarm Design Example ...


LPC2138 and FreeRTOS

Started by Peter Homann in LPC200018 years ago 16 replies

Hi, I'm looking at using FreeRTOS on a LPC2138 based project. Does anyone have any opinions, tips or experiences they could share on...

Hi, I'm looking at using FreeRTOS on a LPC2138 based project. Does anyone have any opinions, tips or experiences they could share on how successful this combination is. Thanks in advance. Cheers, Peter. -- ------------------------------------------------------------------ Web: www.homanndesigns.com emai


Flash Utility ISP on LPC2138

Started by radim100 in LPC200018 years ago 2 replies

Hi I have a board with LPC2132 MCU . ISP Version 2.2.2. works fine at all speeds . When I switch on the same board to LPC2138 ( same ...

Hi I have a board with LPC2132 MCU . ISP Version 2.2.2. works fine at all speeds . When I switch on the same board to LPC2138 ( same crystal 14.7456MHz , same board ) I am having download file problems . Switching back and to LPC2132 works fine . After putting LPC2138 ( different piece of chip ) on again it has similar download problems ( even at slow speed li


help in LPC2138 with UCOS-II

Started by willinocencio in LPC200017 years ago 5 replies

Hi I am using LPC2138 to project. How i can't use UClinux, i want to use UCOS-II, but there are documentation only Windows. I would like...

Hi I am using LPC2138 to project. How i can't use UClinux, i want to use UCOS-II, but there are documentation only Windows. I would like usee UCOS to Linux with drivers to network. help me ? Thanks, William


How to change bootloader for LPC2138 ?

Started by r_bottleneck in LPC200018 years ago 3 replies

Hello, I think the problems I posted recently regarding JTAG problems of the LPC2138 mask A and B, are caused by the bootloader. The mask A...

Hello, I think the problems I posted recently regarding JTAG problems of the LPC2138 mask A and B, are caused by the bootloader. The mask A device has version 2.00 , the mask B device has 2.11 (B works perfectly). How can I change the bootloader in the mask A device ? I didn't find a tool which allows to change the bootloader for the LPC2138. For other members of the LPC21xx family there a



Memfault Beyond the Launch