Re: [Flashforth-devel] PIC18F67K22
Brought to you by:
oh2aun
From: <fla...@li...> - 2015-01-05 17:27:09
|
I had a crack at adapting FF to the 18f67k22 but it seems to be harder than I thought. I do not have the chips and the simulator in MPLABX has some bug preventing it to work with the 18F67K22 series chips... Also due to that the 128 byte flash buffer would not fit into access ram, some specific code and a specific linker file would be needed for the 128 Kbyte chips. The 64 Kbyte chip would be easier to adapt to. The only FF specific material there is can be found on the FF website. And there is the code. The way a simple Forth is built up has not changed that much during the decades. The tutorials from Peter are good to have a look at. BR Mike |