Re: [Flashforth-devel] strange behavior on ardunio nano
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2022-01-24 11:03:25
|
Lazlo, I loaded your code on my Arduino UNO. It did not cause any problem, except it does not full compile because of a space missing between "next;". But that was your demonstration I suppose. There was no endless loop with words. When you get that problem the normal way to restore the system is to reset the chip and execute EMPTY WARM. That will reset the dictionary pointers. If yor TURNKEY is faulty the you must reset the turnkey first so that you then can say EMPTY. If that does not work, then you must re-flash the chip. That would mean that there is a bug in the kernel protection mechanism. Mike On 2022-01-24 10:06, Laszlo Kollar wrote: > Dear Mikael, > > I try to develop a dht-22 driver. During developing the flashforth do weird things. > Do not execute correctly 'words' it stucks in an ednless loop. > > I've attached the code I executed (the driver itself) and the output of 'words' > > I can back to normality by re-flash flashforth. > > Can my code breaks flashforth? > > Thanks in advance > > Laci > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel -- -- Mikael |