Search the web
Sign In
New User? Sign Up
lpc2000 · LPC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 17237 - 17266 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17237
... functions. ... I don't believe CP15 is implemented on the LPC2000 series. Accessing a coprocessor that is not implemented will (should!) generate an...
brendanmurphy37
Offline Send Email
Jul 1, 2006
9:02 am
17238
i want to impliment all interrupts on lpc2104 how to do it? i mean i dont have written interrupt service routine till now can any one give me step by step...
omkar vyas
shree.omkarvyas
Offline Send Email
Jul 1, 2006
11:13 am
17239
Hi all, Is there anyone who know how can be found LPC21XXX & LPC series Keil C library files? (ex : rtc, i2c, timers, uartsm & can modules, etc.) Many Thanks. ...
Fatih ADAL
f_adal
Offline Send Email
Jul 1, 2006
3:12 pm
17240
... On the CD with the Keil compiler perhaps? Robert " 'Freedom' has no meaning of itself. There are always restrictions, be they legal, genetic, or...
Robert Adsett
robertadsett
Offline Send Email
Jul 1, 2006
3:43 pm
17241
... A register with the processor revision would be very useful. I often use a block of protected FLASH memory to describe the hardware. This small chunk of...
David Fowler
dfowler7437
Offline Send Email
Jul 1, 2006
5:53 pm
17242
... Do you also do (bug)fixes ??? Your copy data, to copy data from flash to ram reads: runtime_init: /* Copy .data */ ldr r0, data_source ldr r1, data_start ...
ligfietser2003
Offline Send Email
Jul 1, 2006
6:00 pm
17243
... Besides just mapping the interrupt vectors into RAM, it makes interrupts a bit faster because you don't need to access flash - RAM is faster. It also gives...
ligfietser2003
Offline Send Email
Jul 1, 2006
6:18 pm
17244
... Don't need a timer ISR and use sleep/low power if you like: use P0.14, 0.15, o.16 and 0.30 as inputs (these are the EINT pins) with pull up resistors and...
ligfietser2003
Offline Send Email
Jul 1, 2006
6:27 pm
17245
Thanks for the great link. I know it will help me. David ... uC Hobby Microcontrollers for Hobbyist www.uCHobby.com info@... ... ...
David Fowler
dfowler7437
Offline Send Email
Jul 1, 2006
7:00 pm
17246
Hi, I came across a new board from our Swedish 'friends': http://www.embeddedartists.com/products/boards/lpc2104_pro002.php It contains an Embedded JTAG which...
ligfietser2003
Offline Send Email
Jul 1, 2006
7:02 pm
17247
You oscillator may output to high a voltage for the XTAL input. I have seen other recent post on this group about this. You may need a voltage divider between...
David Fowler
dfowler7437
Offline Send Email
Jul 1, 2006
8:08 pm
17248
http://rapidshare.de/cgi-bin/freeaccount.cgi enjoy now [Non-text portions of this message have been removed]...
somboon sopee
nooknikz
Offline Send Email
Jul 1, 2006
8:31 pm
17249
... Those who feel obliged to use the LPC only in the way Philips tells you to, please ignore the rest of this message. All my boot loaders do this not only...
jayasooriah
Offline Send Email
Jul 2, 2006
12:18 am
17250
The www.gnuarm.com website is undergoing some hosting changes. In the course of changes some pages will be hosted at www.gnuarm.net. But the main entry URL...
Rick Collins
gnuarm
Offline Send Email
Jul 2, 2006
1:08 am
17251
Rob, why do you think Embedded Artists and IAR are the same? They are definitley not linked as the IAR boards look identical to those from Olimex but nothing...
lpc2100_fan
Offline Send Email
Jul 2, 2006
4:06 am
17252
... The statement on the website is "connects directly to IAR workbench" and meanwhile I did also get a response via email from them: "It will have a RDI...
ligfietser2003
Offline Send Email
Jul 2, 2006
7:12 am
17253
Hi Embedded JTAG used USB Port or Parallel port ? It work only with IAR Embedded Workbench ? thanks nooknikz ... [Non-text portions of this message have been...
somboon sopee
nooknikz
Offline Send Email
Jul 2, 2006
7:20 am
17254
I believe it uses an embedded Segger device. Whether it will be "open" or not is yet to be seen, but you could hope that it'll work with the Segger J-Link...
Paul Curtis
paul_l_curtis
Offline Send Email
Jul 2, 2006
8:30 am
17255
Let me clarify this; The embedded JTAG is based on J-link technology from Segger and execute on a LPC2141. It work with the J-link DLL interface (latest rev). ...
kristianstad2001
kristianstad...
Offline Send Email
Jul 2, 2006
9:30 am
17256
Hello, perhaps interesting for the one or other: There is a new document (AN10493) from Philips, which is about power down of LPC2148: ...
Martin Maurer
capiman26061973
Offline Send Email
Jul 2, 2006
9:38 am
17257
Hello, i am using the following code: main() { // Switch P1.16, P0.28, P0.29, P0.30 to output (2 x Duo-LED) PINSEL1 &= ~(3 << ((28 - 16) << 1)); PINSEL1 &= ~(3...
Martin Maurer
capiman26061973
Offline Send Email
Jul 2, 2006
11:14 am
17258
You have to set the SCS register (0xE01FC1A0) to enable the fast I/O. See 3.6 in the 2148 user manual. *Peter* Martin Maurer wrote: <snip>...
Peter Jakacki
pjakacki
Offline Send Email
Jul 2, 2006
11:47 am
17259
... modules ... prepared ... ...and presumably don't mind using the undocumented and unsupported mechanisms on which it relies. I'm sure it's fine for hobbyist...
brendanmurphy37
Offline Send Email
Jul 2, 2006
2:53 pm
17260
Hello Peter, many thanks, that was the solution, i can access my port now via Fast-IO ! Regards, Martin ... From: Peter Jakacki To: lpc2000@yahoogroups.com ...
Martin Maurer
capiman26061973
Offline Send Email
Jul 2, 2006
7:21 pm
17261
Hello, according to the user manual of LPC2148 (Rev. 01, 15. August 2005, page 98ff) there is the formula to calculate the baudrate: UART0BAUDRATE = PCLK / (16...
Martin Maurer
capiman26061973
Offline Send Email
Jul 2, 2006
7:34 pm
17262
... MulVal)); ... 4 bits, and both registers are overlapping... ... U0DLL = 0x47. I used the first value pair, but it was not working. ... / MulVal)); ... ...
rtstofer
Offline Send Email
Jul 2, 2006
8:45 pm
17263
... From: "Martin Maurer" <mailingliste@...> To: <lpc2000@yahoogroups.com> Sent: Sunday, July 02, 2006 9:10 PM Subject: [lpc2000] UART-Baudrate formula...
Karl Olsen
karlolsen_2003
Offline Send Email
Jul 2, 2006
8:46 pm
17264
I have placed demo2129_blink.zip in the files section of the group. The zip has modified versions of example projects for use with the Olimex LPC-P2129 board....
David Fowler
dfowler7437
Offline Send Email
Jul 2, 2006
10:31 pm
17265
The IAR JTAG unit is made by Segger and will work with GDB. I have played around with this today in fact. The drivers and tools at the Segger site work fine...
David Fowler
dfowler7437
Offline Send Email
Jul 2, 2006
10:43 pm
17266
which board you are using ? I am working on olimex E2294 board. but facing some problem. regards Suyash....
suyash
suyash_shemb...
Offline Send Email
Jul 3, 2006
5:21 am
Messages 17237 - 17266 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help