[Flashforth-devel] FF5.0 and p24f23ka302
Brought to you by:
oh2aun
From: Pete Z. <pza...@pz...> - 2017-03-12 17:30:07
|
Hi Mikael, Hope all is well. Thank you for continuing to update FF for the PICs. I am working on another project for the p24f23ka302 and need some advice. The current development tool is MPLABX v3.51 with XC16 v1.31. The latest src file is ff_pic24-30-33.s (03/11/2017). Since you changed ibase to ibasel and ibaseh and iaddr to iaddrl and iaddrh, I get successful builds and generate HEX files that load successfully into the p24f23ka302 with a PICkit 3. However, FF starts and the kernel words seem to run fine except that I can not define new words. Any new definition (e.g. : test ; ) returns AS and reboots FF . If I return all words using ibasel, ibaseh, iaddrl, and iaddrh to their original definitions using ibase and iaddr then all seems OK with all your other changes to date. Any thoughts? Pete |