The zone 0 to 0xbfff is reserved to the bootloader.
The zone 0x3c000 to 0x3ffff is reserved for data for production.
The last sector 0x3a000 ot 0x3bffff ca not be used because this is always an extra byte in the binairy at 0x3a000. If i use this sector, the extra byte will be in the reserved area and rejected by the linker. So I always lost the last sector for only one byte.
at 0x3a000:
0x00, 0xff, 0xff... 0xff.
any idea?