[Amforth] quotations.frt

2015-06-23 Thread vum
Hi, Russian-speaking community of amforth reports an error in the file 'quotations.frt' resulting in malfunction code. http://fforum.winglion.ru/viewtopic.php?f=39&t=2618&p=41236#p41236 Vladimir. -- Monitor 25 network de

[Amforth] (no subject)

2014-04-07 Thread vum
Hi, Andreas. The '?time.' word works with rtc ds1307. It requires modified twi.frt module and some intermediate code over it. All necessary files is attached to the post on roboforum. Vladimir. -- Put Bad Developers to

Re: [Amforth] Amforth-devel Digest, Vol 67, Issue 1

2014-04-04 Thread vum
Matthias & amForthers, Some nRF24L01+ code published on Roboforum.ru http://roboforum.ru/post300178.html#p300178 Vladimir -- ___ Amforth-devel mailing list for http://amforth.s

[Amforth] (no subject)

2014-02-25 Thread vum
Hi Matthias & All Here is something wrong. > cold amforth 5.2 ATmega32A 16000 kHz reset source= 0 > s" __the_string_" type __the_string_ ok > s" __the_string_" ok > type e_the_string_ ok > Vladimir. -- Flow-based rea

Re: [Amforth] .res

2014-01-12 Thread vum
Hi, Matthias, I think error can be fixed by dividing mcu_maxdp value by two. Something like this: : .res ( -- ) base @ >r decimal ver ." running at " f_cpu &1000 um/mod . drop ." kHz " cr s" mcu-info" environment? if 2 + @i 2/ dp - ." free FLASH cells

[Amforth] .res

2014-01-07 Thread vum
Hi, Matthias. It seems .res works wrong. ok > .res amforth 5.2 ATmega328P running at 16000 kHz free FLASH cells18736 free RAM bytes 1717 used EEPROM bytes 96 used data stack cells 0 used return stack cells 11 free return stack cells 29 ok > Look at free FLASH cells.

Re: [Amforth] Watchdog prescalers

2013-10-12 Thread vum
It works! > TimeOuts @ . 0 ok > decimal ok > 1s wdt=prescaler! ok > ?wdt. wdt control&status = 6 ok > &45 TimeOuts ! TimeOuts @ . 45 ok > wdt!interrupt ok > TimeOuts @ . 29 ok > TimeOuts @ . ?wdt. 15 wdt control&status = 46 ok > TimeOuts @ . 0 ok > ?wdt. wdt control&status = 46 o

Re: [Amforth] Watchdog prescalers

2013-10-12 Thread vum
> ... > A quick start: It's not rocket science. You need the dict_wl.inc > included, load vocabulary.frt and assembler.frt from the lib directory. > ... > Matthias I have loaded: marker.frt postpone.frt vocabulary.frt assembler.frt multitask.frt bitnames.frt atmega328p.frt misc.

Re: [Amforth] Watchdog prescalers

2013-10-12 Thread vum
> ...can you give me a pointer on what to do with the > assembler code that you posted?... > ... > David You need to use "...\amforth-5.1\lib\assembler.frt" Good luck! moving forth, Vladimir. -- October Webinars:

Re: [Amforth] Watchdog prescalers

2013-10-12 Thread vum
> Message: 1 > Date: Sat, 12 Oct 2013 12:05:53 +0100 >From: David Wallis > Subject: Re: [Amforth] Watchdog prescalers > To: amforth-devel@lists.sourceforge.net > > ... > ... I was keen to use the >watchdog timer because it > works with the lowest power mode (power down) and >doesn't need exter

[Amforth] 1-wire

2013-10-10 Thread vum
> Message: 6 > Date: Thu, 10 Oct 2013 11:16:06 -0700 >From: Michael Picco > Subject: Re: [Amforth] Where to include a file in Atmel >Studio? > To: amforth-devel@lists.sourceforge.net > Message-ID: <5256eee6.4050...@rcstechnology.com> > Content-Type: text/plain; charset=ISO-8859-1 > > > I ins