I read the documentation for AT25SF081 flash memory and found out its posssible to erase only 4k or 32k inside a sector of 64kb of the memory. I want to use parts of memory for specific applications. This division takes me less than 64Kb so I can efficiently use only one sector. So if I want to modify a part of this 64KB without deleting the rest. How can I do it from icefunprog?
Does the PIC firmware handle a command like ERASE_64k for erasing only 32k or 4k?