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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 27901 - 27930 of 34903   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27901
... microcontrollers ... programming ... to 32 ... Short ... math and ... all ... 32 ... development ... settings like ... AT91SAM7S) ... program ... firmware ...
davidj.vpac
Offline Send Email
Oct 1, 2007
11:39 am
27902
... I would suggest that you use a later gcc version. Version 3.4 is far better than 3.3 in generating ARM code, but still has some nasty little bugs where it...
Tom Walsh
twalsh0001
Offline Send Email
Oct 1, 2007
12:03 pm
27903
... IT IS NOT AN ERROR! It is a nasty little bug in the LPC2000 that hammers the VPDIV reg when you set the EXTPOLAR reg. I ran into exactly the same...
Tom Walsh
twalsh0001
Offline Send Email
Oct 1, 2007
12:10 pm
27904
Hello, I have bought a mcb2300 v3.1 board from Keil. I have tested some example programs wich I loaded with uVision3 and my ULINK2. I would like to have a RTOS...
karelvergauwe
Offline Send Email
Oct 1, 2007
12:18 pm
27905
  Hi, Here is the initialise code for LCD using LPC2100 series controller. Here we have to increase the initialise delay value. void LcdInit(void) { IO0DIR =...
vedavyas acharya
vedavyas79@...
Send Email
Oct 1, 2007
12:50 pm
27906
Dear All, Case I : With few LPC2148 chips, I get, "No Jtag device found" message when using Keil for programming. I then tried Philips Flash utility and tried...
sriram karunagaran
karun_sriram
Offline Send Email
Oct 1, 2007
1:19 pm
27907
... development board (10 KB) test code ... From the OpenOCD error message, it is clear that you don't have (or aren't running) the latest version. ... When I...
rtstofer
Offline Send Email
Oct 1, 2007
1:21 pm
27908
... Tom, I am sitting here reading the LPC2148 Errata dated July 9, 2007 and I don't see any mention of a problem with EINT0, VPBDIV, EXTPOLAR or any other...
rtstofer
Offline Send Email
Oct 1, 2007
1:50 pm
27909
... I hope not, I haven't used or looked at the LPC2148. I had thought the issue with the EXPOLAR was with the LPC213x series. But, the issue turned up on...
Tom Walsh
twalsh0001
Offline Send Email
Oct 1, 2007
2:51 pm
27910
Greetings: I would like to find a repository of assembler source code examples specifically for the LPC21xx to have as a reference. Are there any web sites...
tmasyl
Offline Send Email
Oct 1, 2007
2:52 pm
27911
Thank you for your suggesstion Here is my path settings C:\Program Files\openocd-2007re204\bin;C:\Program Files\openocd-2007re204\utils\bin;C:\Program...
Karunanithy
karunanithyy
Offline Send Email
Oct 1, 2007
3:28 pm
27912
The same issues exist on the 2129 and 2292... so perhaps it's simply skipped a couple of the Errata sheets by mistake? Andy ... From: lpc2000@yahoogroups.com...
Andy Berney
berney73
Offline Send Email
Oct 1, 2007
3:43 pm
27913
... The FreeRTOS.org download includes an alternative setup that you may have more luck with (?). See http://www.freertos.org/portlpc2368_Eclipse.html . ...
FreeRTOS.org Info
freertos
Offline Send Email
Oct 1, 2007
3:48 pm
27914
... Hi Tom, You may want to acquire this this book, it's a great reference and has a reasonable collection of ASM examples: ...
Joel Winarske
joelw_94089
Offline Send Email
Oct 1, 2007
4:21 pm
27915
I've got a project whereby an LPC2148 is used to control a bank of high current MOSFETs. Everything works great except that under certain transient...
armdeveloper
Offline Send Email
Oct 1, 2007
4:32 pm
27916
... 2007re204\utils\bin;C:\Program Files\yagarto-tools-20070303 \bin;C:\Program Files\yagarto\bin ... CEST) ... config file ... newer version, or the tools...
rtstofer
Offline Send Email
Oct 1, 2007
4:34 pm
27917
... Yes. You may also want to review these, both high quality products: http://www.micrium.com/products/rtos/kernel/rtos.html // They now distribute OS...
Joel Winarske
joelw_94089
Offline Send Email
Oct 1, 2007
4:42 pm
27918
... Why do you assume the GPIO pins go low? In fact, at reset they float for a while before they are established as inputs. With really bad luck, they could...
rtstofer
Offline Send Email
Oct 1, 2007
5:12 pm
27919
... WOW. I assumed low because the reset value of the GPIO port is 0x00000000. I had no idea they floated and I guess this explains some of the transients...
armdeveloper
Offline Send Email
Oct 1, 2007
5:18 pm
27920
... wrote: [snip] ... There is a later version. In Version 1.8 of the LPC2138 Erratasheet (July 9, 2007), "Errata history table for MAM.2 was updated". They...
lp2000c
Offline Send Email
Oct 1, 2007
5:28 pm
27921
... [snip] ... Philips: Is it so that increasing the MAMTIM setting is a reliable workaround for this bug? If so, what value does it need to be increased to...
lp2000c
Offline Send Email
Oct 1, 2007
5:50 pm
27922
... with ... You can signal events via queues, semaphores and mutexes within ISRs - but I assume you are referring to the lack of event flags as a separate...
Richard
freertos
Offline Send Email
Oct 1, 2007
6:19 pm
27923
... I am referring to event flags as a separate feature. Are you still planning to implement an event flag feature at some point? Joel...
Joel Winarske
joelw_94089
Offline Send Email
Oct 1, 2007
6:46 pm
27924
... Sure, the GPIO port resets to 0x00000000 but so does IODIR which makes all GPIOs inputs by default. As inputs they may have weak pull-ups but, worst case,...
rtstofer
Offline Send Email
Oct 1, 2007
6:56 pm
27925
One other thing: set the output level before you set the pin to be an output. If you have an external pull-up resistor on the pin, it will be high at startup...
rtstofer
Offline Send Email
Oct 1, 2007
7:07 pm
27926
... I need 1 GPIO pin (P0.20) or the DAC output (could also be a GPIO during reset) to be low during reset. Would a pull down suffice for this purpose ? P0.20...
armdeveloper
Offline Send Email
Oct 1, 2007
7:20 pm
27927
... Its still on the radar, but as I mentioned in the last post, I'm still pondering the best implementation. I have not yet come up with a scheme that is...
FreeRTOS.org Info
freertos
Offline Send Email
Oct 1, 2007
7:41 pm
27928
... There was a time, long long ago, which people in the field could pick up the phone and speak to the engineers that were designing the silicon. I even had...
Tom Walsh
twalsh0001
Offline Send Email
Oct 1, 2007
7:54 pm
27929
Are you trying to drive power FETs with 3.3 Volt logic ?? They may not even turn on at 3.3 Volts. Also, if you are switching at high frequencies, you will...
bobtransformer
Offline Send Email
Oct 1, 2007
8:10 pm
27930
... The flag/task enumeration for uC/OS-II and embOS occurs when the flag/event is set. So if you use flags/events for a system with one time critical task,...
Joel Winarske
joelw_94089
Offline Send Email
Oct 1, 2007
9:00 pm
Messages 27901 - 27930 of 34903   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