Re: [Amforth] "multi", "multitaskpause" hang system

2018-03-21 Thread Tristan Williams
Hello Frank, I am sitting looking at some multitasking flashing LEDs, but you just beat me to it :) It does indeed live. I still find it amazing to have a multitasking environment and an interactive interpreter/compiler on an mcu you can setup on a breadboard. Makes me smile. Best wishes, Trista

Re: [Amforth] "multi", "multitaskpause" hang system

2018-03-21 Thread Frank Z via Amforth-devel
Hey everyone, So I decided to dump out all my code and begin with the barest minimum (a freshly programmed device) to see if I’d get multitasking and I can confirm: she lives! ** ok > hex init starttasker ok > tasks 17B running 1A9

Re: [Amforth] "multi", "multitaskpause" hang system

2018-03-21 Thread Frank Z via Amforth-devel
Hey Erich, Thanks for the welcome and good suggestion. I had actually tried $40 $40 $10 before - no luck. So just now I tried $80 $80 $20 - no luck. I’ll think a bit about it…will try $100 $100 $80 and see…..just did: no dice. So I’m not entirely sure it is a space (data stack, return stack,

Re: [Amforth] "multi", "multitaskpause" hang system

2018-03-21 Thread Erich Wälde
Hello Frank, welcome on the list! Eye ball inspection and comparing to a project of mine and mulittask-test.frt did not show a problem to me, however instead of > $20 $20 $10 task: task_demo try > $40 $40 $10 task: task_demo just in bloody case. Allthough 16 cells sound like a lot, its mayb

[Amforth] "multi", "multitaskpause" hang system

2018-03-21 Thread Frank Z via Amforth-devel
Hi everyone, First time positing and just wanted to compliment Matthias and the team on the good work on amforth. Now onto my main issue... I’ve recently run into amforth and have so far had a good experience with it and getting it to work with LEDs and some spi devices. Recently, I thought I