To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *2949 (-20)
  Re: Motor Control Register (0xf000)
 
(...) In that case, why didn't the RCX designers use an 8 input NAND to decode their addresses, to leave more of the RAM usable? Maybe there werent aware of this possibility? Jürgen (22 years ago, 14-Nov-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: Motor Control Register (0xf000)
 
It also turns out that there are 8 bytes of external RAM that peek through at addresses 0xff80-0xff87. Writes to these locations also affect the motor control register. I suppose there's a small advantage in using these registers to control the (...) (22 years ago, 14-Nov-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: Motor Control Register (0xf000)
 
(...) This is interesting. It makes sense that the memory backing these locations still works, but I never would have thought to try to use it. I will make a note of this on my pages. -Kekoa (22 years ago, 13-Nov-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: Motor Control Register (0xf000)
 
(...) Interesting, I never looked at that version. I think the one disassembled by Kekoa is 0309. Current versions of leJOS also use this upper memory to store part of its firmware (almost 3K). Jürgen (22 years ago, 13-Nov-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: Motor Control Register (0xf000)
 
Joe, [some reordering of comments for clarity] (...) The idea is to pick a certain number of functions that will fit in the upper RAM space (~2900 bytes) and put these functions in a seperate linker section (other than the default ".text" section). (...) (22 years ago, 13-Nov-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: Motor Control Register (0xf000)
 
Mark, This is very interesting. I have experienced strange motor behavior with programs on BrickOS before; I now wonder if this may have been the situation. I do not currently know enough about GCC to make the changes that you mentioned, but I am (...) (22 years ago, 13-Nov-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Motor Control Register (0xf000)
 
Seeing as how there's been little traffic here recently, I thought I'd post about something I found that's cleared up a little mystery (for me at least). It concerns the RCX register that is used to control the motors. This register lives at 0xf000. (...) (22 years ago, 13-Nov-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  how to calculate program size?
 
this has been asked before, but i cant seem to find the answer in my inbox. anyways, i was wondering how i could calculate the program size of the program on my rcx. im using legOS 0.2.4. any help appriciated kenneth johansen kennethj@stud.cs.uit.no (22 years ago, 5-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: Release candidate brickos-0.2.6.08 avail for testing
 
After making this change everything worked perfectly, as far as I can tell. I had a lot of trouble trying to build the gcc cross compiler. With this build and the pre-build cross compiler from hitachi's website everything was very easy. Thanks! (...) (22 years ago, 5-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: controlling rcx with remote control
 
(...) No luck... It's for the lego remote... (22 years ago, 4-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: LNP packet handler
 
(...) Hi :-) I had problem the same. After brushing code source per some days, I finished discovering that the problem was with the versions. I installed logOS 0.2.5 and everything functioned well. (22 years ago, 4-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: Release candidate brickos-0.2.6.08 avail for testing
 
(...) I spoke too soon. There is a problem with cygwin and Makefile.Common in the new release. The host utilities are not built with -D_WIN32 which (of course) causes them to not work at all. In Makefile.Common there is a place where CFLAGS is set (...) (22 years ago, 4-Nov-02, to lugnet.robotics.rcx.legos)
 
  I solved a small problem in lnp :-)
 
Hi :-) The problem is: When compiling programs made in language 'C++' using: # g++ myprogram.c -llnp The g++ would not compile and the follow messages appeared: /tmp/ccXFr7VZ.o: In function `main': /tmp/ccXFr7VZ.o(.text+0x95): undefined reference to (...) (22 years ago, 4-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: Interruptions in BrickOS
 
Good questions! See responses below... "Martin De Wulf" <madewulf@ulb.ac.be> wrote in message news:H51ItF.Ax1@lugnet.com... <snip> (...) You may want to check out the latest (now called BrickOS) at (URL) For us, real-time properties of the platform (...) (22 years ago, 4-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: Release candidate brickos-0.2.6.08 avail for testing
 
(...) I had essentially no problems with brickos-2.6.08 - aside from noticing at least a couple new headers I have to port to Pascal. configure worked like a charm. The only issue I encountered was regarding TOOLPREFIX. The way that I have my cygwin (...) (22 years ago, 4-Nov-02, to lugnet.robotics.rcx.legos)
 
  LNP packet handler
 
Hi, i am a student at the technical university of Athens and i am currently working on a project utilizing legOS 0.2.6 and LNP under Linux 7.3. My first aim is to establish communication between the RCX and the PC. I installed all the software (...) (22 years ago, 4-Nov-02, to lugnet.robotics.rcx.legos)
 
  Interruptions in BrickOS
 
Hi, I'am a researcher of the Free University Of Brussels. We're currently working on embedded systems. We would like to generate code for embedded systems from a specification language which could be used for formal verification. We chose Legos for (...) (22 years ago, 4-Nov-02, to lugnet.robotics.rcx.legos)
 
  Re: controlling rcx with remote control
 
(...) I've been trying to find the same thing. I believe the latest version of BrickOS has the ability to read a remote control, but I haven't spent the time to figure it out, yet. Check this out: (URL) (22 years ago, 3-Nov-02, to lugnet.robotics.rcx.legos)
 
  controlling rcx with remote control
 
Hello, I'm new to this newsgroup but I need help with an issue... I'd like to control my rcx (with legos) with a tv remote control or likewise. I'm not a happy owner of the standard lego remote control and therefore I can not use the patch from (...) (22 years ago, 3-Nov-02, to lugnet.robotics.rcx.legos)
 
  error deleting program
 
Hi, Could anyone please tell me what I'm doing wrong? This is my problem: When I try to download the helloworld demo with: $./util/dll -v demo/helloworld.lx ,I get the following error message(s): opening tty... KeepAlive Init... KeepAliveSend: (...) (22 years ago, 2-Nov-02, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR