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 ...
...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...
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...
... 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...
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...
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...
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 ...
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...
... 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...
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...
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 ...
... 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...
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...
... 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...
... 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...
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? ...
... <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...
... 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?...
... 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...
... error. ... is ... would ... ***************************************************** ****************************************************** I put static in...
... <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...
... 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...
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...
... 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...
... 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(...
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...
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...