Hi TI,
There is an ambiguity in the CC2538 Flash Memory documentation that could have design impact on our side that we would like to have a little bit more information on.
More specifically, in section 8.3.2 Writing Multiple Times to a Word of the CC2538 User Guide, it says that the same address cannot be programmed "0" more than eight times before the next erase. Considering that a word is four bytes, and that each is addressable, that can be interpreted as that a word can be programmed "0" for a total of 32 times.
That is actually something that we want to achieve to be able to store unary numbers (or bit vector). This would make it possible to monotonically increment an unary number 32 times without the need to erase a whole 2kB page. Which is quite convenient.
However, the example shown shortly after state that "This makes it possible to write up to 4 new bits to a 32-bit word 8 times" and shows how each nibble is updated for a total of 8 times. Meaning, in that context, that it could only be possible to increment an unary number 8 times... Less convenient.
Hence, I was wondering if actually it was possible to flip each bit individually for a total of 32 times or only 8.
Thank you!
Sim