abs wrote:
Q2:
Convert m__UCHAR__LastPossibleStartTime(Packed Array[ 1..4 ] Of Byte;) to unsigned long,
I'm sorry ,I still do not know how to Convert.
(
(m__UCHAR__LastPossibleStartTime[4]<<24) +
(m__UCHAR__LastPossibleStartTime[3]<<16) +
(m__UCHAR__LastPossibleStartTime[2]<<8) +
(m__UCHAR__LastPossibleStartTime[1])
)
abs wrote:
Q3.Which parameter point out the size of TOC?
Size of TOC = 15MB.
But, sorry, It was my mistake. To calculate the time of Fast Erase you should divide 15Mb by your current write speed.
This is true only for FAST erasing. For FULL erasing the write speed may vary during erasing process.