Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #10466

Re: GA144 Application Board

From Paul Rubin <no.email@nospam.invalid>
Newsgroups comp.lang.forth
Subject Re: GA144 Application Board
References (11 earlier) <c0066952-05ba-4a9f-ab82-b87f582d1a92@n5g2000vbf.googlegroups.com> <7x62dt7gej.fsf@ruckus.brouhaha.com> <0b5b7768-da24-4fe4-b360-52325cacc47c@q11g2000vbu.googlegroups.com> <7xlimo1m3o.fsf@ruckus.brouhaha.com> <40d3d6b3-4706-4c5d-bbb0-4e02ffde95b1@v22g2000vby.googlegroups.com>
Date 2012-03-25 15:51 -0700
Message-ID <7xsjgwuwe5.fsf@ruckus.brouhaha.com> (permalink)
Organization Nightsong/Fort GNOX

Show all headers | View raw


rickman <gnuarm@gmail.com> writes:
> Where did you get the 100 MHz figure for the internal RAM?  

http://www.greenarraychips.com/home/documents/greg/DB001-110412-F18A.pdf
page 9

Correct figure is closer to 200 mhz.  It says 5.1 ns but I
mis-remembered that as 5 cycles, which at 700 mhz cpu operation
is closer to 100 mhz for memory access.

> I'm not sure what you have read about the external memory interface,
> I've looked at all of the info I can find about the RAM interface and
> they claim 250 ns access on a 55 ns part. 

Ok, that (or 200 ns) is still more than an order of magnitude slower
than 100 mhz.

> I'm talking about handheld GPS, not a car unit.  Color has some value,
> but the screen washes out in sunlight.  I don't see how a separate CPU
> makes anything about the map display easier.  Have you done this sort
> of work before?

I see, yes, e-ink is nice in sunlight, though traditional monochrome lcd
is also fine.  And I guess if you're just rendering and scrolling a big
map around, the code is probably straightforward enough that Forth won't
get in your way too much.  If you're doing fancier sorts of navigation
(find road directions to some street address) then using GC'd languages
has to be a lot easier.  Scripting languages are also much easier to
write GUI's with.q

Are you planning to implement the GPS directly in the GA144 (a lot of
complicated code and algorithms), or use an external GPS chip and
process the position info that comes out?  Using an external chip will
sure be a lot easier.

I've never programmed a GPS but I wrote some code (in C) to control a
digital compass from a PC a while back.  It was mostly GUI code, and
quite inconvenient compared to today's approach of just writing an HTML
page.

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-10 17:24 -0800
  Re: GA144 Application Board Rafael Deliano <Rafael_Deliano@arcor.de> - 2012-03-11 10:10 +0100
    Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-11 04:33 -0700
      Re: GA144 Application Board emmanuel <emmanuel.said@cern.ch> - 2012-03-11 06:00 -0700
        Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-11 19:41 -0700
      Re: GA144 Application Board Rafael Deliano <Rafael_Deliano@arcor.de> - 2012-03-11 16:03 +0100
        Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-11 13:45 -0700
  Re: GA144 Application Board Jecel <jecel@merlintec.com> - 2012-03-11 12:33 -0700
  Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-11 19:45 +0000
    Re: GA144 Application Board Matthias Koch <koch@pci.uni-hannover.de> - 2012-03-15 14:11 +0100
  Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-14 19:53 -0700
    Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-20 20:15 -0700
      Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-21 13:08 +0000
        Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-21 12:13 -0700
          Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-22 11:36 +0000
            Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-22 17:50 +0000
              Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-22 14:50 -0700
                Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-23 12:24 +0000
                Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-23 10:11 -0700
                Re: GA144 Application Board Roger Ivie <rivie@ridgenet.net> - 2012-03-23 13:15 -0500
                Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-24 11:51 -0700
                Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-25 12:06 +0000
                Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-25 12:50 -0700
                GA144 memory interfacing was Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-26 13:00 +0000
                Re: GA144 memory interfacing was Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-26 20:03 -0700
                Re: GA144 memory interfacing was Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-28 12:21 +0000
                Re: GA144 memory interfacing was Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-28 07:59 -0700
            Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-22 14:26 -0700
          Re: GA144 Application Board hwfwguy@gmail.com - 2012-03-22 12:25 -0700
            Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-22 13:07 -0700
              Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-22 14:54 -0700
                Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-22 15:00 -0700
                Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-23 10:15 -0700
                Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-23 17:32 -0700
                Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-24 12:01 -0700
                Re: GA144 Application Board Jan Coombs <jan_2011-02@murray-microft.co.uk> - 2012-03-24 22:27 +0000
                Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-24 19:13 -0700
                Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-24 16:01 -0700
                Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-24 19:18 -0700
                Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-25 13:06 -0700
                Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-25 15:02 -0700
                Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-25 15:51 -0700
                Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-25 16:38 -0700
            Re: GA144 Application Board Richard Owlett <rowlett@pcnetinc.com> - 2012-03-22 16:54 -0500
              Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-23 10:17 -0700
            Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-22 14:52 -0700
            Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-23 12:34 +0000
              Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-23 10:24 -0700
            Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-23 14:22 +0000
      Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-22 08:12 -0700
        Re: GA144 Application Board Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-23 12:38 +0000
      Re: GA144 Application Board Paul Rubin <no.email@nospam.invalid> - 2012-03-22 08:52 -0700
        Re: GA144 Application Board rickman <gnuarm@gmail.com> - 2012-03-22 15:00 -0700
  Time to revisit S100 Bus? - was [Re: GA144 Application Board] Richard Owlett <rowlett@pcnetinc.com> - 2012-03-22 20:17 -0500
    Re: Time to revisit S100 Bus? - was [Re: GA144 Application Board] rickman <gnuarm@gmail.com> - 2012-03-23 10:29 -0700

csiph-web