Re: [Flashforth-devel] PIC18 has been updated to compile with PIC-AS
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2022-01-08 19:42:56
|
Luckily there is only a small problem. When going from v2.32 to v2.35 the values are different for # PIC-AS 2.35 config PLLDIV = 3 config USBDIV = 2 # PIC-AS 2.32 config PLLDIV = 2 config USBDIV = 1 Still the same config1l value of 0x22 is generated. There was the same problem with 25k50 when going from MPASM to PIC-AS On 2022-01-08 20:47, Mikael Nordman wrote: > Using PIC-AS v.2.35 has just one 'minor' problem. > > The code does not work anymore :-( > > BR Mkael > > On 2022-01-08 20:25, Mikael Nordman wrote: >> Just upgraded to PIC-AS v2.35. >> |