Re: [Flashforth-devel] status of Pic18FxxK42 FF-port?
Brought to you by:
oh2aun
From: Jordan N. <jni...@gm...> - 2019-01-18 08:07:19
|
Hi everyone, Sorry I've been busy with other things these past months, so haven't had time to work on the port lately. There are a few problems that turned up while I was testing that I have not been able to fix yet. 1) There will occasionally be errors when sending files over UART while the system tick (timer1) is enabled. I had been getting around this by disabling the timer1 interrupt at the beginning of a file, then enabling it again at the end. $0001 $3994 mclr ( disable ) .... $0001 $3994 mset ( enable ) I haven't been able to figure what exactly the problem is yet. 2) There were also problems with doing multiplication and division in interrupts as in irqtest.txt which I have not figured out. Apart from this I've have found it usable, but I could understand if these are show stoppers. Cheers, Jordan. On Thu, Jan 17, 2019 at 10:54 PM craig bair via Flashforth-devel <fla...@li...> wrote: > > Thanks Mikael, > I'll climb in there and see if my old brain can adapt to it (grin). > > Keep up the good work. > craig > > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel |