Re: [Flashforth-devel] PIC18 has been updated to compile with PIC-AS
Brought to you by:
oh2aun
From: Peter J. <pe...@me...> - 2022-01-10 11:32:46
|
Mikael, It works nicely for the PIC18F26K22 at FOSC=64MHz if I change PLL to PLL_ENABLE on line 44 of p18f2x4xk22.inc. I have updated a couple of sections of the tutorial document at https://pajacobs-ghub.github.io/flashforth/ff5-tutorial-guide.html to reflect your new code. I have yet to try some of the newer Q-family chips but I guess that new projects should use those. They look very capable. Cheers, Peter Jacobs On 8/1/22 4:40 pm, Mikael Nordman wrote: > Greetings. > Microchip has dropped support of MPASM for new chips and new IDE > versions. > After a lot of work FF has been updated to compile with PIC-AS. > MPASM support has been dropped in order to develop only one version of > FF. > > Improvements include support for the Q41 and Q43 chips. > Another improvement is the simultanous support for up to 3 UARTS. > The linker files are not used anymore, but instead some PIC-AS command > line options must be used. > > I have tested with 18f14k50 18f25k50 18f2455 18f26k42 18f26k83 18f16q41. > Please report any bugs. > > Best wishes for the new year. > Mikael > > > > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel |