Andes Workshop
http://forum.andestech.com/

burner的progress bar
http://forum.andestech.com/viewtopic.php?f=23&t=202
Page 1 of 1

Author:  cindy [ Thu Nov 24, 2011 7:21 pm ]
Post subject:  burner的progress bar

AndeSight UI實作時,是intelj3程式裡印出來的”.”來計算現在燒錄到哪裡,
1個點是8192 bytes。(如下圖我標示2)的地方

下圖1的地方,我們load code時,會知道image大小,所以由”…”可知目前進度。
IntelJ3的source code中,下面會印出”.”
if (address % 8192 == 0)
{
fprintf(log, ".");
fflush(log);
}
}

Attachment:
burn_dot.gif
burn_dot.gif [ 35.38 KiB | Viewed 7220 times ]

Page 1 of 1 All times are UTC + 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/