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   running
Multitasker is running ok
> single
 ok
> multi
 ok
>
**************************************************************

And the LED blinks. 

So something else in my other code that’s been working just fine alone is 
obviously not playing ball in the multitasking leagues.

From here I’ll progressively add my other code until it breaks and I’ll figure 
it out from there. Thanks for your time and attention.

Regards,
Frank

> On Mar 21, 2018, at 6:13 PM, Frank Z <effe...@yahoo.com> wrote:
> 
> 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, additional 
> user area) issue.
> 
> Regards,
> Frank
> 
>> On Mar 21, 2018, at 4:30 PM, Erich Wälde <ew.fo...@nassur.net> wrote:
>> 
>> 
>> 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
>> maybe a little short ... this is just guessing.
>> 
>> 
>> Good luck!
>> Erich
> 


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to