EmbeddedRelated.com
The 2024 Embedded Online Conference

LPC2104 Watchdog timer

Started by i will tell u if u ask in LPC200017 years ago 4 replies

Hello, Trying to use the watchdog timer on the LPC2104 so it will automaticlly reset if my software is ESD zapped and causes a...

Hello, Trying to use the watchdog timer on the LPC2104 so it will automaticlly reset if my software is ESD zapped and causes a lockup. running on 10Mhz external oscillator. I have read the watchdog portion in the datasheet but, i am getting resets all the time after i boot my hardware everytime now. I feed the WDFEED very very often right now, a crude way of troubleshooting the watchdog re...


interrupt vector table & IAP

Started by more_effective in LPC200020 years ago 1 reply

Hi everybody, We are trying to work with LPC2104 & Keil uVision3. If you take LPC2104 user's manual (2 oct 2003) you can read: ...

Hi everybody, We are trying to work with LPC2104 & Keil uVision3. If you take LPC2104 user's manual (2 oct 2003) you can read: "If user's code is runing from the on-chip RAM and an aplication uses interrupts, interrupt vectors must be re-mapped to flash a


I2C loading the I2DAT w/out a vectored interrupt

Started by i will tell u if u ask in LPC200018 years ago 2 replies

Hi I have a general question for those of you who have used the I2C hardware on the LPC21XX. I am using a LPC2104 and I am trying to send some...

Hi I have a general question for those of you who have used the I2C hardware on the LPC21XX. I am using a LPC2104 and I am trying to send some I2C data with my LPC2104 set as the master in transmit mode, without having to use the SI bit to vector an interrupt service to load the I2DAT register. In other words i want to load the I2DAT after the SI bit in I2CONSET, and not having to load it i...


lpc2104 external interrupt problem

Started by "ene...@ymail.com" in LPC200012 years ago 2 replies

Hi, I am trying simulate external interrupt of LPC2104 using keil in proteus. But it doesn't work. I pasted my c code below and i didn't make...

Hi, I am trying simulate external interrupt of LPC2104 using keil in proteus. But it doesn't work. I pasted my c code below and i didn't make any change in startup.s code. I'm trying to turn off led at p0.0 and turn on led at p0.1 when external interrupt signal comes. #include void EXTINTVectoredIRQ(void)__irq; int main(void) { IODIR0 = 0x00000003; IOSET


Device IDs update for all LPC2000 devices

Started by philips_apps in LPC200019 years ago 1 reply

Device ID LPC2106 0xFFF0FF32 LPC2105 0xFFF0FF22 LPC2104 0xFFF0FF12 LPC2114 0x0101FF12 LPC2119 0x0201FF12 LPC2124 0x0101FF13 ...

Device ID LPC2106 0xFFF0FF32 LPC2105 0xFFF0FF22 LPC2104 0xFFF0FF12 LPC2114 0x0101FF12 LPC2119 0x0201FF12 LPC2124 0x0101FF13 LPC2129 0x0201FF13 LPC2194 0x0301FF13 LPC22x0 0x0301FF12 LPC2212 0x0401FF12 LPC2214 0x0601FF13 LPC2292 0x0401FF13 LPC2294 0x0501FF13 LPC2131 0x0002FF01 LPC2132 0x0002FF11 LPC2


PWM Problem

Started by vineet jain in LPC200018 years ago 4 replies

Hi all, I am having difficulties with initiating the PWM. Here's the code to enable PWM4 single edge on LPC2104 at 11.0592 Mhz. PINSEL0 =...

Hi all, I am having difficulties with initiating the PWM. Here's the code to enable PWM4 single edge on LPC2104 at 11.0592 Mhz. PINSEL0 = 0x00020000; PWMPR = 0x7FF; PWMPCR = 0x00001000; PWMMCR = 0x00002000; PWMMR0 = 0x00002000; PWMMR4 = 0x00001000; PWMLER = 0x00000010; PWMTCR = 0x00000002; PWMTCR = 0x00000009; Anything I am missing. Th...


Smallest Chess Engine ?

Started by ligfietser2003 in LPC200018 years ago

Hm, embedded controllers and chess ? Yep, since I got the LCD Game board with an LPC2104 and a color LCD (130x130) I am trying to get a chess...

Hm, embedded controllers and chess ? Yep, since I got the LCD Game board with an LPC2104 and a color LCD (130x130) I am trying to get a chess program to run on this board. Started of with the TSCP from Tom Kerrigan but that one proved to be too big - So now I ended up with a very old copy (1983 version) of usurpator. A chess engine for the old and famous 6502. Together with the M6502 sim...


lpc2104 not executing code in flash

Started by manikandan palaniappan in LPC200019 years ago 2 replies

