[Flashforth-devel] FF3.7 p18fxxxx.cfg
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2011-03-14 17:03:25
|
Hi Pete, The RAM_HI value should be 0xf7ff. It is supposed to be used for a word which tells how much memory is UNUSED. UNUSED is not yet umplemented so, those definitions have no use yet. Mike 2011-03-14 03:16:10 EET Hi Mikael, In FF3.7 p18fxxxx.cfg, the 18f4455 and 18f4550 have the line --- #define RAM_HI 0xf8e0 --- Should this be 0xf7e0 ? Not sure I understand where the RAM_HI value is determined from. There is 2K of RAM in the 18f2455, 18f2550, 18f4455 and 18f4550 Pete AG7C |