- Tue Jul 21, 2015 12:26 pm
#23848
Yes, confirmed (nodemcu). I only think they got the size wrong, you're never going to have the whole 512 kb for yourself, if I understand correctly, you should subtract the 0x00000 firmware size and also some room for non-volatile storage. I am going to try it with a more conservative size.
/* This linker script generated from xt-genldscripts.tpp for LSP . */
/* Linker Script for ld -N */
MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org =
0x40210000, len = 0x80000
}