hi, i am using tinyarm lpc2106 from ramtek.i download the example from donotronics mb40_examples.zip(Dontronics - TinyARM DIP40/50...

hi, i am using tinyarm lpc2106 from ramtek.i download the example from donotronics mb40_examples.zip(Dontronics - TinyARM DIP40/50 with Philips LPC2106/2129 ... websitefor -www.dontronics.com/pasat.html)for lpc2106.i am using IAR EmbeddedWorkBench version 4.10A for producing intel hex file and downloa


buzzer rings low!

Started by omkar vyas in LPC200018 years ago 16 replies

i am sorry friends it is very silly question but i am working on it so long= ! lpc2104 - port pin number -P23 - transistor(2N3906) base...

i am sorry friends it is very silly question but i am working on it so long= ! lpc2104 - port pin number -P23 - transistor(2N3906) base emitter supplied w= ith +5volts collactor is connected to 100 ohm Resistance and then buzzer(it= is not dc buzzer but it operates on square wave) i am giving 822Hz Freq! w= hich is ideal but buzzer rings very low!!! what should i do? to ring it high Dar...


[gnu arm] interrupts don't work :/

Started by Pawel Sikora in LPC200019 years ago 8 replies

Hi, I have the LPC2104 kit. I've used the IAR-System for developing so far but I would like to try the GNU ARM. I've...

Hi, I have the LPC2104 kit. I've used the IAR-System for developing so far but I would like to try the GNU ARM. I've rebuilt several existing applications that use interrupts but they don't work with GNU ARM. How can I use interrupts with GNU ARM? Atta


IAR embedded workbenck ABT_stack error

Started by i will tell u if u ask in LPC200017 years ago 5 replies

Hi all, I have used the LPC2104 previously and am familiar with the ARM. I used the IAR embedded workbench to finish that project and have...

Hi all, I have used the LPC2104 previously and am familiar with the ARM. I used the IAR embedded workbench to finish that project and have done so. Now i am starting a new project with Rev. 4.41 of the IAr embedded work bench, and an LPC2103, but i keep getting an error saying : Fatal Error[e72]: Segment ABT_STACK must be defined in a segment definition option (-Z, -b or -P) What e...


Timer0 interrupt problem in LPC21XX

Started by Barış in LPC200014 years ago 7 replies

Hi all, I'm new in ARM CPUs and I've just started programming LPC series.I have a problem with Timer0s interrupt. I am trying hitex's lpc2000...

Hi all, I'm new in ARM CPUs and I've just started programming LPC series.I have a problem with Timer0s interrupt. I am trying hitex's lpc2000 sample code with lpc2104 and comparing lpc2014 registers with sample code.It seems true but it doesn't work in keil's uvision.It doesnt enter ISR.Can anybody help me? This is the code. #include void T0isr (void) __irq { T0IR|=1; VI


ANN: LPC2104 Color LCD Game Board with Bluetooth

Started by kristianstad2001 in LPC200018 years ago 2 replies

Hi All, This is just a short announcement that we have a fun board for your summer vacation - a board with Color LCD and Bluetooth. Details...

Hi All, This is just a short announcement that we have a fun board for your summer vacation - a board with Color LCD and Bluetooth. Details can be found on: http://www.embeddedartists.com/products/boards/lpc2104_pro002.php Have fun! Embedded Artists ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email d


LPC2104 using LPC GCC Compiler Tools

Started by "Lava S. kumar" in LPC200016 years ago

sir, I am using LPC gcc compiler tools,during program compilation and debugging I face some problems. My board having one...

sir, I am using LPC gcc compiler tools,during program compilation and debugging I face some problems. My board having one serial port,one modem port and one jtag connector. My tools are "GNU gdb 2003-09-20-cvs (cygwin special),copy right 2003 GDB configured as "i686-pc-cygwin",and GNU gdb 6.1-macraigor2. First off all know my procedure 1. ...


ANN: HBBR Basic IDE and Compiler for ARM based micrcontrollers - available

Started by elektrknight in LPC200017 years ago

Hello! Hobby-Robotics is pleased to introduce HBBR Basic IDE and Compiler for ARM based mirocontrollers. Currently supported NXP LPC2000...

Hello! Hobby-Robotics is pleased to introduce HBBR Basic IDE and Compiler for ARM based mirocontrollers. Currently supported NXP LPC2000 series devices are: - LPC2106,LPC2105,LPC2104 - LPC2138,LPC2136,LPC2134 - LPC2148,LPC2146,LPC2144 - HBBR Basic is a modern structured Basic variant (full documentation can be found on-line here http://www.hbbrbasic.com/documentation.html) - You...


ANN: HBBR Basic IDE and Compiler for ARM based microcontrollers

Started by elektrknight in LPC200017 years ago

Hobby-Robotics is pleased to introduce HBBR Basic IDE and Compiler for ARM based microcontrollers. Currently supported NXP LPC2000 series...

Hobby-Robotics is pleased to introduce HBBR Basic IDE and Compiler for ARM based microcontrollers. Currently supported NXP LPC2000 series devices are: - LPC2106,LPC2105,LPC2104 - LPC2138,LPC2136,LPC2134 - LPC2148,LPC2146,LPC2144 - HBBR Basic is a modern structured Basic variant (full documentation can be found on-line) - You can edit, compile, upload and communicate from a HBBR...



The 2024 Embedded Online Conference