Hi,
only get info that the flash total size is 256KB and the row/block size is 256Byte,
what's the size for array ?
the write unit is in row ?
thanks.
Solved! Go to Solution.
Hi,
How much non-volatile memory do you need?
There are three practical options for you.
Len
what is the size for array?
What's the type of your definition of the array? I think you should care more about the SRAM size instead of the flash. Unless you define the array as the "const" type.
the write unit is in row ?
The write unit is byte.
Could you tell us why do you have this question?
i mean flash, to store data even power off.
the array i mentioned is flash array in probuilt library, so need to figure out the flash structure.
cystatus CyWriteRowData(uint8 arrayId, uint16 rowAddress, const uint8 * rowData)
You can refer to the code example in creator: Flash Example.
The size of the array should not be larger than 256 bytes.
Hi,
How much non-volatile memory do you need?
There are three practical options for you.
Len