[Flashforth-devel] New FF5.0
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-08-20 13:58:19
|
I just released a new version of FF 5.0 with updates for PIC24/30/33 devices. It contains support for the 24E and 33E devices. Interrupt routine support must still be checked. There is a new flash write logic that compiles to a flash block buffer and only writes to flash after a idle timeout or if the flash block changes. On devices with 128 Kbyte or more flash memory, the eeprom emulation is done in high memory which is not normally addressable by FlashForth. This gives 4 (HJ FJ) or 8 (E) Kbytes more flash for use by FlashForth. Another difference is also how the outgoing mappable pins are mapped. You need to look into the datasheet to find out which field and which register needs to be updated and define them in the config file. There is also a FIX for lost XOFF characters. BR Mike |