Re: [Flashforth-devel] PIC18F67K22
Brought to you by:
oh2aun
From: <fla...@li...> - 2015-01-05 12:19:46
|
This CPU will require a small modification in the flash write routine of FlashForth to support 128 byte flash sectors. Sofar only 64-byte flash sectors have been needed by the PIC devices. I will try to fix this in the near future. Your second question I do not really understand. Are you asking about debugging or about the FF code generator or how to write assembly in FF or something else ? BR Mike On 05.01.2015 11:11, fla...@li... wrote: > 1. Has anyone got flashforth to work on this processor which has > 128KB > flash . Many years ago ( 35 ) we always used Forth to debug new > hardware designs on Z80's > and have a new design using the PIC . Words like ON , OFF and TOGGLE > where you put pin number and in the case of toggle pulse width and > duty cycle , are great for exercising any I/O pin that you can then > trace with an oscilloscope. > > 2. Where could I find guidance on how the code operates at a higher > level as single stepping is proving challenging. > > Regards > Hedley |