Hi all, is there a possibility to issue a software reset to a LPC2119 chip. I would like to have all registers etc, in the same state as after a hardware...
... one of the methods common to all microcontrollers is to use a watchdog timer, don't know if it can be called a software reset, but does what you need....
When reading bits 16:23 of I/O Port1 into a byte variable, I'd normally do something like this... unsigned char Variable; Variable = (IO1PIN >> 16)& 0xff; I'm...
... I thought I remembered something about peripherals and word access in the user manual so I went and looked it up. From the bottom of p49 of the 2119 user...
Hi folks, Could someone recommend a suitable JTAG interface to use with Rowley's (Linux) IDE please? Preferably one someone's actually used and knows works!...
Rob, ... The parallel port wiggler works for most people, and Olimex do a cheap unit. Downside is it doesn't work on some parallel ports for some reason....
Ah, I'd forgotten about your USB one! Think I'll get an Olimex one and upgrade to USB when you get your act together! ;-) Cheers, Rob Rob, ... The parallel...
... and upgrade ... Hi Robert I use CrossWorks (windows) and use Segger J-Link and Wiggler JTAG. I have problems when using Segger J-Link, it fails to stop...
I'm about to start work on a project using the LPC2104. Has anybody used either the Lauterbach or the EPI Majic with any success on this device? Regards, ...
John, ... Have you loaded the latest firmware into the J-Link? Rolf Segger's last e-mail to me on the subject invited us to try the new software. Jon Elliott...
Thanks on the advice! I'm most probably going to go with FTDI. it seems that firmware/software support is quite extensive. I'll probably throw in the footprint...
Does anyone know what the power consumption of the LPC210x or 211x is with the CPU in IDLE mode and only the RTC running? I can only find figures for active...
check this : http://www.silabs.com/products/microcontroller/interface.asp 3$,no other components around, and extended temperature range ... ... nice test ... ...
Have a look at lwIP http://savannah.nongnu.org/projects/lwip/ It has even been ported to eCos. Is there a reasonably complete port of eCos for the LPC? ...
Greetings, My name is JR Rodrigues and I am with CMX Systems, which offers a tiny TCP/IP stack called CMX-MicroNet which will fit nicely on the processor that...
Hi everyone, I'm having some problems with using the A/D converter of the LPC2129 ARM board. I'm interfacing the board with an LM35DZ temperature sensor which...
here's the code im using: for setting it up, using a PCLK of 60Mhz ADCR = 0x00210E01; set up ADC AIN0, @PCLK/15 =4MHz, 10bit ADCR ¦= 0x01000000; to read the...
Fuentes Rodriguez, M.E.
mef6@...
Sep 2, 2004 12:01 pm
3145
Hi, Thanks very much for your help. I tried out the code you sent and it works perfectly! Best regards, Daniela. ... LPC2129 ... if...
Hello All http://hubbard.engr.scu.edu/embedded/arm/armlib/ I need this library ,but unfortunately unable to D\L it. Any one have it ? Thanks in advance Bobi ...
FTDI chip will run at 3MB but not the silab chip. It depends on what speed you need. Also, I think the drivers are not free for silabs but they are free at...
i'm new in programming µc but i have some skills in c programming. i read in the user manual of the lpc 2124 all about the vic how to set the variables. but i...
... First let's deal with the interrupt architecture. The basic response to exceptions is a table containing jump instructions at the start of the address...
Hi, I am trying to use the IAP commands using lpc2114. The result[0] is allways 0. when the C compiler does not have -interwok option, the uC hangs. Is there...