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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14903 - 14934 of 45879   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14903
According to an article on page 67 of the April 2006 SERVO magazine, LEGO NXT is an ARM7. This is going to make a lot of programmers very happy! Preorders ...
rtstofer
Offline Send Email
Apr 1, 2006
3:35 pm
14904
...but only if you can reprogram the kit in native code (like the H8-based brick). I suspect that Lego won't close the design and will allow replacement...
Paul Curtis
paul_l_curtis
Offline Send Email
Apr 1, 2006
3:49 pm
14905
people, could you please shrub off the quoted material of previous posts? i tend to rush over this high-volume list and tag interesting messages. then i save...
clemens fischer
numanao
Offline Send Email
Apr 1, 2006
7:13 pm
14907
... The quoted material provides context. I don't receive email from any Yahoo group (by choice) and looking backwards in a thread is not convenient from the...
rtstofer
Offline Send Email
Apr 1, 2006
7:26 pm
14908
USB RAM "uncloaked". Yes, it is LPC 2148 issue, not a toolset's. Obviously, if one uses USB peripheral, it has to be powered up. That is done by PCONP=0x8000...
roger_lynx
Offline Send Email
Apr 1, 2006
7:31 pm
14909
I am unable to debug the programs properly using Open OCD and Olimex cable + Olimex 2148 board. I get a lot of these messages when debugging. Sometimes it just...
yugandhar_vasi
Offline Send Email
Apr 1, 2006
9:00 pm
14910
Roger - way to go buddy! Thanks a lot for discovering how to unlock the 8K USB RAM. I was starting to hunt for areas to trim in my code because I was about to ...
shergtu
Offline Send Email
Apr 1, 2006
9:12 pm
14911
Just my2cents now... I had noticed this thread and thought it was about the debugger (which I don't use), not thinking it was something as mundane as the USB...
Peter Jakacki
pjakacki
Offline Send Email
Apr 1, 2006
11:21 pm
14912
... That is not "correct", top-posting is out-of-context replying and difficult to figure out what you are specifically responding to. Normal netiquette is to...
Tom Walsh
twalsh0001
Offline Send Email
Apr 1, 2006
11:38 pm
14913
I tend start with a "top-post" in this forum because of how the "simple" view works on the web interface. ... That is what I thought top-posting meant. I know...
jayasooriah
Offline Send Email
Apr 2, 2006
1:52 am
14914
Hello, some data aborts are ok, they're just a result of GDB trying to unwind the stack information when there actually isn't a stack frame. These shouldn't ...
Dominic Rath
vmaster_05
Offline Send Email
Apr 2, 2006
2:43 pm
14915
... And I guess it's not too much of a secret that I was one of the original 4 Mindstorms User Panel members. Feb 2006 Wired. I'll be able to talk more about...
Ralph Hempel
ralphhempel
Offline Send Email
Apr 2, 2006
4:12 pm
14916
Hi Ralph, ... Well, I entered for the 100-off "let's evaluate NXT" kits, and would have been perfectly happy in producing a plug-in package for CrossWorks for...
Paul Curtis
paul_l_curtis
Offline Send Email
Apr 2, 2006
4:20 pm
14917
... in the old days USENET was transported over UUCP, which changed to NNTP over TCP/IP nowadays. SMTP has nothing to do with it. the netiquette has more to...
clemens fischer
numanao
Offline Send Email
Apr 2, 2006
5:47 pm
14918
... have a look at http://sun.hasenbraten.de/~frank/ and from there it's: http://sun.hasenbraten.de/vasm/ this work is copyrighted, but you can download the...
clemens fischer
numanao
Offline Send Email
Apr 2, 2006
6:56 pm
14919
... Looks like a good assembler, but he doesn't support the standard ARM syntax, either :-( Eric...
Eric Engler
englere.geo
Offline Send Email
Apr 2, 2006
9:30 pm
14920
I'm getting the following error in CrossWorks "multiple definition of `clear'" when I try and run the following code. Does anyone have any suggestions? ...
heedaf
Offline Send Email
Apr 2, 2006
10:20 pm
14921
... <snip> Make sure you have a function prototype somewhere before the function definition, and before you call it. i.e.: void clear(int, SAMPLE); I hope...
Michael Anton
mike_antonca
Offline Send Email
Apr 2, 2006
11:12 pm
14923
... Still doesn't work. I can compile ok but it gives me an error on the bracket under the function call. Does it have anything to do with passing an array?...
heedaf
Offline Send Email
Apr 2, 2006
11:48 pm
14924
... Well, you really shouldn't try to pass the array. Usually one would pass a pointer to the array. It's also possible that clear is a name already used by...
Michael Anton
mike_antonca
Offline Send Email
Apr 3, 2006
12:23 am
14925
... error. ... is ... would ... ***************************************************** ****************************************************** I put static in...
heedaf
Offline Send Email
Apr 3, 2006
12:44 am
14926
... <snip> ... Static limits the scope of the function to the source module it is defined in. I'm not sure why it would fix your problem, other than there...
Michael Anton
mike_antonca
Offline Send Email
Apr 3, 2006
12:54 am
14927
... int x( int y[]); and int x( int *y); are substantially similar. The first form allows some additional type checking and if the following form int x(int...
Robert Adsett
robertadsett
Offline Send Email
Apr 3, 2006
1:05 am
14928
I used the tutorial from NewMicros on how to add C/C++ to Eclipse (ver 3.0). It worked. Something has changed over the last 6 months and now I get this error...
Wade A Smith
warm38spl
Offline Send Email
Apr 3, 2006
1:08 am
14929
... It sounds almost like he's got a copy of the function in a header file. Dewayne, See if you can reduce the problem to a single file of a few lines. If the...
Robert Adsett
robertadsett
Offline Send Email
Apr 3, 2006
1:10 am
14930
... about ... one ... the ... Peter, 2 cents or 10 cents, it's your money.... But as long as we're tossing smilies around: if you could come off your throne(...
shergtu
Offline Send Email
Apr 3, 2006
3:41 am
14931
Hi, I am trying to write a bootloader for a development kit based on LPC2210. I have read some documents, from which I got to know I had to initialize the...
volunteer_sysu
Offline Send Email
Apr 3, 2006
7:51 am
14932
Sorry if I came off a bit offensive :( , just meant to say that I thought your question was a debugger issue. I can't recall where I found out about the USB...
Peter Jakacki
pjakacki
Offline Send Email
Apr 3, 2006
8:39 am
14933
http://www.semiconductors.philips.com/news/content/file_1228.html Comments?...
slawcus
Offline Send Email
Apr 3, 2006
9:27 am
14934
... From: "slawcus" <slawcus@...> To: <lpc2000@yahoogroups.com> Sent: Monday, April 03, 2006 10:27 AM Subject: [lpc2000] LPC2800 ... Interesting. I'd...
Leon Heller
leon_heller
Offline Send Email
Apr 3, 2006
9:45 am
Messages 14903 - 14934 of 45879   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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