« Return to Thread: newLib integration

config flashspace usage on SAM7X256

by Bernd Walter-2 :: Rate this Message:

Reply to Author | View in Thread

After playing a bit with Lua the ROM size is getting a bit too small.
The ld script says:
/* Last 16k flash is used to save config. */
MEMORY
{
  rom(rx) : org = 0x00000000, len = 240k
  ram(rw) : org = 0x00200000, len = 64k
}

I don't need Ethernut to save anything, because I do it myself in an
AT45DB chip.
But I'm unable to find the code using it so that I can disable.
Or is it just reserved for future use?

I also have the option to use X512, which are already working fine
with their additional RAM.
But I wonder what Ethernut is doing about this config page, because
flashing the upper half on the X512 is slightly different.

--
B.Walter <bernd@...> http://www.bwct.de
Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.
_______________________________________________
http://lists.egnite.de/mailman/listinfo/en-nut-discussion

 « Return to Thread: newLib integration