Forum Discussion
Altera_Forum
Honored Contributor
8 years agoThe subtle part of the datasheet you're missing is the phrase
--- Quote Start --- The Page Program (PP) instruction is for programming the memory to be "0". --- Quote End --- The PP command will only allow you to change the state of any given bit from a 1 to a zero. To change it back to a 1 you need to issue a sector/page/device erase command. You can continue to issue PP commands, and they will 'work', providing you're only ever writing more zeros to the device than are currently in there. Cheers, Alex