Re: [Flashforth-devel] PIC18 has been updated to compile with PIC-AS
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2022-01-12 15:07:52
|
Peter, Thanks for updating the guide. Maybe you can also update the PIC24 and AVR build chapters? Both build have changed. The PIC24-30-33 config bit are now set in a configs.c file. AVR is built with the AVR-AS (XC8) compiler. Also the names of the prebuilt hex files and the fuse values have changed. BR Mikael On 2022-01-10 13:32, Peter Jacobs wrote: > 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 > > > > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel -- -- Mikael |