Re: [Flashforth-devel] free flash memory on atmega devices
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2016-04-07 05:14:36
|
On 06.04.2016 23:29, zd...@al... wrote: > If you send me a test program, I can try it on 18F66K22. > If you send me your configuration files I can compile a hex file. Or you can pull it from git, and compile it yourself. You need to configure #define IDLE_MODE DISABLE ; ENABLE or DISABLE #define XSTORE ENABLE To fit the code using the default linker file you need to disable some functionality so that the X! X@ gets some room. Mike |