I have a stm32 board with MT29F2G08ABAGAWP
flash memory, I have a previous board with MT29F2G08ABAEAWP
flash memory, the difference is in OOB, in the first OOB it is 64 bytes, in the second OOB it is 128 bytes, I can not find the formula anywhere LEB is calculated and could not find the PEB parameter for second flash, there are parameters from the datasheet:
for MT29F2G08ABAEAWP first:
Page size x8: 2112 bytes (2048 + 64 bytes);
Block size: 64 pages (128K + 4K bytes);
Device size: 2Gb: 2048 blocks.
for MT29F2G08ABAGAWP second, for which I cannot calculate the values:
Page size x8: 2176 bytes (2048 + 128 bytes);
Block size: 64 pages (128K + 8K bytes);
Device size: 2Gb: 2048 blocks.
if you know how to calculate LEB, PEB, sub-page-size, maximum-logical-erase-block-count, minimum-I/O-unit-size from these parameters, please tell me, Google did not give an answer.
solution: