Re: [Flashforth-devel] New FF5.0
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-08-21 17:51:09
|
Hi, The FF5.0 has been updated again with fixes for stable write to flash for the 24E/33E series chips. These new chips have a new GIE bit for disabling interrupts, which seems to work during flash writes. The old style with raising the allowed interrupt priority level did not work for this purpose. Also the IND variable used for DO LOOP was moved into the kernel so it can be guaranteed it is allocated to an address less than $2000. BR Mike |