Re: [Flashforth-devel] trying recent FF 5.0 on PIC24FV16KM202
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2015-09-03 19:44:39
|
I checked in some further improvements for the FK series. The Interrupt vectors are moved from ram to flash, freeing up 256 bytes of the 1 to 2 K of ram on these chips. And there is a new word INT/ ( vector-no -- ) that restores the original vector in the alternate table if you happen write some crap into the table. Hope I did not break anything. BR Mike On 03.09.2015 15:32, Peter Jacobs wrote: > Mike, > I am extra pleased this evening... > > By adding SOSCSRC_DIG to the __FOSCSEL setting, I now get control of > RA4 > and RB4 as digital outputs. Of course this is completely > unsurprising > but it is something that I haven't been able do for the past year > from > within FF. I had been able to do so from within a C program on the > very > same chips. > > There has to be something dodgy with the XC16-supplied macro (or the > assembler handling of it) for setting the config words on the > K-series > chips. > |