Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #10479
| Date | 2012-03-25 17:03 -1000 |
|---|---|
| From | "Elizabeth D. Rather" <erather@forth.com> |
| Organization | FORTH, Inc. |
| Newsgroups | comp.lang.forth |
| Subject | Re: 10,000 educational single board computers sold on the first day! |
| References | (7 earlier) <7xobrnr8tl.fsf@ruckus.brouhaha.com> <66d10961-547f-452a-aac4-c8ad2e27bafe@em9g2000vbb.googlegroups.com> <7xpqc1gry4.fsf@ruckus.brouhaha.com> <bd2112ba-8677-4b7a-a997-89d4c55c5380@eb6g2000vbb.googlegroups.com> <7x62dsay58.fsf@ruckus.brouhaha.com> |
| Message-ID | <nuGdnR2lKIsXQfLSnZ2dnUVZ_oidnZ2d@supernews.com> (permalink) |
On 3/25/12 4:34 PM, Paul Rubin wrote: > dirk.bruehl@usa.net writes: >> : VARIABLE<BUILDS VARIABLE-OFFSET @ DUP 2+ >> VARIABLE-OFFSET ! VAR + DUP , ! DOES> @ ; >> That was for me the easiest way to deal with this problem back then. > > OK, but I'm still confused about one issue: what happens with a normal > colon definition, like > > : square ( n -- n ) dup * ; > > Does that manage to compile a few bytes of code and headers into flash, > i.e. does the chip support updating individual flash bytes? I thought > the usual way flash worked was you have to write a whole page at a time, > with the pages tending to be large. > > It will be great if they make those FRAM parts in DIP format. The > so-called "value line" is a bit disappointing since even the more > powerful, non "value" chips are still nice and small compared with the > 32-bit stuff that's out there now. Boards obviously differ, and flash is getting easier to use in small amts. But I've always found it easier to do development compiling to RAM, with a kernel (or tested portions of a kernel) in flash. So, you can re-write your flash whenever you have a body of tested code to add to what's there. Whether you're compiling to flash or RAM can be controlled by specifying the address of the start of code space; edit it to an addr in the memory segment you want to compile to. Cheers, Elizabeth -- ================================================== Elizabeth D. Rather (US & Canada) 800-55-FORTH FORTH Inc. +1 310.999.6784 5959 West Century Blvd. Suite 700 Los Angeles, CA 90045 http://www.forth.com "Forth-based products and Services for real-time applications since 1973." ==================================================
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar
10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-12 13:05 -0700
Re: 10,000 educational single board computers sold on the first day! "A. K." <akk@nospam.org> - 2012-03-12 22:01 +0100
Re: 10,000 educational single board computers sold on the first day! Pablo Hugo Reda <pabloreda@gmail.com> - 2012-03-12 14:08 -0700
Re: 10,000 educational single board computers sold on the first day! Pablo Hugo Reda <pabloreda@gmail.com> - 2012-03-12 14:11 -0700
Re: 10,000 educational single board computers sold on the first day! Pablo Hugo Reda <pabloreda@gmail.com> - 2012-03-12 14:14 -0700
Re: 10,000 educational single board computers sold on the first day! Mark Wills <markrobertwills@yahoo.co.uk> - 2012-03-12 14:51 -0700
Re: 10,000 educational single board computers sold on the first day! Jason Damisch <jasondamisch@yahoo.com> - 2012-03-12 16:11 -0700
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-13 00:55 -0700
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-13 01:36 -0700
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-13 07:10 -0700
Re: 10,000 educational single board computers sold on the first day! Zbiggy <zbigniew2011REMOVE@gmail.REMOVE.com> - 2012-03-13 22:58 +0100
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-13 19:42 -0700
Re: 10,000 educational single board computers sold on the first day! cas_news@strotmann.de (Carsten Strotmann (Usenet)) - 2012-03-22 18:31 +0100
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-22 10:58 -0700
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-22 22:52 -0700
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-22 23:30 -0700
Re: 10,000 educational single board computers sold on the first day! Jan Coombs <jan_2011-02@murray-microft.co.uk> - 2012-03-23 07:59 +0000
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-23 02:00 -0700
Re: 10,000 educational single board computers sold on the first day! Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-23 15:32 +0000
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-23 12:10 -0700
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-23 10:43 -0700
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-24 22:39 -0700
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-24 23:18 -0700
Re: 10,000 educational single board computers sold on the first day! "Elizabeth D. Rather" <erather@forth.com> - 2012-03-24 21:08 -1000
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-25 01:53 -0700
Re: 10,000 educational single board computers sold on the first day! "Elizabeth D. Rather" <erather@forth.com> - 2012-03-25 08:38 -1000
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-25 15:59 -0700
Re: 10,000 educational single board computers sold on the first day! "Elizabeth D. Rather" <erather@forth.com> - 2012-03-25 13:21 -1000
Re: 10,000 educational single board computers sold on the first day! cas_news@strotmann.de (Carsten Strotmann (Usenet)) - 2012-03-26 09:37 +0200
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-25 00:26 -0700
Re: 10,000 educational single board computers sold on the first day! cas_news@strotmann.de (Carsten Strotmann (Usenet)) - 2012-03-25 11:36 +0200
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-25 19:34 -0700
Re: 10,000 educational single board computers sold on the first day! "Elizabeth D. Rather" <erather@forth.com> - 2012-03-25 17:03 -1000
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-25 20:13 -0700
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-25 20:17 -0700
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-25 21:31 -0700
Re: 10,000 educational single board computers sold on the first day! cas_news@strotmann.de (Carsten Strotmann (Usenet)) - 2012-03-26 08:57 +0200
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-26 01:10 -0700
Re: 10,000 educational single board computers sold on the first day! Mark Wills <markrobertwills@yahoo.co.uk> - 2012-03-26 02:55 -0700
Re: 10,000 educational single board computers sold on the first day! Mark Wills <markrobertwills@yahoo.co.uk> - 2012-03-26 03:05 -0700
Re: 10,000 educational single board computers sold on the first day! cas_news@strotmann.de (Carsten Strotmann (Usenet)) - 2012-03-26 15:45 +0200
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-26 00:28 -0700
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-26 02:43 -0700
Re: 10,000 educational single board computers sold on the first day! Mark Wills <markrobertwills@yahoo.co.uk> - 2012-03-26 02:35 -0700
Re: 10,000 educational single board computers sold on the first day! Paul Rubin <no.email@nospam.invalid> - 2012-03-26 02:44 -0700
Re: 10,000 educational single board computers sold on the first day! Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-23 15:11 +0000
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-23 11:38 -0700
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-23 09:49 -0700
Re: 10,000 educational single board computers sold on the first day! Jan Coombs <jan_2011-02@murray-microft.co.uk> - 2012-03-25 22:24 +0100
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-25 17:16 -0700
Re: 10,000 educational single board computers sold on the first day! Jan Coombs <jan_2011-02@murray-microft.co.uk> - 2012-03-29 23:58 +0100
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-29 18:16 -0700
Re: 10,000 educational single board computers sold on the first day! Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-03-13 08:49 -0500
Re: 10,000 educational single board computers sold on the first day! Mark Wills <markrobertwills@yahoo.co.uk> - 2012-03-13 07:16 -0700
Re: 10,000 educational single board computers sold on the first day! Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-03-13 12:40 -0500
Re: 10,000 educational single board computers sold on the first day! Alex McDonald <blog@rivadpm.com> - 2012-03-13 11:50 -0700
Re: 10,000 educational single board computers sold on the first day! quiet_lad <gavcomedy@gmail.com> - 2012-03-13 15:11 -0700
Re: 10,000 educational single board computers sold on the first day! "Harry Vaderchi" <admin@127.0.0.1> - 2012-03-13 22:21 +0000
Re: 10,000 educational single board computers sold on the first day! rickman <gnuarm@gmail.com> - 2012-03-15 14:22 -0700
Re: 10,000 educational single board computers sold on the first day! jacko <jackokring@gmail.com> - 2012-03-15 18:25 -0700
Re: 10,000 educational single board computers sold on the first day! Bernd Paysan <bernd.paysan@gmx.de> - 2012-03-17 17:06 +0100
Re: 10,000 educational single board computers sold on the first day! dirk.bruehl@usa.net - 2012-03-17 11:47 -0700
Re: 10,000 educational single board computers sold on the first day! Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-03-18 11:23 +0000
csiph-web